ReconfigurationPhase enum

type: string

The reconfiguration phase of a replica of a stateful service.

Possible values are:

  • Unknown - Indicates the invalid reconfiguration phase.
  • None - Specifies that there is no reconfiguration in progress.
  • Phase0 - Refers to the phase where the reconfiguration is transferring data from the previous primary to the new primary.
  • Phase1 - Refers to the phase where the reconfiguration is querying the replica set for the progress.
  • Phase2 - Refers to the phase where the reconfiguration is ensuring that data from the current primary is present in a majority of the replica set.
  • Phase3 - This phase is for internal use only.
  • Phase4 - This phase is for internal use only.
  • AbortPhaseZero - This phase is for internal use only.