Skip to content

Commit

Permalink
DefaultSeeder should not set cluster.routing.use_adaptive_replica_sel…
Browse files Browse the repository at this point in the history
…ection on 6.x versions
  • Loading branch information
Mpdreamz committed Sep 3, 2018
1 parent 0d0afdb commit e6eb8dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void SeedNode()

public void ClusterSettings()
{
if (TestConfiguration.Instance.InRange("<6.1.0")) return;
var putSettingsResponse = this.Client.ClusterPutSettings(s=>s
.Transient(t=>t
.Add("cluster.routing.use_adaptive_replica_selection", true)
Expand Down

0 comments on commit e6eb8dc

Please sign in to comment.