Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > DisableNativeRedintegrateOnRestart

DisableNativeRedintegrateOnRestart

Boolean

true

Purpose

The DisableNativeRedintegrateOnRestart parameter, which is interrogated by native secondaries, enables or disables the restart recovery mechanism that ensures that integrity is re‑established after restart. To enable secondary restart recovery for native secondaries, set the value of this parameter to false.

This restart recovery mechanism applies journal updates beginning at the farthest‑back Log Sequence Number (LSN), where the oldest incomplete transaction starts, and continuing through journals until all available changes have been applied (this ensures that the files are synchronized with the journals). The recovery then performs a "revert" pass, which undoes the effects of all transactions back to farthest‑back LSN, which ensures that the database is in a consistent state before resuming replay. (Secondary restart recovery is disabled by default for native secondaries, and enabled by default for RPS secondaries.)

For details, see "Restart Recovery", in Chapter 1 of the JADE Synchronized Database Service (SDS) Administration Guide.

Parameter is read when …

Each node is first initialized.

Applicable to database role…

Secondary.