You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/11 23:29:13 UTC

[JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_121) - Build # 773 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/773/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:57726/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem accessing /solr/awhollynewcollection_0/select. Reason: <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57726/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([4C1017DBEE435B66:465636FE87074F3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11402 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\init-core-data-001
   [junit4]   2> 529880 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 529880 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 529889 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 529892 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001
   [junit4]   2> 529893 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 529893 INFO  (Thread-792) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 529893 INFO  (Thread-792) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 529993 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57719
   [junit4]   2> 530006 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 0x15abf7ab2cb0000, 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> 530011 INFO  (jetty-launcher-537-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 530012 INFO  (jetty-launcher-537-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a6a3a98{/solr,null,AVAILABLE}
   [junit4]   2> 530013 INFO  (jetty-launcher-537-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ae3984e{HTTP/1.1,[http/1.1]}{127.0.0.1:57723}
   [junit4]   2> 530013 INFO  (jetty-launcher-537-thread-1) [    ] o.e.j.s.Server Started @536180ms
   [junit4]   2> 530013 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57723}
   [junit4]   2> 530014 ERROR (jetty-launcher-537-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530014 INFO  (jetty-launcher-537-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 530014 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 530014 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530014 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530015 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-11T22:26:13.950Z
   [junit4]   2> 530016 INFO  (jetty-launcher-537-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18b1c38a{/solr,null,AVAILABLE}
   [junit4]   2> 530017 INFO  (jetty-launcher-537-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@115c4e1{HTTP/1.1,[http/1.1]}{127.0.0.1:57726}
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.e.j.s.Server Started @536184ms
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57726}
   [junit4]   2> 530018 ERROR (jetty-launcher-537-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-11T22:26:13.953Z
   [junit4]   2> 530018 INFO  (jetty-launcher-537-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@566aaabf{/solr,null,AVAILABLE}
   [junit4]   2> 530019 INFO  (jetty-launcher-537-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@301b7cb1{HTTP/1.1,[http/1.1]}{127.0.0.1:57731}
   [junit4]   2> 530019 INFO  (jetty-launcher-537-thread-3) [    ] o.e.j.s.Server Started @536186ms
   [junit4]   2> 530019 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57731}
   [junit4]   2> 530019 ERROR (jetty-launcher-537-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530019 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 530019 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530019 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530020 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-11T22:26:13.954Z
   [junit4]   2> 530021 INFO  (jetty-launcher-537-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 530028 INFO  (jetty-launcher-537-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d63d55{/solr,null,AVAILABLE}
   [junit4]   2> 530029 INFO  (jetty-launcher-537-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2754ca64{HTTP/1.1,[http/1.1]}{127.0.0.1:57738}
   [junit4]   2> 530029 INFO  (jetty-launcher-537-thread-4) [    ] o.e.j.s.Server Started @536196ms
   [junit4]   2> 530029 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57738}
   [junit4]   2> 530030 ERROR (jetty-launcher-537-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 530030 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 530030 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 530030 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 530030 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-11T22:26:13.965Z
   [junit4]   2> 530044 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530044 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530045 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530045 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 530075 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 0x15abf7ab2cb0001, 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> 530077 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 0x15abf7ab2cb0002, 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> 530081 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 0x15abf7ab2cb0004, 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> 530086 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 530087 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 530088 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 530089 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 530089 INFO  (jetty-launcher-537-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57719/solr
   [junit4]   2> 530090 INFO  (jetty-launcher-537-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57719/solr
   [junit4]   2> 530095 INFO  (jetty-launcher-537-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57719/solr
   [junit4]   2> 530108 INFO  (jetty-launcher-537-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57719/solr
   [junit4]   2> 530117 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 0x15abf7ab2cb0006, 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> 530192 INFO  (jetty-launcher-537-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530192 INFO  (jetty-launcher-537-thread-1) [n:127.0.0.1:57723_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530193 INFO  (jetty-launcher-537-thread-4) [n:127.0.0.1:57738_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530200 INFO  (jetty-launcher-537-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57726_solr
   [junit4]   2> 530208 INFO  (jetty-launcher-537-thread-4) [n:127.0.0.1:57738_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57738_solr
   [junit4]   2> 530208 INFO  (jetty-launcher-537-thread-1) [n:127.0.0.1:57723_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57723_solr
   [junit4]   2> 530210 INFO  (jetty-launcher-537-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.Overseer Overseer (id=97600875648450569-127.0.0.1:57726_solr-n_0000000000) starting
   [junit4]   2> 530248 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 530249 INFO  (zkCallback-556-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 530282 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 530290 INFO  (jetty-launcher-537-thread-3) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 530297 INFO  (jetty-launcher-537-thread-3) [n:127.0.0.1:57731_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530297 INFO  (jetty-launcher-537-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57726_solr
   [junit4]   2> 530301 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530301 INFO  (zkCallback-556-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530301 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530304 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 530310 INFO  (jetty-launcher-537-thread-3) [n:127.0.0.1:57731_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57731_solr
   [junit4]   2> 530317 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530317 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530317 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530317 INFO  (zkCallback-556-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 530397 INFO  (jetty-launcher-537-thread-4) [n:127.0.0.1:57738_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node4\.
   [junit4]   2> 530415 INFO  (jetty-launcher-537-thread-3) [n:127.0.0.1:57731_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node3\.
   [junit4]   2> 530436 INFO  (jetty-launcher-537-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node2\.
   [junit4]   2> 530437 INFO  (jetty-launcher-537-thread-1) [n:127.0.0.1:57723_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node1\.
   [junit4]   2> 531083 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 0x15abf7ab2cb000d, 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> 531092 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 531093 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57719/solr ready
   [junit4]   2> 531136 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[4C1017DBEE435B66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingNumShards
   [junit4]   2> 531138 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[4C1017DBEE435B66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 531147 INFO  (qtp541576281-3424) [n:127.0.0.1:57738_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 531150 INFO  (OverseerThreadFactory-1667-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.CreateCollectionCmd Create collection acollection
   [junit4]   2> 531151 ERROR (OverseerThreadFactory-1667-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: acollection operation: create failed:org.apache.solr.common.SolrException: numShards is a required param (when using CompositeId router).
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:112)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 531159 INFO  (qtp541576281-3424) [n:127.0.0.1:57738_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2} status=400 QTime=12
   [junit4]   2> 531160 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[4C1017DBEE435B66]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingNumShards
   [junit4]   2> 531192 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[4C1017DBEE435B66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 531195 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[4C1017DBEE435B66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 531198 INFO  (qtp541576281-3421) [n:127.0.0.1:57738_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=8d9037d6-207d-4818-8660-e5f36b9e57d0&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=5&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 531200 INFO  (qtp541576281-3421) [n:127.0.0.1:57738_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=8d9037d6-207d-4818-8660-e5f36b9e57d0&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=5&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 531205 INFO  (OverseerThreadFactory-1667-thread-2-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.CreateCollectionCmd Create collection awhollynewcollection_0
   [junit4]   2> 531205 INFO  (OverseerCollectionConfigSetProcessor-97600875648450569-127.0.0.1:57726_solr-n_0000000000) [n:127.0.0.1:57726_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 531214 INFO  (zkCallback-567-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 531327 INFO  (qtp1230585207-3384) [n:127.0.0.1:57723_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 531328 INFO  (qtp799665429-3413) [n:127.0.0.1:57731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 531328 INFO  (qtp541576281-3420) [n:127.0.0.1:57738_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 531331 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
   [junit4]   2> 531331 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 531331 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 531331 INFO  (qtp1323534084-3401) [n:127.0.0.1:57726_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 531336 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2
   [junit4]   2> 531339 INFO  (qtp799665429-3409) [n:127.0.0.1:57731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard5_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard5&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 531342 INFO  (qtp799665429-3409) [n:127.0.0.1:57731_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103
   [junit4]   2> 531342 INFO  (qtp799665429-3409) [n:127.0.0.1:57731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 531359 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard5_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard5&wt=javabin&version=2
   [junit4]   2> 531470 INFO  (zkCallback-567-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 531470 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 531470 INFO  (zkCallback-556-thread-3-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 531470 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 531470 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 532346 INFO  (qtp799665429-3409) [n:127.0.0.1:57731_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103
   [junit4]   2> 532346 INFO  (qtp799665429-3409) [n:127.0.0.1:57731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 532380 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 532381 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 532382 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 532409 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 532409 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard2_replica1] Schema name=minimal
   [junit4]   2> 532409 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard3_replica1] Schema name=minimal
   [junit4]   2> 532416 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard4_replica1] Schema name=minimal
   [junit4]   2> 532418 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 532419 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 532419 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 532425 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 532427 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard1_replica1] Schema name=minimal
   [junit4]   2> 532430 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 532430 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 532431 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node1\awhollynewcollection_0_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node1\.\awhollynewcollection_0_shard2_replica1\data\]
   [junit4]   2> 532431 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@58634573
   [junit4]   2> 532432 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 532432 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard4_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 532432 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node3\awhollynewcollection_0_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node3\.\awhollynewcollection_0_shard1_replica1\data\]
   [junit4]   2> 532433 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@58634573
   [junit4]   2> 532433 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard4_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node2\awhollynewcollection_0_shard4_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node2\.\awhollynewcollection_0_shard4_replica1\data\]
   [junit4]   2> 532433 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@58634573
   [junit4]   2> 532433 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard3_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 532447 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard3_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node4\awhollynewcollection_0_shard3_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node4\.\awhollynewcollection_0_shard3_replica1\data\]
   [junit4]   2> 532447 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@58634573
   [junit4]   2> 532452 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard5_replica1] Schema name=minimal
   [junit4]   2> 532455 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 532456 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard5_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 532457 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard5_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node3\awhollynewcollection_0_shard5_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001\tempDir-001\node3\.\awhollynewcollection_0_shard5_replica1\data\]
   [junit4]   2> 532457 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@58634573
   [junit4]   2> 532627 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 532627 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 532631 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 532631 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 532632 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 532632 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 532635 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 532635 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 532635 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 532635 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 532637 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 532637 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 532651 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20d1dd57[awhollynewcollection_0_shard1_replica1] main]
   [junit4]   2> 532656 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 532659 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 532659 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 532660 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c747c0e[awhollynewcollection_0_shard4_replica1] main]
   [junit4]   2> 532664 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e9e794b[awhollynewcollection_0_shard2_replica1] main]
   [junit4]   2> 532666 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 532667 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 532667 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 532711 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 532712 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 532713 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 532738 INFO  (searcherExecutor-1677-thread-1-processing-x:awhollynewcollection_0_shard1_replica1 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE n:127.0.0.1:57731_solr s:shard1 c:awhollynewcollection_0) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore [awhollynewcollection_0_shard1_replica1] Registered new searcher Searcher@20d1dd57[awhollynewcollection_0_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 532741 INFO  (searcherExecutor-1678-thread-1-processing-x:awhollynewcollection_0_shard4_replica1 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE n:127.0.0.1:57726_solr s:shard4 c:awhollynewcollection_0) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore [awhollynewcollection_0_shard4_replica1] Registered new searcher Searcher@4c747c0e[awhollynewcollection_0_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 532742 INFO  (searcherExecutor-1676-thread-1-processing-x:awhollynewcollection_0_shard2_replica1 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE n:127.0.0.1:57723_solr s:shard2 c:awhollynewcollection_0) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore [awhollynewcollection_0_shard2_replica1] Registered new searcher Searcher@7e9e794b[awhollynewcollection_0_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 532744 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561614013357359104
   [junit4]   2> 532749 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561614013362601984
   [junit4]   2> 532751 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 532751 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 532755 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 532755 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 532755 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 532755 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 532758 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 532758 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 532761 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 532761 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 532761 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57726/solr/awhollynewcollection_0_shard4_replica1/
   [junit4]   2> 532761 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 532761 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57726/solr/awhollynewcollection_0_shard4_replica1/ has no replicas
   [junit4]   2> 532761 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 532762 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 532762 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 532762 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57731/solr/awhollynewcollection_0_shard1_replica1/
   [junit4]   2> 532762 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 532762 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57731/solr/awhollynewcollection_0_shard1_replica1/ has no replicas
   [junit4]   2> 532762 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 532764 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561614013378330624
   [junit4]   2> 532770 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57726/solr/awhollynewcollection_0_shard4_replica1/ shard4
   [junit4]   2> 532770 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57731/solr/awhollynewcollection_0_shard1_replica1/ shard1
   [junit4]   2> 532777 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66d74428[awhollynewcollection_0_shard3_replica1] main]
   [junit4]   2> 532777 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5af2d4d9[awhollynewcollection_0_shard5_replica1] main]
   [junit4]   2> 532779 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 532780 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 532780 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 532780 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 532781 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 532781 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 532785 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 532785 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 532785 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57723/solr/awhollynewcollection_0_shard2_replica1/
   [junit4]   2> 532786 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 532786 INFO  (searcherExecutor-1679-thread-1-processing-x:awhollynewcollection_0_shard3_replica1 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE n:127.0.0.1:57738_solr s:shard3 c:awhollynewcollection_0) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrCore [awhollynewcollection_0_shard3_replica1] Registered new searcher Searcher@66d74428[awhollynewcollection_0_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 532786 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57723/solr/awhollynewcollection_0_shard2_replica1/ has no replicas
   [junit4]   2> 532786 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 532799 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57723/solr/awhollynewcollection_0_shard2_replica1/ shard2
   [junit4]   2> 532810 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561614013426565120
   [junit4]   2> 532813 INFO  (searcherExecutor-1680-thread-1-processing-x:awhollynewcollection_0_shard5_replica1 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE n:127.0.0.1:57731_solr s:shard5 c:awhollynewcollection_0) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SolrCore [awhollynewcollection_0_shard5_replica1] Registered new searcher Searcher@5af2d4d9[awhollynewcollection_0_shard5_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 532834 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 532834 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 532835 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57738/solr/awhollynewcollection_0_shard3_replica1/
   [junit4]   2> 532835 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 532835 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57738/solr/awhollynewcollection_0_shard3_replica1/ has no replicas
   [junit4]   2> 532835 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 532850 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57738/solr/awhollynewcollection_0_shard3_replica1/ shard3
   [junit4]   2> 532855 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561614013473751040
   [junit4]   2> 532890 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 532890 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 532890 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57731/solr/awhollynewcollection_0_shard5_replica1/
   [junit4]   2> 532890 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 532890 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:57731/solr/awhollynewcollection_0_shard5_replica1/ has no replicas
   [junit4]   2> 532891 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 532900 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57731/solr/awhollynewcollection_0_shard5_replica1/ shard5
   [junit4]   2> 533012 INFO  (zkCallback-567-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533013 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533013 INFO  (zkCallback-556-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533013 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533013 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533017 INFO  (parallelCoreAdminExecutor-1672-thread-1-processing-n:127.0.0.1:57726_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666133715 CREATE) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 533025 INFO  (parallelCoreAdminExecutor-1669-thread-1-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 533050 INFO  (parallelCoreAdminExecutor-1671-thread-1-processing-n:127.0.0.1:57723_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846 CREATE) [n:127.0.0.1:57723_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 533059 INFO  (parallelCoreAdminExecutor-1669-thread-2-processing-n:127.0.0.1:57731_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665865887 CREATE) [n:127.0.0.1:57731_solr c:awhollynewcollection_0 s:shard5  x:awhollynewcollection_0_shard5_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 533065 INFO  (parallelCoreAdminExecutor-1668-thread-1-processing-n:127.0.0.1:57738_solr 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717 CREATE) [n:127.0.0.1:57738_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 533196 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533196 INFO  (zkCallback-567-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533196 INFO  (zkCallback-556-thread-4-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533198 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533198 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533201 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[4C1017DBEE435B66]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 57726
   [junit4]   2> 533201 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[4C1017DBEE435B66]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=577499745
   [junit4]   2> 533220 INFO  (coreCloseExecutor-1701-thread-1) [n:127.0.0.1:57726_solr c:awhollynewcollection_0 s:shard4 r:core_node1 x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore [awhollynewcollection_0_shard4_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16eaa4b8
   [junit4]   2> 533328 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533328 INFO  (zkCallback-556-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533329 INFO  (zkCallback-558-thread-1-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533329 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 533361 INFO  (qtp799665429-3406) [n:127.0.0.1:57731_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103
   [junit4]   2> 533361 INFO  (qtp799665429-3406) [n:127.0.0.1:57731_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665973103&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 533366 INFO  (qtp1230585207-3384) [n:127.0.0.1:57723_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846
   [junit4]   2> 533366 INFO  (qtp1230585207-3384) [n:127.0.0.1:57723_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8d9037d6-207d-4818-8660-e5f36b9e57d04269592666050846&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 533399 INFO  (qtp541576281-3420) [n:127.0.0.1:57738_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717
   [junit4]   2> 533399 INFO  (qtp541576281-3420) [n:127.0.0.1:57738_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8d9037d6-207d-4818-8660-e5f36b9e57d04269592665614717&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 533404 ERROR (qtp1323534084-3401) [n:127.0.0.1:57726_solr    ] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4] 

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

d.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 624869 INFO  (qtp695517599-3543) [n:127.0.0.1:57726_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:57731_solr&onlyIfLeaderActive=true&core=addReplicaColl_shard1_replica2&coreNodeName=core_node7&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=8015
   [junit4]   2> 624871 INFO  (coreCloseExecutor-1878-thread-1) [n:127.0.0.1:57738_solr c:nodes_used_collection s:shard2 r:core_node3 x:nodes_used_collection_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.nodes_used_collection.shard2.replica2
   [junit4]   2> 624871 INFO  (coreCloseExecutor-1880-thread-1) [n:127.0.0.1:57731_solr c:nodes_used_collection s:shard1 r:core_node2 x:nodes_used_collection_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.nodes_used_collection.shard1.replica2
   [junit4]   2> 624873 INFO  (coreCloseExecutor-1879-thread-1) [n:127.0.0.1:57723_solr c:nodes_used_collection s:shard2 r:core_node4 x:nodes_used_collection_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.nodes_used_collection.shard2.replica1
   [junit4]   2> 624893 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:57719) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15abf7ab2cb0011, 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> 624895 WARN  (zkCallback-574-thread-8-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 624897 INFO  (jetty-closer-538-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 624897 INFO  (jetty-closer-538-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74dc9fa6{/solr,null,UNAVAILABLE}
   [junit4]   2> 624899 INFO  (zkCallback-559-thread-4-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 624899 INFO  (zkCallback-557-thread-3-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 624899 INFO  (zkCallback-558-thread-29-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 624902 WARN  (zkCallback-559-thread-4-processing-n:127.0.0.1:57731_solr) [n:127.0.0.1:57731_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 624903 WARN  (zkCallback-557-thread-3-processing-n:127.0.0.1:57738_solr) [n:127.0.0.1:57738_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 624904 INFO  (jetty-closer-538-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 624905 INFO  (jetty-closer-538-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@566aaabf{/solr,null,UNAVAILABLE}
   [junit4]   2> 624905 INFO  (jetty-closer-538-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 624905 INFO  (jetty-closer-538-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d63d55{/solr,null,UNAVAILABLE}
   [junit4]   2> 624905 INFO  (zkCallback-558-thread-29-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 624911 INFO  (jetty-closer-538-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97600875648450571-127.0.0.1:57723_solr-n_0000000001) closing
   [junit4]   2> 624913 INFO  (OverseerStateUpdate-97600875648450571-127.0.0.1:57723_solr-n_0000000001) [n:127.0.0.1:57723_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57723_solr
   [junit4]   2> 624917 WARN  (zkCallback-558-thread-30-processing-n:127.0.0.1:57723_solr) [n:127.0.0.1:57723_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 624921 INFO  (jetty-closer-538-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 624921 INFO  (jetty-closer-538-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a6a3a98{/solr,null,UNAVAILABLE}
   [junit4]   2> 624936 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57719 57719
   [junit4]   2> 624959 INFO  (Thread-851) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57719 57719
   [junit4]   2> 624961 WARN  (Thread-851) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/configs/conf
   [junit4]   2> 	18	/solr/aliases.json
   [junit4]   2> 	18	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	205	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	4	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	4	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	3	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	2	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	385	/solr/collections
   [junit4]   2> 	179	/solr/overseer/queue
   [junit4]   2> 	48	/solr/overseer/collection-queue-work
   [junit4]   2> 	18	/solr/live_nodes
   [junit4]   2> 	14	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 624961 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4C1017DBEE435B66]-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\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4C1017DBEE435B66-001
   [junit4]   2> Mar 11, 2017 10:27:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=es-CL, timezone=ECT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=145411560,total=307503104
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerRolesTest, DistribCursorPagingTest, ClusterStateTest, TestQuerySenderListener, TestFieldCollectionResource, CopyFieldTest, TestFieldCacheReopen, ShardRoutingCustomTest, TestSolrDynamicMBean, TestJavabinTupleStreamParser, SuggesterWFSTTest, JsonLoaderTest, TestStandardQParsers, SpellCheckCollatorTest, SolrIndexConfigTest, TestDocBasedVersionConstraints, BadIndexSchemaTest, TestObjectReleaseTracker, NotRequiredUniqueKeyTest, TestPHPSerializedResponseWriter, CacheHeaderTest, TestHighFrequencyDictionaryFactory, TriLevelCompositeIdRoutingTest, TestTrie, ExitableDirectoryReaderTest, TestDynamicFieldCollectionResource, SolrSlf4jReporterTest, DebugComponentTest, FacetPivotSmallTest, TestSQLHandlerNonCloud, SparseHLLTest, TestMaxScoreQueryParser, TestSubQueryTransformer, DocValuesMissingTest, RequestLoggingTest, DistributedExpandComponentTest, TestJsonFacets, TestOmitPositions, TestXmlQParserPlugin, DistributedQueryComponentOptimizationTest, HdfsRestartWhileUpdatingTest, FileBasedSpellCheckerTest, DateMathParserTest, TestCustomDocTransformer, OverseerTaskQueueTest, DefaultValueUpdateProcessorTest, TestFoldingMultitermQuery, TestMergePolicyConfig, SecurityConfHandlerTest, TestInfoStreamLogging, BigEndianAscendingWordSerializerTest, BlockDirectoryTest, TestSizeLimitedDistributedMap, TestLRUStatsCache, TestCollectionAPI, TestUseDocValuesAsStored, TestClassicSimilarityFactory, FullSolrCloudDistribCmdsTest, IndexSchemaTest, TestExclusionRuleCollectionAccess, TestCollectionAPIs, IgnoreCommitOptimizeUpdateProcessorFactoryTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, OverseerCollectionConfigSetProcessorTest, TestEmbeddedSolrServerSchemaAPI, SpellCheckComponentTest, TestSchemaNameResource, TestLuceneMatchVersion, TestRecoveryHdfs, AsyncCallRequestStatusResponseTest, DistanceUnitsTest, TestUtils, ClassificationUpdateProcessorIntegrationTest, TestSchemaManager, RAMDirectoryFactoryTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [155/697 (1!)] on J1 in 95.38s, 20 tests, 1 error <<< FAILURES!

[...truncated 64544 lines...]


[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_121) - Build # 774 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/774/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestUseDocValuesAsStored2

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003

	at __randomizedtesting.SeedInfo.seed([6615DB4D17BA626]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([6615DB4D17BA626:4E142900D74889B3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11519 lines...]
   [junit4] Suite: org.apache.solr.schema.TestUseDocValuesAsStored2
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\init-core-data-001
   [junit4]   2> 687476 WARN  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 687476 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 687483 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 687484 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaAPI
   [junit4]   2> 688151 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 688151 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 688152 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core
   [junit4]   2> 688156 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 688157 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18a361b{/solr,null,AVAILABLE}
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f99b84{HTTP/1.1,[http/1.1]}{127.0.0.1:57875}
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.Server Started @693182ms
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57875, configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores}
   [junit4]   2> 688159 ERROR (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 688159 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:30:57.996Z
   [junit4]   2> 688160 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] 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.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\solr.xml
   [junit4]   2> 688179 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 688313 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores
   [junit4]   2> 688314 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 688317 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001/tempDir-001/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001/tempDir-001/collection1/lib/classes]
   [junit4]   2> 688388 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 688388 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 688404 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 688432 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
   [junit4]   2> 688559 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 688559 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead.
   [junit4]   2> 688560 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 688562 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 688562 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 688569 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 688569 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 688569 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid field id
   [junit4]   2> 688575 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 688576 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 688576 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 688576 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 688579 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 688584 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 688599 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1
   [junit4]   2> 688600 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core\data\]
   [junit4]   2> 688609 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=37.7392578125, floorSegmentMB=2.0361328125, forceMergeDeletesPctAllowed=27.50670983465914, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 688618 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 688753 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 688753 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 688755 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=33.685546875, floorSegmentMB=1.1953125, forceMergeDeletesPctAllowed=6.302770769701133, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7580277079573088
   [junit4]   2> 688755 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c364e[collection1] main]
   [junit4]   2> 688774 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] 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.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 688777 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 688779 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 688779 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 688779 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/english
   [junit4]   2> 688779 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 688780 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 688780 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 688780 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/german
   [junit4]   2> 688781 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 688781 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 688781 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 688782 WARN  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 688782 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 688783 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/german
   [junit4]   2> 688783 INFO  (coreLoadExecutor-2877-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 688783 INFO  (searcherExecutor-2878-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c364e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 689182 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#57875
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689193 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 689194 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689194 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689200 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 689201 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689201 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689201 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689201 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689203 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 689204 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689204 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689210 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 689210 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689211 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689211 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689211 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689212 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 689213 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689213 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689219 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 689220 WARN  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.ManagedResource Notified 5 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689220 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689222 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689225 INFO  (qtp5883560-7127) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=34
   [junit4]   2> 689231 INFO  (qtp5883560-7137) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=1
   [junit4]   2> 689235 INFO  (qtp5883560-7133) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689239 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689245 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">myid1</field><field+name%3D"a1">1</field><field+name%3D"a2">2</field><field+name%3D"a3">3</field></doc></add>}{add=[myid1]} 0 2
   [junit4]   2> 689259 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 689259 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@175ab4b
   [junit4]   2> 689281 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4edb70[collection1] main]
   [junit4]   2> 689281 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 689281 INFO  (searcherExecutor-2878-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4edb70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c1)))}
   [junit4]   2> 689281 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 22
   [junit4]   2> 689284 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=id:myid*&indent=on&fl=*&wt=json} hits=1 status=0 QTime=1
   [junit4]   2> 689286 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=id:myid*&indent=on&fl=id,a1,a2,a3&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 689289 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=id:myid*&indent=on&fl=a3&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 689291 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=id:myid*&indent=on&fl=*,a3&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 689294 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=id:myid*&indent=on&fl=id,a*&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 689298 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 689299 WARN  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689299 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689305 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 689305 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689305 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 689306 WARN  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.ManagedResource Notified 6 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689306 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689308 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689310 INFO  (qtp5883560-7134) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=13
   [junit4]   2> 689312 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 689318 WARN  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689318 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 689324 WARN  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689324 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689326 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.ManagedResource Notified 7 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689326 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689328 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689328 INFO  (qtp5883560-7132) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=12
   [junit4]   2> 689331 INFO  (qtp5883560-7130) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=0
   [junit4]   2> 689335 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 689336 WARN  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 689336 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/synonyms/german
   [junit4]   2> 689337 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/german
   [junit4]   2> 689342 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 689342 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/stopwords/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 689343 WARN  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.ManagedResource Notified 8 observers of /schema/analysis/synonyms/english
   [junit4]   2> 689343 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/analysis/synonyms/english
   [junit4]   2> 689345 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 689346 INFO  (qtp5883560-7131) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=12
   [junit4]   2> 689349 INFO  (qtp5883560-7139) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=json} status=0 QTime=1
   [junit4]   2> 689353 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">myid1</field><field+name%3D"a1">1</field><field+name%3D"a2">2</field><field+name%3D"a3">3</field><field+name%3D"a4">4</field></doc></add>}{add=[myid1]} 0 1
   [junit4]   2> 689356 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 689356 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@175ab4b
   [junit4]   2> 689367 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f3651[collection1] main]
   [junit4]   2> 689367 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 689367 INFO  (searcherExecutor-2878-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f3651[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.5.0):c1)))}
   [junit4]   2> 689367 INFO  (qtp5883560-7129) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 11
   [junit4]   2> 689370 INFO  (qtp5883560-7137) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=id:myid*&indent=on&fl=*&wt=json} hits=1 status=0 QTime=0
   [junit4]   2> 689372 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f99b84{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 689372 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24567030
   [junit4]   2> 689373 INFO  (coreCloseExecutor-2882-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9a272
   [junit4]   2> 689374 INFO  (coreCloseExecutor-2882-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 689374 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 689374 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18a361b{/solr,null,UNAVAILABLE}
   [junit4]   2> 689378 INFO  (TEST-TestUseDocValuesAsStored2.testSchemaAPI-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaAPI
   [junit4]   2> 689379 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 689379 INFO  (SUITE-TestUseDocValuesAsStored2-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=462, maxDocsPerChunk=6, blockSize=450), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=462, blockSize=450)), sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=fr-BE, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 (32-bit)/cpus=3,threads=1,free=239654656,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreTest, TestDynamicFieldResource, TestFieldCacheSortRandom, TestReqParamsAPI, RuleEngineTest, XmlUpdateRequestHandlerTest, MergeStrategyTest, TestMissingGroups, TestBackupRepositoryFactory, CachingDirectoryFactoryTest, CoreMergeIndexesAdminHandlerTest, TestHdfsBackupRestoreCore, TestHashPartitioner, TestRandomCollapseQParserPlugin, TestCollationFieldDocValues, TestJsonFacetRefinement, DataDrivenBlockJoinTest, ConnectionManagerTest, TestUpdate, TestSolrDeletionPolicy1, ConcurrentDeleteAndCreateCollectionTest, UpdateLogTest, CursorPagingTest, TermsComponentTest, TestNumericTerms32, TestRebalanceLeaders, TestSQLHandler, DistributedSpellCheckComponentTest, TestLocalFSCloudBackupRestore, CurrencyFieldXmlFileTest, TestManagedSchemaAPI, OverseerStatusTest, TestXIncludeConfig, SyncSliceTest, SimplePostToolTest, MoreLikeThisHandlerTest, PluginInfoTest, TestElisionMultitermQuery, TestConfigSetsAPIZkFailure, HdfsSyncSliceTest, SolrPluginUtilsTest, CdcrRequestHandlerTest, MetricUtilsTest, TestManagedSynonymFilterFactory, TestUnifiedSolrHighlighter, TestCollationField, FullHLLTest, PKIAuthenticationIntegrationTest, TestLazyCores, TestReloadDeadlock, TestFieldSortValues, DirectSolrConnectionTest, TestChildDocTransformer, TestCustomStream, PingRequestHandlerTest, TestExportWriter, SolrJmxReporterTest, TestMiniSolrCloudCluster, SystemInfoHandlerTest, TlogReplayBufferedWhileIndexingTest, TestBlobHandler, TestBM25SimilarityFactory, TestPartialUpdateDeduplication, TestSubQueryTransformerCrossCore, XsltUpdateRequestHandlerTest, DistributedMLTComponentTest, BlobRepositoryCloudTest, CollectionsAPIAsyncDistributedZkTest, TestCloudPseudoReturnFields, TestClusterProperties, TestReplicationHandler, ZkStateWriterTest, TestJmxIntegration, TestJettySolrRunner, TestUseDocValuesAsStored2]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUseDocValuesAsStored2 -Dtests.seed=6615DB4D17BA626 -Dtests.slow=true -Dtests.locale=fr-BE -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestUseDocValuesAsStored2 (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores\core
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003\cores
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestUseDocValuesAsStored2_6615DB4D17BA626-001\tempDir-003
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6615DB4D17BA626]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [179/697 (1!)] on J0 in 2.15s, 1 test, 1 error <<< FAILURES!

[...truncated 571 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\init-core-data-001
   [junit4]   2> 1470336 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1470336 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1470343 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1470345 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001
   [junit4]   2> 1470345 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1470348 INFO  (Thread-3668) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1470348 INFO  (Thread-3668) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1470446 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62445
   [junit4]   2> 1470458 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470458 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470461 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470461 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1470462 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ad17f{/solr,null,AVAILABLE}
   [junit4]   2> 1470462 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4623bf{/solr,null,AVAILABLE}
   [junit4]   2> 1470462 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2873ba{/solr,null,AVAILABLE}
   [junit4]   2> 1470463 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1992ef7{/solr,null,AVAILABLE}
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d3148a{HTTP/1.1,[http/1.1]}{127.0.0.1:62455}
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.e.j.s.Server Started @1475710ms
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62455}
   [junit4]   2> 1470468 ERROR (jetty-launcher-2281-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470468 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.518Z
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@677ad7{HTTP/1.1,[http/1.1]}{127.0.0.1:62450}
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b4927f{HTTP/1.1,[http/1.1]}{127.0.0.1:62449}
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-3) [    ] o.e.j.s.Server Started @1475714ms
   [junit4]   2> 1470471 INFO  (jetty-launcher-2281-thread-2) [    ] o.e.j.s.Server Started @1475714ms
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62450}
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62449}
   [junit4]   2> 1470473 ERROR (jetty-launcher-2281-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a0616f{HTTP/1.1,[http/1.1]}{127.0.0.1:62458}
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.e.j.s.Server Started @1475715ms
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62458}
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.523Z
   [junit4]   2> 1470473 ERROR (jetty-launcher-2281-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470473 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.523Z
   [junit4]   2> 1470473 ERROR (jetty-launcher-2281-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1470474 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T09:44:00.524Z
   [junit4]   2> 1470478 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470478 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470479 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470483 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470498 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 0x15ac1e738920002, 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> 1470498 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 0x15ac1e738920001, 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> 1470505 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470505 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470506 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470507 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1470509 INFO  (jetty-launcher-2281-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470510 INFO  (jetty-launcher-2281-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470511 INFO  (jetty-launcher-2281-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470513 INFO  (jetty-launcher-2281-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62445/solr
   [junit4]   2> 1470518 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 0x15ac1e738920006, 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> 1470580 INFO  (jetty-launcher-2281-thread-3) [n:127.0.0.1:62450_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470580 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470581 INFO  (jetty-launcher-2281-thread-1) [n:127.0.0.1:62458_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470581 INFO  (jetty-launcher-2281-thread-2) [n:127.0.0.1:62449_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1470583 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62455_solr
   [junit4]   2> 1470585 INFO  (jetty-launcher-2281-thread-3) [n:127.0.0.1:62450_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62450_solr
   [junit4]   2> 1470586 INFO  (jetty-launcher-2281-thread-1) [n:127.0.0.1:62458_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62458_solr
   [junit4]   2> 1470587 INFO  (jetty-launcher-2281-thread-2) [n:127.0.0.1:62449_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62449_solr
   [junit4]   2> 1470588 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.Overseer Overseer (id=97603540772585481-127.0.0.1:62455_solr-n_0000000000) starting
   [junit4]   2> 1470742 INFO  (zkCallback-2302-thread-1-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470742 INFO  (zkCallback-2301-thread-1-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470742 INFO  (zkCallback-2300-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470743 INFO  (zkCallback-2303-thread-1-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1470746 INFO  (zkCallback-2301-thread-1-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470746 INFO  (zkCallback-2300-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470746 INFO  (zkCallback-2302-thread-1-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470746 INFO  (zkCallback-2303-thread-1-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1470804 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62455_solr
   [junit4]   2> 1470809 INFO  (zkCallback-2302-thread-1-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470809 INFO  (zkCallback-2300-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470809 INFO  (zkCallback-2301-thread-1-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470809 INFO  (zkCallback-2303-thread-1-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1470858 INFO  (jetty-launcher-2281-thread-1) [n:127.0.0.1:62458_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node1\.
   [junit4]   2> 1470943 INFO  (jetty-launcher-2281-thread-2) [n:127.0.0.1:62449_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node2\.
   [junit4]   2> 1470948 INFO  (jetty-launcher-2281-thread-3) [n:127.0.0.1:62450_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node3\.
   [junit4]   2> 1471015 INFO  (jetty-launcher-2281-thread-4) [n:127.0.0.1:62455_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node4\.
   [junit4]   2> 1472456 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1472458 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62445/solr ready
   [junit4]   2> 1472503 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingNumShards
   [junit4]   2> 1472505 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[6615DB4D17BA626]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1472514 INFO  (qtp5416487-13941) [n:127.0.0.1:62450_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1472517 INFO  (OverseerThreadFactory-6542-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.CreateCollectionCmd Create collection acollection
   [junit4]   2> 1472517 ERROR (OverseerThreadFactory-6542-thread-1-processing-n:127.0.0.1:62455_solr) [n:127.0.0.1:62455_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: acollection operation: create failed:org.apache.solr.common.SolrException: numShards is a required param (when using CompositeId router).
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:112)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1472526 INFO  (qtp5416487-13941) [n:127.0.0.1:62450_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2} status=400 QTime=12
   [junit4]   2> 1472528 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingNumShards
   [junit4]   2> 1472556 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[6615DB4D17BA626]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 1472557 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[6615DB4D17BA626]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1472565 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
   [junit4]   2> 1472569 INFO  (OverseerStateUpdate-97603540772585481-127.0.0.1:62455_solr-n_0000000000) [n:127.0.0.1:62455_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1473643 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1473653 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1473660 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1473666 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using configuration from collection halfcollectionblocker
   [junit4]   2> 1473667 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore [[halfcollection_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-001\node1\halfcollection_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-002\]
   [junit4]   2> 1473804 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1473804 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1473806 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1473806 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1473808 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f03932[halfcollection_shard1_replica1] main]
   [junit4]   2> 1473810 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1473810 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1473810 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1473811 INFO  (searcherExecutor-6547-thread-1-processing-n:127.0.0.1:62458_solr x:halfcollection_shard1_replica1 c:halfcollectionblocker) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore [halfcollection_shard1_replica1] Registered new searcher Searcher@f03932[halfcollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1473811 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561656655988391936
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62458/solr/halfcollection_shard1_replica1/
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:62458/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 1473821 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1473828 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62458/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 1473942 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1473951 INFO  (qtp25611017-13958) [n:127.0.0.1:62458_solr c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2} status=0 QTime=1385
   [junit4]   2> 1473959 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001\tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2
   [junit4]   2> 1473962 INFO  (OverseerStateUpdate-97603540772585481-127.0.0.1:62455_solr-n_0000000000) [n:127.0.0.1:62455_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1474521 INFO  (OverseerCollectionConfigSetProcessor-97603540772585481-127.0.0.1:62455_solr-n_0000000000) [n:127.0.0.1:62455_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1474986 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1474993 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1474999 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1475004 INFO  (qtp5416487-13939) [n:127.0.0.1:62450_solr c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.CoreContainer C

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


   [junit4]   2> 1616094 INFO  (jetty-closer-2282-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616094 INFO  (jetty-closer-2282-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2873ba{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616094 INFO  (zkCallback-2302-thread-2-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1616096 INFO  (zkCallback-2301-thread-9-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1616100 INFO  (coreCloseExecutor-6740-thread-1) [n:127.0.0.1:62449_solr c:awhollynewcollection_0 s:shard2 r:core_node3 x:awhollynewcollection_0_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard2.replica2
   [junit4]   2> 1616102 WARN  (zkCallback-2301-thread-9-processing-n:127.0.0.1:62449_solr) [n:127.0.0.1:62449_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1616102 INFO  (jetty-closer-2282-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616103 INFO  (jetty-closer-2282-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ad17f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616104 INFO  (zkCallback-2302-thread-6-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1616104 INFO  (zkCallback-2303-thread-14-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1616109 INFO  (coreCloseExecutor-6738-thread-1) [n:127.0.0.1:62458_solr c:awhollynewcollection_0 s:shard2 r:core_node5 x:awhollynewcollection_0_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard2.replica1
   [junit4]   2> 1616109 INFO  (coreCloseExecutor-6739-thread-2) [n:127.0.0.1:62450_solr c:awhollynewcollection_0 s:shard3 r:core_node1 x:awhollynewcollection_0_shard3_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard3.replica1
   [junit4]   2> 1616112 WARN  (zkCallback-2303-thread-14-processing-n:127.0.0.1:62458_solr) [n:127.0.0.1:62458_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1616112 INFO  (jetty-closer-2282-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616113 INFO  (jetty-closer-2282-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1992ef7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616113 INFO  (zkCallback-2302-thread-6-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1616116 INFO  (coreCloseExecutor-6739-thread-1) [n:127.0.0.1:62450_solr c:awhollynewcollection_0 s:shard1 r:core_node6 x:awhollynewcollection_0_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard1.replica1
   [junit4]   2> 1616118 WARN  (zkCallback-2302-thread-6-processing-n:127.0.0.1:62450_solr) [n:127.0.0.1:62450_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1616119 INFO  (jetty-closer-2282-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1616119 INFO  (jetty-closer-2282-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4623bf{/solr,null,UNAVAILABLE}
   [junit4]   2> 1616122 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62445 62445
   [junit4]   2> 1616123 INFO  (Thread-3719) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62445 62445
   [junit4]   2> 1616124 WARN  (Thread-3719) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 1616124 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[6615DB4D17BA626]-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\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_6615DB4D17BA626-001
   [junit4]   2> Mar 12, 2017 9:46:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=pt-BR, timezone=Pacific/Johnston
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 (32-bit)/cpus=3,threads=1,free=193937528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest, V2ApiIntegrationTest, HdfsDirectoryTest, TestFieldCollectionResource, SortByFunctionTest, CreateCollectionCleanupTest, RestartWhileUpdatingTest, MinimalSchemaTest, TestDelegationWithHadoopAuth, ResourceLoaderTest, DistributedVersionInfoTest, SubstringBytesRefFilterTest, TestRuleBasedAuthorizationPlugin, TestOnReconnectListenerSupport, CollectionReloadTest, TestLockTree, CloneFieldUpdateProcessorFactoryTest, TestCustomDocTransformer, TestSolrCloudWithHadoopAuthPlugin, CoreAdminHandlerTest, CollectionsAPISolrJTest, TestSystemIdResolver, ScriptEngineTest, TestRecovery, TestSolrQueryParser, TestMaxScoreQueryParser, ConfigSetsAPITest, BlockDirectoryTest, ChangedSchemaMergeTest, CdcrVersionReplicationTest, DistributedFacetPivotWhiteBoxTest, TestIntervalFaceting, SolrXmlInZkTest, MBeansHandlerTest, ChaosMonkeySafeLeaderTest, TestAtomicUpdateErrorCases, TestBulkSchemaAPI, MissingSegmentRecoveryTest, SolrIndexConfigTest, TestOmitPositions, TestSolrDynamicMBean, ManagedSchemaRoundRobinCloudTest, TestFilteredDocIdSet, CSVRequestHandlerTest, TriLevelCompositeIdRoutingTest, TestCloudDeleteByQuery, SpellCheckComponentTest, NoCacheHeaderTest, TestAnalyzeInfixSuggestions, IndexSchemaTest, TestSimpleTrackingShardHandler, SolrSlf4jReporterTest, TestFoldingMultitermQuery, SuggesterWFSTTest, TermVectorComponentDistributedTest, HighlighterConfigTest, StatsReloadRaceTest, SpatialHeatmapFacetsTest, SharedFSAutoReplicaFailoverUtilsTest, TestIndexSearcher, TestHighFrequencyDictionaryFactory, DistributedFacetPivotSmallAdvancedTest, DeleteShardTest, TestConfig, CopyFieldTest, SolrMetricsIntegrationTest, CleanupOldIndexTest, DistributedQueryComponentOptimizationTest, TestSolrConfigHandlerConcurrent, ZkStateReaderTest, ReplicaListTransformerTest, TestFieldCacheReopen, TestSolrCoreProperties, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsThreadLeakTest, TestQueryTypes, TestRecoveryHdfs, TestConfigOverlay, TestPathTrie, HighlighterMaxOffsetTest, TestSQLHandlerNonCloud, InfoHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestExactSharedStatsCache, TestQueryWrapperFilter, TestCustomSort, SuggestComponentTest, TestCloudRecovery, TestCopyFieldCollectionResource, HdfsUnloadDistributedZkTest, ExplicitHLLTest, BJQParserTest, TestAuthorizationFramework, TestQuerySenderNoQuery, SolrCmdDistributorTest, DateMathParserTest, TestValueSourceCache, DistribJoinFromCollectionTest, JvmMetricsTest, SmileWriterTest, TestDefaultStatsCache, TestDistributedGrouping, SliceStateTest, TestAddFieldRealTimeGet, RequestLoggingTest, TestTrieFacet, TestConfigReload, CoreAdminRequestStatusTest, TestQueryUtils, PreAnalyzedFieldTest, LukeRequestHandlerTest, TestManagedSchemaThreadSafety, TestSearchPerf, TestSerializedLuceneMatchVersion, QueryResultKeyTest, BasicFunctionalityTest, TestLeaderInitiatedRecoveryThread, AtomicUpdatesTest, ShardSplitTest, TestPerFieldSimilarityWithDefaultOverride, TestConfigSetProperties, OverseerTaskQueueTest, UpdateParamsTest, TestRealTimeGet, TestInfoStreamLogging, TestComplexPhraseLeadingWildcard, BasicZkTest, BinaryUpdateRequestHandlerTest, TestJavabinTupleStreamParser, TestLMJelinekMercerSimilarityFactory, TestManagedStopFilterFactory, SolrCLIZkUtilsTest, TestGeoJSONResponseWriter, TestSubQueryTransformer, TermVectorComponentTest, CurrencyFieldOpenExchangeTest, TestTrie, TestCloudPivotFacet, TestCollectionAPIs, TestSegmentSorting, TestClassicSimilarityFactory, ExitableDirectoryReaderTest, AddBlockUpdateTest, EchoParamsTest, TestRangeQuery, TestDistributedMissingSort, DirectUpdateHandlerOptimizeTest, TestSolrCLIRunExample, TestFileDictionaryLookup, TestExclusionRuleCollectionAccess, TestInPlaceUpdatesStandalone, SuggesterTest, TestSmileRequest, TestLMDirichletSimilarityFactory, PeerSyncWithIndexFingerprintCachingTest, TestNonDefinedSimilarityFactory, CdcrBootstrapTest, TestManagedResourceStorage, ZkSolrClientTest, TestZkChroot, TestRestoreCore, FullSolrCloudDistribCmdsTest, FacetPivotSmallTest, TestMacros, TestCodecSupport, TestFuzzyAnalyzedSuggestions, CloudMLTQParserTest, DeleteInactiveReplicaTest, SpellingQueryConverterTest, HdfsRestartWhileUpdatingTest, TestIndexingPerformance, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [354/697 (2!)] on J1 in 146.81s, 20 tests, 1 failure <<< FAILURES!

[...truncated 56055 lines...]