We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06f7e6 commit 0969087Copy full SHA for 0969087
server/src/main/java/org/elasticsearch/indices/IndexingMemoryController.java
@@ -247,8 +247,9 @@ void forceCheck() {
247
statusChecker.run();
248
}
249
250
- /** Asks this shard to throttle indexing to one thread. If pauseIndexing is set to true, throttling will
251
- * pause indexing completely. */
+ /** Asks this shard to throttle indexing to one thread. If the PAUSE_INDEXING_ON_THROTTLE seeting is set to true,
+ * throttling will pause indexing completely for the throttled shard.
252
+ */
253
protected void activateThrottling(IndexShard shard) {
254
shard.activateThrottling();
255
0 commit comments