Option Description
TIMEOUT The maximum duration to wait for the new replicas to be ready.
ON TIMEOUT The action to take on timeout.
  • COMMIT cuts over to the new replica regardless of its hydration status, which may lead to downtime.
  • ROLLBACK removes the pending replica and returns a timeout error.
Default: COMMIT.