cardano-foundation / cf-ledger-sync

An open-source Java application designed to facilitate access to indexed Cardano blockchain data
https://cardano-foundation.github.io/cf-ledger-sync/
Apache License 2.0
21 stars 2 forks source link

Taking a significant amount of time to resume consuming a new block after reconnecting to the node #105

Closed Sotatek-HuyLe3a closed 8 months ago

Sotatek-HuyLe3a commented 10 months ago

During mainnet syncing, after reconnecting to the node, Occasionally it takes a significant amount of time to resume consuming a new block.

2023-12-13 02:55:10.338  INFO 1 --- [ntLoopGroup-5-4] c.b.c.yaci.core.network.NodeClient       : Connection closed !!!
2023-12-13 02:55:10.338  INFO 1 --- [ntLoopGroup-5-4] c.b.cardano.yaci.core.network.Session    : Disposing the session !!!
2023-12-13 02:55:10.338  WARN 1 --- [ntLoopGroup-5-4] c.b.c.yaci.core.network.NodeClient       : Trying to reconnect !!!
2023-12-13 02:55:10.555  INFO 1 --- [ntLoopGroup-5-5] c.b.cardano.yaci.core.network.Session    : Connection established
2023-12-13 02:55:10.555  INFO 1 --- [ntLoopGroup-5-5] c.b.c.yaci.core.network.NodeClient       : Connected !!!
2023-12-13 02:55:11.407  INFO 1 --- [ntLoopGroup-5-5] c.b.c.y.c.p.handshake.HandshakeAgent     : Handshake Ok!!! AcceptVersion(versionNumber=11, versionData=N2NVersionData(initiatorAndResponderDiffusionMode=false, peerSharing=0, query=false))

Related issue: #56