mirror of https://github.com/apache/lucene.git
use log.warn() for PERFORMANCE WARNING
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a5faa50193
commit
e95db84bec
|
@ -1252,7 +1252,7 @@ public final class SolrCore implements SolrInfoMBean {
|
|||
// HTTP 503==service unavailable, or 409==Conflict
|
||||
throw new SolrException(SolrException.ErrorCode.SERVICE_UNAVAILABLE,msg);
|
||||
} else if (onDeckSearchers > 1) {
|
||||
log.info(logid+"PERFORMANCE WARNING: Overlapping onDeckSearchers=" + onDeckSearchers);
|
||||
log.warn(logid+"PERFORMANCE WARNING: Overlapping onDeckSearchers=" + onDeckSearchers);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue