Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • upon receipt of <activate-config, M’, leader(M’)> from leader(M) and <activate-config-ack> from quorum of members(M'), leader(M') does the following:
    • commit all operations sent by leader(M) to members(M') during phase-1.
    • start processing client operations in M’
    • Make sure that all incomplete reconfig requests potentially unnoticed by the reconfiguration will never be applied
      1. property of ZAB ?
  • upon receipt of <retire, version(M)>
    • garbage-collect M

...