EmmyMiao87 commented on a change in pull request #5722:
URL: https://github.com/apache/incubator-doris/pull/5722#discussion_r623743777
##########
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:
In fact, even if the collection process of be is disabled.
The stream load record of fe will still obtain stream load information
regularly.
It’s just that every time you get it is empty.
In fact, FE can also add another variable to stop obtaining stream load
record.
But there are too many variables.
To avoid using complexity.
I did not add this switch to fe.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]