Caideyipi commented on code in PR #15295:
URL: https://github.com/apache/iotdb/pull/15295#discussion_r2052334911
##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/extractor/IoTDBNonDataRegionExtractor.java:
##########
@@ -259,6 +262,8 @@ public EnrichedEvent supply() throws Exception {
realtimeEvent.bindProgressIndex(new
MetaProgressIndex(iterator.getNextIndex() - 1));
}
realtimeEvent.increaseReferenceCount(IoTDBNonDataRegionExtractor.class.getName());
+ PipeEventCommitManager.getInstance()
+ .enrichWithCommitterKeyAndCommitId(realtimeEvent, creationTime,
regionId);
Review Comment:
Good point.. Will fix it
--
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]