File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/internalClusterTest/java/org/elasticsearch/index/seqno Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ public void testRetentionLeasesSyncOnRecovery() throws Exception {
336336 .getShardOrNull (new ShardId (resolveIndex ("index" ), 0 ));
337337 final int length = randomIntBetween (1 , 8 );
338338 final Map <String , RetentionLease > currentRetentionLeases = new LinkedHashMap <>();
339- logger .info ("adding retention [{}} ] leases" , length );
339+ logger .info ("adding retention [{}] leases" , length );
340340 for (int i = 0 ; i < length ; i ++) {
341341 final String id = randomValueOtherThanMany (currentRetentionLeases .keySet ()::contains , () -> randomAlphaOfLength (8 ));
342342 final long retainingSequenceNumber = randomLongBetween (0 , Long .MAX_VALUE );
You can’t perform that action at this time.
0 commit comments