The pattern
"Sleeping till wall time 1579124038327600109 to catches up to 1579124038779591927 to ensure monotonicity. Delta: 451.991818ms"
in the cockroachdb service's log indicates a tiny time drifts, that preventing the Cockroachdb instance from syncing with the other cockroachdb cluster's nodes, and, hence, preventing the corresponding mesos master from joining the DC/OS cluster.
The pattern is relevant for the DC/OS 1.13.
Details:
https://mesosphere.slack.com/archives/G09D33Q0Y/p1579192470358800
https://github.com/cockroachdb/cockroach/blob/master/pkg/server/server.go#L980
The pattern
"Sleeping till wall time 1579124038327600109 to catches up to 1579124038779591927 to ensure monotonicity. Delta: 451.991818ms"
in the cockroachdb service's log indicates a tiny time drifts, that preventing the Cockroachdb instance from syncing with the other cockroachdb cluster's nodes, and, hence, preventing the corresponding mesos master from joining the DC/OS cluster.
The pattern is relevant for the DC/OS 1.13.
Details:
https://mesosphere.slack.com/archives/G09D33Q0Y/p1579192470358800
https://github.com/cockroachdb/cockroach/blob/master/pkg/server/server.go#L980