You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/05 06:25:10 UTC

[GitHub] [iotdb] qiaojialin commented on a change in pull request #2637: Add wal log

qiaojialin commented on a change in pull request #2637:
URL: https://github.com/apache/iotdb/pull/2637#discussion_r570746141



##########
File path: server/src/main/java/org/apache/iotdb/db/writelog/io/SingleFileLogReader.java
##########
@@ -92,6 +92,7 @@ public boolean hasNext() {
       fileCorrupted = fileCorrupted || batchLogReader.isFileCorrupted();
     } catch (Exception e) {
       logger.error("Cannot read more PhysicalPlans from {} because", filepath, e);
+      logger.error("Successfully read index is {}", idx);

Review comment:
       merge into one line




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org