Skip to content

Instantly share code, notes, and snippets.

@jjheinon
Created December 16, 2013 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjheinon/7994672 to your computer and use it in GitHub Desktop.
Save jjheinon/7994672 to your computer and use it in GitHub Desktop.
Fix for cluster node status timeout
curl -XPUT testnode00:9200/_cluster/settings -d '
{
"persistent":{
"threadpool.get.queue_size":"1000",
"threadpool.search.queue_size":"100",
"threadpool.index.size":"50",
"threadpool.search.type":"fixed",
"threadpool.index.queue_size":"100",
"threadpool.search.size":"600",
"threadpool.search.reject_policy":"caller",
"threadpool.index.type":"fixed",
"threadpool.get.type":"fixed",
"threadpool.get.size":"500",
"threadpool.index.reject_policy":"caller"
},
"transient":{
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment