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 f1c8ebc commit 9739244Copy full SHA for 9739244
server/src/main/java/org/elasticsearch/index/seqno/ReplicationTracker.java
@@ -340,7 +340,7 @@ public RetentionLeases loadRetentionLeases(final Path path) throws IOException {
340
/**
341
* Persists the current retention leases to their dedicated state file.
342
*
343
- * @param path the path for the shard this replication tracker belong to
+ * @param path the path to the directory containing the state file
344
* @throws WriteStateException if an exception occurs writing the state file
345
*/
346
public synchronized void persistRetentionLeases(final Path path) throws WriteStateException {
0 commit comments