Revert "Add frozen indices usage for all but transport client (#44286)"

This reverts commit d2d40afc02bd03b950214819f5d1cb11f11add3e.
This commit is contained in:
Yannick Welsch 2019-07-15 21:41:21 +02:00
parent d2d40afc02
commit 7b68bfb4e6

View File

@ -243,7 +243,6 @@ public class XPackPlugin extends XPackClientPlugin implements ExtensiblePlugin,
if (transportClientMode) {
modules.add(b -> b.bind(XPackLicenseState.class).toProvider(Providers.of(null)));
} else {
modules.add(b -> bindFeatureSet(b, FrozenIndicesFeatureSet.class));
}
return modules;