congbobo184 commented on a change in pull request #9876:
URL: https://github.com/apache/pulsar/pull/9876#discussion_r593639220
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/BrokerOperabilityMetrics.java
##########
@@ -34,6 +35,11 @@
private final DimensionStats zkWriteLatencyStats;
private final DimensionStats zkReadLatencyStats;
private final String brokerName;
+ private final AtomicLong connectionTotalCreatedCount;
Review comment:
OK i will change the atomicLong to LongAdder.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]