Hi,

Not sure if this is the right user group, but here goes:

I'm planning to use ElasticSearch.net as the client for connecting to my ES 
cluster. I have one question I haven't been able to find the answer to. I 
know that the ConnectionPool feature can check if nodes fail, but can the 
client also ensure that data is written to the right shard, or does it 
simply use round robin to connect?

Example:

- A document "1234" is created
- Based on the current number of shards, the document should be put on node 
6 and a replica on node 11.
- Is the request sent directly to node 6, or is it sent to a random node 
which will then forward the request to the right servers?

Thanks,
Lasse

-- 
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/52209da0-ad03-470e-b8d4-f4fd283dda4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to