xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
565 stars 71 forks source link

[Bug]: Xline will loss event when using watch feature #677

Closed Phoenix500526 closed 3 months ago

Phoenix500526 commented 4 months ago

Description about the bug

When I ported Xline to Kubernetes, I encountered timeouts during kubeadm init. By comparing the behavior of etcd and Xline, I discovered that Xline's watch feature may experience event loss under certain conditions. The root cause of the event loss is documented in issue #491.

Version

0.6.1 (Default)

Relevant log output

No response

Code of Conduct