DanielWang2035 commented on code in PR #11489:
URL: https://github.com/apache/iotdb/pull/11489#discussion_r1386019500
##########
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:
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]