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 d65f34d commit 9106a44Copy full SHA for 9106a44
server/src/main/java/org/elasticsearch/index/shard/IndexShard.java
@@ -2652,7 +2652,7 @@ public void onSettingsChanged() {
2652
}
2653
2654
/**
2655
- * Acquires a lock on the translog files and Lucene soft-deleted documents to prevent them from being trimmed
+ * Acquires a lock on Lucene soft-deleted documents to prevent them from being trimmed
2656
*/
2657
public Closeable acquireHistoryRetentionLock() {
2658
return getEngine().acquireHistoryRetentionLock();
0 commit comments