doleyzi commented on code in PR #10366:
URL: https://github.com/apache/inlong/pull/10366#discussion_r1629373166


##########
inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/AuditReporterImpl.java:
##########
@@ -385,16 +399,14 @@ private void summaryExpiredStatMap(long isolateKey) {
      * Summary pre stat map
      */
     private void summaryPreStatMap(long isolateKey, ConcurrentHashMap<String, 
StatInfo> statInfo) {
-        List<String> expiredKeys = 
this.expiredKeyList.computeIfAbsent(isolateKey, k -> new ArrayList<>());
+        HashSet<String> expiredKeys = 
this.expiredKeyList.computeIfAbsent(isolateKey, k -> new HashSet<>());

Review Comment:
   Fixed



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to