Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3624/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample

Error Message:
Expected 10 to be found in the testCloudExamplePrompt collection but only found 
6

Stack Trace:
java.lang.AssertionError: Expected 10 to be found in the testCloudExamplePrompt 
collection but only found 6
        at 
__randomizedtesting.SeedInfo.seed([1ECA1D58E7792911:C5BBFD92D00CEC77]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:457)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
        at 
__randomizedtesting.SeedInfo.seed([B0C1865A2C2A8995:71095B1C8D4C583C]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:652)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:220)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:49604/solr/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:602)
        ... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
        ... 46 more




Build Log:
[...truncated 10714 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/init-core-data-001
   [junit4]   2> 212299 INFO  
(SUITE-TestSolrCLIRunExample-seed#[1ECA1D58E7792911]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 212301 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 212303 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.a.s.u.TestSolrCLIRunExample Selected port 57938 to start schemaless example 
Solr instance on ...
   [junit4]   2> 212410 INFO  (Thread-131) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 212412 INFO  (Thread-131) [    ] o.e.j.s.h.ContextHandler 
Started o.e.j.s.ServletContextHandler@5013f010{/solr,null,AVAILABLE}
   [junit4]   2> 212414 INFO  (Thread-131) [    ] o.e.j.s.ServerConnector 
Started ServerConnector@703e7951{HTTP/1.1,[http/1.1]}{127.0.0.1:57938}
   [junit4]   2> 212414 INFO  (Thread-131) [    ] o.e.j.s.Server Started 
@218498ms
   [junit4]   2> 212414 INFO  (Thread-131) [    ] o.a.s.c.s.e.JettySolrRunner 
Jetty properties: {hostContext=/solr, hostPort=57938}
   [junit4]   2> 212414 ERROR (Thread-131) [    ] o.a.s.s.StartupLoggingUtils 
Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 212415 INFO  (Thread-131) [    ] o.a.s.s.SolrDispatchFilter  
___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 212415 INFO  (Thread-131) [    ] o.a.s.s.SolrDispatchFilter / 
__| ___| |_ _   Starting in standalone mode on port 57938
   [junit4]   2> 212415 INFO  (Thread-131) [    ] o.a.s.s.SolrDispatchFilter 
\__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 212415 INFO  (Thread-131) [    ] o.a.s.s.SolrDispatchFilter 
|___/\___/_|_|    Start time: 2016-10-24T18:56:24.399Z
   [junit4]   2> 212416 INFO  (Thread-131) [    ] o.a.s.c.SolrXmlConfig Loading 
container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/solr.xml
   [junit4]   2> 212426 INFO  (Thread-131) [    ] o.a.s.c.CorePropertiesLocator 
Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr
   [junit4]   2> 212521 INFO  (qtp1043670160-773) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=91
   [junit4]   2> 212539 INFO  (qtp1043670160-777) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 212580 INFO  (qtp1043670160-774) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=25
   [junit4]   2> 212612 INFO  (qtp1043670160-775) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=23
   [junit4]   2> 212621 INFO  (qtp1043670160-771) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 212964 INFO  (qtp1043670160-777) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
   [junit4]   2> 212977 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
   [junit4]   2> 212977 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 212978 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
   [junit4]   2> 212978 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 212978 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
   [junit4]   2> 212978 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 212979 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
   [junit4]   2> 212979 WARN  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 212991 INFO  (qtp1043670160-777) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 213011 INFO  (qtp1043670160-777) [    ] o.a.s.s.IndexSchema 
[gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 213134 INFO  (qtp1043670160-777) [    ] o.a.s.s.IndexSchema 
Loaded schema example-data-driven-schema/1.6 with uniqueid field id
   [junit4]   2> 213154 INFO  (qtp1043670160-777) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'gettingstarted' using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted
   [junit4]   2> 213155 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/data/]
   [junit4]   2> 213155 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df325ca
   [junit4]   2> 213157 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 213523 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 213523 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 213524 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 213524 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 213525 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@65172c8e[gettingstarted] main]
   [junit4]   2> 213526 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 213527 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 213527 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 213527 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-001/schemaless/solr/gettingstarted/conf/elevate.xml
   [junit4]   2> 213541 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 213541 INFO  
(searcherExecutor-560-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener sending 
requests to Searcher@65172c8e[gettingstarted] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213541 INFO  
(searcherExecutor-560-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 213541 INFO  
(searcherExecutor-560-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: default
   [junit4]   2> 213542 INFO  
(searcherExecutor-560-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher 
Searcher@65172c8e[gettingstarted] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213542 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1549098429213310976
   [junit4]   2> 213546 INFO  (qtp1043670160-777) [    x:gettingstarted] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json} 
status=0 QTime=581
   [junit4]   2> 213551 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.e.j.s.ServerConnector Stopped 
ServerConnector@703e7951{HTTP/1.1,[http/1.1]}{127.0.0.1:57938}
   [junit4]   2> 213551 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=364746555
   [junit4]   2> 213552 INFO  (coreCloseExecutor-565-thread-1) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4447e8af
   [junit4]   2> 213567 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5013f010{/solr,null,UNAVAILABLE}
   [junit4]   2> 213572 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on 
port 57938
   [junit4]   2> 213572 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[1ECA1D58E7792911]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 213575 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[1ECA1D58E7792911])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 213584 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[1ECA1D58E7792911])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003
   [junit4]   2> 213584 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[1ECA1D58E7792911])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 213585 INFO  (Thread-141) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 213585 INFO  (Thread-141) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 213688 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[1ECA1D58E7792911])
 [    ] o.a.s.c.ZkTestServer start zk server on port:57949
   [junit4]   2> 213710 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 213712 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@21c23181{/solr,null,AVAILABLE}
   [junit4]   2> 213713 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1134c8c4{HTTP/1.1,[http/1.1]}{127.0.0.1:57946}
   [junit4]   2> 213713 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.Server Started @219796ms
   [junit4]   2> 213713 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57946}
   [junit4]   2> 213714 ERROR (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 213714 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 213714 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
57946
   [junit4]   2> 213714 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 213714 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-24T18:56:25.698Z
   [junit4]   2> 213719 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 213728 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57949/solr
   [junit4]   2> 213783 INFO  (jetty-launcher-135-thread-1) 
[n:localhost:57946_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader localhost:57946_solr
   [junit4]   2> 213786 INFO  (jetty-launcher-135-thread-1) 
[n:localhost:57946_solr    ] o.a.s.c.Overseer Overseer 
(id=96818651828781059-localhost:57946_solr-n_0000000000) starting
   [junit4]   2> 213803 INFO  (jetty-launcher-135-thread-1) 
[n:localhost:57946_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/localhost:57946_solr
   [junit4]   2> 213807 INFO  
(zkCallback-141-thread-1-processing-n:localhost:57946_solr) 
[n:localhost:57946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 213831 INFO  (jetty-launcher-135-thread-1) 
[n:localhost:57946_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1
   [junit4]   2> 213885 INFO  (qtp891939341-806) [n:localhost:57946_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=41
   [junit4]   2> 213888 INFO  (qtp891939341-807) [n:localhost:57946_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 213964 INFO  (qtp891939341-807) [n:localhost:57946_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=75
   [junit4]   2> 213974 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[1ECA1D58E7792911])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 213980 INFO  (qtp891939341-810) [n:localhost:57946_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 213980 INFO  (qtp891939341-810) [n:localhost:57946_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 214013 INFO  (qtp891939341-811) [n:localhost:57946_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=28
   [junit4]   2> 214019 INFO  (qtp891939341-806) [n:localhost:57946_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 214020 INFO  (qtp891939341-806) [n:localhost:57946_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=1
   [junit4]   2> 214031 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[1ECA1D58E7792911])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 214214 INFO  (qtp891939341-808) [n:localhost:57946_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 214214 INFO  (qtp891939341-808) [n:localhost:57946_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 214217 INFO  (qtp891939341-806) [n:localhost:57946_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&maxShardsPerNode=4&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt&action=CREATE&numShards=2&wt=json
 and sendToOCPQueue=true
   [junit4]   2> 214222 INFO  
(OverseerThreadFactory-572-thread-1-processing-n:localhost:57946_solr) 
[n:localhost:57946_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCloudExamplePrompt
   [junit4]   2> 214223 WARN  
(OverseerThreadFactory-572-thread-1-processing-n:localhost:57946_solr) 
[n:localhost:57946_solr    ] o.a.s.c.CreateCollectionCmd Specified 
replicationFactor of 2 on collection testCloudExamplePrompt is higher than or 
equal to the number of Solr instances currently live or live and part of your 
createNodeSet(1). It's unusual to run two replica of the same slice on the same 
Solr-instance.
   [junit4]   2> 214335 INFO  (qtp891939341-808) [n:localhost:57946_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 214335 INFO  (qtp891939341-810) [n:localhost:57946_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 214335 INFO  (qtp891939341-807) [n:localhost:57946_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 214335 INFO  (qtp891939341-804) [n:localhost:57946_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 214464 INFO  
(zkCallback-141-thread-2-processing-n:localhost:57946_solr) 
[n:localhost:57946_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCloudExamplePrompt/state.json] for collection 
[testCloudExamplePrompt] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 215368 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 215368 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 215369 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 215369 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 215370 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib
   [junit4]   2> 215371 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 215371 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/extraction/lib
   [junit4]   2> 215371 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 215372 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 215372 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 215373 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/extraction/lib
   [junit4]   2> 215374 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/clustering/lib
   [junit4]   2> 215374 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 215374 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/clustering/lib
   [junit4]   2> 215375 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 215375 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/clustering/lib
   [junit4]   2> 215375 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 215376 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/langid/lib
   [junit4]   2> 215376 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/langid/lib
   [junit4]   2> 215376 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 215376 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 215377 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../contrib/velocity/lib
   [junit4]   2> 215377 WARN  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/../../../../dist
   [junit4]   2> 215377 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/velocity/lib
   [junit4]   2> 215377 WARN  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
   [junit4]   2> 215374 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 215379 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/langid/lib
   [junit4]   2> 215379 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 215380 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/velocity/lib
   [junit4]   2> 215381 WARN  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/../../../../dist
   [junit4]   2> 215378 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 215382 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 215393 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/extraction/lib
   [junit4]   2> 215394 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 215394 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/clustering/lib
   [junit4]   2> 215395 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 215395 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/langid/lib
   [junit4]   2> 215395 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 215396 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/velocity/lib
   [junit4]   2> 215396 WARN  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
   [junit4]   2> 215400 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 215405 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 215407 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 215409 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 215451 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.s.IndexSchema [testCloudExamplePrompt_shard2_replica2] Schema 
name=example-data-driven-schema
   [junit4]   2> 215454 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.s.IndexSchema [testCloudExamplePrompt_shard2_replica1] Schema 
name=example-data-driven-schema
   [junit4]   2> 215468 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.s.IndexSchema [testCloudExamplePrompt_shard1_replica2] Schema 
name=example-data-driven-schema
   [junit4]   2> 215484 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.s.IndexSchema [testCloudExamplePrompt_shard1_replica1] Schema 
name=example-data-driven-schema
   [junit4]   2> 215834 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema example-data-driven-schema/1.6 with uniqueid 
field id
   [junit4]   2> 215904 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema example-data-driven-schema/1.6 with uniqueid 
field id
   [junit4]   2> 215967 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 
'testCloudExamplePrompt_shard2_replica1' using configuration from collection 
testCloudExamplePrompt
   [junit4]   2> 215968 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrCore 
[[testCloudExamplePrompt_shard2_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1/data/]
   [junit4]   2> 215969 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5df325ca
   [junit4]   2> 216007 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema example-data-driven-schema/1.6 with uniqueid 
field id
   [junit4]   2> 216031 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 
'testCloudExamplePrompt_shard1_replica2' using configuration from collection 
testCloudExamplePrompt
   [junit4]   2> 216032 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrCore 
[[testCloudExamplePrompt_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2/data/]
   [junit4]   2> 216032 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5df325ca
   [junit4]   2> 216074 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema example-data-driven-schema/1.6 with uniqueid 
field id
   [junit4]   2> 216086 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 216117 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 216117 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 216119 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 216120 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 216126 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 216142 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 216142 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 216143 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 
'testCloudExamplePrompt_shard1_replica1' using configuration from collection 
testCloudExamplePrompt
   [junit4]   2> 216143 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 216143 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrCore 
[[testCloudExamplePrompt_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1/data/]
   [junit4]   2> 216143 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 216143 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5df325ca
   [junit4]   2> 216163 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d37ef3e[testCloudExamplePrompt_shard2_replica1] main]
   [junit4]   2> 216165 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/testCloudExamplePrompt
   [junit4]   2> 216166 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testCloudExamplePrompt
   [junit4]   2> 216171 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating 
ZooKeeper watch for the managed schema at 
/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 216180 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 216181 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 216181 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@33944b[testCloudExamplePrompt_shard1_replica2] main]
   [junit4]   2> 216183 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/testCloudExamplePrompt
   [junit4]   2> 216184 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 216184 INFO  
(searcherExecutor-575-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica1 s:shard2 c:testCloudExamplePrompt 
r:core_node1) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node1 x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@2d37ef3e[testCloudExamplePrompt_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216185 INFO  
(searcherExecutor-575-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica1 s:shard2 c:testCloudExamplePrompt 
r:core_node1) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node1 x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 216185 INFO  
(searcherExecutor-575-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica1 s:shard2 c:testCloudExamplePrompt 
r:core_node1) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node1 x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 216185 INFO  
(searcherExecutor-575-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica1 s:shard2 c:testCloudExamplePrompt 
r:core_node1) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node1 x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrCore 
[testCloudExamplePrompt_shard2_replica1] Registered new searcher 
Searcher@2d37ef3e[testCloudExamplePrompt_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216186 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testCloudExamplePrompt
   [junit4]   2> 216186 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating 
ZooKeeper watch for the managed schema at 
/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 216187 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1549098431986794496
   [junit4]   2> 216187 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 216188 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 216194 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 216194 INFO  
(searcherExecutor-576-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica2 s:shard1 c:testCloudExamplePrompt 
r:core_node3) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node3 x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@33944b[testCloudExamplePrompt_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216194 INFO  
(searcherExecutor-576-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica2 s:shard1 c:testCloudExamplePrompt 
r:core_node3) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node3 x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 216194 INFO  
(searcherExecutor-576-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica2 s:shard1 c:testCloudExamplePrompt 
r:core_node3) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node3 x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 216195 INFO  
(searcherExecutor-576-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica2 s:shard1 c:testCloudExamplePrompt 
r:core_node3) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node3 x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrCore 
[testCloudExamplePrompt_shard1_replica2] Registered new searcher 
Searcher@33944b[testCloudExamplePrompt_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216196 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1549098431996231680
   [junit4]   2> 216200 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 216201 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard2: total=2 found=1 
timeoutin=179999ms
   [junit4]   2> 216205 INFO  
(zkCallback-141-thread-3-processing-n:localhost:57946_solr) 
[n:localhost:57946_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCloudExamplePrompt/state.json] for collection 
[testCloudExamplePrompt] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 216214 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=179999ms
   [junit4]   2> 216224 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 216224 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 216224 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 
'testCloudExamplePrompt_shard2_replica2' using configuration from collection 
testCloudExamplePrompt
   [junit4]   2> 216224 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrCore 
[[testCloudExamplePrompt_shard2_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_1ECA1D58E7792911-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2/data/]
   [junit4]   2> 216224 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5df325ca
   [junit4]   2> 216225 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 216225 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 216227 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6886f0d6[testCloudExamplePrompt_shard1_replica1] main]
   [junit4]   2> 216229 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/testCloudExamplePrompt
   [junit4]   2> 216229 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testCloudExamplePrompt
   [junit4]   2> 216229 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating 
ZooKeeper watch for the managed schema at 
/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 216230 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 216230 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 216233 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 216233 INFO  
(searcherExecutor-583-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica1 s:shard1 c:testCloudExamplePrompt 
r:core_node2) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node2 x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@6886f0d6[testCloudExamplePrompt_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216233 INFO  
(searcherExecutor-583-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica1 s:shard1 c:testCloudExamplePrompt 
r:core_node2) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node2 x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 216233 INFO  
(searcherExecutor-583-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica1 s:shard1 c:testCloudExamplePrompt 
r:core_node2) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node2 x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 216233 INFO  
(searcherExecutor-583-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard1_replica1 s:shard1 c:testCloudExamplePrompt 
r:core_node2) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard1 
r:core_node2 x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrCore 
[testCloudExamplePrompt_shard1_replica1] Registered new searcher 
Searcher@6886f0d6[testCloudExamplePrompt_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216234 INFO  (qtp891939341-810) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node2 
x:testCloudExamplePrompt_shard1_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1549098432036077568
   [junit4]   2> 216243 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 216257 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 216257 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 216258 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 216258 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 216266 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e54f867[testCloudExamplePrompt_shard2_replica2] main]
   [junit4]   2> 216267 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/testCloudExamplePrompt
   [junit4]   2> 216268 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testCloudExamplePrompt
   [junit4]   2> 216268 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.ZkIndexSchemaReader Creating 
ZooKeeper watch for the managed schema at 
/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 216269 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 216269 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 216271 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 216271 INFO  
(searcherExecutor-588-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica2 s:shard2 c:testCloudExamplePrompt 
r:core_node4) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node4 x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@6e54f867[testCloudExamplePrompt_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216271 INFO  
(searcherExecutor-588-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica2 s:shard2 c:testCloudExamplePrompt 
r:core_node4) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node4 x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 216271 INFO  
(searcherExecutor-588-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica2 s:shard2 c:testCloudExamplePrompt 
r:core_node4) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node4 x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 216272 INFO  
(searcherExecutor-588-thread-1-processing-n:localhost:57946_solr 
x:testCloudExamplePrompt_shard2_replica2 s:shard2 c:testCloudExamplePrompt 
r:core_node4) [n:localhost:57946_solr c:testCloudExamplePrompt s:shard2 
r:core_node4 x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrCore 
[testCloudExamplePrompt_shard2_replica2] Registered new searcher 
Searcher@6e54f867[testCloudExamplePrompt_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216272 INFO  (qtp891939341-808) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1549098432075923456
   [junit4]   2> 216319 INFO  
(zkCallback-141-thread-1-processing-n:localhost:57946_solr) 
[n:localhost:57946_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCloudExamplePrompt/state.json] for collection 
[testCloudExamplePrompt] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 216712 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 216712 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 216712 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to 
http://localhost:57946/solr/testCloudExamplePrompt_shard2_replica1/
   [junit4]   2> 216713 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.PeerSync PeerSync: 
core=testCloudExamplePrompt_shard2_replica1 url=http://localhost:57946/solr 
START 
replicas=[http://localhost:57946/solr/testCloudExamplePrompt_shard2_replica2/] 
nUpdates=100
   [junit4]   2> 216713 INFO  (qtp891939341-807) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node1 
x:testCloudExamplePrompt_shard2_replica1] o.a.s.u.PeerSync PeerSync: 
core=testCloudExamplePrompt_shard2_replica1 url=http://localhost:57946/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 216716 INFO  (qtp891939341-809) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard2 r:core_node4 
x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.S.Request 
[testCloudExamplePrompt_shard2_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 216716 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 216716 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 216716 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to 
http://localhost:57946/solr/testCloudExamplePrompt_shard1_replica2/
   [junit4]   2> 216716 INFO  (qtp891939341-804) [n:localhost:57946_solr 
c:testCloudExamplePrompt s:shard1 r:core_node3 
x:testCloudExamplePrompt_shard1_replica2] o.a.s.u.PeerSync Pe

[...truncated too long message...]

tainer instance=2101729731
   [junit4]   2> 25772 INFO  (coreCloseExecutor-115-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12cf58d0
   [junit4]   2> 25854 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@329ca209{/solr,null,UNAVAILABLE}
   [junit4]   2> 25856 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) 
caught when processing request to {}->http://127.0.0.1:49624: The target server 
failed to respond
   [junit4]   2> 25857 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:49624
   [junit4]   2> 25860 INFO  (qtp1798414335-187) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 25864 INFO  (qtp1798414335-188) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 25869 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@3074795b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 25869 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1683633475
   [junit4]   2> 25871 INFO  (coreCloseExecutor-117-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@338b0742
   [junit4]   2> 25904 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@75350cb1{/solr,null,UNAVAILABLE}
   [junit4]   2> 25907 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 25910 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26a5df1e{/solr,null,AVAILABLE}
   [junit4]   2> 25911 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2124b23c{HTTP/1.1,[http/1.1]}{127.0.0.1:49624}
   [junit4]   2> 25911 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.Server Started @33417ms
   [junit4]   2> 25912 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=49624}
   [junit4]   2> 25912 ERROR 
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 25912 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 25912 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 25913 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 25913 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-24T19:42:49.473Z
   [junit4]   2> 25914 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/solr.xml
   [junit4]   2> 25945 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/.
   [junit4]   2> 25945 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 25966 INFO  (coreLoadExecutor-124-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 25984 INFO  (coreLoadExecutor-124-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 25995 INFO  (coreLoadExecutor-124-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 25999 INFO  (coreLoadExecutor-124-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/./collection1
   [junit4]   2> 25999 INFO  (coreLoadExecutor-124-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/./collection1/data/]
   [junit4]   2> 26014 INFO  (coreLoadExecutor-124-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26014 INFO  (coreLoadExecutor-124-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26038 INFO  (coreLoadExecutor-124-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5e76c689[collection1] main]
   [junit4]   2> 26038 INFO  (coreLoadExecutor-124-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001/instance-0-001/collection1/conf
   [junit4]   2> 26039 INFO  (coreLoadExecutor-124-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 26039 INFO  
(searcherExecutor-125-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e76c689[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 26368 INFO  (qtp509821246-222) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} 
hits=10 status=0 QTime=0
   [junit4]   2> 27662 INFO  (qtp509821246-223) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1
   [junit4]   2> 27667 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@2124b23c{HTTP/1.1,[http/1.1]}{127.0.0.1:49624}
   [junit4]   2> 27667 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=831627944
   [junit4]   2> 27678 INFO  (coreCloseExecutor-129-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@ad8d5eb
   [junit4]   2> 27729 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@26a5df1e{/solr,null,UNAVAILABLE}
   [junit4]   2> 27805 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@309afcb1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 27805 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1447544587
   [junit4]   2> 27815 INFO  (coreCloseExecutor-131-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4ae5f083
   [junit4]   2> 27896 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@486a7898{/solr,null,UNAVAILABLE}
   [junit4]   2> 27927 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[B0C1865A2C2A8995]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 27937 INFO  
(SUITE-TestLBHttpSolrClient-seed#[B0C1865A2C2A8995]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_B0C1865A2C2A8995-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=ClassicSimilarity, locale=ja-JP, timezone=EST
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=2,free=32346368,total=54853632
   [junit4]   2> NOTE: All tests run in this JVM: [SolrZkClientTest, 
OperationsTest, TestLBHttpSolrClient]
   [junit4] Completed [4/87 (1!)] on J1 in 23.88s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 59952 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to