|
@@ -59,7 +59,7 @@ public class SimpleDistributorTests extends ElasticsearchIntegrationTest {
|
|
|
if (dataPaths.length > 1) {
|
|
|
assertThat(storeString.toLowerCase(Locale.ROOT), containsString("), rate_limited(niofs(" + dataPaths[1].getAbsolutePath().toLowerCase(Locale.ROOT)));
|
|
|
}
|
|
|
- assertThat(storeString, endsWith(", type=MERGE, rate=50.0)])"));
|
|
|
+ assertThat(storeString, endsWith(", type=MERGE, rate=20.0)])"));
|
|
|
|
|
|
createIndexWithStoreType("test", "niofs", "random");
|
|
|
storeString = getStoreDirectory("test", 0).toString();
|
|
@@ -69,7 +69,7 @@ public class SimpleDistributorTests extends ElasticsearchIntegrationTest {
|
|
|
if (dataPaths.length > 1) {
|
|
|
assertThat(storeString.toLowerCase(Locale.ROOT), containsString("), rate_limited(niofs(" + dataPaths[1].getAbsolutePath().toLowerCase(Locale.ROOT)));
|
|
|
}
|
|
|
- assertThat(storeString, endsWith(", type=MERGE, rate=50.0)])"));
|
|
|
+ assertThat(storeString, endsWith(", type=MERGE, rate=20.0)])"));
|
|
|
|
|
|
createIndexWithStoreType("test", "mmapfs", "least_used");
|
|
|
storeString = getStoreDirectory("test", 0).toString();
|
|
@@ -79,7 +79,7 @@ public class SimpleDistributorTests extends ElasticsearchIntegrationTest {
|
|
|
if (dataPaths.length > 1) {
|
|
|
assertThat(storeString.toLowerCase(Locale.ROOT), containsString("), rate_limited(mmapfs(" + dataPaths[1].getAbsolutePath().toLowerCase(Locale.ROOT)));
|
|
|
}
|
|
|
- assertThat(storeString, endsWith(", type=MERGE, rate=50.0)])"));
|
|
|
+ assertThat(storeString, endsWith(", type=MERGE, rate=20.0)])"));
|
|
|
|
|
|
createIndexWithStoreType("test", "simplefs", "least_used");
|
|
|
storeString = getStoreDirectory("test", 0).toString();
|
|
@@ -89,7 +89,7 @@ public class SimpleDistributorTests extends ElasticsearchIntegrationTest {
|
|
|
if (dataPaths.length > 1) {
|
|
|
assertThat(storeString.toLowerCase(Locale.ROOT), containsString("), rate_limited(simplefs(" + dataPaths[1].getAbsolutePath().toLowerCase(Locale.ROOT)));
|
|
|
}
|
|
|
- assertThat(storeString, endsWith(", type=MERGE, rate=50.0)])"));
|
|
|
+ assertThat(storeString, endsWith(", type=MERGE, rate=20.0)])"));
|
|
|
|
|
|
createIndexWithStoreType("test", "memory", "least_used");
|
|
|
storeString = getStoreDirectory("test", 0).toString();
|