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/06/04 04:42:22 UTC

[GitHub] [incubator-doris] yangzhg opened a new pull request #3770: Add some log to make it easier to find out bug

yangzhg opened a new pull request #3770:
URL: https://github.com/apache/incubator-doris/pull/3770


   Added some logs to record to which be a query was sent.
   Increasing the efficiency of tracing the problem


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


[GitHub] [incubator-doris] morningman commented on a change in pull request #3770: Add some log to make it easier to find out bug

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] imay merged pull request #3770: Add some log to make it easier to find out bug

Posted by GitBox <gi...@apache.org>.
imay merged pull request #3770:
URL: https://github.com/apache/incubator-doris/pull/3770


   


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