Skip to content

kv: slow-op WARN with pool counters for >500ms redis ops - #403

Merged
aaliboyev merged 1 commit into
mainfrom
feat/kv-slowop-log
Jul 30, 2026
Merged

kv: slow-op WARN with pool counters for >500ms redis ops#403
aaliboyev merged 1 commit into
mainfrom
feat/kv-slowop-log

Conversation

@aaliboyev

Copy link
Copy Markdown
Member

Revives the July 7 incident-train branch (rebased onto current main, kv tests green). Redis ops slower than 500ms log a WARN carrying the client pool's counters — pool_timeouts (saturated pool) vs pool_misses (fresh dial) vs neither (stalled established connection) discriminates the failure mode a bare context-deadline error hides.

Covers Get/Set/Del/Incr/Expire. RunScript (the rate-limit Lua path) is not instrumented yet — follow-up candidate.

@aaliboyev
aaliboyev merged commit 8c4132f into main Jul 30, 2026
1 check passed
@aaliboyev
aaliboyev deleted the feat/kv-slowop-log branch July 30, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant