Skip to content

Commit

Permalink
Better description of real-memory breaker changes to aggs (#57306)
Browse files Browse the repository at this point in the history
The old description mentions a setting that we ended up not merging.
The periodic real-memory checks are automatic and do not require
the user to configure any setting.
  • Loading branch information
polyfractal committed Jun 1, 2020
1 parent 37633a4 commit 1945dbd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/reference/release-notes/highlights-7.7.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@ therefore helps interpret these results.
[float]
=== Finer memory control for bucket aggregations

We introduced a new `search.check_buckets_step_size` setting to
better control how the coordinating node allocates memory when aggregating
buckets. The allocation of buckets is now be done in steps, each step
allocating a number of buckets equal to this setting. To avoid an `OutOfMemory`
error, a parent circuit breaker check is performed on allocation.
While building buckets, aggregations will now periodically check the
real-memory circuit breaker before continuing to allocate more buckets. This
allows better responsivity to memory pressure and avoids `OutOfMemory`
situations due to allocating more buckets than the node can handle.

// end::notable-highlights[]

Expand Down

0 comments on commit 1945dbd

Please sign in to comment.