Commit 1bba0a0
committed
docs(run-store): correct two stale comments on the orphan-marker path
Both survived earlier revisions of the same change and now describe behaviour
the code does not have. One claimed the marker has a TTL derived from the
confirm window; it is a hash field with no TTL. The other claimed the marker is
cleared only for terminal runs, when it is cleared for every run the lookup
returned, which is what stops a live run's stale marker from pre-authorising a
later deletion. Both sit on the path that deletes a keyspace, so a reader acting
on either could reopen the hole the two-sighting rule closes.1 parent 07c3398 commit 1bba0a0
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | 376 | | |
380 | 377 | | |
381 | 378 | | |
| |||
403 | 400 | | |
404 | 401 | | |
405 | 402 | | |
406 | | - | |
407 | | - | |
408 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
0 commit comments