Skip to content
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

thanos: error: unknown long flag '--block-sync-concurrency' #1341

Open
NFarrington opened this issue May 30, 2023 · 0 comments
Open

thanos: error: unknown long flag '--block-sync-concurrency' #1341

NFarrington opened this issue May 30, 2023 · 0 comments

Comments

@NFarrington
Copy link

NFarrington commented May 30, 2023

Describe the bug

The flag --block-sync-concurrency was removed from Thanos compactor in v0.27.0 onwards - https://github.com/thanos-io/thanos/blob/main/CHANGELOG.md#v0270---20220705

Steps to reproduce the issue:

  1. Deploy v0.4.6 of the Thanos chart with Thanos v0.27.0 or greater (Values.image.tag: v0.27.0).
  2. Wait for the Thanos compactor pod to fail to start.
  3. Observe the following error in the pod logs: thanos: error: unknown long flag '--block-sync-concurrency'

Expected behavior

The --block-sync-concurrency flag is not used, and the compactor pod starts successfully.

Additional context

- "--block-sync-concurrency={{ .Values.compact.blockSyncConcurrency }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant