-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Increase health-check threshhold for filesystem #11721
Comments
Can you share the cluster manager grepping for |
LOGS FROM COLD NODE:
CLUSTER MANAGER NODE:
When I GREP LEFT output was CLEAR GREP REMOVE :
|
In any case you should see this logs if health check threshold is indeed getting breached. OpenSearch/server/src/main/java/org/opensearch/monitor/fs/FsHealthService.java Lines 240 to 241 in aca2e9d
|
IDK man, i have my own docker builds and in dockerfile i am downloading: And right now I am using VERSION=2.8.0. So is there a way how can I check that this "The default threshold is set at 60s." is set correctly? Maybe some GET API? |
Yes, there is the cluster settings API:
You should see values like the following to confirm your current settings:
|
You are right, this is my cluster settings
and this is the main problem then I need to set this
|
Is your feature request related to a problem? Please describe
I have old and slow HDD disks and when I delete big indices on these HDD - healthcheck is failing and then disconned cold nodes and red the whole cluster.
It happens only on COLD nodes because their disk utilization is 100% when I delete 50GB index by ILM.
When I delete them manually by DELETE index in kibana, disk utilization is about 5%. Is there a bug in ILM or can I increase threshhold?
health check of [/usr/share/opensearch/data/nodes/0] took [5202ms] which is above the warn threshold of [5s]
Describe the solution you'd like
CAN I INCREASE THIS THRESHOLD TO 10 OR MORE SECONDS?
Related component
Storage:Performance
Describe alternatives you've considered
Here is my topic on forum but without response.
https://forum.opensearch.org/t/increase-health-check-threshhold/17302
Additional context
LOGS
The text was updated successfully, but these errors were encountered: