You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/06/08 02:59:19 UTC

[incubator-doris] branch master updated: [fix](coordinator) fix bug that unable to generate query profile (#10002)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new dcdfc5b32a [fix](coordinator) fix bug that unable to generate query profile (#10002)
dcdfc5b32a is described below

commit dcdfc5b32a04ab2a955cd77e00c29802c3371459
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Wed Jun 8 10:59:15 2022 +0800

    [fix](coordinator) fix bug that unable to generate query profile (#10002)
    
    This bug was introduced from #9720
---
 fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java b/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
index e3e4142734..8f95c04890 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
@@ -635,6 +635,7 @@ public class Coordinator {
                         beToExecStates.putIfAbsent(execState.backend.getId(), states);
                     }
                     states.addState(execState);
+                    ++backendIdx;
                 }
                 profileFragmentId += 1;
             } // end for fragments


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