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 fde4c0c commit 6ccc449Copy full SHA for 6ccc449
server/src/main/java/org/elasticsearch/indices/IndexingMemoryController.java
@@ -499,7 +499,7 @@ private void runUnlocked() {
499
totalBytesUsed -= shardAndBytesUsed.bytesUsed;
500
lastShardId = shardAndBytesUsed.shard.shardId();
501
if (doThrottle && throttled.contains(shardAndBytesUsed.shard) == false) {
502
- logger.debug(
+ logger.info(
503
"now throttling indexing for shard [{}]: segment writing can't keep up",
504
shardAndBytesUsed.shard.shardId()
505
);
0 commit comments