I was playing with different shard/replica settings on my indexes. In
one of my experiments I set number of replicas to 2 and the request to
index a document never returned. At the moment I have only one node
set up, and I understand that 1 node and 2 replicas is not really a
meaningful configuration, but freezing does not seem the right
response here. What's interesting is that 1 replica with a single node
It does not freeze, it will timeout after 1 minute (the default). When you
index, by default, a quorum of shard/replica is expected to be allocated. in
2 replica case, that quorum number is 2, and you only have 1 node, so only 1
for each partition is allocated.
I was playing with different shard/replica settings on my indexes. In
one of my experiments I set number of replicas to 2 and the request to
index a document never returned. At the moment I have only one node
set up, and I understand that 1 node and 2 replicas is not really a
meaningful configuration, but freezing does not seem the right
response here. What's interesting is that 1 replica with a single node
It does not freeze, it will timeout after 1 minute (the default). When you
index, by default, a quorum of shard/replica is expected to be allocated. in
2 replica case, that quorum number is 2, and you only have 1 node, so only 1
for each partition is allocated.
I was playing with different shard/replica settings on my indexes. In
one of my experiments I set number of replicas to 2 and the request to
index a document never returned. At the moment I have only one node
set up, and I understand that 1 node and 2 replicas is not really a
meaningful configuration, but freezing does not seem the right
response here. What's interesting is that 1 replica with a single node
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.