Rabbitmq river failed to index large number of document using java?

Hi All

I am using elastic server 0.16.2 . For creating index i have used rabbitmq
river with following settings https://gist.github.com/1948665 .
when I send less number of document into river queue it creates index
without any exception,but when try to index of about 2000 document, some
times index is created successfully for all document without any exception
,but some times it gets fail to index some documents. I have attached
server configuration file as well server logs.
I am unable it understand this behavior of Server. Please help me why it
failed down.
I am using Transport Client to connect with elastic Server.

Thanks

hi,can you tell me how you send data into river
i used the following example and had error "no requests added":

{ "index" : { "_index" : "twitter", "_type" : "tweet", "_id" : "1" } }
{ "tweet" : { "text" : "this is a tweet" } }
{ "delete" : { "_index" : "twitter", "_type" : "tweet", "_id" : "2" } }
{ "create" : { "_index" : "twitter", "_type" : "tweet", "_id" : "1" } }
{ "tweet" : { "text" : "another tweet" } }

在 2012年3月1日星期四UTC+8下午6时24分03秒,sam写道:

Hi All

I am using elastic server 0.16.2 . For creating index i have used rabbitmq
river with following settings Rabbitmq River Settings · GitHub .
when I send less number of document into river queue it creates index
without any exception,but when try to index of about 2000 document, some
times index is created successfully for all document without any exception
,but some times it gets fail to index some documents. I have attached
server configuration file as well server logs.
I am unable it understand this behavior of Server. Please help me why it
failed down.
I am using Transport Client to connect with elastic Server.

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.