input-output-hk / jormungandr

privacy voting blockchain node
https://input-output-hk.github.io/jormungandr/
Apache License 2.0
364 stars 132 forks source link

Block production schedule was removed/gone around 1h before the schedule #1884

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the bug A clear and concise description of what the bug is. After my pool "DSNC" was scheduled for block production, just around 1h before the time the schedule has been removed/cleared and my pool didn't create the block.

Mandatory Information

  1. jcli --full-version output; jcli v0.8.13 (HEAD-241b3a59, release, linux [x86_64]) - [rustc 1.41.1 (f3e1a954d 2020-02-24)]
  2. jormungandr --full-version output; jormungandr v0.8.13 (HEAD-241b3a59, release, linux [x86_64]) - [rustc 1.41.1 (f3e1a954d 2020-02-24)] To Reproduce Steps to reproduce the behaviour:
  3. $ leader_logs
  4. it shows my stake pool was scheduled for block production. (see the photo below)
  5. $stop (then) $start_leader
  6. after the restart my block schedule has gone or cleared out.

Expected behaviour A clear and concise description of what you expected to happen. I didn't expect the schedule to get removed or cleared out! leader-logs 04-03-2020 leader-logs after restart 04-03-2020

Additional context Add any other context about the problem here.

rdlrt commented 4 years ago
  1. Please use native syntax (not aliases/functions) when reporting errors to this repo for consistency
  2. Was the restart after the block was created? If so, that is an expected outcome.
ghost commented 4 years ago
  1. Please use native syntax (not aliases/functions) when reporting errors to this repo for consistency
  2. Was the restart after the block was created? If so, that is an expected outcome.

No, my pool was stopped updating the latest block for a long time and I stop the node, clear the logs and start the node again a few hours before the block schedule. The node synchronised again, but when I check the leader_logs around an hour before my block producing schedule was gone or removed somehow. (second photo above)