Skip to content

Commit

Permalink
[fix](pipelineX) fix cannot runtime obtain profile on pipelineX apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange authored and HappenLee committed Jan 12, 2024
1 parent 8c61782 commit 0cb63a9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3202,9 +3202,7 @@ public synchronized boolean updateProfile(TReportExecStatusParams params) {
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);
Expand Down

0 comments on commit 0cb63a9

Please sign in to comment.