Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use FLAGS_heartbeat_rpc_timeout_ms for heartbeater's timeout
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
- Loading branch information