Skip to content
Snippets Groups Projects
  1. Jul 01, 2022
  2. Jun 30, 2022
  3. Jun 29, 2022
  4. Jun 28, 2022
  5. Jun 27, 2022
  6. Jun 23, 2022
  7. Jun 20, 2022
  8. Jun 17, 2022
  9. Jun 15, 2022
  10. Jun 06, 2022
    • Georgy Moshkin's avatar
      fix(discovery): don't fail if raft node is ready but leader_id is not · 31bf1bc2
      Georgy Moshkin authored
      If proc_discover is invoked after raft node was initialized but before
      raft leader was elected, it would return an error before this commit.
      Because of that it was impossible to restart the whole cluster at once.
      
      This commit change proc_discover such that in case leader_id is not
      ready, the normal discovery algorithm takes place.
      
      Closes #93
      31bf1bc2
Loading