Description
When we do shuffle on indeterminate expressions such as rand, and ShuffleFetchFailed happend, we may get incorrent result since it only retries failed map tasks.
We try to fix this by retry all upstream map tasks in this situation.
When we do shuffle on indeterminate expressions such as rand, and ShuffleFetchFailed happend, we may get incorrent result since it only retries failed map tasks.
We try to fix this by retry all upstream map tasks in this situation.