grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.17k stars 537 forks source link

Q: how to unmark "no-compact" blocks? #9973

Closed deniszh closed 6 days ago

deniszh commented 1 week ago

Hello! I marked some blocks as "no-compact" using markblocks by mistake. How can I revert that? I deleted "no-compact-mark.json" file from affected blocks but looks like that didn't help. Or should I clean some cache?

Thanks!

WBR, Denys

56quarters commented 1 week ago

IIRC there's two places for markers: the "global" markers/ directory in the bucket root and within each block directory.

deniszh commented 1 week ago

Thanks for answer! Yes, deleted from "marker" directory and it helps! Will ask such questions in forum next time, though, as far as I understand that's more appropriate . :)