nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

De-flake TestJetStreamSuperClusterMovingStreamAndMoveBack #6097

Closed MauriceVanVeen closed 1 week ago

MauriceVanVeen commented 1 week ago

A stream move could be completed when looking at the stream info, but the meta leader could still deny move updates for a short time while state is cleaned up (i.e. the old peers are not removed yet). This doesn't happen often locally, but would happen more when running in CI.

Signed-off-by: Maurice van Veen github@mauricevanveen.com