-
Notifications
You must be signed in to change notification settings - Fork 111
chore(l1): remove snapshot dirs when they are no longer used #4815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 111 commits
Commits
Show all changes
113 commits
Select commit
Hold shift + click to select a range
c4105ee
Made it so that it writes stts for default
fedacking 87cfc01
format
fedacking b7f29e7
Update utils.rs
fedacking 72f00b7
compare
fedacking 999115d
moved function outside
fedacking 2384772
Update sync.rs
fedacking ae963c8
Update Cargo.toml
fedacking b60cd75
Update Cargo.toml
fedacking 29c4b4c
Update sync.rs
fedacking 287da4e
Sorted trie
fedacking dded7b7
Compiles
fedacking 1dc3e74
dedup
fedacking 500be72
Update Cargo.toml
fedacking 5a49a83
Update sync.rs
fedacking 79b6795
par iter
fedacking 278da8a
Update sync.rs
fedacking b9e0f83
Merge remote-tracking branch 'origin/main' into perf/fast-insert-snap
fedacking 90f0752
Fixed compile
fedacking 0a38b20
added logging for error
fedacking 85cd817
Fixed edge case and pushed fix
fedacking 211a6b6
print the account with an error
fedacking 141019c
what's going on
fedacking 6fa1883
Fix attempt
fedacking 20b1a7c
Update sync.rs
fedacking 0126919
Update trie_sorted.rs
fedacking 33f750a
Added inc
fedacking 34eebd1
rocksdb iterator
fedacking 80557ad
fixed bytecodes
fedacking dc8d0ec
returned par iter
fedacking 4298c21
added logging
fedacking 74f2e5a
Scoped thread
fedacking 46bb452
Removed logging
fedacking 5a5d9a0
Don't spawn that many threads
fedacking 0e53046
Improved error handling
fedacking 8add39d
Fixed race condition
fedacking edc2f91
perf(l1): use BTree for tracking storages during snap sync
Oppen df2811d
fast put batch
fedacking 13d6659
Update rocksdb.rs
fedacking 8896db3
threadpool
fedacking 86869ec
perf(l1): compress storage trie downloads
Oppen 2ec688b
fix order
Oppen f0d1e0e
fix insertion
Oppen bccc632
Back into par iter
fedacking f7a4702
fix typo + time roots
Oppen 9ea9ddf
extra data + reuse storages
Oppen e66cd62
Make lint
fedacking 6756108
Merge remote-tracking branch 'origin/main' into perf/fast-insert-snap
fedacking 37c1d79
Update db.rs
fedacking 9473681
Merge remote-tracking branch 'origin/main' into perf/fast-insert-snap
fedacking 6c8e0fb
WIP: scoped thread pool
pablodeymo 2ebcafa
Finished scoped threadpool
fedacking 677bf5c
Merge remote-tracking branch 'origin/thread_pool' into perf/fast-inse…
fedacking d650922
Adopted thread pool
fedacking 6718148
Pool arc
fedacking c301529
Update sync.rs
fedacking 8b5e934
naming threads
fedacking aa6fdbe
Update sync.rs
fedacking 53b8163
Executed separatedly last task
fedacking 8e704cc
Added crossbeam
fedacking ab9df8b
Merged the snap sync optimizations that improve storage leaves downlo…
jrchatruc af4c4e4
2 pools
fedacking 888472a
Comment out debug! on insertion for now
jrchatruc b75034f
Testing priority queue
fedacking a7e2084
Add TODO
jrchatruc 08fbdf6
Update sync.rs
fedacking 07b8ea5
Update sync.rs
fedacking 5795636
Merge branch 'perf/fast-insert-snap-pool' into merge_optimizations_fa…
fedacking ec81b86
Compiles
fedacking 7a7e0f3
Update sync.rs
fedacking 4e3621b
Simple semaphore
fedacking 193327d
Update sync.rs
fedacking fa9ac95
Changed to fixed amount of buffers
fedacking e0ec836
Removed unneeded compaction
fedacking c93aa46
cleanup
fedacking 9680d09
Merge remote-tracking branch 'origin/main' into merge_optimizations_f…
fedacking 303f9e0
Compiles
fedacking adaf0b0
fixed tomls
fedacking 1e0910a
Update code_collector.rs
fedacking ac7a8b9
Update rocksdb.rs
fedacking 6d0e8d8
Removed unnecesaty alloc in put_batch_no_alloc
fedacking ca3942a
Removed cfg_if
fedacking ebcccd6
Update db.rs
fedacking f47bcb3
Fixed buffer count
fedacking 60b9372
Update trie_sorted.rs
fedacking 2c79fe0
Update sync.rs
fedacking 7a14f42
Optimized insertion to disk
fedacking c02f069
fixed potential bug
fedacking 60f0bc6
added debug logging
fedacking 4528ac0
Update utils.rs
fedacking c8c00bc
fix
fedacking 939ac99
Lint
fedacking dda32e4
Cleaned up code
fedacking fd55d47
Update Cargo.lock
fedacking 558c5f0
simplified
fedacking d0663d5
Untested remove dir
fedacking 3b19599
Merge remote-tracking branch 'origin/main' into delete-unneeded-files
fedacking 726fdf7
Untested remove dir
fedacking 1bf391d
Merge remote-tracking branch 'origin/main' into delete-unneeded-files
fedacking 92576ff
validating folders
fedacking cfa1c8b
Merge branch 'main' into delete-unneeded-files
fedacking ab32e20
Update utils.rs
fedacking e1f2ad9
Update utils.rs
fedacking 91c99e6
Merge remote-tracking branch 'origin/main' into delete-unneeded-files
fedacking b2ca23c
Update sync.rs
fedacking b0a45ef
Update sync.rs
fedacking d585487
Update sync.rs
fedacking 5b48878
Update sync.rs
fedacking f96095e
Update sync.rs
fedacking 49a4cc2
Include code hashes dir
fedacking b4255d8
Update sync.rs
fedacking 2e1af0a
Merge branch 'main' into delete-unneeded-files
fedacking d569c44
chore: cahnge exit code to 1
MegaRedHand aa0c916
Merge branch 'main' into delete-unneeded-files
MegaRedHand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.