InterviewSolution
Saved Bookmarks
| 1. |
What is a quorum in Elasticsearch? |
|
Answer» The quorum by default, is set to action.write_onsistency. in case the quorum is not fulfilled then the index RETURNS after the timeout with an ERROR. ELASTICSEARCH DOCUMENTATION follows the rule for write_consiatency level in quorum as quorum(>replicas/2+1). |
|