Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Normal
-
Clients
-
Description
This is a follow-up ticket out of CASSANDRA-14855, to make the Flusher queue bounded, since, in the current state, items get added to the queue without any checks on queue size, nor with any checks on netty outbound buffer to check the isWritable state.
We are seeing this issue hit our production 3.0 clusters quite often.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-16100 Blog post on Improving Resiliency w/ "Prevent client requests from blocking on executor task queue"
- Resolved