morningman commented on a change in pull request #3770:
URL: https://github.com/apache/incubator-doris/pull/3770#discussion_r435121454
##########
File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java
##########
@@ -425,6 +428,7 @@ public void exec() throws Exception {
List<Long> relatedBackendIds =
Lists.newArrayList(addressToBackendID.values());
Catalog.getCurrentCatalog().getLoadManager().initJobProgress(jobId, queryId,
instanceIds,
relatedBackendIds);
+ LOG.info("dispatch load job: {} to {}", queryId,
addressToBackendID.keySet());
Review comment:
print query id like this: `DebugUtil.printId(queryId)`
##########
File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java
##########
@@ -409,12 +409,15 @@ public void exec() throws Exception {
toBrpcHost(execBeAddr),
queryOptions.query_timeout * 1000);
+ LOG.info("dispatch query job: {} to {}", queryId,
topParams.instanceExecParams.get(0).host);
Review comment:
print query id like this: `DebugUtil.printId(queryId)`
----------------------------------------------------------------
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]