Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
Description
Looking at the Cluster code, it updates instance variables in a number of places without taking locks. Since Cluster can be used by multiple threads concurrently, all instance variable accesses and updates generally must be locked.