Remove unsupported settings

This commit is contained in:
Simon Willnauer 2016-01-26 16:41:14 +01:00
parent 09d7e9127d
commit 94aa9f3bfc
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ public class SimpleTTLIT extends ESIntegTestCase {
return settingsBuilder()
.put(super.nodeSettings(nodeOrdinal))
.put("indices.ttl.interval", PURGE_INTERVAL, TimeUnit.MILLISECONDS)
.put("cluster.routing.operation.use_type", false) // make sure we control the shard computation
.put("cluster.routing.operation.hash.type", "djb")
.build();
}