Commit 04cada1
committed
test(antithesis): enable forwarder disk persistence — flags a log-amplification bug
Sample forwarder_storage_max_size_in_bytes 50/50 on/off with forwarder_storage_path
on a persistent compose volume, so the on-disk retry queue and restart-recovery paths
run for the first time.
BUG this branch surfaces: with persistence on, a network partition fills the
disk-backed retry queue, and the forwarder logs error! per failed retry attempt
(io.rs:462/472/421). Over a large backlog that is unbounded log amplification — it
floods per-moment output, tripping 'very high output ... fail to materialize' at
cx=134896 on run 4ecf6d1b, which masks other findings. The same path also opens the
non-atomic torn-write hunt at persisted.rs:184 under node termination.1 parent dd0c580 commit 04cada1
2 files changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
178 | 188 | | |
179 | 189 | | |
180 | 190 | | |
| |||
229 | 239 | | |
230 | 240 | | |
231 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
232 | 252 | | |
233 | 253 | | |
234 | 254 | | |
| |||
247 | 267 | | |
248 | 268 | | |
249 | 269 | | |
| 270 | + | |
| 271 | + | |
250 | 272 | | |
251 | 273 | | |
252 | 274 | | |
| |||
0 commit comments