[
https://issues.apache.org/jira/browse/CASSANDRA-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Dusbabek updated CASSANDRA-248:
------------------------------------
Attachment: 248-v2.diff
Results of audit:
** should probably use volatile **
StorageService - already using volatile
MessageService - changed to use volatile
FailureDetector - changed to use volatile
Gossiper - changed to use volatile
** probably doesn't matter and not already using volatile **
CompacttionManager - unchanged
RecoveryManager - unchanged
HintedHandOffManager - unchanged
ReadRepairManager - unchanged
StorageLoadBalancer - uses synchronized method instead of DCL. unchanged.
> Replace factory method based on explicit locks for a more succint syntax
> ------------------------------------------------------------------------
>
> Key: CASSANDRA-248
> URL: https://issues.apache.org/jira/browse/CASSANDRA-248
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Edward Ribeiro
> Assignee: Gary Dusbabek
> Attachments: 248-v2.diff, CASSANDRA-248.patch
>
>
> Replace factory method based on explicit locks for a more succint syntax. The
> code becomes simpler and more readable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.