confd icon indicating copy to clipboard operation
confd copied to clipboard

log.Warning("Watch to '%s' stopped at revision %d", prefix, w.revision)

Open zyf0330 opened this issue 4 years ago • 2 comments

log.Warning("Watch to '%s' stopped at revision %d", prefix, w.revision) what is this warn mean? confd tell this and cannot receive new watch update

zyf0330 avatar Aug 30 '19 09:08 zyf0330

I have located this situation. It is caused because etcd client auth token expires, etcd server gives auth: invalid auth token: xxxxxxxx. You can stop and wait sometime then restart etcd server to reproduce it. The etcd client v3 doesn't give a WatchError, because its version is too old. I upgrade it to 3.3.15 and watch this error ERROR Watch error: rpc error: code = PermissionDenied desc = etcdserver: permission denied

zyf0330 avatar Sep 05 '19 08:09 zyf0330

https://bbs.huaweicloud.com/blogs/151610

debu99 avatar Aug 04 '20 08:08 debu99