You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node however as part of catchup is doing other work, unrelated to processing accounts.
ie.
Last committed block: 4
Sync Time: 637.1s
Catchpoint: 33510000#CCEB37DYVCA4BWFYT2OOMXCRUQGASAEXOOPZNXPGZ336Q64MAW7Q
Catchpoint total accounts: 1999967
Catchpoint accounts processed: 1999967
Catchpoint accounts verified: 0
Catchpoint total KVs: 7167638
Catchpoint KVs processed: 3864576 <- NOTE: moving non-zero value, after accounts have been processed
Catchpoint KVs verified: 0
Genesis ID: testnet-v1.0
Genesis hash: SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=
Subsequently during KV verification, monitor logs are emitted suggesting the final account is still being processed - before finally processing account verifications and subsequently block acquisitions.
Last committed block: 4
Sync Time: 637.1s
Catchpoint: 33510000#CCEB37DYVCA4BWFYT2OOMXCRUQGASAEXOOPZNXPGZ336Q64MAW7Q
Catchpoint total accounts: 1999967
Catchpoint accounts processed: 1999967
Catchpoint accounts verified: 0
Catchpoint total KVs: 7167638
Catchpoint KVs processed: 7167638
Catchpoint KVs verified: 3864576 <- NOTE: moving non-zero value, after accounts and KVs have been processed
Genesis ID: testnet-v1.0
Genesis hash: SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=
Please add conditions for non-zero KVs processed and KVs verified, to produce more meaningful logs from the algod catchpoint monitor.
Your environment
Steps to reproduce
Deploy Follower Node.
Deploy Conduit.
Conduit triggers catchup.
Wait until all accounts are processed.
Expected behaviour
Logs should indicate that algod catchup is not stuck on the last account during processing, and start logging status of processed KVs and verified KVs.
Actual behaviour
Logs do not change from account processing while catchup processes and verifies KVs.
The text was updated successfully, but these errors were encountered:
Subject of the issue
having deployed a new instance of Conduit, and an associated follower algod node. Seeing logs from https://github.com/algorand/conduit/blob/83dec6a37e0bac87209575e3a23597326547fb7f/conduit/plugins/importers/algod/algod_importer.go#L127C7-L127C7
Which misleadingly seems like it's stuck in processing the last account for a long period of time.
ie.
The node however as part of catchup is doing other work, unrelated to processing accounts.
ie.
Subsequently during KV verification, monitor logs are emitted suggesting the final account is still being processed - before finally processing account verifications and subsequently block acquisitions.
Please add conditions for non-zero KVs processed and KVs verified, to produce more meaningful logs from the algod catchpoint monitor.
Your environment
Steps to reproduce
Expected behaviour
Logs should indicate that algod catchup is not stuck on the last account during processing, and start logging status of processed KVs and verified KVs.
Actual behaviour
Logs do not change from account processing while catchup processes and verifies KVs.
The text was updated successfully, but these errors were encountered: