Skip to content

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

Open
@NFarrington

Description

@NFarrington

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 }}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions