Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed extra plus sign
  • Loading branch information
dockerymick authored Dec 9, 2024
1 parent e3c3305 commit e29b3e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions troubleshooting/acm_thanos_compactor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ oc delete pod observability-thanos-compact-0 -n open-cluster-management-observab

The Thanos compactor halts because you have corrupted blocks. You might receive the following output where the `01HKZYEZ2DVDQXF1STVEXAMPLE` block is corrupted:

+
[source,terminal]
----
ts=2024-01-24T15:34:51.948653839Z caller=compact.go:491 level=error msg="critical error detected; halting" err="compaction: group 0@15699422364132557315: compact blocks [/var/thanos/compact/compact/0@15699422364132557315/01HKZGQGJCKQWF3XMA8EXAMPLE /var/thanos/compact/compact/0@15699422364132557315/01HKZQK7TD06J2XWGR5EXAMPLE /var/thanos/compact/compact/0@15699422364132557315/01HKZYEZ2DVDQXF1STVEXAMPLE /var/thanos/compact/compact/0@15699422364132557315/01HM05APAHXBQSNC0N5EXAMPLE]: populate block: chunk iter: cannot populate chunk 8 from block 01HKZYEZ2DVDQXF1STVEXAMPLE: segment index 0 out of range"
Expand Down Expand Up @@ -78,4 +77,4 @@ thanos tools bucket mark --id "01HKZYEZ2DVDQXF1STVEXAMPLE" --objstore.config="$O
[source,bash]
----
thanos tools bucket cleanup --objstore.config="$OBJSTORE_CONFIG"
----
----

0 comments on commit e29b3e0

Please sign in to comment.