failover.restartPhaseAction table

The restartPhaseAction table contains the set of stitchers that are executed when restarting in a given discovery phase. Multiple stitchers can be specified, but they are executed in an arbitrary order. It is recommended that at least the FinalPhase stitcher is executed when restarting in the topology creation phase.

Table 1. failover.restartPhaseAction database table schema 

Column name

Constraints

Data type

Description

m_RestartPhase

NOT NULL

Integer

The phase in which DISCO is restarted.

m_ExecuteStitcher

NOT NULL

Text

The stitcher that is to be executed in this phase.