-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: kv/splits/nodes=3/quiesce=true failed #62063
Comments
Node spontaneously aborted due to a clock offset error. This seems to suggest that the time synchronization may not be configured properly on these machines?
The
|
@jlinder @rickystewart do you know how |
I just took a loot at one of the PR agents and it looks like it runs chrony/chronyd:
|
Just realized that the host is created by roachprod, let me peek there too. |
Just used one of the roachprod created machines:
I wonder if we should use chrony/ntp instead. |
@bdarnell do you know whether |
I don't know what exactly We should be running exactly one of |
Just verified that we run |
BTW, the gce instances use this in
|
What is this "iburst" about? Also, I recall that ntpd in some deployments intendedly does not adjust the clock upon system startup if the skew is larger than some threshold. To achieve this, it is necessary to also run Given the large skew value in the error message at the top, this is worth checking. |
That is my understanding as well. |
62108: roachprod: Install and configure chrony on GCE clusters r=rail a=rail Fixes #62063 In #31577 we switched to `chrony` for AWS, but not for CGE. By default they GCE clusters based on Ubuntu 16.04 use `ntp`. This patch installs `chrony` (and automatically removes `ntp`) on GCE and configures `chrony` to use Google's time server. Release note: None Co-authored-by: Rail Aliiev <rail@iqchoice.com>
Fixes cockroachdb#62063 In cockroachdb#31577 we switched to `chrony` for AWS, but not for CGE. By default they GCE clusters based on Ubuntu 16.04 use `ntp`. This patch installs `chrony` (and automatically removes `ntp`) on GCE and configures `chrony` to use Google's time server. Release note: None
Fixes cockroachdb#62063 In cockroachdb#31577 we switched to `chrony` for AWS, but not for CGE. By default they GCE clusters based on Ubuntu 16.04 use `ntp`. This patch installs `chrony` (and automatically removes `ntp`) on GCE and configures `chrony` to use Google's time server. Release note: None
(roachtest).kv/splits/nodes=3/quiesce=true failed on release-21.1@4a47e0e305cbdabf963f896c1cb571a28b34e63d:
More
Artifacts: /kv/splits/nodes=3/quiesce=true
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: