...
Info |
---|
In a high availability deployment, at least one replica must be saved. |
Indexing related configurations are done in the <DAS_HOME>/repository/conf/analytics/analytics-config.xml
file. Additionally, information relating to shards is maintained in the <DAS_HOME>/repository/conf/analytics/local-shard-allocation-config.conf
file. This file stores the shard number along with its state (that can be INIT
or NORMA
L). The INIT
is the initial state. Usually this state cannot be seen from outside. This is because the INIT
state changes to the NORMAL
state once the server starts. If the indexing node is running, the state of shards should be NORMAL
and not INIT.
The NORMAL
state denotes that the indexing node has started indexing. Therefore, whenever the data is ready to be indexed, the indexer node indexes the incoming data.
...