Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't process multiple stream assignment responses for the same assig…
…nment If we are reassigning a stream assignment to a different placement, i.e. due to insufficient resources or another placement error, then don't process any further stream assignment results until the new assignment is processed. Otherwise we might generate multiple new assignments unnecessarily which could delete/recreate/update the stream multiple times, potentially on different peer sets. This should also de-flake `TestJetStreamSuperClusterConcurrentOverflow`. Signed-off-by: Neil Twigg <neil@nats.io>
- Loading branch information