Hi Ketan,
Each shard is a separate index and if you are indexing 100doc/sec without
routing with two shards, you are indexing 50 docs/shard. If you have routing,
and all documents are from single tenant, single shard has to be able to
process 100doc/sec. If you have two nodes it means that you h
Hi Ketan,
Is it possible that you are indexing only one tenant and that is causing single
shard to become hotspot?
Emir
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/
> On 10 Oct 2017, at 12:47, Ketan Thanki