Skip to content

Commit 0969087

Browse files
committed
minor comment
1 parent a06f7e6 commit 0969087

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/src/main/java/org/elasticsearch/indices/IndexingMemoryController.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,9 @@ void forceCheck() {
247247
statusChecker.run();
248248
}
249249

250-
/** Asks this shard to throttle indexing to one thread. If pauseIndexing is set to true, throttling will
251-
* pause indexing completely. */
250+
/** Asks this shard to throttle indexing to one thread. If the PAUSE_INDEXING_ON_THROTTLE seeting is set to true,
251+
* throttling will pause indexing completely for the throttled shard.
252+
*/
252253
protected void activateThrottling(IndexShard shard) {
253254
shard.activateThrottling();
254255
}

0 commit comments

Comments
 (0)