Skip to content
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

[YSQL] Use AWS clockbound daemon to get more precise error bounds for the clock skew #22540

Closed
1 task done
pao214 opened this issue May 24, 2024 · 1 comment
Closed
1 task done
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@pao214
Copy link
Contributor

pao214 commented May 24, 2024

Jira Link: DB-11470

Description

Reference: https://github.com/aws/clock-bound

There is an order of magnitude difference between using clock bound vs. ntp_adjtime system call that the NtpClock uses. Using the daemon is a precursor to solving #22317.

This will enable the following in cloud environments

  1. Provide external consistency (as defined by spanner), thus solving the causal reverse problem.
  2. Remove read restart errors altogether.

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@pao214 pao214 added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels May 24, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels May 24, 2024
@pao214 pao214 self-assigned this May 28, 2024
@pao214 pao214 added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Jun 29, 2024
@pao214
Copy link
Contributor Author

pao214 commented Jul 24, 2024

Duplicate of #21963.

@pao214 pao214 closed this as completed Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants