VGalaxies commented on code in PR #12344:
URL: https://github.com/apache/iotdb/pull/12344#discussion_r1570233321


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/event/EnrichedEvent.java:
##########
@@ -148,6 +152,9 @@ public boolean decreaseReferenceCount(String holderMessage, 
boolean shouldReport
             Thread.currentThread().getStackTrace());
       }
     }
+    if (!isSuccessful) {

Review Comment:
   The `isSuccessful` flag is used to determine whether internal increases or 
decreases were successful. In the case where the reference count is less than 
zero, we still consider the decrease to be successful.



-- 
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: reviews-unsubscr...@iotdb.apache.org

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

Reply via email to