caiconghui commented on a change in pull request #5722:
URL: https://github.com/apache/incubator-doris/pull/5722#discussion_r622708030



##########
File path: 
fe/fe-core/src/main/java/org/apache/doris/load/StreamLoadRecordMgr.java
##########
@@ -121,13 +128,14 @@ public void 
replayFetchStreamLoadRecord(FetchStreamLoadRecord fetchStreamLoadRec
         for (Backend backend : backends.values()) {
             if (beIdToLastStreamLoad.containsKey(backend.getId())) {
                 long lastStreamLoadTime = 
beIdToLastStreamLoad.get(backend.getId());
-                LOG.info("Replay stream load bdbje. backend: {}, last stream 
load version: {}", backend.getHost(), lastStreamLoadTime);
+                LOG.info("Replay stream load bdbje. backend: {}, last stream 
load time: {}", backend.getHost(), lastStreamLoadTime);

Review comment:
       what if disable stream load the value for lastStreamLoadTime will be?




-- 
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:
us...@infra.apache.org



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

Reply via email to