-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compactor: weird directory structure #1661
Labels
Comments
Reamer
changed the title
compactor: weird Directory structure
compactor: weird directory structure
Oct 17, 2019
bwplotka
added a commit
that referenced
this issue
Oct 18, 2019
Fixes: #1661 Signed-off-by: Bartek Plotka <[email protected]>
Thanks for reporting! Wow, it is interesting indeed (: I fixed it here: #1666 It should not have any bad consequences, but still, it's safer to sanitize that. Now it will be |
bwplotka
added a commit
that referenced
this issue
Oct 18, 2019
Fixes: #1661 Signed-off-by: Bartek Plotka <[email protected]>
bwplotka
added a commit
that referenced
this issue
Oct 21, 2019
Fixes: #1661 Signed-off-by: Bartek Plotka <[email protected]>
bwplotka
added a commit
that referenced
this issue
Oct 21, 2019
…s. (#1666) * Fixed compactor tests; Moved to full e2e compact test; Cleaned metrics. Signed-off-by: Bartek Plotka <[email protected]> * Removed block after each compaction group run. Fixes: #1499 Signed-off-by: Bartek Plotka <[email protected]> * Moved to label hash for dir names for compactor groups. Fixes: #1661 Signed-off-by: Bartek Plotka <[email protected]> * Addressed comments. Signed-off-by: Bartek Plotka <[email protected]> * Addressed comments, rebased. Signed-off-by: Bartek Plotka <[email protected]>
GiedriusS
pushed a commit
that referenced
this issue
Oct 28, 2019
…s. (#1666) * Fixed compactor tests; Moved to full e2e compact test; Cleaned metrics. Signed-off-by: Bartek Plotka <[email protected]> * Removed block after each compaction group run. Fixes: #1499 Signed-off-by: Bartek Plotka <[email protected]> * Moved to label hash for dir names for compactor groups. Fixes: #1661 Signed-off-by: Bartek Plotka <[email protected]> * Addressed comments. Signed-off-by: Bartek Plotka <[email protected]> * Addressed comments, rebased. Signed-off-by: Bartek Plotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]>
brancz
pushed a commit
to brancz/objstore
that referenced
this issue
Jan 28, 2022
…s. (#1666) * Fixed compactor tests; Moved to full e2e compact test; Cleaned metrics. Signed-off-by: Bartek Plotka <[email protected]> * Removed block after each compaction group run. Fixes: thanos-io/thanos#1499 Signed-off-by: Bartek Plotka <[email protected]> * Moved to label hash for dir names for compactor groups. Fixes: thanos-io/thanos#1661 Signed-off-by: Bartek Plotka <[email protected]> * Addressed comments. Signed-off-by: Bartek Plotka <[email protected]> * Addressed comments, rebased. Signed-off-by: Bartek Plotka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanos, Prometheus and Golang version used:
Object Storage Provider:
S3 with a minio setup
What happened:
Compaction directory structure is weird when a label includes a
/
. The additional/
produces a subfolder.What you expected to happen:
A nice folder without weird subfolders to chunks
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
I think, at the moment it doesn't affect the functionality
The text was updated successfully, but these errors were encountered: