SteveYurongSu commented on code in PR #14324:
URL: https://github.com/apache/iotdb/pull/14324#discussion_r1871477601


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/dataregion/realtime/assigner/PipeDataRegionAssigner.java:
##########
@@ -218,18 +241,24 @@ public boolean notMoreExtractorNeededToBeAssigned() {
   public void close() {
     PipeAssignerMetrics.getInstance().deregister(dataRegionId);
     matcher.clear();
-    disruptor.clear();
+
+    final long startTime = System.currentTimeMillis();
+    disruptor.shutdown();
+    LOGGER.info(
+        "Pipe: Assigner on data region {} shutdown internal disruptor within 
{} ms",

Review Comment:
   ```suggestion
           "Pipe: Assigner on data region {} shutdown internal disruptor within 
{} ms",
   ```
   
   Please include message of "pipe name - creation time - region id" in 
logger's output



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