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 2016/06/23 04:39:46 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 666 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/666/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.checkCollectionParameters

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([3FF957BEE0628B84:C4EEC40EB9355C33]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
	at org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:113)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1239)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:961)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:225)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.cleanIndex(CloudSolrClientTest.java:101)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
	... 48 more




Build Log:
[...truncated 12901 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/init-core-data-001
   [junit4]   2> 17514 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-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> 17539 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 17543 INFO  (Thread-15) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 17544 INFO  (Thread-15) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 17641 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:55058
   [junit4]   2> 17705 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 17766 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 17830 INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@448fe69d name:ZooKeeperConnection Watcher:127.0.0.1:55058 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 17831 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 17831 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 17834 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 17901 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 17903 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@111d42c0{/solr,null,AVAILABLE}
   [junit4]   2> 17904 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 17904 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@30d64e83{HTTP/1.1,[http/1.1]}{127.0.0.1:60450}
   [junit4]   2> 17904 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.Server Started @22352ms
   [junit4]   2> 17904 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60450}
   [junit4]   2> 17909 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@453a1782{/solr,null,AVAILABLE}
   [junit4]   2> 17909 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 17912 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1820d658{/solr,null,AVAILABLE}
   [junit4]   2> 17912 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4b13cb87{HTTP/1.1,[http/1.1]}{127.0.0.1:35037}
   [junit4]   2> 17913 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.Server Started @22360ms
   [junit4]   2> 17913 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35037}
   [junit4]   2> 17905 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 17943 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@aafb102{HTTP/1.1,[http/1.1]}{127.0.0.1:64545}
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.Server Started @22391ms
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64545}
   [junit4]   2> 17913 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1'
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3'
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 17944 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 17946 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node2'
   [junit4]   2> 17945 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 17945 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 17947 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 17948 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 17961 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 17961 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 17962 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 17963 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18011 INFO  (zkCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ac1f8f6 name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18012 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18012 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 18012 INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e130120 name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18014 INFO  (zkCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37a1e580 name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18014 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18014 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 18019 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 18021 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18021 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 18022 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 18038 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 18100 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/.
   [junit4]   2> 18115 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1720787695
   [junit4]   2> 18115 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1]
   [junit4]   2> 18115 WARN  (jetty-launcher-3-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/lib
   [junit4]   2> 18115 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 18134 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 18144 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 18144 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 18144 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55058/solr
   [junit4]   2> 18150 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/.
   [junit4]   2> 18152 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1420253881
   [junit4]   2> 18152 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3]
   [junit4]   2> 18153 WARN  (jetty-launcher-3-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/lib
   [junit4]   2> 18155 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node2/.
   [junit4]   2> 18155 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1673540525
   [junit4]   2> 18155 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node2]
   [junit4]   2> 18155 WARN  (jetty-launcher-3-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node2/lib
   [junit4]   2> 18157 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 18153 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 18158 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 18160 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 18173 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 0x1557b8a6e130001, 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> 18181 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 0x1557b8a6e130002, 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> 18182 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 18182 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 18165 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 18183 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 18183 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55058/solr
   [junit4]   2> 18182 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55058/solr
   [junit4]   2> 18194 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 18194 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 18195 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 18195 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 18195 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 18195 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18195 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 18196 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18198 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18220 INFO  (zkCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b023267 name:ZooKeeperConnection Watcher:127.0.0.1:55058 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18221 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18224 INFO  (jetty-launcher-3-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 18228 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60bbb9ec name:ZooKeeperConnection Watcher:127.0.0.1:55058 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18228 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18228 INFO  (jetty-launcher-3-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 18232 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29d17be1 name:ZooKeeperConnection Watcher:127.0.0.1:55058 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18233 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18233 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 18239 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$55/515781073@6367b881
   [junit4]   2> 18243 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$55/515781073@18cc40db
   [junit4]   2> 18244 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 0x1557b8a6e130005, 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> 18244 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 0x1557b8a6e130004, 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> 18247 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18247 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18260 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$55/515781073@44e4522
   [junit4]   2> 18261 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18261 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 0x1557b8a6e130006, 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> 18266 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d2bf1ff name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18266 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18270 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@399c0aef name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18271 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18271 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6229be3f name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18271 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18316 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 18317 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 18317 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 18327 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 18332 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 18356 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 18358 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 18377 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 18377 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 18378 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 18425 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 18432 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 18436 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 18464 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 18464 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 18465 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 18469 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 18469 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 18471 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 18473 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 18475 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 18478 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 18480 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 18490 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 18489 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 18494 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 18496 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 18502 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 18509 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 18513 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 18554 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 18555 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 18556 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 18567 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 18570 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 18571 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 18575 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18581 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96118801540775945-127.0.0.1:35037_solr-n_0000000000
   [junit4]   2> 18581 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18583 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18585 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35037_solr
   [junit4]   2> 18588 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 18589 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96118801540775944-127.0.0.1:64545_solr-n_0000000001
   [junit4]   2> 18590 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96118801540775943-127.0.0.1:60450_solr-n_0000000002
   [junit4]   2> 18602 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96118801540775945-127.0.0.1:35037_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 18603 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96118801540775944-127.0.0.1:64545_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 18604 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64545_solr
   [junit4]   2> 18607 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer Overseer (id=96118801540775945-127.0.0.1:35037_solr-n_0000000000) starting
   [junit4]   2> 18610 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60450_solr
   [junit4]   2> 18616 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64545_solr
   [junit4]   2> 18620 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60450_solr
   [junit4]   2> 18644 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 18645 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 18690 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 18700 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 18703 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 18704 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 18708 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 18710 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 18712 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18713 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18717 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 18795 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 18795 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 18799 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node2/.
   [junit4]   2> 18799 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 18801 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0
   [junit4]   2> 18801 INFO  (jetty-launcher-3-thread-2) [n:127.0.0.1:60450_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 18811 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 18811 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 18812 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/.
   [junit4]   2> 18813 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 18816 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0
   [junit4]   2> 18816 INFO  (jetty-launcher-3-thread-3) [n:127.0.0.1:64545_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 18862 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 18868 INFO  (OverseerCollectionConfigSetProcessor-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 18872 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35037_solr as DOWN
   [junit4]   2> 18876 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 18895 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 18909 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35037_solr"} current state version: 0
   [junit4]   2> 18942 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35037_solr
   [junit4]   2> 19891 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35037_solr
   [junit4]   2> 19892 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35037_solr
   [junit4]   2> 19897 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19899 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19901 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 19901 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 19902 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19902 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 19920 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 19920 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 19922 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/.
   [junit4]   2> 19922 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 19925 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0
   [junit4]   2> 19925 INFO  (jetty-launcher-3-thread-1) [n:127.0.0.1:35037_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 19926 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 19926 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19930 INFO  (zkCallback-23-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f09e20a name:ZooKeeperConnection Watcher:127.0.0.1:55058 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 19930 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19930 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 19945 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:55058/solr
   [junit4]   2> 19950 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 0x1557b8a6e13000a, 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> 19953 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 19954 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19964 INFO  (zkCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7197c724 name:ZooKeeperConnection Watcher:127.0.0.1:55058/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 19965 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19965 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 19965 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 19967 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 19969 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 19981 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml
   [junit4]   2> 19990 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml
   [junit4]   2> 20090 INFO  (qtp994036223-106) [n:127.0.0.1:64545_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 20176 INFO  (OverseerCollectionConfigSetProcessor-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 20181 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 20187 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection collection1
   [junit4]   2> 20209 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection1 
   [junit4]   2> 20210 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 20214 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 20217 INFO  (zkCallback-26-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 20218 INFO  (zkCallback-18-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 20218 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 20253 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 20253 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 20364 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 20462 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection collection1, shardNames [shard1, shard2] , replicationFactor : 1
   [junit4]   2> 20462 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core collection1_shard2_replica1 as part of shard shard2 of collection collection1 on 127.0.0.1:35037_solr
   [junit4]   2> 20471 INFO  (OverseerThreadFactory-31-thread-1-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core collection1_shard1_replica1 as part of shard shard1 of collection collection1 on 127.0.0.1:64545_solr
   [junit4]   2> 20489 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 20489 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 20496 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1_shard1_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 20497 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1_shard2_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 20499 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 20499 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 20511 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 20521 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 20524 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 20526 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 20527 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 20527 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 20528 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"collection1_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64545/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64545_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 20542 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:64545/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64545_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 20561 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"collection1_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35037/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35037_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 20561 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35037/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35037_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 20685 INFO  (OverseerStateUpdate-96118801540775945-127.0.0.1:35037_solr-n_0000000000) [n:127.0.0.1:35037_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 20692 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 20692 INFO  (zkCallback-18-thread-4-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 20694 INFO  (zkCallback-18-thread-4-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 20694 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 21526 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1_shard1_replica1
   [junit4]   2> 21526 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 21529 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1_shard2_replica1
   [junit4]   2> 21529 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 21530 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 21530 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 21537 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 21537 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 21538 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf] specified config exists in ZooKeeper
   [junit4]   2> 21539 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/collection1_shard1_replica1'
   [junit4]   2> 21539 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 21539 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 21544 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 21553 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf] specified config exists in ZooKeeper
   [junit4]   2> 21553 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/collection1_shard2_replica1'
   [junit4]   2> 21553 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 21553 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 21557 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 21557 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 21562 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 21565 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 21605 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 21614 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 21630 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 21657 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=test
   [junit4]   2> 21692 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema [collection1_shard2_replica1] Schema name=test
   [junit4]   2> 22495 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 22502 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 22506 WARN  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 22525 WARN  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 22599 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 22605 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 22609 WARN  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 22609 WARN  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 22646 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0
   [junit4]   2> 22647 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using configuration from collection collection1
   [junit4]   2> 22648 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 22648 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/collection1_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data/]
   [junit4]   2> 22649 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1_shard1_replica1
   [junit4]   2> 22652 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data
   [junit4]   2> 22652 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data/index/
   [junit4]   2> 22653 WARN  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 22655 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data/index
   [junit4]   2> 22656 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c61d8fb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57de46a3),segFN=segments_1,generation=1}
   [junit4]   2> 22656 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 22661 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1_shard1_replica1) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1_shard1_replica1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data/
   [junit4]   2> 22662 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1_shard1_replica1) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node3/./collection1_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 22675 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 22679 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22684 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22686 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22690 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22709 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0
   [junit4]   2> 22710 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica1' using configuration from collection collection1
   [junit4]   2> 22711 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 22711 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore [[collection1_shard2_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/collection1_shard2_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data/]
   [junit4]   2> 22711 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1_shard2_replica1
   [junit4]   2> 22713 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 22713 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22713 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data
   [junit4]   2> 22713 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data/index/
   [junit4]   2> 22713 WARN  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore [collection1_shard2_replica1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 22714 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 22714 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 22715 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data/index
   [junit4]   2> 22718 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67dc6400 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4651ea65),segFN=segments_1,generation=1}
   [junit4]   2> 22718 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 22721 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1_shard2_replica1) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1_shard2_replica1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data/
   [junit4]   2> 22722 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1_shard2_replica1) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001/tempDir-001/node1/./collection1_shard2_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 22734 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 22754 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 22754 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 22739 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22756 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c61d8fb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57de46a3),segFN=segments_1,generation=1}
   [junit4]   2> 22756 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 22757 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a2bc1de[collection1_shard1_replica1] main]
   [junit4]   2> 22757 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 22759 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf] specified config exists in ZooKeeper
   [junit4]   2> 22760 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf
   [junit4]   2> 22761 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22765 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22881 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 22881 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 22882 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 22964 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf/_rest_managed.json
   [junit4]   2> 22965 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 22965 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 22965 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 22966 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 22966 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 22966 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 22967 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537900830273830912
   [junit4]   2> 22969 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1537900830273830912
   [junit4]   2> 22970 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf
   [junit4]   2> 22972 INFO  (searcherExecutor-34-thread-1-processing-n:127.0.0.1:64545_solr x:collection1_shard1_replica1 s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher Searcher@1a2bc1de[collection1_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22977 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22983 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CoreContainer registering core: collection1_shard1_replica1
   [junit4]   2> 22983 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.ZkController Register replica - core:collection1_shard1_replica1 address:http://127.0.0.1:64545/solr collection:collection1 shard:shard1
   [junit4]   2> 22995 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 22997 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22998 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 22998 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 23000 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 23017 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard1/election/96118801540775944-core_node1-n_0000000000
   [junit4]   2> 23019 INFO  (qtp994036223-103) [n:127.0.0.1:64545_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 23022 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 23023 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23025 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67dc6400 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4651ea65),segFN=segments_1,generation=1}
   [junit4]   2> 23025 INFO  (qtp957343740-114) [n:127.0.0.1:35037_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 23026

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

lectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:265)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [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> 54210 WARN  (zkCallback-17-thread-5-processing-n:127.0.0.1:60450_solr) [n:127.0.0.1:60450_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 54210 INFO  (zkCallback-19-thread-4-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 54216 INFO  (jetty-launcher-3-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@111d42c0{/solr,null,UNAVAILABLE}
   [junit4]   2> 54217 WARN  (zkCallback-19-thread-2-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:localShardsTestColl_shard1_replica3 in []
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:292)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:265)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [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> 54217 INFO  (zkCallback-19-thread-4-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 54234 INFO  (zkCallback-19-thread-3-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 54269 INFO  (OverseerCollectionConfigSetProcessor-96118801540775944-127.0.0.1:64545_solr-n_0000000001) [n:127.0.0.1:64545_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 54272 INFO  (jetty-launcher-3-thread-3) [    ] o.a.s.c.Overseer Overseer (id=96118801540775944-127.0.0.1:64545_solr-n_0000000001) closing
   [junit4]   2> 54273 ERROR (OverseerCollectionConfigSetProcessor-96118801540775944-127.0.0.1:64545_solr-n_0000000001) [n:127.0.0.1:64545_solr    ] o.a.s.c.OverseerTaskProcessor Unable to prioritize overseer 
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:67)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:310)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerNodePrioritizer.prioritizeOverseerNodes(OverseerNodePrioritizer.java:60)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:176)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 54273 INFO  (OverseerStateUpdate-96118801540775944-127.0.0.1:64545_solr-n_0000000001) [n:127.0.0.1:64545_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 54275 INFO  (OverseerStateUpdate-96118801540775944-127.0.0.1:64545_solr-n_0000000001) [n:127.0.0.1:64545_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64545_solr
   [junit4]   2> 54278 INFO  (zkCallback-19-thread-3-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 55695 WARN  (zkCallback-18-thread-2-processing-n:127.0.0.1:35037_solr) [n:127.0.0.1:35037_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 55696 INFO  (jetty-launcher-3-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1820d658{/solr,null,UNAVAILABLE}
   [junit4]   2> 55779 WARN  (zkCallback-19-thread-3-processing-n:127.0.0.1:64545_solr) [n:127.0.0.1:64545_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 55779 INFO  (jetty-launcher-3-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@453a1782{/solr,null,UNAVAILABLE}
   [junit4]   2> 55785 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55058 55058
   [junit4]   2> 55893 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 55896 INFO  (Thread-15) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55058 55058
   [junit4]   2> 55914 WARN  (Thread-15) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/localShardsTestColl/state.json
   [junit4]   2> 	2	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/overseer/queue
   [junit4]   2> 	15	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 55915 INFO  (SUITE-CloudSolrClientTest-seed#[3FF957BEE0628B84]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_3FF957BEE0628B84-001
   [junit4]   2> Jun 23, 2016 4:35:55 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, locale=bg, timezone=Europe/Zagreb
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=123799000,total=214958080
   [junit4]   2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest, SolrExampleXMLTest, ConcatOperationTest, CloudSolrClientTest]
   [junit4] Completed [11/83 (1!)] on J0 in 38.81s, 9 tests, 1 error <<< FAILURES!

[...truncated 226 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:246: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 83 suites, 644 tests, 1 error, 2 ignored [seed: 3FF957BEE0628B84]

Total time: 89 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 668 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/668/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

No tests ran.

Build Log:
[...truncated 10843 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/init-core-data-001
   [junit4]   2> 587459 INFO  (SUITE-TestReplicationHandler-seed#[449BE8EBB4908E9A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 587461 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestRepeater
   [junit4]   2> 587462 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1
   [junit4]   2> 587466 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 587467 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f03d8be{/solr,null,AVAILABLE}
   [junit4]   2> 587467 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3c3faed1{HTTP/1.1,[http/1.1]}{127.0.0.1:60974}
   [junit4]   2> 587468 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server Started @590914ms
   [junit4]   2> 587468 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=60974}
   [junit4]   2> 587468 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 587468 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001'
   [junit4]   2> 587468 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 587469 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 587469 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/solr.xml
   [junit4]   2> 587473 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/.
   [junit4]   2> 587473 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 2088626431
   [junit4]   2> 587473 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001]
   [junit4]   2> 587473 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/lib
   [junit4]   2> 587473 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 587475 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 587476 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 587476 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 587476 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 587476 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 587476 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/.
   [junit4]   2> 587477 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 587477 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1
   [junit4]   2> 587478 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 587478 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 587478 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 587479 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1'
   [junit4]   2> 587479 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 587479 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 587489 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 587491 WARN  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 587492 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 587507 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 587509 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 587511 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1'
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1/data
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 587513 WARN  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 587513 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 587514 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=53.5009765625, floorSegmentMB=0.5126953125, forceMergeDeletesPctAllowed=17.35015049382771, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 587514 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ec25175 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d6ba78a),segFN=segments_1,generation=1}
   [junit4]   2> 587514 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 587515 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/./collection1/data/
   [junit4]   2> 587516 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 587517 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 587518 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 587519 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 587520 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=87.330078125, floorSegmentMB=1.220703125, forceMergeDeletesPctAllowed=1.8390250773498673, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ec25175 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d6ba78a),segFN=segments_1,generation=1}
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b21de7a[collection1] main]
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1/conf
   [junit4]   2> 587522 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1/conf}
   [junit4]   2> 587523 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-001/collection1/conf
   [junit4]   2> 587523 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 587523 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 587523 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 587523 INFO  (searcherExecutor-3126-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b21de7a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 587523 INFO  (coreLoadExecutor-3125-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 587990 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1
   [junit4]   2> 587993 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@921f101{/solr,null,AVAILABLE}
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@27d25be7{HTTP/1.1,[http/1.1]}{127.0.0.1:48266}
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server Started @591442ms
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=48266}
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002'
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 587995 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 587996 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/solr.xml
   [junit4]   2> 588001 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/.
   [junit4]   2> 588001 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1556473811
   [junit4]   2> 588001 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002]
   [junit4]   2> 588001 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/lib
   [junit4]   2> 588001 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 588002 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 588003 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 588003 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 588003 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 588003 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 588004 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/.
   [junit4]   2> 588005 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 588005 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1
   [junit4]   2> 588005 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 588006 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1'
   [junit4]   2> 588007 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 588007 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 588007 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 588007 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 588012 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 588014 WARN  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 588015 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 588019 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 588022 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 588023 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 588024 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1'
   [junit4]   2> 588024 INFO  (coreLoadExecutor-3135-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1
   [junit4]   2> 588024 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 588025 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 588025 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 588025 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data
   [junit4]   2> 588025 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 588025 WARN  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 588025 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 588025 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=53.5009765625, floorSegmentMB=0.5126953125, forceMergeDeletesPctAllowed=17.35015049382771, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 588026 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67eb9514 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@260a5b1e),segFN=segments_1,generation=1}
   [junit4]   2> 588026 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 588026 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/
   [junit4]   2> 588027 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 588029 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588029 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588030 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588031 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588032 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 588032 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=87.330078125, floorSegmentMB=1.220703125, forceMergeDeletesPctAllowed=1.8390250773498673, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67eb9514 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@260a5b1e),segFN=segments_1,generation=1}
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42ecbd77[collection1] main]
   [junit4]   2> 588033 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/conf
   [junit4]   2> 588034 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/conf}
   [junit4]   2> 588034 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/conf
   [junit4]   2> 588034 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 588035 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 588035 INFO  (coreLoadExecutor-3135-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 588036 INFO  (searcherExecutor-3136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42ecbd77[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 588487 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 588511 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@27d25be7{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 588511 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1556473811
   [junit4]   2> 588511 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@30a5171a
   [junit4]   2> 588511 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 588512 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 588512 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 588512 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 588514 INFO  (coreCloseExecutor-3141-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data
   [junit4]   2> 588515 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@921f101{/solr,null,UNAVAILABLE}
   [junit4]   2> 588517 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 588518 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c76af61{/solr,null,AVAILABLE}
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3f1cf1b4{HTTP/1.1,[http/1.1]}{127.0.0.1:53215}
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server Started @591966ms
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=53215}
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002'
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 588519 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 588520 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/solr.xml
   [junit4]   2> 588523 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/.
   [junit4]   2> 588523 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1219641013
   [junit4]   2> 588523 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002]
   [junit4]   2> 588523 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/lib
   [junit4]   2> 588524 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 588525 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 588525 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 588525 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 588525 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 588525 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 588526 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/.
   [junit4]   2> 588527 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 588527 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1
   [junit4]   2> 588527 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 588527 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 588527 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 588528 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1'
   [junit4]   2> 588528 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 588528 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 588533 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 588535 WARN  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 588536 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 588549 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 588552 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 588554 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 588554 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1'
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 588555 WARN  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 588555 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 588556 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=53.5009765625, floorSegmentMB=0.5126953125, forceMergeDeletesPctAllowed=17.35015049382771, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 588556 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@467bf0e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9e8b4f),segFN=segments_1,generation=1}
   [junit4]   2> 588556 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 588557 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/
   [junit4]   2> 588558 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 588559 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588560 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588561 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588561 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 588563 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 588563 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 588563 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 588563 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 588563 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 588563 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=87.330078125, floorSegmentMB=1.220703125, forceMergeDeletesPctAllowed=1.8390250773498673, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@467bf0e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9e8b4f),segFN=segments_1,generation=1}
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4252e831[collection1] main]
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/conf
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/conf}
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/collection1/conf
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 588564 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 588565 INFO  (searcherExecutor-3149-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4252e831[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 588565 INFO  (coreLoadExecutor-3148-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 589030 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1
   [junit4]   2> 589033 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 589034 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77eaa8c0{/solr,null,AVAILABLE}
   [junit4]   2> 589035 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@32437f77{HTTP/1.1,[http/1.1]}{127.0.0.1:55042}
   [junit4]   2> 589035 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.Server Started @592483ms
   [junit4]   2> 589035 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1/data, hostContext=/solr, hostPort=55042}
   [junit4]   2> 589035 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 589035 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003'
   [junit4]   2> 589037 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 589037 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 589037 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/solr.xml
   [junit4]   2> 589041 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/.
   [junit4]   2> 589042 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1928326666
   [junit4]   2> 589042 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003]
   [junit4]   2> 589042 WARN  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/lib
   [junit4]   2> 589042 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 589043 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 589044 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 589044 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 589044 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 589044 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 589045 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/.
   [junit4]   2> 589046 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 589046 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1
   [junit4]   2> 589046 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 589047 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 589047 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 589047 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1'
   [junit4]   2> 589047 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 589047 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 589053 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 589054 WARN  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 589055 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 589059 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 589062 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 589064 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1'
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data
   [junit4]   2> 589065 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index/
   [junit4]   2> 589066 WARN  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 589066 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index
   [junit4]   2> 589066 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=53.5009765625, floorSegmentMB=0.5126953125, forceMergeDeletesPctAllowed=17.35015049382771, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 589066 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe1183a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a61d4f5),segFN=segments_1,generation=1}
   [junit4]   2> 589066 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 589067 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/
   [junit4]   2> 589068 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 589069 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 589070 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 589071 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 589073 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 589075 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 589075 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 589075 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 589075 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 589075 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 589076 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=87.330078125, floorSegmentMB=1.220703125, forceMergeDeletesPctAllowed=1.8390250773498673, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 589076 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe1183a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a61d4f5),segFN=segments_1,generation=1}
   [junit4]   2> 589076 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 589076 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59beac0b[collection1] main]
   [junit4]   2> 589077 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1/conf
   [junit4]   2> 589077 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1/conf}
   [junit4]   2> 589077 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/collection1/conf
   [junit4]   2> 589077 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 589077 WARN  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 589078 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 589078 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 589078 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 589078 INFO  (coreLoadExecutor-3158-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 589078 INFO  (searcherExecutor-3159-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59beac0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 589552 INFO  (qtp1391611408-33105) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 589553 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 589553 INFO  (qtp1391611408-33099) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 589555 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 589557 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ec25175 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d6ba78a),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4ec25175 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d6ba78a),segFN=segments_2,generation=2}
   [junit4]   2> 589557 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 589558 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27a4302b[collection1] main]
   [junit4]   2> 589558 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 589558 INFO  (searcherExecutor-3126-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27a4302b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3)))}
   [junit4]   2> 589559 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 589564 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 589566 INFO  (qtp1391611408-33102) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 589566 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 589566 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 589566 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 589571 INFO  (qtp1391611408-33102) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=4
   [junit4]   2> 589572 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 589574 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index.20160624034234580
   [junit4]   2> 589574 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 589577 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2137303100, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 589577 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe1183a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a61d4f5),segFN=segments_1,generation=1}
   [junit4]   2> 589578 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 589578 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 589579 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe1183a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a61d4f5),segFN=segments_1,generation=1}
   [junit4]   2> 589579 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 589579 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 589579 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@45d67f05 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e27cd5)
   [junit4]   2> 589580 INFO  (qtp1391611408-33103) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589592 INFO  (qtp1391611408-33105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FSTOrd50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589594 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FSTOrd50_0.tix&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589595 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589596 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589596 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589597 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FSTOrd50_0.tbk&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589598 INFO  (qtp1391611408-33106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589599 INFO  (qtp1391611408-33099) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589600 INFO  (qtp1391611408-33101) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589601 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1602) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@45d67f05 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e27cd5)
   [junit4]   2> 589602 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 589603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe1183a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a61d4f5),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe1183a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a61d4f5),segFN=segments_2,generation=2}
   [junit4]   2> 589603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 589603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 589603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4176f71b[collection1] main]
   [junit4]   2> 589603 INFO  (searcherExecutor-3159-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4176f71b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3)))}
   [junit4]   2> 589603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index.20160624034234580 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index.20160624034234580;done=true>>]
   [junit4]   2> 589604 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=false
   [junit4]   2> 589604 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-003/./collection1/data/index.20160624034234580
   [junit4]   2> 589604 INFO  (qtp1228629242-33161) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:60974/solr/collection1/replication&command=fetchindex} status=0 QTime=40
   [junit4]   2> 589606 INFO  (qtp1228629242-33162) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=3 status=0 QTime=0
   [junit4]   2> 589607 INFO  (TEST-TestReplicationHandler.doTestRepeater-seed#[449BE8EBB4908E9A]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 3 docs
   [junit4]   2> 589611 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 589614 INFO  (qtp1228629242-33164) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 589615 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 589615 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 589615 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 589620 INFO  (qtp1228629242-33165) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 589620 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 589622 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-002/./collection1/data/index.20160624034234629
   [junit4]   2> 589622 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 589629 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2137303100, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 589629 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@467bf0e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9e8b4f),segFN=segments_1,generation=1}
   [junit4]   2> 589630 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 589630 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 589631 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@467bf0e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9e8b4f),segFN=segments_1,generation=1}
   [junit4]   2> 589631 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 589631 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 589631 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@1bd9cf22 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a6fb0ab)
   [junit4]   2> 589632 INFO  (qtp1228629242-33166) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589634 INFO  (qtp1228629242-33159) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FSTOrd50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589636 INFO  (qtp1228629242-33161) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FSTOrd50_0.tix&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589638 INFO  (qtp1228629242-33163) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589639 INFO  (qtp1228629242-33162) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589640 INFO  (qtp1228629242-33164) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 589640 INFO  (qtp12286

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

riter
   [junit4]   2> 706704 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-029/./collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-029/./collection1/data;done=false>>]
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-029/./collection1/data
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-029/./collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-029/./collection1/data/index;done=false>>]
   [junit4]   2> 706705 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 706706 INFO  (coreCloseExecutor-3772-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-029/./collection1/data/index
   [junit4]   2> 706707 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d7ca9f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 706711 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5b2e694c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 706711 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[449BE8EBB4908E9A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1529962166
   [junit4]   2> 706713 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16975e11
   [junit4]   2> 706713 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 706713 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 706713 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 706713 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-030/./collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-030/./collection1/data/index;done=false>>]
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-030/./collection1/data/index
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-030/./collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-030/./collection1/data;done=false>>]
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 706717 INFO  (coreCloseExecutor-3774-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001/solr-instance-030/./collection1/data
   [junit4]   2> 706718 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[449BE8EBB4908E9A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d7aa222{/solr,null,UNAVAILABLE}
   [junit4]   2> 706721 INFO  (SUITE-TestReplicationHandler-seed#[449BE8EBB4908E9A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_449BE8EBB4908E9A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {name=FSTOrd50, id=FSTOrd50, newname=FSTOrd50}, docValues:{}, maxPointsInLeafNode=874, maxMBSortInHeap=7.682733813003361, sim=ClassicSimilarity, locale=fr, timezone=Africa/Bissau
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=229308568,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [QueryEqualityTest, CustomCollectionTest, SparseHLLTest, HdfsLockFactoryTest, DirectoryFactoryTest, HighlighterTest, SchemaVersionSpecificBehaviorTest, DistribCursorPagingTest, TestTrackingShardHandlerFactory, UnloadDistributedZkTest, CdcrReplicationDistributedZkTest, ConjunctionSolrSpellCheckerTest, TestStressUserVersions, TestHdfsBackupRestoreCore, HdfsDirectoryFactoryTest, PolyFieldTest, TestQueryWrapperFilter, BlockJoinFacetDistribTest, TestMiniSolrCloudClusterSSL, SOLR749Test, TestCoreContainer, ZkControllerTest, TestStressLiveNodes, DirectUpdateHandlerTest, PingRequestHandlerTest, HdfsCollectionsAPIDistributedZkTest, WrapperMergePolicyFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, TriLevelCompositeIdRoutingTest, TestHashPartitioner, ShardRoutingTest, TestMinMaxOnMultiValuedField, SolrRequestParserTest, TestJmxMonitoredMap, BlockCacheTest, CdcrRequestHandlerTest, TestTolerantSearch, TestSchemaVersionResource, TestManagedSynonymFilterFactory, TestReplicationHandler]
   [junit4] Completed [92/616 (1!)] on J0 in 119.29s, 15 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 581 lines...]
ERROR: Connection was broken: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2325)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2794)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:801)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

Build step 'Invoke Ant' marked build as failure
ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-master-Solaris #668
ERROR: Step ‘Scan for compiler warnings’ failed: no workspace for Lucene-Solr-master-Solaris #668
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for Lucene-Solr-master-Solaris #668
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 667 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/667/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
	at __randomizedtesting.SeedInfo.seed([EAA29D29CB38C1CE:32EFB07E3CE5646E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:110)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}},  from server:  http://127.0.0.1:64580/goh/rz/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val modified' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}},  from server:  http://127.0.0.1:64580/goh/rz/collection1
	at __randomizedtesting.SeedInfo.seed([EAA29D29CB38C1CE:62F6A2F365C4AC36]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:194)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10675 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/init-core-data-001
   [junit4]   2> 413357 INFO  (SUITE-TestReqParamsAPI-seed#[EAA29D29CB38C1CE]-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> 413357 INFO  (SUITE-TestReqParamsAPI-seed#[EAA29D29CB38C1CE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /goh/rz
   [junit4]   2> 413375 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 413375 INFO  (Thread-1338) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 413375 INFO  (Thread-1338) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 413475 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ZkTestServer start zk server on port:64384
   [junit4]   2> 413475 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 413475 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413478 INFO  (zkCallback-494-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@52922d08 name:ZooKeeperConnection Watcher:127.0.0.1:64384 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413479 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413479 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 413479 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 413483 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 413484 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413485 INFO  (zkCallback-495-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@129f66ab name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413486 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413486 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 413486 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 413489 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 413492 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 413494 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 413497 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 413497 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 413501 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 413501 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 413504 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 413505 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 413507 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 413508 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 413510 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 413510 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 413513 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 413513 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 413517 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 413517 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 413520 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 413520 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 413523 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 413523 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 413525 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 413526 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 413528 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 413528 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 413674 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1
   [junit4]   2> 413676 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 413678 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f4dada4{/goh/rz,null,AVAILABLE}
   [junit4]   2> 413679 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@11d4a41{HTTP/1.1,[http/1.1]}{127.0.0.1:58958}
   [junit4]   2> 413679 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.Server Started @417349ms
   [junit4]   2> 413679 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/tempDir-001/control/data, hostContext=/goh/rz, hostPort=58958, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores}
   [junit4]   2> 413680 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 413680 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001'
   [junit4]   2> 413680 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 413680 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 413680 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 413681 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413684 INFO  (zkCallback-496-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@78231c9 name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413684 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413685 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 413686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 413686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/solr.xml
   [junit4]   2> 413691 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores
   [junit4]   2> 413691 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CoreContainer New CoreContainer 499553892
   [junit4]   2> 413691 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001]
   [junit4]   2> 413691 WARN  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/lib
   [junit4]   2> 413692 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 413694 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 413696 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 413696 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 413696 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64384/solr
   [junit4]   2> 413696 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 413696 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 413697 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413699 INFO  (zkCallback-499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6463a497 name:ZooKeeperConnection Watcher:127.0.0.1:64384 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413702 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413703 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 413705 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$40/814145296@4f2ba2a3
   [junit4]   2> 413706 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 413708 INFO  (zkCallback-500-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@95a95fb name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413709 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 413710 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 413713 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 413718 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 413721 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 413724 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 413727 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 413729 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 413731 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 413733 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 413735 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 413737 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 413738 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 413744 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 413761 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 413776 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 413782 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000
   [junit4]   2> 413793 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58958_goh%2Frz
   [junit4]   2> 413793 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 413815 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer Overseer (id=96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) starting
   [junit4]   2> 413818 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 413847 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 413848 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58958_goh%2Frz
   [junit4]   2> 413848 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58958_goh%2Frz
   [junit4]   2> 413851 INFO  (zkCallback-500-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 413929 INFO  (zkCallback-500-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 413930 INFO  (OverseerCollectionConfigSetProcessor-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 413944 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 413949 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 413952 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 413952 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 413953 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores
   [junit4]   2> 413954 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 413955 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1
   [junit4]   2> 413955 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 413956 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 413956 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 413956 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 413957 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 413959 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 413961 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 413961 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58958/goh/rz",
   [junit4]   2>   "node_name":"127.0.0.1:58958_goh%2Frz",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 413961 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58958/goh/rz",
   [junit4]   2>   "node_name":"127.0.0.1:58958_goh%2Frz",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 413962 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 413962 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 413963 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 413965 INFO  (zkCallback-500-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 414964 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 414964 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 414965 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 414965 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 414966 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 414966 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1'
   [junit4]   2> 414966 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 414966 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 414968 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 414981 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 414984 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 414991 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 414996 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 415062 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 415067 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 415068 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 415080 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 415082 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 415084 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 415085 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 415087 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 415087 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 415087 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 415088 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data/]
   [junit4]   2> 415088 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@69df3bd4
   [junit4]   2> 415088 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data
   [junit4]   2> 415088 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data/index/
   [junit4]   2> 415088 WARN  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 415089 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data/index
   [junit4]   2> 415089 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2045479150, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 415090 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78e3bea4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6070d4c1),segFN=segments_1,generation=1}
   [junit4]   2> 415090 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 415091 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data/
   [junit4]   2> 415091 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 415093 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 415094 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 415094 WARN  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 415096 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 415097 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 415097 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 415099 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 415102 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 415102 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 415103 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 415103 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 415104 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 415104 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 415104 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=92.451171875, floorSegmentMB=1.0859375, forceMergeDeletesPctAllowed=18.431533852277795, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 415104 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78e3bea4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6070d4c1),segFN=segments_1,generation=1}
   [junit4]   2> 415104 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 415104 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a3399c6[collection1] main]
   [junit4]   2> 415105 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 415106 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 415106 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 415106 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 415107 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 415107 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 415107 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 415107 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 415107 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 415107 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 415108 INFO  (searcherExecutor-1015-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3a3399c6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 415108 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 415108 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 415108 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 415108 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537944043031363584
   [junit4]   2> 415110 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537944043031363584
   [junit4]   2> 415110 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 415111 INFO  (coreLoadExecutor-1014-thread-1-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 415112 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:58958/goh/rz collection:control_collection shard:shard1
   [junit4]   2> 415113 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 415119 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96121502575951876-core_node1-n_0000000000
   [junit4]   2> 415119 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 415121 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 415121 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 415121 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58958/goh/rz/collection1/
   [junit4]   2> 415121 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 415121 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58958/goh/rz/collection1/ has no replicas
   [junit4]   2> 415123 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 415123 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 415128 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96121502575951876-core_node1-n_0000000000
   [junit4]   2> 415130 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58958/goh/rz/collection1/ shard1
   [junit4]   2> 415131 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:58958/goh/rz",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 415242 INFO  (zkCallback-500-thread-2-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 415282 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:58958/goh/rz/collection1/ and leader is http://127.0.0.1:58958/goh/rz/collection1/
   [junit4]   2> 415282 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58958/goh/rz
   [junit4]   2> 415282 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 415282 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 415282 INFO  (coreZkRegister-1008-thread-1-processing-n:127.0.0.1:58958_goh%2Frz x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58958_goh%2Frz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 415285 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58958/goh/rz",
   [junit4]   2>   "node_name":"127.0.0.1:58958_goh%2Frz",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 415285 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58958/goh/rz",
   [junit4]   2>   "node_name":"127.0.0.1:58958_goh%2Frz",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 415389 INFO  (zkCallback-500-thread-3-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 415465 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 415465 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415468 INFO  (zkCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a20c220 name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 415468 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415468 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 415468 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 415469 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 415470 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 415472 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 415472 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 415472 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 415473 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415475 INFO  (zkCallback-505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@23000cb8 name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 415475 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415475 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 415478 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 0x1557dff50510006, 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> 415479 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 415479 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 415582 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 415649 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/cores/collection1
   [junit4]   2> 415650 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001
   [junit4]   2> 415654 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 415658 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@138b52c3{/goh/rz,null,AVAILABLE}
   [junit4]   2> 415658 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5e9cd25f{HTTP/1.1,[http/1.1]}{127.0.0.1:64027}
   [junit4]   2> 415658 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.e.j.s.Server Started @419330ms
   [junit4]   2> 415658 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/goh/rz, hostPort=64027, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/cores}
   [junit4]   2> 415658 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 415659 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001'
   [junit4]   2> 415659 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 415659 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 415659 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 415659 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415676 INFO  (zkCallback-506-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@30948bfa name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 415676 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415677 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 415679 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 415679 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/solr.xml
   [junit4]   2> 415683 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/cores
   [junit4]   2> 415683 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CoreContainer New CoreContainer 920327819
   [junit4]   2> 415683 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001]
   [junit4]   2> 415683 WARN  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/lib
   [junit4]   2> 415683 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 415685 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 415686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 415686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 415686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64384/solr
   [junit4]   2> 415686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 415686 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 415687 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415690 INFO  (zkCallback-509-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e5e75e7 name:ZooKeeperConnection Watcher:127.0.0.1:64384 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 415690 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415691 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 415692 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$40/814145296@300c821
   [junit4]   2> 415693 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415695 INFO  (zkCallback-510-thread-1-processing-n:127.0.0.1:64027_goh%2Frz) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68d79db9 name:ZooKeeperConnection Watcher:127.0.0.1:64384/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 415695 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415709 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 415711 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 415712 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 415719 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 415720 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96121502575951881-127.0.0.1:64027_goh%2Frz-n_0000000001
   [junit4]   2> 415723 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000 to know if I could be the leader
   [junit4]   2> 415725 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.ZkController Publish node=127.0.0.1:64027_goh%2Frz as DOWN
   [junit4]   2> 415731 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:64027_goh%2Frz"} current state version: 3
   [junit4]   2> 415731 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:64027_goh%2Frz
   [junit4]   2> 415733 INFO  (zkCallback-500-thread-3-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 415735 INFO  (zkCallback-504-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 415735 INFO  (zkCallback-510-thread-1-processing-n:127.0.0.1:64027_goh%2Frz) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 415841 INFO  (OverseerStateUpdate-96121502575951876-127.0.0.1:58958_goh%2Frz-n_0000000000) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 416741 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64027_goh%2Frz
   [junit4]   2> 416743 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:64027_goh%2Frz
   [junit4]   2> 416744 INFO  (zkCallback-504-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 416744 INFO  (zkCallback-500-thread-3-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 416744 INFO  (zkCallback-510-thread-1-processing-n:127.0.0.1:64027_goh%2Frz) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 416745 INFO  (zkCallback-500-thread-3-processing-n:127.0.0.1:58958_goh%2Frz) [n:127.0.0.1:58958_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 416745 INFO  (zkCallback-504-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 416746 INFO  (zkCallback-510-thread-1-processing-n:127.0.0.1:64027_goh%2Frz) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 416766 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 416766 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 416767 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/cores
   [junit4]   2> 416769 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 416769 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_EAA29D29CB38C1CE-001/shard-1-001/cores/collection1
   [junit4]   2> 416769 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 416770 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 416771 INFO  (TEST-TestReqParamsAPI.test-seed#[EAA29D29CB38C1CE]) [n:127.0.0.1:64027_goh%2Frz    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 416771 INFO  (coreLoadExecuto

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

unit4]   2> 	49	/solr/overseer/collection-queue-work
   [junit4]   2> 	42	/solr/overseer/queue
   [junit4]   2> 	14	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=EAA29D29CB38C1CE -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Asia/Amman -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 54.8s J0 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:.system
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EAA29D29CB38C1CE:32EFB07E3CE5646E]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:110)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2954040 INFO  (SUITE-TestDynamicLoading-seed#[EAA29D29CB38C1CE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_EAA29D29CB38C1CE-001
   [junit4]   2> Jun 23, 2016 4:44:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=135, maxMBSortInHeap=5.679384229622148, sim=ClassicSimilarity, locale=sq, timezone=Asia/Amman
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=251620776,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [BadComponentTest, DistributedSuggestComponentTest, TimeZoneUtilsTest, CollectionStateFormat2Test, DistribJoinFromCollectionTest, TestSolrDynamicMBean, TestRandomRequestDistribution, TestHighlightDedupGrouping, AsyncMigrateRouteKeyTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, ClusterStateUpdateTest, TestRandomDVFaceting, TestTestInjection, RegexBoostProcessorTest, TestExpandComponent, XsltUpdateRequestHandlerTest, HLLSerializationTest, LeaderElectionTest, CoreAdminRequestStatusTest, TestGroupingSearch, TestSolrConfigHandlerConcurrent, TestCursorMarkWithoutUniqueKey, ShardRoutingTest, TestExceedMaxTermLength, TestUninvertingReader, ActionThrottleTest, StressHdfsTest, TestManagedResource, TestStressLucene, TestSolrCloudWithKerberosAlt, TestCloudInspectUtil, MBeansHandlerTest, TestReqParamsAPI, TestLMDirichletSimilarityFactory, EnumFieldTest, TestJsonRequest, TestChildDocTransformer, TestHashQParserPlugin, HighlighterMaxOffsetTest, TestCoreContainer, HdfsThreadLeakTest, SOLR749Test, DirectUpdateHandlerTest, HdfsRestartWhileUpdatingTest, TestLockTree, ScriptEngineTest, ZkControllerTest, BufferStoreTest, RollingRestartTest, PathHierarchyTokenizerFactoryTest, PingRequestHandlerTest, TestSolrQueryParserDefaultOperatorResource, OverseerStatusTest, TolerantUpdateProcessorTest, TestSolrQueryResponse, TestFieldCacheSortRandom, SpatialFilterTest, TestFaceting, TestDefaultSearchFieldResource, DisMaxRequestHandlerTest, UpdateParamsTest, TestRawResponseWriter, SolrTestCaseJ4Test, TestLuceneMatchVersion, TestTolerantSearch, TestManagedSchemaAPI, HdfsCollectionsAPIDistributedZkTest, TestConfigSetsAPIExclusivity, RulesTest, TestNRTOpen, LeaderInitiatedRecoveryOnCommitTest, PreAnalyzedUpdateProcessorTest, TestSearcherReuse, TestFreeTextSuggestions, FastVectorHighlighterTest, TestMaxScoreQueryParser, BooleanFieldTest, DistributedQueryComponentCustomSortTest, CircularListTest, PolyFieldTest, TestLeaderElectionZkExpiry, CursorMarkTest, ConnectionManagerTest, TestQueryWrapperFilter, TestSQLHandler, TestGeoJSONResponseWriter, SyncSliceTest, TestFilteredDocIdSet, HighlighterTest, TestLFUCache, HdfsDirectoryFactoryTest, ZkCLITest, TestMiniSolrCloudClusterSSL, ReturnFieldsTest, TestRequestStatusCollectionAPI, UnloadDistributedZkTest, TestIBSimilarityFactory, BlockCacheTest, TestArbitraryIndexDir, CdcrReplicationDistributedZkTest, TestSearchPerf, DistributedFacetPivotSmallTest, TestMiniSolrCloudClusterBase, TestFieldCacheWithThreads, AnalysisErrorHandlingTest, DocValuesTest, IndexSchemaTest, TestPseudoReturnFields, TestExactSharedStatsCache, HdfsUnloadDistributedZkTest, TestScoreJoinQPNoScore, DocumentAnalysisRequestHandlerTest, TestQuerySenderNoQuery, PrimUtilsTest, TestPostingsSolrHighlighter, RecoveryAfterSoftCommitTest, TestTolerantUpdateProcessorRandomCloud, TestSchemaResource, RecoveryZkTest, TermsComponentTest, TestDownShardTolerantSearch, SharedFSAutoReplicaFailoverTest, DistanceUnitsTest, DistributedExpandComponentTest, TestLRUCache, SegmentsInfoRequestHandlerTest, IndexBasedSpellCheckerTest, TestStressLiveNodes, TestFieldCacheSanityChecker, TestConfigOverlay, TestCodecSupport, CollectionsAPIAsyncDistributedZkTest, TestSortByMinMaxFunction, TestUniqueKeyFieldResource, TestPhraseSuggestions, BasicDistributedZkTest, QueryEqualityTest, TestRecoveryHdfs, BlockJoinFacetDistribTest, ExplicitHLLTest, DistributedFacetPivotLongTailTest, SpatialHeatmapFacetsTest, TestDynamicFieldResource, TestCSVLoader, PeerSyncTest, SimpleCollectionCreateDeleteTest, ClusterStateTest, DocumentBuilderTest, BasicDistributedZk2Test, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestDistributedSearch, AutoCommitTest, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, SolrCoreTest, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestBadConfig, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTest, TestTrie, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest, TermVectorComponentTest, RequiredFieldsTest, TestJmxIntegration, TestCollationField, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, CopyFieldTest, TestMergePolicyConfig, SampleTest, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestCharFilters, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, CollectionsAPISolrJTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest, ReplicationFactorTest, RestartWhileUpdatingTest, SaslZkACLProviderTest, SolrXmlInZkTest, TestCloudBackupRestore, TestCloudDeleteByQuery, TestConfigSetsAPI, TestCryptoKeys, TestLeaderInitiatedRecoveryThread, TestSSLRandomization, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsRecoverLeaseTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, TestConfigSetProperties, TestConfigSets, TestDynamicLoading]
   [junit4] Completed [504/614 (2!)] on J0 in 55.13s, 1 test, 1 failure <<< FAILURES!

[...truncated 338 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 614 suites (10 ignored), 2584 tests, 2 failures, 88 ignored (73 assumptions) [seed: EAA29D29CB38C1CE]

Total time: 73 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any