Skip to content

Commit

Permalink
make doc
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov committed Nov 18, 2024
1 parent 69a3e0f commit 9b2f3f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sources/mimir/manage/mimir-runbooks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,6 @@ How to **investigate**:
- If the call exists and it's waiting on a lock then there may be a deadlock.
- If the call doesn't exist then it could either mean processing is not stuck (false positive) or the `pushToStorage` wasn't called at all, and so you should investigate the callers in the code.
### MimirIngesterMissedRecordsFromKafka
This alert fires when an ingester has missed processing some records from Kafka. In other words, there has been a gap in offsets.
Expand All @@ -1546,7 +1545,7 @@ How to **investigate**:
- Verify that there have been no deleted records in your Kafka cluster by humans or other applications.
- Verify that the ingester hasn't been down for longer than the retention on the Kafka partition.
- Report a bug.
- Report a bug.
### MimirStrongConsistencyEnforcementFailed
Expand Down

0 comments on commit 9b2f3f6

Please sign in to comment.