Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/131/

1 tests failed.
FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.test

Error Message:
Could not load collection from ZK: test_unload_shard_and_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
test_unload_shard_and_collection
        at 
__randomizedtesting.SeedInfo.seed([1C749CA420A6DBD3:9420A37E8E5AB62B]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:128)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/test_unload_shard_and_collection/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:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
        ... 49 more




Build Log:
[...truncated 10873 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-UnloadDistributedZkTest-seed#[1C749CA420A6DBD3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 434  INFO  
(SUITE-UnloadDistributedZkTest-seed#[1C749CA420A6DBD3]-worker) [    ] 
o.e.j.u.log Logging initialized @9500ms
   [junit4]   2> 439  INFO  
(SUITE-UnloadDistributedZkTest-seed#[1C749CA420A6DBD3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 463  INFO  
(SUITE-UnloadDistributedZkTest-seed#[1C749CA420A6DBD3]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 506  INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 950  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 957  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 1766 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58668
   [junit4]   2> 4032 ERROR (Thread-1) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4587 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 0x15e6c0921e30000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4684 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4760 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4776 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4788 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4797 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4805 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4815 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4823 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4910 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4916 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4940 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4945 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 10726 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 11440 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12007b94{/,null,AVAILABLE}
   [junit4]   2> 11530 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f7ca90a{HTTP/1.1,[http/1.1]}{127.0.0.1:45126}
   [junit4]   2> 11530 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server Started @20617ms
   [junit4]   2> 11530 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=45126, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/control-001/cores}
   [junit4]   2> 11681 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 11681 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 11707 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 11716 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 11791 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:45:01.427Z
   [junit4]   2> 11880 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 11909 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 11922 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/control-001/solr.xml
   [junit4]   2> 12328 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 16307 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58668/solr
   [junit4]   2> 17432 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 17437 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:45126_
   [junit4]   2> 17448 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.c.Overseer Overseer 
(id=98635028327759876-127.0.0.1:45126_-n_0000000000) starting
   [junit4]   2> 18161 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45126_
   [junit4]   2> 18165 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 22229 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 22235 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 22236 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 22672 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:45126_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/control-001/cores
   [junit4]   2> 24063 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 24064 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58668/solr ready
   [junit4]   2> 28175 INFO  (qtp1638689167-28) [n:127.0.0.1:45126_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45126_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 28439 INFO  
(OverseerThreadFactory-7-thread-1-processing-n:127.0.0.1:45126_) 
[n:127.0.0.1:45126_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 28925 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 28928 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 29144 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 30577 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 32400 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 32794 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32920 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 32952 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 33063 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 34250 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 34497 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 34626 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 34633 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 34642 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.CurrencyField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 34984 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 35051 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 37257 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 37299 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 37335 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 37394 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 37943 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=76.009765625, 
floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=15.301188542761057, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8869775876119809
   [junit4]   2> 41981 WARN  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 43928 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 43938 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 44115 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 44115 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 44690 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=72.98046875, 
floorSegmentMB=0.4990234375, forceMergeDeletesPctAllowed=17.556965689564507, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 44739 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@586a1929[control_collection_shard1_replica_n1] main]
   [junit4]   2> 44842 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 45059 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 45175 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 46468 INFO  
(searcherExecutor-10-thread-1-processing-n:127.0.0.1:45126_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:45126_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@586a1929[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 46510 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578160500213022720
   [junit4]   2> 46582 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 46583 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 46583 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45126/control_collection_shard1_replica_n1/
   [junit4]   2> 46585 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 46590 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 46590 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:45126/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 46590 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 46638 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45126/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 46743 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 46792 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 46799 INFO  (qtp1638689167-30) [n:127.0.0.1:45126_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=17879
   [junit4]   2> 47007 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 47048 INFO  (qtp1638689167-28) [n:127.0.0.1:45126_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 47049 INFO  
(OverseerCollectionConfigSetProcessor-98635028327759876-127.0.0.1:45126_-n_0000000000)
 [n:127.0.0.1:45126_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 47048 INFO  (qtp1638689167-28) [n:127.0.0.1:45126_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45126_&wt=javabin&version=2}
 status=0 QTime=19669
   [junit4]   2> 47089 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 47089 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58668/solr ready
   [junit4]   2> 47091 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 47094 INFO  (qtp1638689167-25) [n:127.0.0.1:45126_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 47114 INFO  
(OverseerThreadFactory-7-thread-2-processing-n:127.0.0.1:45126_) 
[n:127.0.0.1:45126_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 47117 WARN  
(OverseerThreadFactory-7-thread-2-processing-n:127.0.0.1:45126_) 
[n:127.0.0.1:45126_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 47330 INFO  (qtp1638689167-25) [n:127.0.0.1:45126_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 47330 INFO  (qtp1638689167-25) [n:127.0.0.1:45126_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=236
   [junit4]   2> 48276 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-1-001
 of type TLOG
   [junit4]   2> 48308 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 48327 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@98fe541{/,null,AVAILABLE}
   [junit4]   2> 48345 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1956f7ee{HTTP/1.1,[http/1.1]}{127.0.0.1:42291}
   [junit4]   2> 48345 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server Started @57432ms
   [junit4]   2> 48345 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=42291, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-1-001/cores}
   [junit4]   2> 48346 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 48346 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 48346 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 48346 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 48346 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:45:38.056Z
   [junit4]   2> 48618 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 48618 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-1-001/solr.xml
   [junit4]   2> 48724 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 48828 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58668/solr
   [junit4]   2> 50055 INFO  
(OverseerCollectionConfigSetProcessor-98635028327759876-127.0.0.1:45126_-n_0000000000)
 [n:127.0.0.1:45126_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 50110 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 50112 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 50142 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42291_
   [junit4]   2> 50144 INFO  (zkCallback-14-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 50144 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 50198 INFO  
(zkCallback-19-thread-1-processing-n:127.0.0.1:42291_) [n:127.0.0.1:42291_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 52141 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 52247 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 52247 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 52249 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:42291_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-1-001/cores
   [junit4]   2> 52603 INFO  (qtp633894901-76) [n:127.0.0.1:42291_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:42291_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 52619 INFO  
(OverseerThreadFactory-7-thread-3-processing-n:127.0.0.1:45126_) 
[n:127.0.0.1:45126_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42291_ 
for creating new replica
   [junit4]   2> 52651 INFO  (qtp633894901-67) [n:127.0.0.1:42291_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 52653 INFO  (qtp633894901-67) [n:127.0.0.1:42291_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 52743 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 53150 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t0] Schema name=test
   [junit4]   2> 54253 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 54380 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 54381 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t0' (registry 
'solr.core.collection1.shard2.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 54381 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 54381 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-1-001/cores/collection1_shard2_replica_t0],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
   [junit4]   2> 54683 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=76.009765625, 
floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=15.301188542761057, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8869775876119809
   [junit4]   2> 54735 WARN  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 55276 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 55291 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 55294 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 55308 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 55314 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=72.98046875, 
floorSegmentMB=0.4990234375, forceMergeDeletesPctAllowed=17.556965689564507, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 55323 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23461f06[collection1_shard2_replica_t0] main]
   [junit4]   2> 55327 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 55329 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 55331 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 55338 INFO  
(searcherExecutor-21-thread-1-processing-n:127.0.0.1:42291_ 
x:collection1_shard2_replica_t0 s:shard2 c:collection1) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
[collection1_shard2_replica_t0] Registered new searcher 
Searcher@23461f06[collection1_shard2_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 55339 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578160509470900224
   [junit4]   2> 55366 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 55366 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 55366 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42291/collection1_shard2_replica_t0/
   [junit4]   2> 55366 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 55367 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
http://127.0.0.1:42291/collection1_shard2_replica_t0/ has no replicas
   [junit4]   2> 55367 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 55368 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController 
collection1_shard2_replica_t0 stopping background replication from leader
   [junit4]   2> 55375 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42291/collection1_shard2_replica_t0/ shard2
   [junit4]   2> 55527 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 55531 INFO  (qtp633894901-67) [n:127.0.0.1:42291_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2879
   [junit4]   2> 55538 INFO  (qtp633894901-76) [n:127.0.0.1:42291_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:42291_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=2935
   [junit4]   2> 56412 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-2-001
 of type TLOG
   [junit4]   2> 56413 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 56496 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f01876d{/,null,AVAILABLE}
   [junit4]   2> 56496 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3bf62e5f{HTTP/1.1,[http/1.1]}{127.0.0.1:55983}
   [junit4]   2> 56496 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server Started @65583ms
   [junit4]   2> 56496 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=55983, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-2-001/cores}
   [junit4]   2> 56497 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 56511 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 56511 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56511 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 56511 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:45:46.221Z
   [junit4]   2> 56528 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 56528 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-2-001/solr.xml
   [junit4]   2> 56538 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 56543 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58668/solr
   [junit4]   2> 56575 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 56578 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 56587 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55983_
   [junit4]   2> 56589 INFO  (zkCallback-14-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 56589 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 56589 INFO  
(zkCallback-19-thread-1-processing-n:127.0.0.1:42291_) [n:127.0.0.1:42291_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 56594 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:55983_) [n:127.0.0.1:55983_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 56614 INFO  
(OverseerCollectionConfigSetProcessor-98635028327759876-127.0.0.1:45126_-n_0000000000)
 [n:127.0.0.1:45126_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 57379 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 57449 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 57450 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 57483 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:55983_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-2-001/cores
   [junit4]   2> 57913 INFO  (qtp1313215611-103) [n:127.0.0.1:55983_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:55983_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 57944 INFO  
(OverseerThreadFactory-7-thread-4-processing-n:127.0.0.1:45126_) 
[n:127.0.0.1:45126_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:55983_ 
for creating new replica
   [junit4]   2> 57947 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 57948 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 59255 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 59437 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t0] Schema name=test
   [junit4]   2> 60271 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 60410 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 60411 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t0' (registry 
'solr.core.collection1.shard1.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 60411 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 60411 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-2-001/cores/collection1_shard1_replica_t0],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
   [junit4]   2> 60643 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=76.009765625, 
floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=15.301188542761057, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8869775876119809
   [junit4]   2> 60658 WARN  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 61034 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 61035 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 61036 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 61043 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 61059 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=72.98046875, 
floorSegmentMB=0.4990234375, forceMergeDeletesPctAllowed=17.556965689564507, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 61061 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37d9d28[collection1_shard1_replica_t0] main]
   [junit4]   2> 61063 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 61065 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 61065 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 61070 INFO  
(searcherExecutor-32-thread-1-processing-n:127.0.0.1:55983_ 
x:collection1_shard1_replica_t0 s:shard1 c:collection1) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
[collection1_shard1_replica_t0] Registered new searcher 
Searcher@37d9d28[collection1_shard1_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 61074 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578160515484483584
   [junit4]   2> 61086 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 61086 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 61086 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55983/collection1_shard1_replica_t0/
   [junit4]   2> 61086 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 61087 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy 
http://127.0.0.1:55983/collection1_shard1_replica_t0/ has no replicas
   [junit4]   2> 61087 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 61087 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ZkController 
collection1_shard1_replica_t0 stopping background replication from leader
   [junit4]   2> 61098 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55983/collection1_shard1_replica_t0/ shard1
   [junit4]   2> 61199 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 61201 INFO  (qtp1313215611-106) [n:127.0.0.1:55983_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=3253
   [junit4]   2> 61207 INFO  (qtp1313215611-103) [n:127.0.0.1:55983_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:55983_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=3294
   [junit4]   2> 62061 INFO  
(OverseerCollectionConfigSetProcessor-98635028327759876-127.0.0.1:45126_-n_0000000000)
 [n:127.0.0.1:45126_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 62665 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-3-001
 of type TLOG
   [junit4]   2> 62678 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 62738 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14e78ca4{/,null,AVAILABLE}
   [junit4]   2> 62739 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5f1b66cd{HTTP/1.1,[http/1.1]}{127.0.0.1:54993}
   [junit4]   2> 62739 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server Started @71825ms
   [junit4]   2> 62739 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=54993, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-3-001/cores}
   [junit4]   2> 62739 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 62753 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 62754 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 62754 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 62754 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:45:52.464Z
   [junit4]   2> 62794 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 62794 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-3-001/solr.xml
   [junit4]   2> 62804 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 62932 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58668/solr
   [junit4]   2> 63068 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 63074 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 63078 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54993_
   [junit4]   2> 63084 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:55983_) [n:127.0.0.1:55983_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 63084 INFO  (zkCallback-14-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 63084 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 63084 INFO  
(zkCallback-19-thread-1-processing-n:127.0.0.1:42291_) [n:127.0.0.1:42291_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 63154 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:54993_) [n:127.0.0.1:54993_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 64133 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 64313 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 64313 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 64398 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:54993_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-3-001/cores
   [junit4]   2> 65215 INFO  (qtp1313215611-104) [n:127.0.0.1:55983_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:54993_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 65315 INFO  
(OverseerThreadFactory-7-thread-5-processing-n:127.0.0.1:45126_) 
[n:127.0.0.1:45126_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:54993_ 
for creating new replica
   [junit4]   2> 65395 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 65402 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 65637 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 65687 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t1] Schema name=test
   [junit4]   2> 65827 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 65884 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 65885 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t1' (registry 
'solr.core.collection1.shard2.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe
   [junit4]   2> 65885 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 65886 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-3-001/cores/collection1_shard2_replica_t1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-3-001/cores/collection1_shard2_replica_t1/data/]
   [junit4]   2> 65889 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=76.009765625, 
floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=15.301188542761057, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8869775876119809
   [junit4]   2> 65893 WARN  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 66088 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 66088 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 66089 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 66089 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 66091 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=72.98046875, 
floorSegmentMB=0.4990234375, forceMergeDeletesPctAllowed=17.556965689564507, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 66091 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@64956db9[collection1_shard2_replica_t1] main]
   [junit4]   2> 66093 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 66093 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 66094 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 66094 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578160520748335104
   [junit4]   2> 66100 INFO  
(searcherExecutor-43-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore 
[collection1_shard2_replica_t1] Registered new searcher 
Searcher@64956db9[collection1_shard2_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 66101 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t1
   [junit4]   2> 66103 INFO  (qtp1857991799-133) [n:127.0.0.1:54993_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=707
   [junit4]   2> 66107 INFO  
(updateExecutor-28-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:54993_ 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 66124 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 66126 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 66126 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.ZkController 
collection1_shard2_replica_t1 stopping background replication from leader
   [junit4]   2> 66126 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_t1]
   [junit4]   2> 66126 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 66126 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_t1] as recovering, leader is 
[http://127.0.0.1:42291/collection1_shard2_replica_t0/] and I am 
[http://127.0.0.1:54993/collection1_shard2_replica_t1/]
   [junit4]   2> 66136 INFO  (qtp1313215611-104) [n:127.0.0.1:55983_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:54993_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=920
   [junit4]   2> 66212 INFO  (qtp633894901-70) [n:127.0.0.1:42291_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 66212 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:42291]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_t0&nodeName=127.0.0.1:54993_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 66215 INFO  (qtp633894901-70) [n:127.0.0.1:42291_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_t0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:54993_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:54993","node_name":"127.0.0.1:54993_","state":"down","type":"TLOG"}
   [junit4]   2> 66875 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-4-001
 of type TLOG
   [junit4]   2> 66876 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 67147 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d4dcaf0{/,null,AVAILABLE}
   [junit4]   2> 67148 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29581161{HTTP/1.1,[http/1.1]}{127.0.0.1:49613}
   [junit4]   2> 67148 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.Server Started @76235ms
   [junit4]   2> 67148 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/tempDir-001/jetty4,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=49613, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-4-001/cores}
   [junit4]   2> 67149 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 67157 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 67157 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 67157 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 67157 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T13:45:56.867Z
   [junit4]   2> 67196 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 67196 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001/shard-4-001/solr.xml
   [junit4]   2> 67215 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72f175fe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 67215 INFO  (qtp633894901-70) [n:127.0.0.1:42291_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_t0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:54993_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:54993","node_name":"127.0.0.1:54993_","state":"recovering","type":"TLOG"}
   [junit4]   2> 67215 INFO  (qtp633894901-70) [n:127.0.0.1:42291_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 67215 INFO  (qtp633894901-70) [n:127.0.0.1:42291_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:54993_&onlyIfLeaderActive=true&core=collection1_shard2_replica_t0&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1004
   [junit4]   2> 67242 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58668/solr
   [junit4]   2> 67270 INFO  
(OverseerCollectionConfigSetProcessor-98635028327759876-127.0.0.1:45126_-n_0000000000)
 [n:127.0.0.1:45126_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 67319 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:49613_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 67338 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:49613_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 67344 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [n:127.0.0.1:49613_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49613_
   [junit4]   2> 67346 INFO  
(zkCallback-19-thread-1-processing-n:127.0.0.1:42291_) [n:127.0.0.1:42291_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 67346 INFO  (zkCallback-14-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 67346 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:55983_) [n:127.0.0.1:55983_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 67347 INFO  
(zkCallback-31-thread-2-processing-n:127.0.0.1:54993_) [n:127.0.0.1:54993_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 67347 INFO  
(zkCallback-7-thread-1-processing-n:127.0.0.1:45126_) [n:127.0.0.1:45126_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 67363 INFO  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 67728 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 67728 INFO  
(recoveryExecutor-29-thread-1-processing-n:127.0.0.1:54993_ 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:54993_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Attempting to 
replicate from [http://127.0.0.1:42291/collection1_shard2_replica_t0/].
   [junit4]   2> 67802 INFO  (qtp633894901-73) [n:127.0.0.1:42291_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_t0] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578160522539302912,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 67811 INFO  (qtp633894901-73) [n:127.0.0.1:42291_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_t0] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 67811 INFO  (qtp633894901-73) [n:127.0.0.1:42291_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_t0] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 67812 INFO  (qtp633894901-73) [n:127.0.0.1:42291_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_t0] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t0]  webapp= 
path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 78
   [junit4]   2> 67829 INFO  (qtp633894901-69) [n:127.0.0.1:42291_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_t0] 
o.a.s.c.S.Request [collection1_shard2_replica_t0]  webapp= path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=

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

e.metrics.MetricRegistry@7e1e03d
   [junit4]   2> 159654 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 159670 INFO  (coreCloseExecutor-159-thread-1) 
[n:127.0.0.1:49613_ c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2906464d
   [junit4]   2> 159670 INFO  (coreCloseExecutor-159-thread-1) 
[n:127.0.0.1:49613_ c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_t1, tag=688277069
   [junit4]   2> 159670 INFO  (coreCloseExecutor-159-thread-1) 
[n:127.0.0.1:49613_ c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@437ff8ed: rootName = null, 
domain = solr.core.collection1.shard1.replica_t1, service url = null, agent id 
= null] for registry solr.core.collection1.shard1.replica_t1 / 
com.codahale.metrics.MetricRegistry@14a5b787
   [junit4]   2> 159711 INFO  (coreCloseExecutor-159-thread-1) 
[n:127.0.0.1:49613_ c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=688277069
   [junit4]   2> 159750 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.Overseer Overseer (id=98635028327759890-127.0.0.1:49613_-n_0000000004) 
closing
   [junit4]   2> 159750 INFO  
(OverseerStateUpdate-98635028327759890-127.0.0.1:49613_-n_0000000004) 
[n:127.0.0.1:49613_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49613_
   [junit4]   2> 160644 WARN  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_ 
c:unloadcollection s:shard1 r:core_node4 x:unloadcollection_shard1_replica4] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 160645 INFO  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_ 
c:unloadcollection s:shard1 r:core_node4 x:unloadcollection_shard1_replica4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 160645 INFO  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_ 
c:unloadcollection s:shard1 r:core_node4 x:unloadcollection_shard1_replica4] 
o.a.s.c.SolrCore [unloadcollection_shard1_replica4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1bdcb184
   [junit4]   2> 160645 INFO  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_ 
c:unloadcollection s:shard1 r:core_node4 x:unloadcollection_shard1_replica4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.unloadcollection.shard1.replica4, tag=467448196
   [junit4]   2> 160645 INFO  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_ 
c:unloadcollection s:shard1 r:core_node4 x:unloadcollection_shard1_replica4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a7136ec: rootName = null, 
domain = solr.core.unloadcollection.shard1.replica4, service url = null, agent 
id = null] for registry solr.core.unloadcollection.shard1.replica4 / 
com.codahale.metrics.MetricRegistry@2c3054fd
   [junit4]   2> 160653 INFO  
(zkCallback-38-thread-1-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_ 
c:unloadcollection s:shard1 r:core_node4 x:unloadcollection_shard1_replica4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.unloadcollection.shard1.leader, tag=467448196
   [junit4]   2> 161261 WARN  
(zkCallback-38-thread-2-processing-n:127.0.0.1:49613_) [n:127.0.0.1:49613_    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 161414 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@29581161{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 161414 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d4dcaf0{/,null,UNAVAILABLE}
   [junit4]   2> 161415 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 161418 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[1C749CA420A6DBD3]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58668 58668
   [junit4]   2> 161554 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:58668 58668
   [junit4]   2> 161557 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/unloadcollection/state.json
   [junit4]   2>        2       
/solr/collections/multiunload/leader_elect/shard2/election/98635028327759881-core_node4-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/live_nodes
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UnloadDistributedZkTest -Dtests.method=test 
-Dtests.seed=1C749CA420A6DBD3 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ro -Dtests.timezone=America/Araguaina -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    161s J2 | UnloadDistributedZkTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
load collection from ZK: test_unload_shard_and_collection
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1C749CA420A6DBD3:9420A37E8E5AB62B]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
   [junit4]    >        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:128)
   [junit4]    >        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:71)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/test_unload_shard_and_collection/state.json
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
   [junit4]    >        ... 49 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_1C749CA420A6DBD3-001
   [junit4]   2> Sep 10, 2017 1:47:31 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=ro, timezone=America/Araguaina
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=158176264,total=361234432
   [junit4]   2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest]
   [junit4] Completed [14/729 (1!)] on J2 in 166.90s, 1 test, 1 error <<< 
FAILURES!

[...truncated 45794 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to