-
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.
[#24852]yugabyted: Using clockbound time sync service in yugabyted de…
…ployments Summary: Adding clockbound configuration as part of yugabyted deployments: * If the node is started with `enhance_time_sync_via_clockbound` flag, then, yugabyted will do a hard check for clockbound, i.e., yugabyted will fail to start if clockbound is not installed and configured. It will give an appropriate error msg. * If the node is not started with `enhance_time_sync_via_clockbound` flag, then yugabyted will do a soft check for clockbound, i.e., yugabyted will give a warning with appropriate message. * If the checks pass, yugabyted will start the node with time_source as clockbound. If this flag is set to some other value by the user, yugabyted will fail if `enhance_time_sync_via_clockbound` flag was used, else, it will log it it and continue to start the node without setting time_source. Jira: DB-13966 Test Plan: ./yb_build.sh --java-test 'org.yb.yugabyted.*' Reviewers: nikhil Reviewed By: nikhil Subscribers: yugabyted-dev, sgarg-yb Differential Revision: https://phorge.dev.yugabyte.com/D41289
- Loading branch information
1 parent
acbead1
commit 0712d25
Showing
3 changed files
with
94 additions
and
90 deletions.
There are no files selected for viewing
Empty file.
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