Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Dec 3, 2024
1 parent 9b73c65 commit 7c09832
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ enum Durability {
/**
* Check the real memory circuit breaker. It is a NOOP if
* {@link org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService#USE_REAL_MEMORY_USAGE_SETTING} is set to false,
* otherwise it trips if the current memory usage cannot be lowered below the limit.
* otherwise it trips if the current memory usage cannot be lowered below the limit. This method is a temporary solution
* and should not be used, use a counter based breaker instead.
*
* @param label thing requesting to check the rela memory circuit breaker that is included in
* the exception if the breaker is tripped
Expand Down

0 comments on commit 7c09832

Please sign in to comment.