Commit 04ca161
SqlRush
test(cluster): configure wal_threads_root for t/353 reborn HW remaster
t/353 L5 crashes node0 and has the reborn node take a FRESH HW space lease,
which requires the survivor to complete HW remaster of the dead node's
shards. HW remaster reads the dead node's per-thread WAL, so on this
shared_data 2-node pair it is only recoverable when cluster.wal_threads_dir
is configured (cluster_hw_remaster_recoverable). The pair was created with
shared_data but WITHOUT wal_threads_root, so recoverable() returned false,
the remaster was marked BLOCKED_STRUCTURAL, and the reborn node's fresh-lease
DDL/insert/count fail-closed (L5 subtests 28-31, nightly crossnode-b).
Opt the pair into wal_threads_root, matching every other HW-remaster-
dependent kill test (t/247/248/274/293). This completes the per-thread WAL
harness config that the RACvsRAC/ClusterQuad harness already carries but this
ClusterPair test was missing.
Spec: spec-4.6a-grd-recovery-liveness.md1 parent 589409c commit 04ca161
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
120 | 129 | | |
121 | 130 | | |
122 | 131 | | |
| |||
0 commit comments