Details
Description
When counting some indicators, we can use LongAdder instead of AtomicLong to improve performance. The long value is not an atomic snapshot in LongAdder, but I think we can tolerate that.
Attachments
Issue Links
- relates to
-
HADOOP-17671 Run jacc to check for Hadoop's Java API compat
- Resolved
- links to