-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable TS->Master Heartbeat timeout #2418
Comments
|
|
|
|
instead of hardcoding 10sec timeout #2418 Summary: Currently, the TS uses a hard-coded 10 sec timeout for the heartbeat RPC. If the TServer has a lot of tablets, the initial RPC reporting the full tablet report can take a long time. Use FLAGS_heartbeat_rpc_timeout_ms to make this configurable for such large clusters. Test Plan: eyeball Reviewers: kannan, mihnea, hector Reviewed By: hector Subscribers: ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D7279
instead of hardcoding 10sec timeout #2418 Summary: Currently, the TS uses a hard-coded 10 sec timeout for the heartbeat RPC. If the TServer has a lot of tablets, the initial RPC reporting the full tablet report can take a long time. Use FLAGS_heartbeat_rpc_timeout_ms to make this configurable for such large clusters. Test Plan: eyeball Reviewers: kannan, mihnea, hector Reviewed By: hector Subscribers: ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D7279
TS->master heartbeat is hardcoded with a 10 sec timeout.
For use cases with thausands of tablets, the master can sometimes be slow if there is contention at the master side.
Would be useful to have this be configurable (through a gflag)
The text was updated successfully, but these errors were encountered: