mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
* [fixed] issue with concurrent account fetch when account was incomplete This happened when a dummy (expired/incomplete) account was created during a route operation. The dummy was to avoid fetching the account, which would cause a lock inversion. When a non route request required the account, we'd download it as it is set to expired. A concurrent request would result in ErrAccountResolverSameClaims which the caller did not handle. Fix is to remove ErrAccountResolverSameClaims. Signed-off-by: Matthias Hanel <mh@synadia.com>
90 KiB
90 KiB