Robert Stupp created CASSANDRA-13838:
----------------------------------------

             Summary: Ensure all threads are FastThreadLocal.removeAll() is 
called for all threads
                 Key: CASSANDRA-13838
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13838
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Robert Stupp
            Assignee: Robert Stupp


There are a couple of places, there it's not guaranteed that 
FastThreadLocal.removeAll() is called. Most misses are actually not that 
critical, but the miss for the thread created via in 
org.apache.cassandra.streaming.ConnectionHandler.MessageHandler#start(java.net.Socket,
 int, boolean) could be critical, because these threads are created for every 
stream-session.

(Follow-up from CASSANDRA-13754)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to