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
Describe the bug
rusk.log shows a different error type each couple of days.
Currenty it is:
2025-01-23T06:13:21.111573Z ERROR main{round=136106 iter=0 name=Ratification pk="123"}: dusk_consensus::execution_ctx: phase handler err: VoteAlreadyCollected
This error comes up about every 5 minutes.
Still showing up but not as dominant as before:
2025-01-11T10:52:47.488082Z ERROR main{round=34147 iter=1 name=Validation pk="123"}:validation{hash="a22b163e1ecf06ed...b5ed5f6f9376317d"}: dusk_consensus::validation::step: event="invalid_vst" err=TipChanged voting=false
To Reproduce
I do not know of a way to reproduce it as I'm not taking any actions other then running a node as per the instructions.
Expected behaviour
Could you provide some feedback on these errors and add it to the node running manual? What is the cause and impact of these errors?
Is the node running supposed to take any action on these errors?
Should any future errors like this be reported here on github?
Logs/Screenshot
See above, more can be provided if needed.
Platform
DigitalOcean droplet per recommended specs
The text was updated successfully, but these errors were encountered:
Describe the bug
rusk.log shows a different error type each couple of days.
Currenty it is:
2025-01-23T06:13:21.111573Z ERROR main{round=136106 iter=0 name=Ratification pk="123"}: dusk_consensus::execution_ctx: phase handler err: VoteAlreadyCollected
This error comes up about every 5 minutes.
Still showing up but not as dominant as before:
2025-01-11T10:52:47.488082Z ERROR main{round=34147 iter=1 name=Validation pk="123"}:validation{hash="a22b163e1ecf06ed...b5ed5f6f9376317d"}: dusk_consensus::validation::step: event="invalid_vst" err=TipChanged voting=false
Before that there were a few days of:
2025-01-12T20:34:58.608495Z ERROR main{round=46275 iter=1 name=Validation pk="123"}:validation{hash="4ff0edbaedd851cc...6f5d1c0eb16b3797"}: dusk_consensus::validation::step: event="invalid_header" err=BlockTimeHigher(1736714102) header=Header { version: 1, height: 46275, iteration: 1, timestamp: "Sun, 12 Jan 2025 20:35:02 +0000", prev_block_hash: "c7649b752bdde182...80d65baa62a34945", seed: "971e80162e966826...1ed864b687e4c1f4", state_hash: "b2fbe53f40e3abef...39ea8cd44f69a60c", event_hash: "0000000000000000...0000800000000000", gen_bls_pubkey: "b9d6f4fceeabcfbb...07796d86cff5bf5d", gas_limit: 3000000000, hash: "4ff0edbaedd851cc...6f5d1c0eb16b3797", signature: "816afb14e9ef7d99...6c2b01aa4926e537", att: Attestation { result: Fail(Vote: NoQuorum()), validation: StepVotes { bitset: 0, aggregate_signature: Signature { signature: "0000000000000000...0000000000000000" } }, ratification: StepVotes { bitset: 0, aggregate_signature: Signature { signature: "0000000000000000...0000000000000000" } } }, tx_root: "0000000000000000...0000000000000000", fault_root: "0000000000000000...0000000000000000" } voting=false
This error has now completely disappeared.
To Reproduce
I do not know of a way to reproduce it as I'm not taking any actions other then running a node as per the instructions.
Expected behaviour
Could you provide some feedback on these errors and add it to the node running manual? What is the cause and impact of these errors?
Is the node running supposed to take any action on these errors?
Should any future errors like this be reported here on github?
Logs/Screenshot
See above, more can be provided if needed.
Platform
DigitalOcean droplet per recommended specs
The text was updated successfully, but these errors were encountered: