You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/01 11:19:40 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #3996: Add log for loading image

morningman commented on a change in pull request #3996:
URL: https://github.com/apache/incubator-doris/pull/3996#discussion_r448294489



##########
File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
##########
@@ -1833,8 +1841,10 @@ public long loadTransactionState(DataInputStream dis, long checksum) throws IOEx
             int size = dis.readInt();
             long newChecksum = checksum ^ size;
             globalTransactionMgr.readFields(dis);
+            LOG.info("finished replay transactionState from image");
             return newChecksum;
         }
+        LOG.info("finished replay transactionState from image");

Review comment:
       This log can  be removed.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org