Skip to content

Commit ee1c5c0

Browse files
committed
updates based on feedback
1 parent 2d2e568 commit ee1c5c0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/node-roles-overview.html
44
applies_to:
55
stack:
6+
self:
67
---
78

89
# Node roles [node-roles-overview]

deploy-manage/distributed-architecture/reading-and-writing-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ A single shard can slow down indexing
9696
Dirty reads
9797
: An isolated primary can expose writes that will not be acknowledged. This is caused by the fact that an isolated primary will only realize that it is isolated once it sends requests to its replicas or when reaching out to the master. At that point the operation is already indexed into the primary and can be read by a concurrent read. Elasticsearch mitigates this risk by pinging the master every second (by default) and rejecting indexing operations if no master is known.
9898

99-
## The Tip of the Iceberg [_the_tip_of_the_iceberg]
99+
## The tip of the iceberg [_the_tip_of_the_iceberg]
100100

101101
This document provides a high level overview of how Elasticsearch deals with data. Of course, there is much more going on under the hood. Things like primary terms, cluster state publishing, and master election all play a role in keeping this system behaving correctly. This document also doesn’t cover known and important bugs (both closed and open). We recognize that [GitHub is hard to keep up with](https://github.com/elastic/elasticsearch/issues?q=label%3Aresiliency). To help people stay on top of those, we maintain a dedicated [resiliency page](https://www.elastic.co/guide/en/elasticsearch/resiliency/current/index.html) on our website. We strongly advise reading it.

deploy-manage/distributed-architecture/shard-allocation-relocation-recovery/shard-allocation-awareness.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/shard-allocation-awareness.html
44
applies_to:
55
stack:
6+
self:
67
---
78

89
# Shard allocation awareness [shard-allocation-awareness]

0 commit comments

Comments
 (0)