jt2594838 commented on code in PR #15815:
URL: https://github.com/apache/iotdb/pull/15815#discussion_r2165263892
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/agent/task/subtask/connector/PipeConnectorSubtaskManager.java:
##########
@@ -201,6 +202,9 @@ public synchronized void deregister(
}
PipeEventCommitManager.getInstance().deregister(pipeName, creationTime,
regionId);
+ // Reset IoTV2 replicate index to prevent index jumps. Do this when
consensus pipe no longer
+ // replicates data, since extractor and processor is already dropped now.
Review Comment:
consensus pipe -> a consensus pipe
is already dropped -> are already dropped
--
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]