Mikhail Mazursky created CASSANDRA-5625:
-------------------------------------------

             Summary: Cleanup Tracing class
                 Key: CASSANDRA-5625
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5625
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Mikhail Mazursky
            Priority: Trivial


1. Tracing instance cannot be null because it's initialized at classloading 
time and never changes. Made it final to prove that. Removed all redundant null 
checks.
2. StorageService has a Tracing.instance() call - it should trace something or 
can be removed?
3. Made sessions a ConcurrentMap to stress that it should be thread-safe.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to