Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2188] fix(client): Fixup timeoutMs for executeTasks in ShuffleWrite…
…ClientImpl#sendAppHeartbeat (#2189) ### What changes were proposed in this pull request? Fixup timeoutMs for executeTasks in ShuffleWriteClientImpl#sendAppHeartbeat ### Why are the changes needed? The `timeoutMs` in ShuffleWriteClientImpl#sendAppHeartbeat method. The timeoutMs for per RPC is similar to the timeoutMs of ThreadUtils#executeTasks` for all servers RPC execute, and the logic here is flawed. Resetting the `timeoutMs` for `ThreadUtils.executeTask`. Fix: #2188 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? no need
- Loading branch information