Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/407/

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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([1B878E765BE6B3E1:93D3B1ACF51ADE19]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        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:915)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([1B878E765BE6B3E1:767B2A8BE1AE4CE6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 12269 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/init-core-data-001
   [junit4]   2> 83696 WARN  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[1B878E765BE6B3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 84212 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[1B878E765BE6B3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 84213 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[1B878E765BE6B3E1]-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> 84213 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[1B878E765BE6B3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 84217 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[1B878E765BE6B3E1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 84224 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 84224 INFO  (Thread-180) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 84224 INFO  (Thread-180) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 84226 ERROR (Thread-180) [    ] 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> 84324 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48110
   [junit4]   2> 84336 INFO  (zkConnectionManagerCallback-201-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84351 INFO  (zkConnectionManagerCallback-203-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84356 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 84357 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 84359 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 84360 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 84361 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 84362 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 84363 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 84364 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 84365 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 84366 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 84367 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 84369 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 84455 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 84457 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 84457 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 84457 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 84457 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7edd55d0{/,null,AVAILABLE}
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4a1c9d5{HTTP/1.1,[http/1.1]}{127.0.0.1:54347}
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server Started @86681ms
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=54347, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/control-001/cores}
   [junit4]   2> 84460 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 84460 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T14:02:28.522Z
   [junit4]   2> 84463 INFO  (zkConnectionManagerCallback-205-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84465 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 84465 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/control-001/solr.xml
   [junit4]   2> 84469 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 84469 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 84470 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 84480 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48110/solr
   [junit4]   2> 84481 INFO  (zkConnectionManagerCallback-209-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84487 INFO  
(zkConnectionManagerCallback-211-thread-1-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84560 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 84560 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:54347_
   [junit4]   2> 84561 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.c.Overseer Overseer 
(id=73305508032348164-127.0.0.1:54347_-n_0000000000) starting
   [junit4]   2> 84567 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54347_
   [junit4]   2> 84569 INFO  
(OverseerStateUpdate-73305508032348164-127.0.0.1:54347_-n_0000000000) 
[n:127.0.0.1:54347_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 84634 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 84642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 84642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 84644 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:54347_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/control-001/cores
   [junit4]   2> 84661 INFO  (zkConnectionManagerCallback-217-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84662 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 84663 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48110/solr ready
   [junit4]   2> 84665 INFO  (qtp685239534-865) [n:127.0.0.1:54347_    ] 
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:54347_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 84667 INFO  
(OverseerThreadFactory-390-thread-1-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 84775 INFO  (qtp685239534-873) [n:127.0.0.1:54347_    ] 
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> 84775 INFO  (qtp685239534-873) [n:127.0.0.1:54347_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 84879 INFO  
(zkCallback-210-thread-1-processing-n:127.0.0.1:54347_) [n:127.0.0.1:54347_    
] 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> 85793 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 85826 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 85935 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 85951 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 85951 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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@26296324
   [junit4]   2> 85951 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 85951 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 85954 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 85957 WARN  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 85997 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 85998 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 85999 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 85999 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 86000 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 86001 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ade3420[control_collection_shard1_replica_n1] main]
   [junit4]   2> 86002 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 86003 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 86004 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 86005 INFO  
(searcherExecutor-393-thread-1-processing-n:127.0.0.1:54347_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:54347_ 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@7ade3420[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 86005 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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 1592566480966254592
   [junit4]   2> 86014 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 86014 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 86014 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:54347/control_collection_shard1_replica_n1/
   [junit4]   2> 86014 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 86014 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:54347/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 86014 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 86017 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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:54347/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 86120 INFO  
(zkCallback-210-thread-2-processing-n:127.0.0.1:54347_) [n:127.0.0.1:54347_    
] 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> 86168 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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> 86171 INFO  (qtp685239534-873) [n:127.0.0.1:54347_ 
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=1396
   [junit4]   2> 86184 INFO  (qtp685239534-865) [n:127.0.0.1:54347_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 86271 INFO  
(zkCallback-210-thread-2-processing-n:127.0.0.1:54347_) [n:127.0.0.1:54347_    
] 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> 86673 INFO  
(OverseerCollectionConfigSetProcessor-73305508032348164-127.0.0.1:54347_-n_0000000000)
 [n:127.0.0.1:54347_    ] 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> 87185 INFO  (qtp685239534-865) [n:127.0.0.1:54347_    ] 
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:54347_&wt=javabin&version=2}
 status=0 QTime=2519
   [junit4]   2> 87190 INFO  (zkConnectionManagerCallback-221-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87191 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 87192 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48110/solr ready
   [junit4]   2> 87192 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 87193 INFO  (qtp685239534-873) [n:127.0.0.1:54347_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 87196 INFO  
(OverseerThreadFactory-390-thread-2-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 87196 WARN  
(OverseerThreadFactory-390-thread-2-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 87402 INFO  (qtp685239534-873) [n:127.0.0.1:54347_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 87403 INFO  (qtp685239534-873) [n:127.0.0.1:54347_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=209
   [junit4]   2> 87491 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-1-001
 of type NRT
   [junit4]   2> 87492 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 87504 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87504 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87504 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 87505 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9e8a2c2{/,null,AVAILABLE}
   [junit4]   2> 87505 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@79daf251{HTTP/1.1,[http/1.1]}{127.0.0.1:53251}
   [junit4]   2> 87505 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server Started @89726ms
   [junit4]   2> 87505 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=53251, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-1-001/cores}
   [junit4]   2> 87506 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 87506 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 87506 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 87506 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 87506 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T14:02:31.568Z
   [junit4]   2> 87508 INFO  (zkConnectionManagerCallback-223-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87510 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 87510 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-1-001/solr.xml
   [junit4]   2> 87513 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 87513 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 87515 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 87523 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48110/solr
   [junit4]   2> 87528 INFO  (zkConnectionManagerCallback-227-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87535 INFO  
(zkConnectionManagerCallback-229-thread-1-processing-n:127.0.0.1:53251_) 
[n:127.0.0.1:53251_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87546 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 87548 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 87550 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53251_
   [junit4]   2> 87551 INFO  (zkCallback-220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 87551 INFO  
(zkCallback-210-thread-1-processing-n:127.0.0.1:54347_) [n:127.0.0.1:54347_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 87558 INFO  
(zkCallback-228-thread-1-processing-n:127.0.0.1:53251_) [n:127.0.0.1:53251_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 87626 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 87635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 87635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 87636 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:53251_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-1-001/cores
   [junit4]   2> 87663 INFO  (qtp1902026942-918) [n:127.0.0.1:53251_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:53251_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 89203 INFO  
(OverseerCollectionConfigSetProcessor-73305508032348164-127.0.0.1:54347_-n_0000000000)
 [n:127.0.0.1:54347_    ] 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> 89210 INFO  
(OverseerThreadFactory-390-thread-3-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:53251_ for creating new replica
   [junit4]   2> 89214 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 89214 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 90240 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 90255 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 90395 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 90423 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n61' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 90423 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n61' (registry 
'solr.core.collection1.shard2.replica_n61') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 90423 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 90423 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n61] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-1-001/cores/collection1_shard2_replica_n61],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 90426 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 90428 WARN  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
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> 90465 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 90465 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 90466 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 90466 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 90467 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 90468 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37a323a1[collection1_shard2_replica_n61] main]
   [junit4]   2> 90469 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 90469 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 90469 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 90470 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592566485648146432
   [junit4]   2> 90476 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 90476 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 90476 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:53251/collection1_shard2_replica_n61/
   [junit4]   2> 90476 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 90476 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy 
http://127.0.0.1:53251/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 90476 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 90478 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53251/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 90480 INFO  
(searcherExecutor-404-thread-1-processing-n:127.0.0.1:53251_ 
x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore 
[collection1_shard2_replica_n61] Registered new searcher 
Searcher@37a323a1[collection1_shard2_replica_n61] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90631 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 90633 INFO  (qtp1902026942-922) [n:127.0.0.1:53251_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1419
   [junit4]   2> 90636 INFO  (qtp1902026942-918) [n:127.0.0.1:53251_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:53251_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2973
   [junit4]   2> 90736 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-2-001
 of type NRT
   [junit4]   2> 90736 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 90737 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 90737 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 90737 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 90738 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31151a7e{/,null,AVAILABLE}
   [junit4]   2> 90738 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3609125{HTTP/1.1,[http/1.1]}{127.0.0.1:34543}
   [junit4]   2> 90738 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server Started @92959ms
   [junit4]   2> 90738 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34543, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-2-001/cores}
   [junit4]   2> 90738 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 90740 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 90740 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 90740 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 90740 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T14:02:34.802Z
   [junit4]   2> 90749 INFO  (zkConnectionManagerCallback-233-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 90751 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 90751 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-2-001/solr.xml
   [junit4]   2> 90755 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 90755 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 90756 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 90761 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48110/solr
   [junit4]   2> 90771 INFO  (zkConnectionManagerCallback-237-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 90787 INFO  
(zkConnectionManagerCallback-239-thread-1-processing-n:127.0.0.1:34543_) 
[n:127.0.0.1:34543_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 90793 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 90795 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 90796 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34543_
   [junit4]   2> 90798 INFO  
(zkCallback-228-thread-1-processing-n:127.0.0.1:53251_) [n:127.0.0.1:53251_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 90798 INFO  (zkCallback-220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 90798 INFO  
(zkCallback-210-thread-1-processing-n:127.0.0.1:54347_) [n:127.0.0.1:54347_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 90803 INFO  
(zkCallback-238-thread-1-processing-n:127.0.0.1:34543_) [n:127.0.0.1:34543_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 90960 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 90968 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 90969 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 90970 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34543_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-2-001/cores
   [junit4]   2> 91011 INFO  (qtp1211887661-949) [n:127.0.0.1:34543_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34543_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 91013 INFO  
(OverseerCollectionConfigSetProcessor-73305508032348164-127.0.0.1:54347_-n_0000000000)
 [n:127.0.0.1:54347_    ] 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> 91014 INFO  
(OverseerThreadFactory-390-thread-4-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:34543_ for creating new replica
   [junit4]   2> 91017 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 91017 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 92029 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 92051 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema 
[collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 92147 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 92177 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard3_replica_n63' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 92178 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard3.replica_n63' (registry 
'solr.core.collection1.shard3.replica_n63') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 92178 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 92178 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore 
[[collection1_shard3_replica_n63] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-2-001/cores/collection1_shard3_replica_n63],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 92181 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 92183 WARN  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
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> 92233 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 92233 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 92234 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 92234 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 92235 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 92235 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@348b8de8[collection1_shard3_replica_n63] main]
   [junit4]   2> 92236 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 92237 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 92237 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 92238 INFO  
(searcherExecutor-415-thread-1-processing-n:127.0.0.1:34543_ 
x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore 
[collection1_shard3_replica_n63] Registered new searcher 
Searcher@348b8de8[collection1_shard3_replica_n63] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 92238 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592566487502028800
   [junit4]   2> 92244 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 92244 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 92244 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34543/collection1_shard3_replica_n63/
   [junit4]   2> 92244 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 92244 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy 
http://127.0.0.1:34543/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 92244 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 92247 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34543/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 92398 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 92399 INFO  (qtp1211887661-953) [n:127.0.0.1:34543_ 
c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1382
   [junit4]   2> 92402 INFO  (qtp1211887661-949) [n:127.0.0.1:34543_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34543_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2}
 status=0 QTime=1390
   [junit4]   2> 92487 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-3-001
 of type NRT
   [junit4]   2> 92487 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 92488 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 92488 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 92489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 92489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c1073d0{/,null,AVAILABLE}
   [junit4]   2> 92489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7ba61753{HTTP/1.1,[http/1.1]}{127.0.0.1:40663}
   [junit4]   2> 92489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server Started @94710ms
   [junit4]   2> 92489 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40663, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-3-001/cores}
   [junit4]   2> 92490 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 92490 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 92490 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 92490 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 92490 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T14:02:36.552Z
   [junit4]   2> 92492 INFO  (zkConnectionManagerCallback-243-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 92493 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 92493 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-3-001/solr.xml
   [junit4]   2> 92497 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 92497 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 92498 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 92501 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48110/solr
   [junit4]   2> 92503 INFO  (zkConnectionManagerCallback-247-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 92506 INFO  
(zkConnectionManagerCallback-249-thread-1-processing-n:127.0.0.1:40663_) 
[n:127.0.0.1:40663_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 92511 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 92512 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92514 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40663_
   [junit4]   2> 92515 INFO  
(zkCallback-238-thread-1-processing-n:127.0.0.1:34543_) [n:127.0.0.1:34543_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92515 INFO  
(zkCallback-210-thread-1-processing-n:127.0.0.1:54347_) [n:127.0.0.1:54347_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92515 INFO  (zkCallback-220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92515 INFO  
(zkCallback-228-thread-1-processing-n:127.0.0.1:53251_) [n:127.0.0.1:53251_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92516 INFO  
(zkCallback-248-thread-1-processing-n:127.0.0.1:40663_) [n:127.0.0.1:40663_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 92629 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 92637 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 92637 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 92638 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:40663_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-3-001/cores
   [junit4]   2> 92674 INFO  (qtp1211887661-951) [n:127.0.0.1:34543_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40663_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 92676 INFO  
(OverseerCollectionConfigSetProcessor-73305508032348164-127.0.0.1:54347_-n_0000000000)
 [n:127.0.0.1:54347_    ] 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> 92676 INFO  
(OverseerThreadFactory-390-thread-5-processing-n:127.0.0.1:54347_) 
[n:127.0.0.1:54347_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:40663_ for creating new replica
   [junit4]   2> 92680 INFO  (qtp310749201-980) [n:127.0.0.1:40663_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 92680 INFO  (qtp310749201-980) [n:127.0.0.1:40663_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 93695 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 93708 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 93820 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 93844 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n65' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 93845 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n65' (registry 
'solr.core.collection1.shard1.replica_n65') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324
   [junit4]   2> 93846 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 93846 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n65] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-3-001/cores/collection1_shard1_replica_n65],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 93848 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 93857 WARN  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
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> 93898 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 93898 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 93899 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 93899 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 93900 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 93901 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@459a2d24[collection1_shard1_replica_n65] main]
   [junit4]   2> 93902 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 93904 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 93904 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 93905 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592566489250004992
   [junit4]   2> 93906 INFO  
(searcherExecutor-426-thread-1-processing-n:127.0.0.1:40663_ 
x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore 
[collection1_shard1_replica_n65] Registered new searcher 
Searcher@459a2d24[collection1_shard1_replica_n65] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 93911 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 93911 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 93911 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:40663/collection1_shard1_replica_n65/
   [junit4]   2> 93911 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 93911 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy 
http://127.0.0.1:40663/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 93911 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 93913 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40663/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 94064 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 94066 INFO  (qtp310749201-980) [n:127.0.0.1:40663_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1386
   [junit4]   2> 94068 INFO  (qtp1211887661-951) [n:127.0.0.1:34543_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:40663_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1394
   [junit4]   2> 94153 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-4-001
 of type NRT
   [junit4]   2> 94154 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 94155 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 94155 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 94155 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 94156 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56b539f2{/,null,AVAILABLE}
   [junit4]   2> 94156 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@596a33d6{HTTP/1.1,[http/1.1]}{127.0.0.1:34005}
   [junit4]   2> 94156 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.e.j.s.Server Started @96377ms
   [junit4]   2> 94156 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=34005, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-4-001/cores}
   [junit4]   2> 94157 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 94158 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 94159 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 94159 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 94159 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T14:02:38.221Z
   [junit4]   2> 94160 INFO  (zkConnectionManagerCallback-253-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94162 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 94162 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_1B878E765BE6B3E1-001/shard-4-001/solr.xml
   [junit4]   2> 94165 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 94165 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 94177 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26296324, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 94179 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48110/solr
   [junit4]   2> 94185 INFO  (zkConnectionManagerCallback-257-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94188 INFO  
(zkConnectionManagerCallback-259-thread-1-processing-n:127.0.0.1:34005_) 
[n:127.0.0.1:34005_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94194 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[1B878E765BE6B3E1]) 
[n:127.0.0.1:34005_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 94196 INFO  (TEST-FullSolrCloudDistribCmdsTest

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

rc/test/org/apache/solr/highlight/HighlighterTest.java (at line 204)
 [ecj-lint]     Analyzer a1 = new WhitespaceAnalyzer();
 [ecj-lint]              ^^
 [ecj-lint] Resource leak: 'a1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/highlight/HighlighterTest.java
 (at line 207)
 [ecj-lint]     OffsetWindowTokenFilter tots = new 
OffsetWindowTokenFilter(tokenStream);
 [ecj-lint]                             ^^^^
 [ecj-lint] Resource leak: 'tots' is never closed
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/highlight/HighlighterTest.java
 (at line 211)
 [ecj-lint]     Analyzer a2 = new WhitespaceAnalyzer();
 [ecj-lint]              ^^
 [ecj-lint] Resource leak: 'a2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java
 (at line 72)
 [ecj-lint]     JavabinTupleStreamParser parser = new 
JavabinTupleStreamParser(new ByteArrayInputStream(bytes), true);
 [ecj-lint]                              ^^^^^^
 [ecj-lint] Resource leak: 'parser' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/schema/TestSortableTextField.java
 (at line 491)
 [ecj-lint]     final SolrClient client = new EmbeddedSolrServer(h.getCore());
 [ecj-lint]                      ^^^^^^
 [ecj-lint] Resource leak: 'client' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/search/TestDocSet.java
 (at line 243)
 [ecj-lint]     return loadfactor!=0 ? new HashDocSet(a,0,n,1/loadfactor) : new 
HashDocSet(a,0,n);
 [ecj-lint]                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/search/TestDocSet.java
 (at line 528)
 [ecj-lint]     DocSet a = new BitDocSet(bs);
 [ecj-lint]            ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java
 (at line 78)
 [ecj-lint]     final MockPKIAuthenticationPlugin mock = new 
MockPKIAuthenticationPlugin(null, nodeName);
 [ecj-lint]                                       ^^^^
 [ecj-lint] Resource leak: 'mock' is never closed
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java
 (at line 133)
 [ecj-lint]     MockPKIAuthenticationPlugin mock1 = new 
MockPKIAuthenticationPlugin(null, nodeName) {
 [ecj-lint]                                 ^^^^^
 [ecj-lint] Resource leak: 'mock1' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/security/TestRuleBasedAuthorizationPlugin.java
 (at line 380)
 [ecj-lint]     RuleBasedAuthorizationPlugin plugin = new 
RuleBasedAuthorizationPlugin();
 [ecj-lint]                                  ^^^^^^
 [ecj-lint] Resource leak: 'plugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/security/TestSha256AuthenticationProvider.java
 (at line 49)
 [ecj-lint]     BasicAuthPlugin basicAuthPlugin = new BasicAuthPlugin();
 [ecj-lint]                     ^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'basicAuthPlugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/spelling/SimpleQueryConverter.java
 (at line 42)
 [ecj-lint]     WhitespaceAnalyzer analyzer = new WhitespaceAnalyzer();
 [ecj-lint]                        ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java
 (at line 139)
 [ecj-lint]     IndexWriter w = new IndexWriter(d, 
newIndexWriterConfig(analyzer));
 [ecj-lint]                 ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java
 (at line 172)
 [ecj-lint]     throw iae;
 [ecj-lint]     ^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java
 (at line 178)
 [ecj-lint]     return;
 [ecj-lint]     ^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java
 (at line 134)
 [ecj-lint]     SolrCmdDistributor cmdDistrib = new 
SolrCmdDistributor(updateShardHandler);
 [ecj-lint]                        ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java
 (at line 333)
 [ecj-lint]     SolrCmdDistributor cmdDistrib = new 
SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint]                        ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java
 (at line 367)
 [ecj-lint]     SolrCmdDistributor cmdDistrib = new 
SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint]                        ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java
 (at line 413)
 [ecj-lint]     SolrCmdDistributor cmdDistrib = new 
SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint]                        ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java
 (at line 458)
 [ecj-lint]     SolrCmdDistributor cmdDistrib = new 
SolrCmdDistributor(updateShardHandler);
 [ecj-lint]                        ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java
 (at line 516)
 [ecj-lint]     SolrCmdDistributor cmdDistrib = new 
SolrCmdDistributor(updateShardHandler);
 [ecj-lint]                        ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java
 (at line 181)
 [ecj-lint]     EmbeddedSolrServer server1 = new 
EmbeddedSolrServer(h.getCoreContainer(), "split1");
 [ecj-lint]                        ^^^^^^^
 [ecj-lint] Resource leak: 'server1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java
 (at line 182)
 [ecj-lint]     EmbeddedSolrServer server2 = new 
EmbeddedSolrServer(h.getCoreContainer(), "split2");
 [ecj-lint]                        ^^^^^^^
 [ecj-lint] Resource leak: 'server2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java
 (at line 67)
 [ecj-lint]     return recording ? new 
RecordingUpdateRequestProcessor(commandQueue, next) : next;
 [ecj-lint]                        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 37 problems (4 errors, 33 warnings)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:618: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:101: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build.xml:682: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/common-build.xml:2087:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/common-build.xml:2120:
 Compile failed; see the compiler error output for details.

Total time: 77 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to