Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
-
Reviewed
Description
The Balancer internally uses a class BytesMoved to keep track of the bytes moved. It has the same requirements and semantics of AtomicLong. But BytesMoved uses monitors. It will be an improvement for Balancer to use AtomicLong instead of custom class.