[Bug] fix cancel fragment bug (#11683)
Co-authored-by: chenjie <chenjie@cecdat.com>
This commit is contained in:
@ -2222,6 +2222,7 @@ public class Coordinator {
|
||||
try {
|
||||
TExecPlanFragmentParamsList paramsList = new TExecPlanFragmentParamsList();
|
||||
for (BackendExecState state : states) {
|
||||
state.initiated = true;
|
||||
paramsList.addToParamsList(state.rpcParams);
|
||||
}
|
||||
return BackendServiceProxy.getInstance()
|
||||
|
||||
Reference in New Issue
Block a user