Is it normal for a single node elasticsearch process to open 13 sockets to
itself? This seems like an excessive zen disco party and inexplicable. I am
trying out v1.4.
Is it possible to set the transport protocol port?
More info: I tried to set the transport port like this:
-Dtransport.tcp.port=9999 on the elasticsearch command line, but it still
uses port 9300.
On Tuesday, December 16, 2014 12:42:12 PM UTC-8, Paul Baclace wrote:
Is it normal for a single node elasticsearch process to open 13 sockets to
itself? This seems like an excessive zen disco party and inexplicable. I am
trying out v1.4.
Is it possible to set the transport protocol port?
ES uses a netty worker pool in order to be able to connect to multiples
nodes. The size of the pool does not automatically take into consideration
that you want a single node cluster only, it does not shrink or grow. You
can reduce the size of the netty worker pool with the
setting transport.netty.worker_count
Any command line parameter must be prefixed by "es." so you should use -
Des.transport.tcp.port=9999
More info: I tried to set the transport port like this:
-Dtransport.tcp.port=9999 on the elasticsearch command line, but it still
uses port 9300.
On Tuesday, December 16, 2014 12:42:12 PM UTC-8, Paul Baclace wrote:
Is it normal for a single node elasticsearch process to open 13 sockets
to itself? This seems like an excessive zen disco party and inexplicable. I
am trying out v1.4.
Is it possible to set the transport protocol port?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.