-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-4468: Always perform only one server rpc call for readiness check.
Summary: Java client automatically retries (up to 100 times) on error return and overall timeout of 120sec. Making the tserver readiness call only once with 5sec timeout, since it will return error when local bootstrap is happening. So the YW retry will check again as needed. Test Plan: Jenkins: java-only Reviewers: bogdan, neha Reviewed By: neha Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D6344
- Loading branch information
1 parent
0f8fdd9
commit e48b7da
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters