You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2015/01/08 18:40:34 UTC

[jira] [Created] (CASSANDRA-8583) Check for Thread.start()

Robert Stupp created CASSANDRA-8583:
---------------------------------------

             Summary: Check for Thread.start()
                 Key: CASSANDRA-8583
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8583
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Robert Stupp
            Priority: Minor


Old classes sometimes still use 
{noformat}
  new Thread(...).start()
{noformat}
which might be costly.

This ticket's about to find and possibly fix such code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)