You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/06/30 08:30:38 UTC

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 251 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/251/

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

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
	at __randomizedtesting.SeedInfo.seed([EEE7D450EC6464E0:66B3EB8A42980918]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:567)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:371)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:681)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:676)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:471)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1006)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	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.core.TestLazyCores.testLazyLoad

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([EEE7D450EC6464E0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([EEE7D450EC6464E0]:0)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx

Error Message:
Some docs had errors -- check logs expected:<0> but was:<13>

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<13>
	at __randomizedtesting.SeedInfo.seed([EEE7D450EC6464E0:FE8679A9F9C621CE]: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.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:241)
	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 13183 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 113157 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[EEE7D450EC6464E0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/init-core-data-001
   [junit4]   2> 113158 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[EEE7D450EC6464E0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2518 numCloses=2518
   [junit4]   2> 113158 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[EEE7D450EC6464E0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 113160 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[EEE7D450EC6464E0]-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> 113160 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[EEE7D450EC6464E0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jxy/xz
   [junit4]   2> 113242 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 113304 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 113304 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 113712 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ZkTestServer start zk server on port:33838
   [junit4]   2> 113994 ERROR (Thread-2) [    ] 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> 114252 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114462 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102f32584630000, likely client has closed socket
   [junit4]   2> 114499 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114616 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 114667 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 114681 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 114750 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 114762 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 114764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 114766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 114768 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 114784 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 114821 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 114836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 114855 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 118522 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 118914 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 118914 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 118918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 119025 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a79f47a{/jxy/xz,null,AVAILABLE}
   [junit4]   2> 119246 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11df4930{HTTP/1.1,[http/1.1]}{127.0.0.1:39480}
   [junit4]   2> 119246 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server Started @119489ms
   [junit4]   2> 119247 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/tempDir-001/control/data, replicaType=NRT, hostContext=/jxy/xz, hostPort=39480, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/control-001/cores}
   [junit4]   2> 119500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> 119536 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 119537 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 119552 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> 119572 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 119572 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 119573 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-30T04:11:01.707Z
   [junit4]   2> 119574 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 119848 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 119869 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 119872 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/control-001/solr.xml
   [junit4]   2> 119956 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 119956 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 120117 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 123089 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33838/solr
   [junit4]   2> 123305 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 123411 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 124973 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 125007 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39480_jxy%2Fxz
   [junit4]   2> 125009 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.c.Overseer Overseer (id=72887886451769348-127.0.0.1:39480_jxy%2Fxz-n_0000000000) starting
   [junit4]   2> 125519 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 125572 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33838/solr ready
   [junit4]   2> 125973 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39480_jxy%2Fxz
   [junit4]   2> 126257 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 126323 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 126654 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 126838 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 126839 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 126839 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 126856 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/control-001/cores
   [junit4]   2> 127939 INFO  (zkConnectionManagerCallback-27-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 128102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 128145 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33838/solr ready
   [junit4]   2> 129882 INFO  (qtp1125608235-44) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39480_jxy%252Fxz&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 130027 INFO  (OverseerThreadFactory-26-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 130304 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz    x:control_collection_shard1_replica_n1] 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> 130316 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 131481 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 131895 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 131983 WARN  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 132949 WARN  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 132986 WARN  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 133149 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 133597 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 133599 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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@7a1d634e
   [junit4]   2> 133599 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 133599 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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 [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 133652 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 133752 WARN  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 134566 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 134566 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 134930 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 134930 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 134947 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3de3466
   [junit4]   2> 134963 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64907b52[control_collection_shard1_replica_n1] main]
   [junit4]   2> 135035 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 135056 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 135057 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 135094 INFO  (searcherExecutor-31-thread-1-processing-n:127.0.0.1:39480_jxy%2Fxz x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:39480_jxy%2Fxz 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@64907b52[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 135094 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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 1604669278496227328
   [junit4]   2> 135426 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 135663 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 135663 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 135663 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39480/jxy/xz/control_collection_shard1_replica_n1/
   [junit4]   2> 135679 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 135698 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39480/jxy/xz/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 135698 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 136047 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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:39480/jxy/xz/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 136139 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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> 136177 INFO  (qtp1125608235-38) [n:127.0.0.1:39480_jxy%2Fxz 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=5895
   [junit4]   2> 136301 INFO  (zkCallback-13-thread-1) [    ] 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> 136627 INFO  (qtp1125608235-44) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 136627 INFO  (qtp1125608235-44) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39480_jxy%252Fxz&wt=javabin&version=2} status=0 QTime=6761
   [junit4]   2> 136861 INFO  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136988 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 137024 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33838/solr ready
   [junit4]   2> 137027 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 137086 INFO  (qtp1125608235-40) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 137252 INFO  (OverseerThreadFactory-26-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 137309 WARN  (OverseerThreadFactory-26-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 137325 INFO  (OverseerCollectionConfigSetProcessor-72887886451769348-127.0.0.1:39480_jxy%2Fxz-n_0000000000) [    ] 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> 138034 INFO  (qtp1125608235-40) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 138034 INFO  (qtp1125608235-40) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=949
   [junit4]   2> 138107 INFO  (OverseerCollectionConfigSetProcessor-72887886451769348-127.0.0.1:39480_jxy%2Fxz-n_0000000000) [    ] 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> 139146 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-1-001 of type NRT
   [junit4]   2> 139147 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 139247 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 139247 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 139247 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 139264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b25db87{/jxy/xz,null,AVAILABLE}
   [junit4]   2> 139264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e522570{HTTP/1.1,[http/1.1]}{127.0.0.1:41537}
   [junit4]   2> 139264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server Started @139507ms
   [junit4]   2> 139264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/jxy/xz, hostPort=41537, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-1-001/cores}
   [junit4]   2> 139265 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 139265 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 139265 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> 139265 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 139265 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 139265 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-30T04:11:21.399Z
   [junit4]   2> 139312 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 139401 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 139401 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-1-001/solr.xml
   [junit4]   2> 139437 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 139437 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 139452 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 140677 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33838/solr
   [junit4]   2> 140763 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141035 INFO  (zkConnectionManagerCallback-40-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141165 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 141200 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 141255 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 141255 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41537_jxy%2Fxz
   [junit4]   2> 141356 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 141377 INFO  (zkCallback-31-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 141377 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 141739 INFO  (zkCallback-39-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 141775 INFO  (zkConnectionManagerCallback-47-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141934 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 141936 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33838/solr ready
   [junit4]   2> 141966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 142261 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 142316 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 142348 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 142351 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41537_jxy%2Fxz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-1-001/cores
   [junit4]   2> 142658 INFO  (qtp1125608235-39) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41537_jxy%252Fxz&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 142866 INFO  (OverseerThreadFactory-26-thread-3) [ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41537_jxy%2Fxz for creating new replica
   [junit4]   2> 143319 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz    x:collection1_shard2_replica_n61] 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> 144453 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 144597 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 145243 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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> 145562 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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> 145563 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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@7a1d634e
   [junit4]   2> 145563 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 145563 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 145618 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 145635 WARN  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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> 146205 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 146205 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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> 146207 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 146207 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 146225 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@73e63a93
   [junit4]   2> 146226 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@7eea4a5e[collection1_shard2_replica_n61] main]
   [junit4]   2> 146234 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 146235 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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> 146235 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 146236 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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 1604669290179461120
   [junit4]   2> 146401 INFO  (searcherExecutor-45-thread-1-processing-n:127.0.0.1:41537_jxy%2Fxz x:collection1_shard2_replica_n61 c:collection1 s:shard2) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@7eea4a5e[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 146419 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node62=0}, version=0}
   [junit4]   2> 146536 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 146536 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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> 146536 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41537/jxy/xz/collection1_shard2_replica_n61/
   [junit4]   2> 146536 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 146536 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:41537/jxy/xz/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 146536 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 146553 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41537/jxy/xz/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 146663 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 146667 INFO  (qtp1030920798-99) [n:127.0.0.1:41537_jxy%2Fxz 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=3348
   [junit4]   2> 146799 INFO  (qtp1125608235-39) [n:127.0.0.1:39480_jxy%2Fxz c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41537_jxy%252Fxz&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=4170
   [junit4]   2> 147001 INFO  (OverseerCollectionConfigSetProcessor-72887886451769348-127.0.0.1:39480_jxy%2Fxz-n_0000000000) [    ] 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> 148102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-2-001 of type NRT
   [junit4]   2> 148122 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 148141 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 148141 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 148141 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 148142 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64020b00{/jxy/xz,null,AVAILABLE}
   [junit4]   2> 148142 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f7eeb88{HTTP/1.1,[http/1.1]}{127.0.0.1:41726}
   [junit4]   2> 148142 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server Started @148385ms
   [junit4]   2> 148142 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/jxy/xz, hostPort=41726, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-2-001/cores}
   [junit4]   2> 148143 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 148161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 148161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> 148161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 148161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-30T04:11:30.295Z
   [junit4]   2> 148413 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 148419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 148419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-2-001/solr.xml
   [junit4]   2> 148492 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 148492 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 148507 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 149202 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33838/solr
   [junit4]   2> 149299 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149349 INFO  (zkConnectionManagerCallback-56-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149401 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 149437 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 149440 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 149440 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41726_jxy%2Fxz
   [junit4]   2> 149497 INFO  (zkCallback-13-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149506 INFO  (zkCallback-39-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149534 INFO  (zkCallback-31-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149555 INFO  (zkCallback-46-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149556 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149531 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 149912 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149950 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 149952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33838/solr ready
   [junit4]   2> 150022 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 150253 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 150379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 150379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 150413 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:41726_jxy%2Fxz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-2-001/cores
   [junit4]   2> 150793 INFO  (qtp1125608235-42) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41726_jxy%252Fxz&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150908 INFO  (OverseerThreadFactory-26-thread-4) [ c:collection1 s:shard3  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41726_jxy%2Fxz for creating new replica
   [junit4]   2> 151048 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz    x:collection1_shard3_replica_n63] 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> 158194 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]-SendThread(127.0.0.1:33838)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 7013ms for sessionid 0x102f3258463000f
   [junit4]   2> 158194 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]-SendThread(127.0.0.1:33838)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 7042ms for sessionid 0x102f3258463000b
   [junit4]   2> 158259 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]-SendThread(127.0.0.1:33838)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 7107ms for sessionid 0x102f32584630005
   [junit4]   2> 158267 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]-SendThread(127.0.0.1:33838)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 7136ms for sessionid 0x102f32584630007
   [junit4]   2> 158267 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102f3258463000b, likely client has closed socket
   [junit4]   2> 158268 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102f32584630005, likely client has closed socket
   [junit4]   2> 158268 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102f32584630007, likely client has closed socket
   [junit4]   2> 158268 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102f3258463000f, likely client has closed socket
   [junit4]   2> 158276 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 158348 WARN  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b27e64d name: ZooKeeperConnection Watcher:127.0.0.1:33838/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 158348 WARN  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 158373 WARN  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56ce51af name: ZooKeeperConnection Watcher:127.0.0.1:33838/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 158373 WARN  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 158425 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 158432 WARN  (zkConnectionManagerCallback-47-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2eecaeac name: ZooKeeperConnection Watcher:127.0.0.1:33838/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 158432 WARN  (zkConnectionManagerCallback-47-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 158466 WARN  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19b9cf70 name: ZooKeeperConnection Watcher:127.0.0.1:33838/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 158466 WARN  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 159251 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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> 159470 INFO  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159676 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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> 159709 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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@7a1d634e
   [junit4]   2> 159710 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 159710 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 159731 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 159784 WARN  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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> 160176 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160194 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160415 INFO  (zkConnectionManagerCallback-47-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160521 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 160521 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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> 160523 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 160523 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 160525 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5f31de38
   [junit4]   2> 160558 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@751581b0[collection1_shard3_replica_n63] main]
   [junit4]   2> 160571 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 160571 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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> 160572 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 160572 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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 1604669305211846656
   [junit4]   2> 160685 INFO  (searcherExecutor-59-thread-1-processing-n:127.0.0.1:41726_jxy%2Fxz x:collection1_shard3_replica_n63 c:collection1 s:shard3) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@751581b0[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160787 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard3 to Terms{values={core_node64=0}, version=0}
   [junit4]   2> 160866 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 160866 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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> 160866 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41726/jxy/xz/collection1_shard3_replica_n63/
   [junit4]   2> 160867 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 160867 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:41726/jxy/xz/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 160867 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 161026 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41726/jxy/xz/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 161078 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 161109 INFO  (qtp1391152452-139) [n:127.0.0.1:41726_jxy%2Fxz 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=10061
   [junit4]   2> 161262 INFO  (qtp1125608235-42) [n:127.0.0.1:39480_jxy%2Fxz c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41726_jxy%252Fxz&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=10469
   [junit4]   2> 162382 INFO  (OverseerCollectionConfigSetProcessor-72887886451769348-127.0.0.1:39480_jxy%2Fxz-n_0000000000) [    ] 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> 162484 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-3-001 of type NRT
   [junit4]   2> 162486 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 162529 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 162529 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 162529 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 162529 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ebb633e{/jxy/xz,null,AVAILABLE}
   [junit4]   2> 162530 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@45920107{HTTP/1.1,[http/1.1]}{127.0.0.1:40833}
   [junit4]   2> 162530 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.e.j.s.Server Started @162773ms
   [junit4]   2> 162530 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/jxy/xz, hostPort=40833, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-3-001/cores}
   [junit4]   2> 162530 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 162530 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 162531 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.5.0
   [junit4]   2> 162531 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 162531 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 162531 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-30T04:11:44.665Z
   [junit4]   2> 162621 INFO  (zkConnectionManagerCallback-66-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 162624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-3-001/solr.xml
   [junit4]   2> 162640 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 162641 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 162675 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 163601 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33838/solr
   [junit4]   2> 163772 INFO  (zkConnectionManagerCallback-70-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 164002 INFO  (zkConnectionManagerCallback-72-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 164043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 164081 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 164101 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 164101 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40833_jxy%2Fxz
   [junit4]   2> 164165 INFO  (zkCallback-62-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164327 INFO  (zkCallback-71-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164384 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164396 INFO  (zkCallback-39-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164396 INFO  (zkCallback-46-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164400 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164400 INFO  (zkCallback-31-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164400 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 164700 INFO  (zkConnectionManagerCallback-79-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 164828 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 164829 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33838/solr ready
   [junit4]   2> 164842 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 164970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 165008 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 165008 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1d634e
   [junit4]   2> 165023 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[EEE7D450EC6464E0]) [n:127.0.0.1:40833_jxy%2Fxz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-3-001/cores
   [junit4]   2> 165387 INFO  (qtp1125608235-39) [n:127.0.0.1:39480_jxy%2Fxz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40833_jxy%252Fxz&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 165478 INFO  (OverseerThreadFactory-26-thread-5) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40833_jxy%2Fxz for creating new replica
   [junit4]   2> 165526 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz    x:collection1_shard1_replica_n65] 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> 166803 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 167078 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 168016 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz 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> 168216 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz 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> 168269 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz 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@7a1d634e
   [junit4]   2> 168270 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 168270 INFO  (qtp1651179673-187) [n:127.0.0.1:40833_jxy%2Fxz c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_EEE7D450EC6464E0-001/shard-3-001/cor

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

lity-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null381244814
     [copy] Copying 39 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null381244814
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null381244814

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1143456647
     [copy] Copying 247 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1143456647
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1143456647

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 589 minutes 18 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)