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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new ae64afd112c [fix](pipelineX) fix cannot runtime obtain profile on
pipelineX #28795
ae64afd112c is described below
commit ae64afd112c7a7bee684b10ee70a2452e180ae7e
Author: Mryange <[email protected]>
AuthorDate: Sat Dec 23 08:24:04 2023 +0800
[fix](pipelineX) fix cannot runtime obtain profile on pipelineX #28795
---
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 ed7f73e1735..bb7ea290cae 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
@@ -3202,9 +3202,7 @@ public class Coordinator implements CoordInterface {
loadChannelProfile.update(params.loadChannelProfile);
}
this.done = params.done;
- if (this.done) {
- attachInstanceProfileToFragmentProfile();
- }
+ attachInstanceProfileToFragmentProfile();
return this.done;
} else {
RuntimeProfile profile =
fragmentInstancesMap.get(params.fragment_instance_id);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]