761417898 commented on code in PR #15676:
URL: https://github.com/apache/iotdb/pull/15676#discussion_r2166404568
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTsFileBuilder.java:
##########
@@ -81,27 +81,40 @@ private File getNextBaseDir() throws
DiskSpaceInsufficientException {
}
}
}
+ File baseDir = null;
+ for (int retryTimes = 0; retryTimes <= 1; retryTimes++) {
+ String folder = FOLDER_MANAGER.get().getNextFolder();
Review Comment:
fixed
--
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]