jaydeepkumar1984 opened a new pull request, #3580:
URL: https://github.com/apache/cassandra/pull/3580

   Assign a separate queue for Hints which is different from Mutation queue
   
   Cassandra uses the same queue (Stage.MUTATION) to process local mutations as 
well as local hints writing. 
[CASSANDRA-19534](https://issues.apache.org/jira/browse/CASSANDRA-19534) has 
enhanced and added timeouts for local mutations, but local hint writing does 
not honor that timeout by design as it honors a different timeout, i.e. 
max_hint_window_in_ms
   More details with reproducible steps: 
https://issues.apache.org/jira/browse/CASSANDRA-19958
   
   
   The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-19958)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to