presto
presto copied to clipboard
[DRAFT] Removing scheduler hard coded request timeout value
When coordinator gets full GC pause which lasts more than 10 second, all scheduler requests to workers times out. This result in retrying those requests. With 100s of tasks requests retry, causing memory pressure on coordinator if it's running on low memory machine. Removing this config to make it configurable so we can tune it per cluster.
Test plan - unit tests and verifier run
== RELEASE NOTES ==
General Changes
* Remove hard coded scheduler http client request timeout. The value can be set using `scheduler.http-client.request-timeout`
This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the task, make sure you've addressed reviewer comments, and rebase on the latest master. Thank you for your contributions!