Re: Elasticsearch threads behaves different from each other

2014-09-26 Thread Umut Yerci
Thank you for answers Jörg. I really appreciated your helps :-). On Thursday, September 25, 2014 7:07:51 PM UTC+3, Jörg Prante wrote: > > What you see are some of the TCP/IP stack counters of your hardware > network interface since it was started. It is provided by the OS and read > by sigar >

Re: Elasticsearch threads behaves different from each other

2014-09-25 Thread joergpra...@gmail.com
What you see are some of the TCP/IP stack counters of your hardware network interface since it was started. It is provided by the OS and read by sigar http://www.hyperic.com/support/docs/sigar/org/hyperic/sigar/Tcp.html It is not related to ES or to ES specific connections. It's just a nice-to-hav

Re: Elasticsearch threads behaves different from each other

2014-09-25 Thread Umut Yerci
Thank you for your answer Jörg. I remove them in conf file but my performance problem continues. I have another question about it. My network stat is that; curl -XGET 'http://localhost:9200/_nodes/stats/network?human&pretty' { "cluster_name" : "test-cluster", "nodes" : { "XB95yJZhS7WLAP

Re: Elasticsearch threads behaves different from each other

2014-09-25 Thread joergpra...@gmail.com
Do not manipulate the threadpool to "fixed" and do not use such high numbers like 100,600, 5000, 5 This will sooner or later congest your machine. The long list of threads in OS is just one (harmless) symptom of a misconfiguration. Use the default setting. Do not use 80% buffer for index.

Re: Elasticsearch threads behaves different from each other

2014-09-25 Thread joergpra...@gmail.com
Can you post your settings from config/elasticsearch.yml? Jörg On Thu, Sep 25, 2014 at 9:03 AM, Umut Yerci wrote: > Elasticsearch runs on my low-configured system which has 4G memory and 4 > cores CPUs. I get high-cpu usage problem with ES. Even after closing > analyzer(s), reduce threads size