[Bug] fix cancel fragment bug (#11683)

Co-authored-by: chenjie <chenjie@cecdat.com>
This commit is contained in:
ChPi
2022-08-11 16:48:18 +08:00
committed by GitHub
parent a72e20da69
commit 9214346603

View File

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