Skip to content

Commit 9106a44

Browse files
authored
Remove translog from javadoc for acquireHistoryRetentionLock (#127454)
Relates: #126416
1 parent d65f34d commit 9106a44

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)