alter-clusters-cmd-options.html 547 B

123456789101112131415161718
  1. <table>
  2. <thead>
  3. <tr>
  4. <th>Option</th>
  5. <th>Description</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <tr>
  10. <td><code>TIMEOUT</code></td>
  11. <td>The maximum duration to wait for the new replicas to be ready.</td>
  12. </tr>
  13. <tr>
  14. <td><code>ON TIMEOUT</code></td>
  15. <td>The action to take on timeout. <br><ul><li><code>COMMIT</code> cuts over to the new replica regardless of its hydration status, which may lead to downtime.</li><li><code>ROLLBACK</code> removes the pending replica and returns a timeout error.</li></ul>Default: <code>COMMIT</code>.</td>
  16. </tr>
  17. </tbody>
  18. </table>