add a warn when not using the custom FieldCache with eager reader based eviction
This commit is contained in:
parent
800b7f39bd
commit
e0b2b4b4a6
|
@ -114,7 +114,7 @@ public class InternalIndicesService extends AbstractLifecycleComponent<IndicesSe
|
|||
logger.trace("eager reader based cache eviction enabled");
|
||||
} catch (NoSuchMethodException e) {
|
||||
// no method
|
||||
logger.debug("lucene default FieldCache is used, not enabling eager reader based cache eviction");
|
||||
logger.warn("lucene default FieldCache is used, not enabling eager reader based cache eviction");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue