mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

The watch's etcd server is shutdown to keep the watch in a retry state as keys are put and compacted on the cluster. When the server restarts, there is a window where the compact hasn't been applied which may cause the watch to receive all events instead of only a compaction error. Fixes #6535