Skip to content

Commit 192bc0c

Browse files
committed
Remove translog from javadoc for acquireHistoryRetentionLock
Relates: elastic#126416
1 parent 45c6bbd commit 192bc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/shard/IndexShard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2652,7 +2652,7 @@ public void onSettingsChanged() {
26522652
}
26532653

26542654
/**
2655-
* Acquires a lock on the translog files and Lucene soft-deleted documents to prevent them from being trimmed
2655+
* Acquires a lock on Lucene soft-deleted documents to prevent them from being trimmed
26562656
*/
26572657
public Closeable acquireHistoryRetentionLock() {
26582658
return getEngine().acquireHistoryRetentionLock();

0 commit comments

Comments
 (0)