Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands/repair/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `table-repair` command fixes data inconsistencies identified by `table-diff`
- **NULL-only drift**: Use `--fix-nulls` to cross-fill NULL columns without a single source-of-truth.
- **Network partition repair**: Re‑align nodes after a partition.
- **Temporary node outage**: Catch a lagging node up.
- **Catastrophic node failure recovery**: Use origin-scoped diffs plus recovery-mode repair to reconcile survivors when a node fails mid-replication. See [Using ACE for catastrophic node failure recovery](../../using-ace-for-catastrophic-node-failure-recovery.md).
- **Catastrophic node failure recovery**: Use origin-scoped diffs plus recovery-mode repair to reconcile survivors when a node fails mid-replication.

**Safety & audit features**

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ nav:
- Scheduling ACE Runs: scheduling.md
- The ACE API: api.md
- Improving ACE Performance: performance.md
- Using ACE for Failure Recovery: docs/using-ace-for-cnf-recovery.md
- Using ACE for Failure Recovery: using-ace-for-cnf-recovery.md
- Architecture and Design:
- ACE table-diff Architecture: design/table_diff.md
- Merkle Tree Architecture: design/merkle.md
Expand Down
Loading