Files
nats-server/server
Derek Collison 99fed910f0 Improvements to large numbers of JetStream R1 consumers per stream.
1. We were holding open FDs longer than we should for consumers causing issues with open FD limits. We now do not hold them open and cap updates a bit better.

2. When doing a stream delete, consumer delete was repeating alot of work that was not necessary, causing longer delays. This has been optimized a bit, still more improvements to be made.

3. We cover all JS under a single export, but that was also trapping GetNext for pull based consumers, and since this was a no-op (is handled at user account level) we were creating alot of garbage service import responses and reverse map entries that had to be garbage collected. We have a fix in to avoind this but still looking for a better one.

4. Still had some lingering references to all exports vs single JS export.

Signed-off-by: Derek Collison <derek@nats.io>
2021-06-29 05:45:55 -07:00
..
2020-05-19 14:15:11 -07:00
2021-04-09 15:18:06 -07:00
2021-06-25 13:57:16 -07:00
2021-05-19 14:46:07 -07:00
2021-05-19 14:46:07 -07:00
2021-05-28 15:52:22 +02:00
2020-02-25 19:53:09 -05:00
2021-05-26 08:04:50 +02:00
2021-06-10 10:04:41 -07:00
2020-11-17 18:57:45 +00:00
2021-01-14 01:14:52 -08:00
2021-01-14 01:14:52 -08:00
2021-06-27 08:33:46 -07:00
2020-06-12 10:03:47 -06:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2021-04-12 10:17:13 -07:00
2019-12-12 11:58:24 -07:00
2021-06-20 10:34:27 -07:00
2021-05-26 08:04:50 +02:00