I am using 0.19.3 and while index (not bulk) a large dataset, I run
into this problem with out-of-memory error.
This has been documented here: https://github.com/elasticsearch/elasticsearch/issues/1955
I am still a newbie to this and is in the process of evaluating
ElasticSearch. This is kind of a blocker for me.
I am just wondering if there is a work-around in the meantime? Or
when will a patch be available?
kimchy
(Shay Banon)
May 25, 2012, 11:10pm
2
I answered on the issue. Just note that you send HTTP requests to port
9200, not 9300, 9300 is for internal communication protocol.
On Thu, May 24, 2012 at 11:39 PM, Helen Poon helenchenpoon@gmail.com wrote:
I am using 0.19.3 and while index (not bulk) a large dataset, I run
into this problem with out-of-memory error.
This has been documented here:
Sending a HTTP request to TCP port during recovery results in OutOfMemoryError in Netty · Issue #1955 · elastic/elasticsearch · GitHub
I am still a newbie to this and is in the process of evaluating
Elasticsearch. This is kind of a blocker for me.
I am just wondering if there is a work-around in the meantime? Or
when will a patch be available?