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

[FIXED] Fix data race when moving a stream #6071

Closed MauriceVanVeen closed 2 weeks ago

MauriceVanVeen commented 2 weeks ago

The same data race was fixed before in https://github.com/nats-io/nats-server/pull/5880, but was re-introduced in https://github.com/nats-io/nats-server/pull/5858/files#diff-9c075c47b0690a821ad35caa26308b69adeb132042f062eef75513db2a26638aL2515

This PR re-introduces the calls to .clone().

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