chengjianyun commented on a change in pull request #5316:
URL: https://github.com/apache/iotdb/pull/5316#discussion_r831919283
##########
File path:
server/src/main/java/org/apache/iotdb/db/engine/compaction/inner/sizetiered/SizeTieredCompactionTask.java
##########
@@ -202,13 +201,29 @@ protected void doCompaction() throws Exception {
if (sizeTieredCompactionLogger != null) {
sizeTieredCompactionLogger.close();
}
- InnerSpaceCompactionExceptionHandler.handleException(
- fullStorageGroupName,
- logFile,
- targetTsFileResource,
- selectedTsFileResourceList,
- tsFileManager,
- tsFileResourceList);
+ if (isSequence()) {
+ CompactionExceptionHandler.handleException(
Review comment:
any difference between the two
`CompactionExceptionHandler.handleException()` call?
--
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]