You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to double check. For each specified block, rewrite tool will rewrite it separately. Is this intended or should it rewrite all specified blocks into a larger one?
cc @bwplotka
Thanos, Prometheus and Golang version used: main
When using bucket rewrite tool with dry run mode and specifying multiple blocks, it only processes the first block and the process exits.
From the code https://github.com/thanos-io/thanos/blob/main/cmd/thanos/tools_bucket.go#L1137, it returns nil when dry run mode is enabled. It should continue execution in this case.
The text was updated successfully, but these errors were encountered: