Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
0.10.1
-
None
-
None
Description
StephanEwen reported an issue during restarts of jobs with low execution retries. He ran into the following error messages thrown by `Task`:
"Received unexpected partition state $partitionState for partition request. This is a bug."
"Received partition state for unknown input gate $resultId. This is a bug.
I think that these are wrong in concurrent cancelling cases and we need to add checks for it.