Files
nats-server/server
Ivan Kozlovic 299b6b53eb [FIXED] JetStream: stream blocked recovering snapshot
If a node falled behind, when catching up with the rest of the
cluster, it is possible that a lot of append entries accumulate
and the server would print warnings such as:
```
[WRN] RAFT [jZ6RvVRH - S-R3F-CQw2ImK6] <some number> append entries pending
```
It would then continously print the following warning:
```
AppendEntry failed to be placed on internal channel
```
When that happens, this node would always be shown with be running the
same number of operations behind (using `nats s info`) if there are
no new messages added to the stream, or an increasing number of
operations if there is still activity.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-12-20 11:41:34 -07:00
..
2021-11-15 17:23:08 -07:00
2021-11-15 17:23:08 -07:00
2021-07-22 11:27:34 -04:00
2021-11-12 17:37:15 -08:00
2021-12-14 10:00:54 -07:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-12-02 11:44:56 -07:00
2021-11-15 17:23:08 -07:00
2021-11-15 17:23:08 -07:00
2021-11-15 17:23:08 -07:00
2021-11-04 14:26:01 -07:00
2021-12-14 10:00:54 -07:00
2021-11-15 17:23:08 -07:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-01-14 01:14:52 -08:00
2021-01-14 01:14:52 -08:00
2021-12-13 11:51:33 +01:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-11-04 14:26:01 -07:00
2021-12-16 16:53:20 -05:00
2020-06-12 10:03:47 -06:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-12-16 16:53:20 -05:00
2021-11-15 17:23:08 -07:00
2021-11-15 17:23:08 -07:00
2021-11-15 17:23:08 -07:00
2021-09-01 14:55:26 -07:00
2021-11-15 17:23:08 -07:00
2021-10-26 20:09:00 -07:00
2021-12-16 16:53:20 -05:00
2021-09-13 15:22:05 +03:00