Skip to content

Commit

Permalink
Edited 075_Inside_a_shard/50_Persistent_changes.asciidoc with Atlas c…
Browse files Browse the repository at this point in the history
…ode editor
  • Loading branch information
skalapurakkel committed Jan 15, 2015
1 parent 2dcc449 commit 6c84275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 075_Inside_a_shard/50_Persistent_changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ image::images/elas_1109.png["After a flush, the segments are fully commited and
The action of performing a commit and truncating the translog is known in
Elasticsearch as a _flush_. ((("flushes"))) Shards are flushed automatically every 30
minutes, or when the translog becomes too big. See the
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-translog.html[`translog` documentation] for settings
http://bit.ly/1E3HKbD[`translog` documentation] for settings
that can be used((("translog (transaction log)", "flushes and"))) to control these thresholds:

The http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-flush.html[`flush` API] can ((("indices", "flushing")))((("flush API")))be used to perform a manual flush:
The http://bit.ly/1ICgxiU[`flush` API] can ((("indices", "flushing")))((("flush API")))be used to perform a manual flush:

[source,json]
-----------------------------
Expand Down

0 comments on commit 6c84275

Please sign in to comment.