Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Feb 5, 2019
1 parent 5ffb91c commit 439c1d0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,9 @@ public void testRetentionLeasesSyncOnExpiration() throws Exception {

public void testRetentionLeasesSyncOnRecovery() throws Exception {
final int numberOfReplicas = 1;
//
/*
* We effectively disable the background sync to ensure that the retention leases are not synced in the background so that the only
*
* source of retention leases on the replicas would be from the commit point and recovery.
*/
final Settings settings = Settings.builder()
.put("index.number_of_shards", 1)
Expand Down

0 comments on commit 439c1d0

Please sign in to comment.