add a warn when not using the custom FieldCache with eager reader based eviction

This commit is contained in:
kimchy 2010-12-23 07:58:43 +02:00
parent 800b7f39bd
commit e0b2b4b4a6
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}