You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed an etcd cluster and one of the etcd member reports warnings due to high clock difference larger than 1 second
(specifically at this line of code:
plog.Warningf("the clock difference against peer %s is too high [%v > %v]", id, s.ClockDiff(), time.Second)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Etcd community,
I deployed an etcd cluster and one of the etcd member reports warnings due to high clock difference larger than 1 second
(specifically at this line of code:
introduced by #3210
After some research it seems that
Lease
andTTL
might be affected because of the high clock diff according to #9768However, it seems that etcd is using monotonic time in lease -
#6888
#6700
So I wanted to confirm that
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions