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
In our current setup we see a very strange behaviour of etcdv3. We write some keys at once (in a very short interval in a programmatic way) and then we use some tooling to read these values again. In our setup we see that etcdctl and our tools like confd report different values with a different revision which is pretty strange (I dropped the actual values). All I did was etcdctl get ? --prefix:
In our current setup we see a very strange behaviour of etcdv3. We write some keys at once (in a very short interval in a programmatic way) and then we use some tooling to read these values again. In our setup we see that
etcdctl
and our tools likeconfd
report different values with a different revision which is pretty strange (I dropped the actual values). All I did wasetcdctl get ? --prefix
:and even if we wait over an our there is a revision glitch (it seems like it depends which node answers):
The funny thing is that there are no error messages in the log (we also tried to defrag the nodes without any success).
This is the member status (one thing that confuses me is the difference in the database size):
Our version:
Config:
and the OS:
The text was updated successfully, but these errors were encountered: