[fix](pipelineX) fix cannot runtime obtain profile on pipelineX #28795

This commit is contained in:
Mryange
2023-12-23 08:24:04 +08:00
committed by GitHub
parent 43776465d9
commit ae64afd112

View File

@ -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);