Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/405/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=18255, 
name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, 
group=TGRP-PeerSyncReplicationTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=18255, 
name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, 
group=TGRP-PeerSyncReplicationTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:51693/collection1]
        at __randomizedtesting.SeedInfo.seed([4CE514C88D0AA4C8]:0)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:185)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:51693/collection1]
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:774)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.indexDoc(PeerSyncReplicationTest.java:347)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:180)
        ... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this 
request:[http://127.0.0.1:51693/collection1]
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:768)
        ... 8 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused 
connection at: http://127.0.0.1:51693/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
        ... 9 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
        at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
        ... 13 more


FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [SolrCore, 
MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not 
released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, 
MockDirectoryWrapper]
        at __randomizedtesting.SeedInfo.seed([4CE514C88D0AA4C8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
        at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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)




Build Log:
[...truncated 11038 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\init-core-data-001
   [junit4]   2> 630420 INFO  
(SUITE-TestSolrCLIRunExample-seed#[4CE514C88D0AA4C8]-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)
   [junit4]   2> 630422 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 630425 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.a.s.u.TestSolrCLIRunExample Selected port 58609 to start schemaless example 
Solr instance on ...
   [junit4]   2> 631586 INFO  (Thread-1036) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 631588 INFO  (Thread-1036) [    ] o.e.j.s.h.ContextHandler 
Started o.e.j.s.ServletContextHandler@717b35{/solr,null,AVAILABLE}
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.e.j.s.ServerConnector 
Started ServerConnector@2407ea{HTTP/1.1,[http/1.1]}{127.0.0.1:58609}
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.e.j.s.Server Started 
@637051ms
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.a.s.c.s.e.JettySolrRunner 
Jetty properties: {hostContext=/solr, hostPort=58609}
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.a.s.c.SolrResourceLoader 
new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr'
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.a.s.c.SolrResourceLoader 
JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 631591 INFO  (Thread-1036) [    ] o.a.s.c.SolrResourceLoader 
solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 631592 INFO  (Thread-1036) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\solr.xml
   [junit4]   2> 631600 INFO  (Thread-1036) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr
   [junit4]   2> 631600 INFO  (Thread-1036) [    ] o.a.s.c.CoreContainer New 
CoreContainer 31299545
   [junit4]   2> 631600 INFO  (Thread-1036) [    ] o.a.s.c.CoreContainer 
Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr]
   [junit4]   2> 631602 WARN  (Thread-1036) [    ] o.a.s.c.CoreContainer 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\lib
   [junit4]   2> 631602 INFO  (Thread-1036) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 631606 INFO  (Thread-1036) [    ] o.a.s.u.UpdateShardHandler 
Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 631606 INFO  (Thread-1036) [    ] o.a.s.l.LogWatcher SLF4J 
impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 631606 INFO  (Thread-1036) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 631606 INFO  (Thread-1036) [    ] o.a.s.c.CoreContainer 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 631606 INFO  (Thread-1036) [    ] o.a.s.c.CoreContainer No 
authentication plugin used.
   [junit4]   2> 631608 INFO  (Thread-1036) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr
   [junit4]   2> 631608 INFO  (Thread-1036) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 631608 INFO  (Thread-1036) [    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 631608 INFO  (Thread-1036) [    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 634944 INFO  (qtp10727470-5259) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=343
   [junit4]   2> 634952 INFO  (qtp10727470-5260) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 634971 INFO  (qtp10727470-5262) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=10
   [junit4]   2> 634984 INFO  (qtp10727470-5257) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=8
   [junit4]   2> 634988 INFO  (qtp10727470-5259) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 635084 INFO  (qtp10727470-5263) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
   [junit4]   2> 635085 INFO  (qtp10727470-5263) [    ] o.a.s.c.CoreDescriptor 
Created CoreDescriptor: {name=gettingstarted, config=solrconfig.xml, 
loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, 
transient=false, dataDir=data\}
   [junit4]   2> 635085 INFO  (qtp10727470-5263) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted'
   [junit4]   2> 635086 INFO  (qtp10727470-5263) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 635086 INFO  (qtp10727470-5263) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 635110 INFO  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
current version of requestparams : 0
   [junit4]   2> 635110 INFO  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Adding specified lib dirs to ClassLoader
   [junit4]   2> 635112 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 635114 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
   [junit4]   2> 635114 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 635114 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
   [junit4]   2> 635115 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\langid\lib
   [junit4]   2> 635115 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
   [junit4]   2> 635117 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 635117 WARN  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist
   [junit4]   2> 635125 INFO  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 635161 INFO  (qtp10727470-5263) [    ] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 635185 INFO  (qtp10727470-5263) [    ] o.a.s.s.IndexSchema 
[gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 635401 INFO  (qtp10727470-5263) [    ] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 635502 INFO  (qtp10727470-5263) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 635509 INFO  (qtp10727470-5263) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 635536 INFO  (qtp10727470-5263) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted'
   [junit4]   2> 635536 INFO  (qtp10727470-5263) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'gettingstarted' using configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted
   [junit4]   2> 635536 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 635536 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\]
   [junit4]   2> 635537 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11da521
   [junit4]   2> 635571 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for newSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 635572 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for firstSearcher: 
[org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 635572 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\snapshot_metadata
   [junit4]   2> 635572 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 635615 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SchemaCodecFactory Using default compressionMode: BEST_SPEED
   [junit4]   2> 635615 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\
   [junit4]   2> 635615 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\index/
   [junit4]   2> 635615 WARN  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore [gettingstarted] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 635617 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\index
   [junit4]   2> 635617 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1a31c6f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60bfdb),segFN=segments_1,generation=1}
   [junit4]   2> 635617 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 635650 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 635669 INFO  
(OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
gettingstarted in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\
   [junit4]   2> 635670 WARN  
(OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] 
o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 635685 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 635859 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"add-unknown-fields-to-the-schema"
   [junit4]   2> 635910 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 635923 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 635924 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 635925 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 635927 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 635929 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 635940 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 635940 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 635941 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/analysis/document' created with 
startup=lazy 
   [junit4]   2> 635941 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 635941 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 635941 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 635941 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/graph,/tvrh,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms,/debug/dump,/update/extract
   [junit4]   2> 635941 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 635942 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 635942 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 635943 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 635943 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 635944 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1a31c6f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60bfdb),segFN=segments_1,generation=1}
   [junit4]   2> 635944 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 635944 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18aac50[gettingstarted] main]
   [junit4]   2> 635945 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\conf
   [junit4]   2> 635948 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\conf}
   [junit4]   2> 635948 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\conf
   [junit4]   2> 635948 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 635948 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 635996 INFO  (qtp10727470-5263) [    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> 635996 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 635997 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\conf\elevate.xml
   [junit4]   2> 636051 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 636051 INFO  
(searcherExecutor-1931-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener sending 
requests to Searcher@18aac50[gettingstarted] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 636051 INFO  
(searcherExecutor-1931-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 636051 INFO  
(searcherExecutor-1931-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: default
   [junit4]   2> 636052 INFO  
(searcherExecutor-1931-thread-1-processing-x:gettingstarted) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher 
Searcher@18aac50[gettingstarted] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 636052 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 636052 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 636052 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 636053 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1543381416234975232
   [junit4]   2> 636054 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543381416234975232
   [junit4]   2> 636055 INFO  (qtp10727470-5263) [    x:gettingstarted] 
o.a.s.c.CoreContainer registering core: gettingstarted
   [junit4]   2> 636057 INFO  (qtp10727470-5263) [    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=972
   [junit4]   2> 636062 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.e.j.s.ServerConnector Stopped 
ServerConnector@2407ea{HTTP/1.1,[http/1.1]}{127.0.0.1:58609}
   [junit4]   2> 636062 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31299545
   [junit4]   2> 636064 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@19bda18
   [junit4]   2> 636064 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 636064 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 636064 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has 
reached 0 - closing IndexWriter
   [junit4]   2> 636064 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 636065 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Closing main searcher on 
request.
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory 
- 3 directories currently being tracked
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\;done=false>>]
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\index
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\index;done=false>>]
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\index
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\snapshot_metadata
 
[CachedDir<<refCount=0;path=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\snapshot_metadata;done=false>>]
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 636073 INFO  (coreCloseExecutor-1936-thread-1) [    
x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-001\schemaless\solr\gettingstarted\data\snapshot_metadata
   [junit4]   2> 636077 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@717b35{/solr,null,UNAVAILABLE}
   [junit4]   2> 636083 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on 
port 58609
   [junit4]   2> 636083 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4CE514C88D0AA4C8]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 636086 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 638122 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 638123 INFO  (Thread-1046) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 638123 INFO  (Thread-1046) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 638222 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:58642
   [junit4]   2> 638222 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 638223 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638230 INFO  (zkCallback-1264-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1741c76 name:ZooKeeperConnection 
Watcher:127.0.0.1:58642 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 638230 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638232 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 638232 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 638235 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b31390d40000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 638238 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 638247 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@935a21{/solr,null,AVAILABLE}
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1dddbaa{HTTP/1.1,[http/1.1]}{127.0.0.1:58623}
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.e.j.s.Server Started @643708ms
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58623}
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-003\node1'
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 638248 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 638251 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 638251 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638253 INFO  (zkCallback-1265-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@454bda name:ZooKeeperConnection 
Watcher:127.0.0.1:58642/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 638254 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638254 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 638256 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 638269 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-003\node1
   [junit4]   2> 638269 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 21608224
   [junit4]   2> 638269 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-003\node1]
   [junit4]   2> 638269 WARN  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-003\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-003\node1\lib
   [junit4]   2> 638269 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 638273 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 638281 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 638281 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 638282 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58642/solr
   [junit4]   2> 638282 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 638282 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 638283 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638285 INFO  (zkCallback-1268-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1af11c1 name:ZooKeeperConnection 
Watcher:127.0.0.1:58642 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 638287 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638287 INFO  (jetty-launcher-1263-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 638288 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b31390d40002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 638289 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$61/5483396@20291d
   [junit4]   2> 638291 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 638293 INFO  
(zkCallback-1269-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1de517c name:ZooKeeperConnection 
Watcher:127.0.0.1:58642/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 638293 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 638294 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 638297 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 638301 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 638305 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 638307 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 638309 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 638313 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 638314 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 638316 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 638317 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 638319 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 638319 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 638320 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 638324 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 638325 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 638328 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 638328 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96461338650607619-localhost:58623_solr-n_0000000000
   [junit4]   2> 638329 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader localhost:58623_solr
   [junit4]   2> 638329 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 638330 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer Overseer 
(id=96461338650607619-localhost:58623_solr-n_0000000000) starting
   [junit4]   2> 638331 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 638340 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 638341 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/localhost:58623_solr
   [junit4]   2> 638341 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/localhost:58623_solr
   [junit4]   2> 638341 INFO  
(OverseerCollectionConfigSetProcessor-96461338650607619-localhost:58623_solr-n_0000000000)
 [n:localhost:58623_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 638343 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 638345 INFO  
(zkCallback-1269-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 638351 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 638418 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 638418 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 638421 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_4CE514C88D0AA4C8-001\tempDir-003\node1
   [junit4]   2> 638421 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 638422 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 638422 INFO  (jetty-launcher-1263-thread-1) 
[n:localhost:58623_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 638422 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 638424 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638426 INFO  (zkCallback-1271-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d61fa9 name:ZooKeeperConnection 
Watcher:127.0.0.1:58642 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 638426 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638426 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 638428 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b31390d40004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 641456 INFO  (qtp24739949-5286) [n:localhost:58623_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=22
   [junit4]   2> 641462 INFO  (qtp24739949-5287) [n:localhost:58623_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 641470 INFO  (qtp24739949-5287) [n:localhost:58623_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=9
   [junit4]   2> 641473 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 641474 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 641477 INFO  (zkCallback-1275-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a1a17f name:ZooKeeperConnection 
Watcher:127.0.0.1:58642/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 641478 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 641479 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 641479 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 641480 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 641481 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 641483 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b31390d40005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 641489 INFO  (qtp24739949-5290) [n:localhost:58623_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 641489 INFO  (qtp24739949-5290) [n:localhost:58623_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 641506 INFO  (qtp24739949-5286) [n:localhost:58623_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=11
   [junit4]   2> 641512 INFO  (qtp24739949-5287) [n:localhost:58623_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 641513 INFO  (qtp24739949-5287) [n:localhost:58623_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=1
   [junit4]   2> 641515 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 641516 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 641518 INFO  (zkCallback-1278-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@175f2e6 name:ZooKeeperConnection 
Watcher:127.0.0.1:58642/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 641518 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 641518 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 641518 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 641519 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 641520 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 641525 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/currency.xml
   [junit4]   2> 641529 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/elevate.xml
   [junit4]   2> 641532 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/contractions_ca.txt
   [junit4]   2> 641536 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/contractions_fr.txt
   [junit4]   2> 641540 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/contractions_ga.txt
   [junit4]   2> 641543 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/contractions_it.txt
   [junit4]   2> 641546 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/hyphenations_ga.txt
   [junit4]   2> 641549 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stemdict_nl.txt
   [junit4]   2> 641553 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stoptags_ja.txt
   [junit4]   2> 641556 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_ar.txt
   [junit4]   2> 641560 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_bg.txt
   [junit4]   2> 641563 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_ca.txt
   [junit4]   2> 641566 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_cz.txt
   [junit4]   2> 641569 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_da.txt
   [junit4]   2> 641572 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_de.txt
   [junit4]   2> 641575 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_el.txt
   [junit4]   2> 641579 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [junit4]   2> 641582 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_es.txt
   [junit4]   2> 641586 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_eu.txt
   [junit4]   2> 641589 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_fa.txt
   [junit4]   2> 641592 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_fi.txt
   [junit4]   2> 641595 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_fr.txt
   [junit4]   2> 641599 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_ga.txt
   [junit4]   2> 641603 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_gl.txt
   [junit4]   2> 641606 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_hi.txt
   [junit4]   2> 641609 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_hu.txt
   [junit4]   2> 641613 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_hy.txt
   [junit4]   2> 641616 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_id.txt
   [junit4]   2> 641621 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_it.txt
   [junit4]   2> 641624 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_ja.txt
   [junit4]   2> 641628 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_lv.txt
   [junit4]   2> 641632 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_nl.txt
   [junit4]   2> 641636 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_no.txt
   [junit4]   2> 641639 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_pt.txt
   [junit4]   2> 641643 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_ro.txt
   [junit4]   2> 641647 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_ru.txt
   [junit4]   2> 641650 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_sv.txt
   [junit4]   2> 641653 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_th.txt
   [junit4]   2> 641657 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/stopwords_tr.txt
   [junit4]   2> 641661 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/lang/userdict_ja.txt
   [junit4]   2> 641664 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 641668 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/params.json
   [junit4]   2> 641672 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/protwords.txt
   [junit4]   2> 641675 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/solrconfig.xml
   [junit4]   2> 641678 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/stopwords.txt
   [junit4]   2> 641681 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4CE514C88D0AA4C8])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/testCloudExamplePrompt/synonyms.txt
   [junit4]   2> 641688 INFO  (qtp24739949-5290) [n:localhost:58623_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 641688 INFO  (qtp24739949-5290) [n:localhost:58623_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 641691 INFO  (qtp24739949-5286) [n:localhost:58623_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> 641693 INFO  
(OverseerCollectionConfigSetProcessor-96461338650607619-localhost:58623_solr-n_0000000000)
 [n:localhost:58623_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testCloudExamplePrompt",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"testCloudExamplePrompt",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 641695 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testCloudExamplePrompt",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"testCloudExamplePrompt",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 641695 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCloudExamplePrompt
   [junit4]   2> 641695 WARN  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_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> 641697 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/testCloudExamplePrompt 
   [junit4]   2> 641697 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/testCloudExamplePrompt
   [junit4]   2> 641700 INFO  
(zkCallback-1269-thread-3-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 641700 INFO  (zkCallback-1278-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 641704 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testCloudExamplePrompt",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"testCloudExamplePrompt",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 641704 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testCloudExamplePrompt
   [junit4]   2> 641707 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testCloudExamplePrompt/state.json
   [junit4]   2> 641804 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.CreateCollectionCmd Creating SolrCores for 
new collection testCloudExamplePrompt, shardNames [shard1, shard2] , 
replicationFactor : 2
   [junit4]   2> 641804 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
testCloudExamplePrompt_shard1_replica2 as part of shard shard1 of collection 
testCloudExamplePrompt on localhost:58623_solr
   [junit4]   2> 641805 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
testCloudExamplePrompt_shard2_replica2 as part of shard shard2 of collection 
testCloudExamplePrompt on localhost:58623_solr
   [junit4]   2> 641805 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
testCloudExamplePrompt_shard2_replica1 as part of shard shard2 of collection 
testCloudExamplePrompt on localhost:58623_solr
   [junit4]   2> 641805 INFO  
(OverseerThreadFactory-1943-thread-1-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
testCloudExamplePrompt_shard1_replica1 as part of shard shard1 of collection 
testCloudExamplePrompt on localhost:58623_solr
   [junit4]   2> 641810 INFO  (qtp24739949-5287) [n:localhost:58623_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 641811 INFO  (qtp24739949-5288) [n:localhost:58623_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 641812 INFO  (qtp24739949-5288) [n:localhost:58623_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testCloudExamplePrompt_shard1_replica1, 
collection.configName=testCloudExamplePrompt, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, 
numShards=2, dataDir=data\, shard=shard1}
   [junit4]   2> 641812 INFO  (qtp24739949-5287) [n:localhost:58623_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testCloudExamplePrompt_shard1_replica2, 
collection.configName=testCloudExamplePrompt, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, 
numShards=2, dataDir=data\, shard=shard1}
   [junit4]   2> 641812 INFO  (qtp24739949-5289) [n:localhost:58623_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 641813 INFO  (qtp24739949-5290) [n:localhost:58623_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 641813 INFO  (qtp24739949-5289) [n:localhost:58623_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testCloudExamplePrompt_shard2_replica2, 
collection.configName=testCloudExamplePrompt, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, 
numShards=2, dataDir=data\, shard=shard2}
   [junit4]   2> 641814 INFO  (qtp24739949-5290) [n:localhost:58623_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=testCloudExamplePrompt_shard2_replica1, 
collection.configName=testCloudExamplePrompt, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, 
numShards=2, dataDir=data\, shard=shard2}
   [junit4]   2> 641815 INFO  (qtp24739949-5287) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 641815 INFO  (qtp24739949-5288) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 641816 INFO  (qtp24739949-5290) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 641816 INFO  (qtp24739949-5289) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 641818 INFO  (qtp24739949-5287) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 641818 INFO  (qtp24739949-5290) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 641818 INFO  (qtp24739949-5290) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 641818 INFO  (qtp24739949-5288) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 641818 INFO  (qtp24739949-5288) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 641818 INFO  (qtp24739949-5287) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [testCloudExamplePrompt] ver [0]
   [junit4]   2> 641818 INFO  (qtp24739949-5289) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 641818 INFO  (qtp24739949-5289) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 641818 INFO  (qtp24739949-5287) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 641819 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 641819 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 641822 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 641822 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 641824 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 641824 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 641828 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 641828 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:58623/solr";,
   [junit4]   2>   "node_name":"localhost:58623_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 641932 INFO  
(OverseerStateUpdate-96461338650607619-localhost:58623_solr-n_0000000000) 
[n:localhost:58623_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testCloudExamplePrompt/state.json version: 0
   [junit4]   2> 641933 INFO  
(zkCallback-1269-thread-3-processing-n:localhost:58623_solr) 
[n:localhost:58623_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> 641935 INFO  
(zkCallback-1269-thread-3-processing-n:localhost:58623_solr) 
[n:localhost:58623_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testCloudExamplePrompt] from [0] to [1]
   [junit4]   2> 642819 INFO  (qtp24739949-5287) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
testCloudExamplePrompt_shard1_replica2
   [junit4]   2> 642819 INFO  (qtp24739949-5288) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
testCloudExamplePrompt_shard1_replica1
   [junit4]   2> 642819 INFO  (qtp24739949-5288) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] 
o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 642819 INFO  (qtp24739949-5287) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] 
o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 642819 INFO  (qtp24739949-5289) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
testCloudExamplePrompt_shard2_replica2
   [junit4]   2> 642819 INFO  (qtp24739949-5289) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] 
o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 642819 INFO  (qtp24739949-5290) [n:localhost:58623_solr 
c:testCloudExamplePrompt s:sha

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

http://127.0.0.1:51693/collection1]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:774)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.indexDoc(PeerSyncReplicationTest.java:347)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:180)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:51693/collection1]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:768)
   [junit4]    >        ... 8 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
Server refused connection at: http://127.0.0.1:51693/collection1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
   [junit4]    >        ... 9 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused: 
connect
   [junit4]    >        at 
java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
   [junit4]    >        at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]    >        at 
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
   [junit4]    >        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    >        at java.net.Socket.connect(Socket.java:589)
   [junit4]    >        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
   [junit4]    >        ... 13 more
   [junit4]   2> 2385363 INFO  
(SUITE-PeerSyncReplicationTest-seed#[4CE514C88D0AA4C8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.PeerSyncReplicationTest_4CE514C88D0AA4C8-001
   [junit4]   2> Aug 22, 2016 4:56:06 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=cs-CZ, 
timezone=America/Atikokan
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=3,threads=1,free=130279408,total=457166848
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfig, DOMUtilTest, 
TestFastLRUCache, TestCryptoKeys, UUIDUpdateProcessorFallbackTest, 
DocValuesMultiTest, TestAnalyzedSuggestions, TestHdfsBackupRestoreCore, 
WrapperMergePolicyFactoryTest, ChaosMonkeyNothingIsSafeTest, 
DocumentBuilderTest, OverseerTest, RecoveryZkTest, TestBlobHandler, 
SoftAutoCommitTest, TestHashPartitioner, TestGraphTermsQParserPlugin, 
TestSolrConfigHandlerConcurrent, TestMiniSolrCloudClusterSSL, 
ZkStateReaderTest, AddBlockUpdateTest, TestComplexPhraseQParserPlugin, 
BadCopyFieldTest, RequiredFieldsTest, TestMissingGroups, 
TestAuthorizationFramework, TestReqParamsAPI, TestDistributedSearch, 
TestSQLHandler, ClusterStateUpdateTest, DisMaxRequestHandlerTest, 
SyncSliceTest, QueryEqualityTest, OverseerTaskQueueTest, 
DistributedSuggestComponentTest, TestSortByMinMaxFunction, 
AddSchemaFieldsUpdateProcessorFactoryTest, IndexSchemaTest, PolyFieldTest, 
TestRemoteStreaming, SolrXmlInZkTest, HdfsBasicDistributedZk2Test, TestSort, 
TestFaceting, SharedFSAutoReplicaFailoverUtilsTest, TestSolrCLIRunExample, 
ShardRoutingTest, TestSchemaNameResource, TestGroupingSearch, SSLMigrationTest, 
BlockJoinFacetSimpleTest, TestReRankQParserPlugin, DistribCursorPagingTest, 
StatelessScriptUpdateProcessorFactoryTest, TestXIncludeConfig, 
CollectionReloadTest, DeleteInactiveReplicaTest, TestDocumentBuilder, 
TestSolrCloudWithKerberosAlt, DeleteShardTest, ScriptEngineTest, 
TestXmlQParserPlugin, TestFieldCollectionResource, TestTrieFacet, 
SuggestComponentTest, TestPerFieldSimilarityClassic, TestCloudPivotFacet, 
TestComponentsName, TestScoreJoinQPNoScore, MergeStrategyTest, AssignTest, 
HdfsUnloadDistributedZkTest, HLLUtilTest, HdfsRecoverLeaseTest, 
TestRequestForwarding, HttpPartitionTest, HdfsDirectoryTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestCloudSchemaless, CircularListTest, 
TestStressLucene, TestSweetSpotSimilarityFactory, TestDownShardTolerantSearch, 
TestStandardQParsers, LeaderElectionTest, TestStressReorder, 
TestObjectReleaseTracker, OutOfBoxZkACLAndCredentialsProvidersTest, 
BigEndianAscendingWordDeserializerTest, CursorPagingTest, PeerSyncTest, 
HardAutoCommitTest, TestIBSimilarityFactory, RulesTest, 
IndexBasedSpellCheckerTest, TestMacroExpander, FullHLLTest, TestUpdate, 
TestPhraseSuggestions, TestMiniSolrCloudClusterBase, 
TestPartialUpdateDeduplication, MigrateRouteKeyTest, 
TestTolerantUpdateProcessorRandomCloud, ZkCLITest, TestDistribIDF, 
DistributedSpellCheckComponentTest, TestCoreContainer, TestRandomDVFaceting, 
TestShardHandlerFactory, ClassificationUpdateProcessorFactoryTest, 
ExternalFileFieldSortTest, HighlighterTest, ReplaceNodeTest, 
TestGraphMLResponseWriter, TestElisionMultitermQuery, TestRawTransformer, 
TestMinMaxOnMultiValuedField, TestPseudoReturnFields, TestCustomDocTransformer, 
PrimUtilsTest, OverseerCollectionConfigSetProcessorTest, 
QueryElevationComponentTest, SpatialFilterTest, SimpleMLTQParserTest, 
ZkControllerTest, JSONWriterTest, TestPostingsSolrHighlighter, 
TestOverriddenPrefixQueryForCustomFieldType, TestRandomFlRTGCloud, 
ShardSplitTest, TestLeaderInitiatedRecoveryThread, 
TestSchemaSimilarityResource, TestConfigOverlay, TestJmxMonitoredMap, 
TestNamedUpdateProcessors, BadComponentTest, RestartWhileUpdatingTest, 
TestHdfsUpdateLog, TestFieldCacheVsDocValues, SliceStateTest, TestLFUCache, 
JsonLoaderTest, TestWordDelimiterFilterFactory, StandardRequestHandlerTest, 
TestFieldCacheSort, TestDFISimilarityFactory, HdfsThreadLeakTest, 
TestUseDocValuesAsStored2, SolrRequestParserTest, SuggesterTest, TestTrie, 
SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, 
DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, 
SolrInfoMBeanTest, DebugComponentTest, TestQueryUtils, TestWriterPerf, 
PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, 
MoreLikeThisHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, 
RegexBoostProcessorTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
QueryParsingTest, PingRequestHandlerTest, SOLR749Test, AlternateDirectoryTest, 
TestQuerySenderNoQuery, TestMergePolicyConfig, MultiTermTest, TestDocSet, 
TestSearchPerf, DirectSolrConnectionTest, SpellPossibilityIteratorTest, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestFastWriter, 
TimeZoneUtilsTest, URLClassifyProcessorTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, 
UUIDFieldTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, AsyncCallRequestStatusResponseTest, 
BaseCdcrDistributedZkTest, CdcrBootstrapTest, CollectionTooManyReplicasTest, 
ConfigSetsAPITest, CreateCollectionCleanupTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, 
DistributedVersionInfoTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MultiThreadedOCPTest, PeerSyncReplicationTest]
   [junit4] Completed [464/631 (2!)] on J0 in 91.41s, 1 test, 1 error <<< 
FAILURES!

[...truncated 53030 lines...]

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

Reply via email to