From 05c14e89906621590a87da7b4cdc76f038706e18 Mon Sep 17 00:00:00 2001 From: Biswajit Ghosh <34703680+Biswajitghosh98@users.noreply.github.com> Date: Wed, 16 Dec 2020 17:10:36 +0530 Subject: [PATCH] Update troubleshooting.md --- docs/operating/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating/troubleshooting.md b/docs/operating/troubleshooting.md index 54fa925488f..3ebc96e3ca2 100644 --- a/docs/operating/troubleshooting.md +++ b/docs/operating/troubleshooting.md @@ -23,7 +23,7 @@ In this halted example, we can read that compactor detected 2 overlapped blocks. * Duplicated upload with different ULID (non-persistent storage for Prometheus can cause this) * 2 Prometheus instances are misconfigured and they are uploading the data with exactly the same external labels. This is wrong, they should be unique. -Checking producers log for such ULID, and checking meta.json (e.g if sample stats are the same or not) helps. Checksum the index and chunks files as well to reveal if data is exactly the same, thus ok to be removed manually. You may find `scripts/thanos-block.jq` script useful when inspecting `meta.json` files, as it translates timestamps to human-readable form. +Checking producers log for such ULID, and checking meta.json (e.g if sample stats are the same or not) helps. Checksum the index and [chunks](../design.md/#Note) files as well to reveal if data is exactly the same, thus ok to be removed manually. You may find `scripts/thanos-block.jq` script useful when inspecting `meta.json` files, as it translates timestamps to human-readable form. ### Reasons