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
thanos, version 0.23.1 (branch: HEAD, revision: 5327cd8b9bd56ce4912fe602197ad04ab2722b18)
build user: root@0acc901868e9
build date: 20211005-12:08:29
go version: go1.16.8
platform: linux/amd64
Object Storage Provider: S3
What happened:
If the value of --block-sync-concurrency parameter is not greater than 1 the program is blocked. In my case I have set this parameter to 0.5 value and no error was displayed.
What you expected to happen:
The program must failed with an error message like : error: the block sync concurrency must be positive
How to reproduce it (as minimally and precisely as possible):
thanos store --objstore.config-file=config.yml--block-sync-concurrency=0.5
The text was updated successfully, but these errors were encountered:
aymericDD
changed the title
store: does not validate --block-sync-concurrency postive value
store: does not validate --block-sync-concurrency parameter
Oct 7, 2021
Thanos, Prometheus and Golang version used:
Object Storage Provider: S3
What happened:
If the value of
--block-sync-concurrency
parameter is not greater than 1 the program is blocked. In my case I have set this parameter to 0.5 value and no error was displayed.What you expected to happen:
The program must failed with an error message like :
error: the block sync concurrency must be positive
How to reproduce it (as minimally and precisely as possible):
Full logs to relevant components:
Anything else we need to know:
The text was updated successfully, but these errors were encountered: