[fix](pipelineX) fix cannot runtime obtain profile on pipelineX #28795
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user