Caideyipi commented on code in PR #11489:
URL: https://github.com/apache/iotdb/pull/11489#discussion_r1386021306


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/IoTDBConnector.java:
##########
@@ -53,6 +61,11 @@ public abstract class IoTDBConnector implements 
PipeConnector {
 
   protected boolean isTabletBatchModeEnabled = true;
 
+  protected final AtomicLong commitIdGenerator = new AtomicLong(0);

Review Comment:
   This will not affect the correctness, for the global commit order ensures 
the local commit order of each pipe sharing the same connector.
   
   > how about connectors with same attribute string share one commit id?
   
   



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