-
Notifications
You must be signed in to change notification settings - Fork 46
Fix OOM error in large parentchain syncs #1468
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c0dccbe
[service] better logging
clangenb 09ba3d1
[service] probably fix OOM
clangenb 7fb40ee
[service/parentchain_handler] rename `last_synced_header` to `sync_un…
clangenb 30d99cb
[service/parentchain_handler] extract internal `sync_blocks` method
clangenb c608731
[service/parentchain_handler] some renaming
clangenb 325303c
[service/parentchain_handler] some renaming
clangenb 083ce2e
[service/parentchain_handler] fix break statement
clangenb 960cc4d
[service/parentchain_handler] move check if up to date to the end of …
clangenb 856a09e
[service/parentchain_handler] uplift total sync info from trace to pr…
clangenb dbb7474
[service/parentchain_handler] move check for monotonically rising blo…
clangenb cc8f3b7
[service/parentchain_handler] fix check for sleeping in sync process
clangenb 58e14bc
[service/parentchain_handler] rename `until_header` to `sync_target`
clangenb a8b1928
[service/parentchain_handler] change for loop into while and better n…
clangenb 42a2645
[service/parentchain_handler] add comment
clangenb 43cac9e
[service/parentchain_handler] better logs
clangenb b749381
[service/parentchain_handler] better logs
clangenb 89de215
[service/parentchain_handler] fix import condition in while loop
clangenb c2ba744
[service/parentchain_handler] introduce block sync error
clangenb 4271c42
Merge branch 'master' into cl/fix-sidechain-light-client
clangenb 600a983
Merge branch 'master' into cl/fix-sidechain-light-client
clangenb ec0a750
[service/main] improve log levels
clangenb 3f8b757
[service] `sidechain_start_untrusted_rpc_server`downgrade tokyo handl…
clangenb 14fbc5a
[service/main] distinguish better between different setups
clangenb f84e5ed
[service/main] extract duplicate code
clangenb 0cbd95b
[service/main] fix clippy
clangenb e7d15e6
[service/main] fix clippy with teeracle feature
clangenb 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
[service]
sidechain_start_untrusted_rpc_serverdowngrade tokyo handl…
…e arg to a borrow
- Loading branch information
commit 3f8b757623fa737a2ed22d57a1eb7b333f141cd9
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer needed as another function needs a borrow now instead of an owned handle.