mirror of https://github.com/apache/lucene.git
SOLR-5473 removed unused APi, logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3525a56010
commit
ef634712ca
|
@ -313,7 +313,7 @@ public class Overseer implements Closeable {
|
|||
log.info("going to update_collection {}", e.getKey());
|
||||
zkClient.setData(e.getKey(), data, true);
|
||||
} else {
|
||||
log.info("going to create_collection {}", e.getKey(), new String(data));
|
||||
log.info("going to create_collection {}", e.getKey());
|
||||
zkClient.create(e.getKey(), data, CreateMode.PERSISTENT, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue