Files
nats-server/server
Ivan Kozlovic 0c9952f21d Additional lock inversion between jetStream and jsAccount
Order seem to be jetStream -> jsAccount. In JetStreamUsage()
we were doing the opposite. Moved the js.mu.RLock() to encompass
the whole getting of statistics from jsa. We could do in 2 phases:
get js's RLock to get cluster info (if clustered), then get
jsa's RLock for the rest, and set cluster info with what we gathered
in the first phase.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-08-31 14:18:31 -06:00
..
2021-07-22 11:27:34 -04:00
2021-04-09 15:18:06 -07:00
2021-08-26 15:58:31 -06:00
2021-08-26 16:52:43 +02:00
2021-08-26 16:52:43 +02:00
2021-05-26 08:04:50 +02:00
2021-07-23 10:19:07 +01:00
2021-08-14 17:39:51 -07:00
2021-07-28 12:40:48 -06:00
2021-04-12 10:17:13 -07:00
2021-05-26 08:04:50 +02:00