Commit e3f09f2
committed
fix(scripts): apply PR #926 claude[bot] nits — drop dead T1_KEY / move --host comment
- scripts/run-jepsen-m5-local.sh: T1_KEY assignment forked
elastickv-route-key once per invocation but was never referenced
after the shardRanges fix migrated to ":${T3_KEY}=1,${T3_KEY}:=2".
Drop it. The comment block immediately below still mentions
"T1_KEY" as a routing-key concept, not the bash variable, which
is fine — it documents WHY group 1's range must start at empty.
- Move the --host 127.0.0.1 explanation comment from after the lein
run block to immediately before it, so readers see the rationale
before the flag rather than scrolling past the command first.1 parent 83d44c0 commit e3f09f2
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
210 | 218 | | |
211 | 219 | | |
212 | 220 | | |
| |||
218 | 226 | | |
219 | 227 | | |
220 | 228 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments