nats-io / nats-server

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

[FIXED] Make sure tmpAccounts does not accidentally have duplicates. #5588

Closed derekcollison closed 3 months ago

derekcollison commented 3 months ago

With this change we do not need lookup from tmpAccounts on import processing. Needed to fix data races from same tmpAccount entry now be re-used.

Signed-off-by: Derek Collison derek@nats.io