caozj1011 commented on code in PR #11454:
URL: https://github.com/apache/iotdb/pull/11454#discussion_r1381200837
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/execute/performer/impl/ReadChunkCompactionPerformer.java:
##########
@@ -92,6 +92,9 @@ public void perform()
targetResource.updatePlanIndexes(tsFileResource);
}
writer.endFile();
+ if (writer.isEmptyTargetFile()) {
Review Comment:
Do you need to judge other performers as well?
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/execute/performer/impl/ReadChunkCompactionPerformer.java:
##########
@@ -92,6 +92,9 @@ public void perform()
targetResource.updatePlanIndexes(tsFileResource);
}
writer.endFile();
+ if (writer.isEmptyTargetFile()) {
Review Comment:
Do you need to judge other performers as well?
--
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]