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

v3.4.14; etcd flag provided but not defined: -experimental-warning-apply-duration #12693

Closed
trisomeyr opened this issue Feb 16, 2021 · 4 comments

Comments

@trisomeyr
Copy link

Hi devs,
i've set up a 3 node etcd cluster on some raspberry pi 4s using docker. etcd is compiled from source during docker image build using go version 1.15.8. Perhabs because i am using sdcards instead of ssd for storage during testing, i get lots of "request took too long" warnings flooding my logs. Therefore, i wanted to increase the warning threshold time using the flag -experimental-warning-apply-duration introduced in 3.4.14 (#12448) as adviced here: #10860

Expected behaviour:
The Flag gets processed by etcd at program start

Actual behaviour:
Getting the error "flag provided but not defined: -experimental-warning-apply-duration" at program start

Greets
triso

@spzala
Copy link
Member

spzala commented Feb 16, 2021

/cc @agargi

@hexfusion
Copy link
Contributor

This was never backported to release-3.4[1] so I think this is expected.

[1]https://github.com/etcd-io/etcd/blob/release-3.4/etcdmain/config.go#L253

@hexfusion
Copy link
Contributor

Backport #12740

@trisomeyr
Copy link
Author

trisomeyr commented Mar 3, 2021

TOP! Thank you very much. Meanwhile worked around it by changing the code of 3.4 by myself before compiling it :)

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

No branches or pull requests

3 participants