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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to