Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1317][FOLLOWUP] ServerConnector supports celeborn.master.ht…
…tp.stopTimeout and celeborn.worker.http.stopTimeout ### What changes were proposed in this pull request? `ServerConnector` supports `celeborn.master.http.stopTimeout` and `celeborn.worker.http.stopTimeout`. ### Why are the changes needed? Jetty `Server` supports `celeborn.master.http.stopTimeout` and `celeborn.worker.http.stopTimeout`, but `ServerConnector` does not support, which default stop timeout is 5min. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local test. Closes #2437 from SteNicholas/CELEBORN-1317. Authored-by: SteNicholas <[email protected]> Signed-off-by: Shuang <[email protected]>
- Loading branch information