-
Bug
-
Resolution: Done-Errata
-
Minor
-
Logging 5.9.2
-
False
-
None
-
False
-
NEW
-
VERIFIED
-
-
Bug Fix
-
-
-
Log Storage - Sprint 254
Description of problem:
When a LokiStack is configured as "1x.demo", the generated Loki configuration contains a "replay_memory_ceiling" value of zero. This value is respected by the ingester and leads to it immediately flushing each chunk during WAL-replay, which slows down ingester startup times considerably.
Version-Release number of selected component (if applicable):
5.9.2
Steps to Reproduce:
- Create a LokiStack configured with "size: 1x.demo"
- Look into the generated ConfigMap for the "replay_memory_ceiling" value
Actual results:
"replay_memory_ceiling" value is zero.
Expected results:
Use a more sensible value for the replay_memory_ceiling, while keeping the usage low for demo installations.
Additional info:
When this behavior of the ingester occurs it looks as if the ingester is "endlessly looping" on flushing the logs, because almost each line is flushed to object storage on its own.
It is no endless loop though, it is just very slow. Flushing after a restart can take a few minutes even on small clusters when this bug is present. Once the fix was applied, the flush after restart only took a few seconds, if at all.
- is cloned by
-
LOG-5615 [release-5.8] Replay Memory Ceiling not set when 1x.demo size is used
- Closed
-
LOG-5616 [release-5.7] Replay Memory Ceiling not set when 1x.extra-small size is used
- Closed
-
LOG-5617 [release-5.6] Replay Memory Ceiling not set when 1x.extra-small size is used
- Closed
- relates to
-
LOG-4840 ingester pod ends up in 0/1 state due to wal problem
- Closed
- links to
-
RHBA-2024:3736 Logging for Red Hat OpenShift - 5.9.3
- mentioned on