ReconfigurationPhase Enum

Definition

Represents replica reconfiguration phase.

public enum ReconfigurationPhase
type ReconfigurationPhase = 
Public Enum ReconfigurationPhase
Inheritance
ReconfigurationPhase

Fields

AbortPhaseZero 7

For internal use only.

None 1

There is no reconfiguration currently in progress.

Phase0 2

The reconfiguration is transferring data from the previous primary to the new primary.

Phase1 3

The reconfiguration is querying the replica set for the progress.

Phase2 4

The reconfiguration is ensuring that data from the current primary is present in a majority of the replica set.

Phase3 5

For internal use only.

Phase4 6

For internal use only.

Unknown 0

Invalid reconfiguration phase.

Applies to