Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Mar 3, 2020

This is an automated backport of pull request #8436 done by Mergify.io

Cherry-pick of d861033 has failed:

On branch mergify/bp/v0.23/pr-8436
Your branch is up to date with 'origin/v0.23'.

You are currently cherry-picking commit d86103383.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)

	both modified:   ledger/src/snapshot_utils.rs
	both modified:   runtime/src/accounts_db.rs
	both modified:   runtime/src/accounts_index.rs
	both modified:   runtime/src/bank.rs

no changes added to commit (use "git add" and/or "git commit -a")

To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR
  • @Mergifyio backports <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the simulator.

Finally, you can contact us on https://mergify.io/

* Do periodic inbound compaction for rooted slots

* Add comment

* nits

* Consider not_compacted_roots in cleanup_dead_slot

* Renames in AccountsIndex

* Rename to reflect expansion of removed accounts

* Fix a comment

* rename

* Parallelize clean over AccountsIndex

* Some niceties

* Reduce locks and real chunked parallelism

* Measure each step for sampling opportunities

* Just noticed par iter is maybe lazy

* Replace storage scan with optimized index scan

* Various clean-ups

* Clear uncleared_roots even if no updates
@ryoqun ryoqun force-pushed the mergify/bp/v0.23/pr-8436 branch from 4c12331 to a6c9dd1 Compare March 3, 2020 09:06
@codecov
Copy link

codecov bot commented Mar 3, 2020

Codecov Report

Merging #8582 into v0.23 will increase coverage by <.1%.
The diff coverage is 98.2%.

@@           Coverage Diff           @@
##           v0.23   #8582     +/-   ##
=======================================
+ Coverage   80.5%   80.5%   +<.1%     
=======================================
  Files        251     251             
  Lines      54733   54867    +134     
=======================================
+ Hits       44082   44213    +131     
- Misses     10651   10654      +3

@mergify mergify bot added the automerge Merge this Pull Request automatically once CI passes label Mar 3, 2020
@solana-grimes solana-grimes merged commit 86f76db into v0.23 Mar 3, 2020
@mergify mergify bot deleted the mergify/bp/v0.23/pr-8436 branch March 3, 2020 09:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automerge Merge this Pull Request automatically once CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants