Skip to content
Discussion options

You must be logged in to vote

You cannot stop a node a few milliseconds after asking it to perform a data migration (which some feature flags will do). Give it some time to finish what it is doing before shutting the node down.

#9206, #10027, #9681 are somewhat relevant but ultimately, only a mechanism similar to pre-enabling plugins would really help avoid a fundamental race condition your script is creating:

  • A node is asked to do X
  • A node is asked to terminate immediately after
  • Update: there is a third option listed below (for a very narrow set of use cases)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

@inikulshin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants