Category: bug Confidence: Not recorded
services/proxy/src/config.rs:83
Evidence quote
Not recorded
Suggested fix
Not recorded
rejectedNo keyed
defect (scorer)
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:232
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:140
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/routes/admin.rs:76
Evidence quote
Not recorded
Suggested fix
Not recorded
Finding f5bug
values()` returns `sweep_bytes_reclaimed` before `sweep_blobs_removed`, while `COUNTERS` (lines 51-57) lists blobs before bytes, so `render()` publishes the blob count under…
values()` returns `sweep_bytes_reclaimed` before `sweep_blobs_removed`, while `COUNTERS` (lines 51-57) lists blobs before bytes, so `render()` publishes the blob count under `cairn_proxy_sweep_bytes_reclaimed_total` and vice versa — the very mispairing the comment at line 30-32 says this layout prevents. operations.md:54 tells operators to alert on the bytes counter, which would actually alert on blob counts.
bug Category: bug Confidence: Not recorded
services/proxy/src/metrics.rs:94
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:164
Evidence quote
Not recorded
Suggested fix
Not recorded
Finding f7bug
the comment (lines 101-102) claims the first tick is one interval away, but `tokio::time::interval`'s first tick completes immediately, so a sweep runs at startup — on a pre-populated store it…
the comment (lines 101-102) claims the first tick is one interval away, but `tokio::time::interval`'s first tick completes immediately, so a sweep runs at startup — on a pre-populated store it evicts and clears `incoming` the moment the process boots, contrary to the stated intent.
bug Category: bug Confidence: Not recorded
services/proxy/src/main.rs:108
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:137
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/sweep.rs:90
Evidence quote
Not recorded
Suggested fix
Not recorded
Category: bug Confidence: Not recorded
services/proxy/src/config.rs:131
Evidence quote
Not recorded
Suggested fix
Not recorded
rejectedNo keyed
defect (scorer)