table-rerun

November 20, 2025 · View on GitHub

Re-runs a previous diff to confirm fixes or check if inconsistencies persist.

Usage

./ace table-rerun [flags] [cluster]

Arguments

  • [cluster] — Optional; overrides default_cluster.

Flags

FlagAliasDescriptionDefault
--diff-file-fPath to original diff (required)
--dbname-dDatabase name
--nodes-nNodes to include (comma or all)all
--quiet-qSuppress outputfalse
--debug-vDebug loggingfalse

Tips

  • Run the rerun after replication lag clears so rows have had time to sync.

Example

./ace table-rerun --diff-file=public_customers_large_diffs-20250722120353.json --dbname=mydatabase my-cluster 

If ACE still finds mismatches, it writes a new report named <schema>_<table>_rerun-diffs-<timestamp>.json; otherwise it logs that all previously reported differences have been resolved.