Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a flag for HttpRemoteTask to avoid eager but unnecessary sendUpdate
It should not sendUpdate before task been started, while the needsUpdate flag in RemoteHttpTask is not enough to ensure this, which case will happen on all non-leaf stage, as 450-470 lines in SqlStageExecution.java Although task will start soon after noMoreSplits, but we should avoid this, which is unnecessary and not strictly accurate in principle.
- Loading branch information