cockroachdb / cockroachdb/cockroach

kvserver: server side stuck rangefeed watcher

Open
#146,466 2 comments 0 reactions 0 assignees View on GitHub
A-kv A-kv-rangefeed C-enhancement T-kv
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

**Describe the problem**

We have seen in escalations where some server side rangefeeds are really slow due to slow clients, but they are holding the catch up scan semaphore. This can cause other server side rangefeeds to be blocked. We can consider adding some server side. If server side notices a client side rangefeed is slow, it should give up or ask clients to retry and not blocking all other rangefeeds.

Client side issue: https://github.com/cockroachdb/cockroach/issues/131356

Jira issue: CRDB-50536

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.