conflux-rust icon indicating copy to clipboard operation
conflux-rust copied to clipboard

Epoch not increasing while upgrade to v2.1.0

Open devilrayzl opened this issue 2 years ago • 1 comments

I'm running the node for RPC requests.

./conflux --config hydra.toml 

Today I upgraded my node to v2.1.0 from v2.0.1

The epoch seemed stuck at 56300000

2022-10-13T14:42:33.512535304+00:00 INFO  IO Worker #1         cfxcore::sta - Statistics: StatisticsInner { sync_graph: SyncGraphStatistics { inserted_block_count: 1, inserted_header_count: 237500 }, consensus_graph: ConsensusGraphStatistics { inserted_block_count: 0, activated_block_count: 0, processed_block_count: 0 } }
2022-10-13T14:42:34.038419699+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:34.038842355+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:34.257027754+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlocksByEpoch epoch_number=Num(56361374)
2022-10-13T14:42:34.314690700+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:34.315696575+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:34.387119022+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlocksByEpoch epoch_number=Num(56361538)
2022-10-13T14:42:34.574121542+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlocksByEpoch epoch_number=Num(35520722)
2022-10-13T14:42:34.576372261+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlocksByEpoch epoch_number=Num(35520722)
2022-10-13T14:42:34.576632201+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlockByHash hash=0x3562ff9375896eb0f60d3662274417a9a9331f7ffd4c537f533c700583259ae3 include_txs=true
2022-10-13T14:42:34.580384622+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlockByHash hash=0x3562ff9375896eb0f60d3662274417a9a9331f7ffd4c537f533c700583259ae3 include_txs=true
2022-10-13T14:42:34.581117471+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlockByHash hash=0x063e0501a95ac8735b522f7f3bf42fae0da74d92f9572c41d6a49142ded2935a include_txs=true
2022-10-13T14:42:34.581422785+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_getBlockByHash hash=0x063e0501a95ac8735b522f7f3bf42fae0da74d92f9572c41d6a49142ded2935a include_txs=true
2022-10-13T14:42:34.813232091+00:00 INFO  IO Worker #0         cfxcore::syn - Catch-up mode: true, latest epoch: 56300000 missing_bodies: 0
2022-10-13T14:42:35.038443515+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:35.038990200+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:35.314006469+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)
2022-10-13T14:42:35.316770804+00:00 INFO  http.worker00        client::rpc: - RPC Request: cfx_epochNumber(LatestMined)

May I get some help?

devilrayzl avatar Oct 13 '22 14:10 devilrayzl

Not sure if there is any issue here. Maybe you can provide more logs (excluding those RPC calls)?

peilun-conflux avatar Oct 14 '22 13:10 peilun-conflux