Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvclient: fix gRPC stream leak in rangefeed client
When the DistSender rangefeed client received a `RangeFeedError` message and propagated a retryable error up the stack, it would fail to close the existing gRPC stream, causing stream/goroutine leaks. Release note (bug fix): Fixed a goroutine leak when internal rangefeed clients received certain kinds of retriable errors.
- Loading branch information