dusk-network / rusk

The reference Dusk platform implementation and tools
Mozilla Public License 2.0
156 stars 60 forks source link

consensus: Consider reducing EMERGENCY_ITERATION value #2408

Open fed-franz opened 2 weeks ago

fed-franz commented 2 weeks ago
          The 6th iteration occurs after a delay of around 10.5 minutes while 16th iteration is run after 17min.

We may consider reducing this to a lower value in the future.

_Originally posted by @goshawk-3 in https://github.com/dusk-network/rusk/pull/2391#discussion_r1761307233_

goshawk-3 commented 2 weeks ago

The log below shows the 6th iteration delay

{"timestamp":"2024-09-16T13:40:11.162914Z","level":"DEBUG","event":"init","name":"sel","round":1,"iter":0,"target":"dusk_consensus::proposal::step"}
{"timestamp":"2024-09-16T13:40:35.883210Z","level":"DEBUG","event":"init","name":"validation","round":1,"iter":0,"hash":"0a285c3865b32445...e56a576057d569d2","target":"dusk_consensus::validation::step"}
...
{"timestamp":"2024-09-16T13:49:15.983383Z","level":"DEBUG","event":"init","name":"validation","round":1,"iter":5,"hash":"0000000000000000...0000000000000000","target":"dusk_consensus::validation::step"}
{"timestamp":"2024-09-16T13:49:55.995637Z","level":"DEBUG","event":"init","name":"ratification","round":1,"iter":5,"vote":"Vote: NoQuorum()","fsv_bitset":0,"quorum_type":"NoQuorum","target":"dusk_consensus::ratification::step"}
{"timestamp":"2024-09-16T13:50:36.014607Z","level":"DEBUG","event":"init","name":"sel","round":1,"iter":6,"target":"dusk_consensus::proposal::step"}