healchow commented on code in PR #8397:
URL: https://github.com/apache/inlong/pull/8397#discussion_r1250557321


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java:
##########
@@ -373,6 +376,7 @@ private List<AuditVO> doAggregate(List<AuditVO> 
auditVOList, String format) {
         for (AuditVO auditVO : auditVOList) {
             AuditVO statInfo = new AuditVO();
             ConcurrentHashMap<String, AtomicLong> countMap = new 
ConcurrentHashMap<>();
+            ConcurrentHashMap<String, AtomicLong> delayMap = new 
ConcurrentHashMap<>();

Review Comment:
   Local variables inside the method do not need to use ConcurrentHashMap, just 
change it to HashMap.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to