As per my understanding, Blocked requests do not get rejected immediately
and waits for some queued request to complete. And a request will timeout
only when the request creation time crosses configured request timeout.
You may try to tune the pool by increasing
max_queued_native_transtport_reques
Hi,
I'm using Cassandra 2.2.8 with default NTR queque configurations (
max_queued_native_transtport_requests = 128, native_transport_max_threads =
128), and from the metrics I'm seeing some native transport requests are
being blocked.
I'm trying to understand what happens to the blocked native tr