DanielWang2035 commented on code in PR #14717:
URL: https://github.com/apache/iotdb/pull/14717#discussion_r1952240421
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/scheduler/load/LoadTsFileScheduler.java:
##########
@@ -273,6 +272,7 @@ public void start() {
final long startTime = System.nanoTime();
try {
// if failed to load some TsFiles, then try to convert the TsFiles
to Tablets
+ LOGGER.info("Load TsFile failed, will try to convert to tablets and
insert.");
Review Comment:
which tsfile
--
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]