Skip to content

Commit ce8a83f

Browse files
committed
[ETCM-213] Add one todo regarding async processing
1 parent 29ca388 commit ce8a83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/io/iohk/ethereum/blockchain/sync/SyncStateSchedulerActor.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class SyncStateSchedulerActor(downloader: ActorRef, sync: SyncStateScheduler, sy
107107
log.debug(s"Received {} new nodes to process", nodes.size)
108108
// Current SyncStateDownloaderActor makes sure that there is no not requested or duplicated values in its response.
109109
// so we can ignore those errors.
110+
//TODO [ETCM-275] process responses asynchronously to avoid steep rise of pending requests after pivot block update
110111
sync.processResponses(currentState, nodes) match {
111112
case Left(value) =>
112113
log.error(s"Critical error while state syncing ${value}, stopping state sync")

0 commit comments

Comments
 (0)