-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ETCM-763] [ETCM-819] improve fast sync stability #1001
Conversation
… Logback. disable java.util.logging (used by legacy code in JUPnP)
src/main/scala/io/iohk/ethereum/blockchain/sync/fast/FastSync.scala
Outdated
Show resolved
Hide resolved
src/main/scala/io/iohk/ethereum/blockchain/sync/fast/FastSync.scala
Outdated
Show resolved
Hide resolved
src/main/scala/io/iohk/ethereum/blockchain/sync/fast/FastSync.scala
Outdated
Show resolved
Hide resolved
src/main/scala/io/iohk/ethereum/blockchain/sync/fast/FastSyncBranchResolverActor.scala
Outdated
Show resolved
Hide resolved
…ranchResolverActor.scala Co-authored-by: Anastasiia Pushkina <anastasiia.pushkina@iohk.io>
So one thing I have experienced when synching with Astor, was the fastSync failing without a proper error.
|
@LeonorLunatech thanks for the suggestion, I added the log message and also refactored it a bit. |
NB. this is based off of #977
This PR includes:
Terminated
message wasn't handled and FastSync was stoppedcurrentSkeleton
andskeletonHandler
are now cleared.)SyncingHandler
is instantiated.)