mirror of https://github.com/apache/lucene.git
don't print out every failure to connect while waiting for jetty to come up
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e6eb8ea31
commit
5b6bc6c784
|
@ -127,7 +127,7 @@ public class JettySolrRunner
|
||||||
InputStream stream = url.openStream();
|
InputStream stream = url.openStream();
|
||||||
stream.close();
|
stream.close();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
// e.printStackTrace();
|
||||||
ex = e;
|
ex = e;
|
||||||
Thread.sleep(200);
|
Thread.sleep(200);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue