Used PUT not POST. Also seems to be doing the same thing with the Java 
client as embedded node.

No matter how many requests i send only half the docs get indexed.

On Monday, 26 May 2014 11:35:04 UTC-4, John Smith wrote:
>
> Using ES 1.1.1
>
> I have 4 node cluster
>
> 1 primary 3 workers
>
> Starting each node with Elasticsearc.bat (Uisng windows 2003, JAVA 1.7_45 
> and 16GB heap)
>
> Using the index api to create the index automatically on the first POST 
> operation....
>
> POST http://10.0.0.xxx:9200/xxx/abc/
>
> POST data:
> {
> "account" : 12345678,
> "started": "2014-05-26T15:30:14.910",
> "ended": "2014-05-26T15:30:17.697"
> }
>
>
> Sending direct http using JMeter. I sent 5000 requests give or take, but 
> Marvel and Head show that only 2500 documents got indexed???
>
> I'm I missing something is it a config thing?
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/9bfbc6d4-8b46-4c60-b82c-0fcc0702f31b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to