mirror of https://github.com/apache/lucene.git
change log level to info - this is not a severe event
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ce09ad680
commit
888f626b40
|
@ -146,7 +146,7 @@ public class SyncStrategy {
|
|||
syncToMe(zkController, collection, shardId, leaderProps, core.getCoreDescriptor());
|
||||
|
||||
} else {
|
||||
SolrException.log(log, "Sync Failed");
|
||||
log.info("Leader's attempt to sync with shard failed, moving to the next canidate");
|
||||
// lets see who seems ahead...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue