Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/9/

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.QueryFacetTest

Error Message:
Could not find collection:collection1

Stack Trace:
java.lang.AssertionError: Could not find collection:collection1
        at __randomizedtesting.SeedInfo.seed([C72488992B17EF55]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:63)
        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$6.evaluate(RandomizedRunner.java:874)
        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.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:51475: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:51475: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([2A882B11FEF54604:A2DC14CB50092BFC]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:125)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:72)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery

Error Message:
expected:<[2]> but was:<[1]>

Stack Trace:
org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
        at 
__randomizedtesting.SeedInfo.seed([2A882B11FEF54604:3BFBEC2022834378]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:179)
        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 14813 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> 4257993 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/init-core-data-001
   [junit4]   2> 4257994 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=29 numCloses=29
   [junit4]   2> 4257994 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4257996 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-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> 4257996 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4258260 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 4258271 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4258274 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4258291 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_50395_hdfs____.f2ik3m/webapp
   [junit4]   2> 4258838 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:50395
   [junit4]   2> 4258903 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4258904 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4258920 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_49031_datanode____.lr5xo0/webapp
   [junit4]   2> 4259459 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49031
   [junit4]   2> 4259515 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4259517 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4259537 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_45668_datanode____vj4cla/webapp
   [junit4]   2> 4259581 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:57254) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 4259597 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f0c9ab9100798: from storage 
DS-3bd609ae-29c6-42e1-a909-0df7a14c17a5 node 
DatanodeRegistration(127.0.0.1:51939, 
datanodeUuid=4686caf9-ec0a-4e9c-99ad-2f74ad266c42, infoPort=36899, 
infoSecurePort=0, ipcPort=43327, 
storageInfo=lv=-56;cid=testClusterID;nsid=1965305549;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4259597 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f0c9ab9100798: from storage 
DS-4a7e3e6d-8576-4b94-ae80-29ee71d3b9ee node 
DatanodeRegistration(127.0.0.1:51939, 
datanodeUuid=4686caf9-ec0a-4e9c-99ad-2f74ad266c42, infoPort=36899, 
infoSecurePort=0, ipcPort=43327, 
storageInfo=lv=-56;cid=testClusterID;nsid=1965305549;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4260096 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[2A882B11FEF54604]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45668
   [junit4]   2> 4260212 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:57254) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 4260221 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f0c9ade653e13: from storage 
DS-f0305874-74ac-43d9-99dd-c048123b09a3 node 
DatanodeRegistration(127.0.0.1:49340, 
datanodeUuid=7b36c581-f2b7-4ea6-add3-86a52d766e1d, infoPort=40246, 
infoSecurePort=0, ipcPort=41705, 
storageInfo=lv=-56;cid=testClusterID;nsid=1965305549;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4260221 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f0c9ade653e13: from storage 
DS-54914567-8630-49f3-84a4-28ee6dd3d565 node 
DatanodeRegistration(127.0.0.1:49340, 
datanodeUuid=7b36c581-f2b7-4ea6-add3-86a52d766e1d, infoPort=40246, 
infoSecurePort=0, ipcPort=41705, 
storageInfo=lv=-56;cid=testClusterID;nsid=1965305549;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4260296 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4260297 INFO  (Thread-14890) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4260297 INFO  (Thread-14890) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4260299 ERROR (Thread-14890) [    ] 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> 4260397 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45533
   [junit4]   2> 4260400 INFO  (zkConnectionManagerCallback-8442-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4260405 INFO  (zkConnectionManagerCallback-8444-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4260416 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4260419 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4260421 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4260422 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4260424 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4260426 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4260429 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4260431 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4260433 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4260435 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4260437 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4260439 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 4260604 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4260605 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4260605 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4260605 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 4260606 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fad99af{/,null,AVAILABLE}
   [junit4]   2> 4260606 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@147477f1{HTTP/1.1,[http/1.1]}{127.0.0.1:58549}
   [junit4]   2> 4260606 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.Server Started @4263484ms
   [junit4]   2> 4260606 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:57254/hdfs__localhost_57254__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.3_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001_tempDir-002_control_data,
 replicaType=NRT, hostContext=/, hostPort=58549, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/control-001/cores}
   [junit4]   2> 4260607 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4260607 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 4260607 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4260607 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4260607 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-25T17:21:20.245Z
   [junit4]   2> 4260609 INFO  (zkConnectionManagerCallback-8446-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4260611 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4260611 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/control-001/solr.xml
   [junit4]   2> 4260616 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 4260616 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4260617 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4260621 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45533/solr
   [junit4]   2> 4260623 INFO  (zkConnectionManagerCallback-8450-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4260625 INFO  
(zkConnectionManagerCallback-8452-thread-1-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4260740 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4260741 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:58549_
   [junit4]   2> 4260742 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.c.Overseer Overseer 
(id=73515795107610628-127.0.0.1:58549_-n_0000000000) starting
   [junit4]   2> 4260752 INFO  
(zkConnectionManagerCallback-8457-thread-1-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4260755 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45533/solr ready
   [junit4]   2> 4260756 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58549_
   [junit4]   2> 4260761 INFO  
(zkCallback-8451-thread-1-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4260767 INFO  
(zkCallback-8456-thread-1-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4260969 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4260986 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4260987 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4260989 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58549_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/control-001/cores
   [junit4]   2> 4261019 INFO  (zkConnectionManagerCallback-8461-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4261020 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4261022 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45533/solr ready
   [junit4]   2> 4261023 INFO  (qtp1523256822-42092) [n:127.0.0.1:58549_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58549_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4261026 INFO  
(OverseerThreadFactory-12178-thread-1-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 4261135 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_    ] 
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> 4261135 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 4261241 INFO  
(zkCallback-8451-thread-1-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] 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> 4262155 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 4262172 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262326 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4262346 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262347 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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@1e914acf
   [junit4]   2> 4262347 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:57254/solr_hdfs_home
   [junit4]   2> 4262348 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4262348 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4262348 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:57254/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 4262350 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 4262360 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4262360 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4262360 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4262386 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4262387 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 4262412 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 4262423 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4262423 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4262423 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4262433 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4262434 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 4262457 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51939 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-54914567-8630-49f3-84a4-28ee6dd3d565:NORMAL:127.0.0.1:49340|RBW],
 
ReplicaUC[[DISK]DS-4a7e3e6d-8576-4b94-ae80-29ee71d3b9ee:NORMAL:127.0.0.1:51939|RBW]]}
 size 0
   [junit4]   2> 4262461 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49340 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 4262468 WARN  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262548 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4262549 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262549 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4262562 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4262562 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4262565 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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=24, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5816216742222337]
   [junit4]   2> 4262572 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d862bf9[control_collection_shard1_replica_n1] main]
   [junit4]   2> 4262574 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4262574 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262575 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4262577 INFO  
(searcherExecutor-12181-thread-1-processing-n:127.0.0.1:58549_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:58549_ 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@3d862bf9[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4262577 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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 1595931080487075840
   [junit4]   2> 4262583 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262587 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4262587 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262587 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58549/control_collection_shard1_replica_n1/
   [junit4]   2> 4262587 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262587 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58549/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4262587 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262594 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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:58549/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4262696 INFO  
(zkCallback-8451-thread-2-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] 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> 4262745 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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> 4262748 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_ 
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=1612
   [junit4]   2> 4262751 INFO  (qtp1523256822-42092) [n:127.0.0.1:58549_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4262848 INFO  
(zkCallback-8451-thread-2-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] 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> 4263030 INFO  
(OverseerCollectionConfigSetProcessor-73515795107610628-127.0.0.1:58549_-n_0000000000)
 [n:127.0.0.1:58549_    ] 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> 4263751 INFO  (qtp1523256822-42092) [n:127.0.0.1:58549_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58549_&wt=javabin&version=2}
 status=0 QTime=2728
   [junit4]   2> 4263756 INFO  (zkConnectionManagerCallback-8465-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4263757 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4263758 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45533/solr ready
   [junit4]   2> 4263758 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 4263759 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4263764 INFO  
(OverseerThreadFactory-12178-thread-2-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 4263765 WARN  
(OverseerThreadFactory-12178-thread-2-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 4263970 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4263970 INFO  (qtp1523256822-42096) [n:127.0.0.1:58549_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=211
   [junit4]   2> 4264103 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-1-001
 of type TLOG
   [junit4]   2> 4264104 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4264105 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4264105 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4264106 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 4264106 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38e7bfe7{/,null,AVAILABLE}
   [junit4]   2> 4264106 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@21c5e612{HTTP/1.1,[http/1.1]}{127.0.0.1:60905}
   [junit4]   2> 4264106 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.Server Started @4266984ms
   [junit4]   2> 4264107 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:57254/hdfs__localhost_57254__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.3_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001_tempDir-002_jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=60905, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-1-001/cores}
   [junit4]   2> 4264107 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4264107 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 4264107 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4264107 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4264107 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-25T17:21:23.745Z
   [junit4]   2> 4264109 INFO  (zkConnectionManagerCallback-8467-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4264110 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4264110 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-1-001/solr.xml
   [junit4]   2> 4264114 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 4264115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4264116 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4264119 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45533/solr
   [junit4]   2> 4264121 INFO  (zkConnectionManagerCallback-8471-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4264123 INFO  
(zkConnectionManagerCallback-8473-thread-1-processing-n:127.0.0.1:60905_) 
[n:127.0.0.1:60905_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4264130 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4264136 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4264141 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60905_
   [junit4]   2> 4264143 INFO  
(zkCallback-8451-thread-2-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4264143 INFO  
(zkCallback-8456-thread-1-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4264143 INFO  (zkCallback-8464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4264151 INFO  
(zkCallback-8472-thread-1-processing-n:127.0.0.1:60905_) [n:127.0.0.1:60905_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4264209 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4264225 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4264226 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4264228 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-1-001/cores
   [junit4]   2> 4264232 INFO  
(zkConnectionManagerCallback-8478-thread-1-processing-n:127.0.0.1:60905_) 
[n:127.0.0.1:60905_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4264233 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 4264234 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:60905_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45533/solr ready
   [junit4]   2> 4264270 INFO  (qtp1523256822-42094) [n:127.0.0.1:58549_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:60905_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4264273 INFO  
(OverseerCollectionConfigSetProcessor-73515795107610628-127.0.0.1:58549_-n_0000000000)
 [n:127.0.0.1:58549_    ] 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> 4264273 INFO  
(OverseerThreadFactory-12178-thread-3-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:60905_ for creating new replica
   [junit4]   2> 4264278 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 4264278 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 4265297 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 4265313 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 4265445 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4265462 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 4265462 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4265463 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:57254/solr_hdfs_home
   [junit4]   2> 4265463 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4265463 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4265463 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-1-001/cores/collection1_shard2_replica_t41],
 dataDir=[hdfs://localhost:57254/solr_hdfs_home/collection1/core_node42/data/]
   [junit4]   2> 4265465 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
   [junit4]   2> 4265473 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4265473 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4265473 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4265480 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4265481 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/collection1/core_node42/data
   [junit4]   2> 4265498 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/collection1/core_node42/data/index
   [junit4]   2> 4265504 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4265504 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4265505 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4265511 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4265511 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 4265523 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51939 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-54914567-8630-49f3-84a4-28ee6dd3d565:NORMAL:127.0.0.1:49340|RBW],
 
ReplicaUC[[DISK]DS-3bd609ae-29c6-42e1-a909-0df7a14c17a5:NORMAL:127.0.0.1:51939|RBW]]}
 size 0
   [junit4]   2> 4265524 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49340 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-54914567-8630-49f3-84a4-28ee6dd3d565:NORMAL:127.0.0.1:49340|RBW],
 
ReplicaUC[[DISK]DS-3bd609ae-29c6-42e1-a909-0df7a14c17a5:NORMAL:127.0.0.1:51939|RBW]]}
 size 0
   [junit4]   2> 4265529 WARN  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
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> 4265588 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4265588 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4265588 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4265600 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 4265600 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 4265602 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5816216742222337]
   [junit4]   2> 4265612 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b700296[collection1_shard2_replica_t41] main]
   [junit4]   2> 4265613 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4265614 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4265615 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4265616 INFO  
(searcherExecutor-12192-thread-1-processing-n:127.0.0.1:60905_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@7b700296[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4265616 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1595931083673698304
   [junit4]   2> 4265622 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 4265625 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4265625 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4265625 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:60905/collection1_shard2_replica_t41/
   [junit4]   2> 4265625 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 4265625 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:60905/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 4265625 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4265626 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 4265629 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:60905/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 4265780 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 4265783 INFO  (qtp797126731-42155) [n:127.0.0.1:60905_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1504
   [junit4]   2> 4265785 INFO  (qtp1523256822-42094) [n:127.0.0.1:58549_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:60905_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1515
   [junit4]   2> 4265934 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-2-001
 of type TLOG
   [junit4]   2> 4265935 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4265936 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4265936 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4265936 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 4265937 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c24d50a{/,null,AVAILABLE}
   [junit4]   2> 4265937 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4bc95a2e{HTTP/1.1,[http/1.1]}{127.0.0.1:58091}
   [junit4]   2> 4265937 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.e.j.s.Server Started @4268814ms
   [junit4]   2> 4265937 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:57254/hdfs__localhost_57254__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.3_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001_tempDir-002_jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=58091, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-2-001/cores}
   [junit4]   2> 4265937 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4265938 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 4265938 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4265938 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4265938 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-25T17:21:25.576Z
   [junit4]   2> 4265940 INFO  (zkConnectionManagerCallback-8480-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4265941 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4265941 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-2-001/solr.xml
   [junit4]   2> 4265945 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 4265945 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4265947 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4265950 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45533/solr
   [junit4]   2> 4265952 INFO  (zkConnectionManagerCallback-8484-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4265954 INFO  
(zkConnectionManagerCallback-8486-thread-1-processing-n:127.0.0.1:58091_) 
[n:127.0.0.1:58091_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4265962 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 4265964 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4265967 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58091_
   [junit4]   2> 4265968 INFO  
(zkCallback-8472-thread-1-processing-n:127.0.0.1:60905_) [n:127.0.0.1:60905_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4265969 INFO  
(zkCallback-8451-thread-2-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4265969 INFO  
(zkCallback-8477-thread-1-processing-n:127.0.0.1:60905_) [n:127.0.0.1:60905_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4265969 INFO  (zkCallback-8464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4265969 INFO  
(zkCallback-8485-thread-1-processing-n:127.0.0.1:58091_) [n:127.0.0.1:58091_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4265969 INFO  
(zkCallback-8456-thread-1-processing-n:127.0.0.1:58549_) [n:127.0.0.1:58549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4266046 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4266063 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4266063 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4266065 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-2-001/cores
   [junit4]   2> 4266069 INFO  
(zkConnectionManagerCallback-8491-thread-1-processing-n:127.0.0.1:58091_) 
[n:127.0.0.1:58091_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4266070 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 4266071 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[2A882B11FEF54604]) 
[n:127.0.0.1:58091_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45533/solr ready
   [junit4]   2> 4266126 INFO  (qtp1961609436-42198) [n:127.0.0.1:58091_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:58091_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4266129 INFO  
(OverseerCollectionConfigSetProcessor-73515795107610628-127.0.0.1:58549_-n_0000000000)
 [n:127.0.0.1:58549_    ] 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> 4266130 INFO  
(OverseerThreadFactory-12178-thread-4-processing-n:127.0.0.1:58549_) 
[n:127.0.0.1:58549_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:58091_ for creating new replica
   [junit4]   2> 4266132 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 4266133 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 4267149 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 4267164 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 4267307 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4267325 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 4267325 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e914acf
   [junit4]   2> 4267326 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:57254/solr_hdfs_home
   [junit4]   2> 4267326 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4267326 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4267326 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2A882B11FEF54604-001/shard-2-001/cores/collection1_shard1_replica_t43],
 dataDir=[hdfs://localhost:57254/solr_hdfs_home/collection1/core_node44/data/]
   [junit4]   2> 4267328 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/collection1/core_node44/data/snapshot_metadata
   [junit4]   2> 4267336 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4267337 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4267337 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4267343 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4267344 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/collection1/core_node44/data
   [junit4]   2> 4267363 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57254/solr_hdfs_home/collection1/core_node44/data/index
   [junit4]   2> 4267372 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4267372 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4267372 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4267384 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4267385 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 4267396 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49340 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-4a7e3e6d-8576-4b94-ae80-29ee71d3b9ee:NORMAL:127.0.0.1:51939|RBW],
 
ReplicaUC[[DISK]DS-f0305874-74ac-43d9-99dd-c048123b09a3:NORMAL:127.0.0.1:49340|RBW]]}
 size 0
   [junit4]   2> 4267397 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51939 is added to 
blk_1073741827_1003 size 69
   [junit4]   2> 4267402 WARN  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
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> 4267461 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4267462 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4267462 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4267473 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 4267474 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 4267476 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5816216742222337]
   [junit4]   2> 4267490 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f7e7f40[collection1_shard1_replica_t43] main]
   [junit4]   2> 4267491 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4267492 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4267493 INFO  (qtp1961609436-42202) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4267495 INFO  
(searcherExecutor-12203-thread-1-processing-n:127.0.0.1:58091_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:58091_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43

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

OTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_2A882B11FEF54604-001
   [junit4]   2> Mar 25, 2018 5:26:57 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=FST50, multiDefault=BlockTreeOrds(blocksize=128), 
cat=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Asserting), 
id_i1=BlockTreeOrds(blocksize=128), id=FST50, 
range_facet_i_dv=PostingsFormat(name=Asserting), 
_route_=PostingsFormat(name=Memory), 
range_facet_l=PostingsFormat(name=Asserting), 
timestamp=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), 
id_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1265, 
maxMBSortInHeap=6.726439279571791, sim=RandomSimilarity(queryNorm=true): {}, 
locale=th, timezone=SystemV/CST6CDT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=229994816,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectoryFactory, 
TestJoin, SynonymTokenizerTest, TestPullReplicaErrorHandling, 
TestNodeLostTrigger, TestSolrQueryParser, TestSolrConfigHandler, 
TestSchemaNameResource, DeleteStatusTest, LeaderElectionContextKeyTest, 
DistribJoinFromCollectionTest, TestDelegationWithHadoopAuth, 
TestTolerantUpdateProcessorRandomCloud, CoreSorterTest, 
AutoscalingHistoryHandlerTest, HdfsChaosMonkeySafeLeaderTest, JvmMetricsTest, 
TestWordDelimiterFilterFactory, CoreMergeIndexesAdminHandlerTest, 
TestJavabinTupleStreamParser, BadCopyFieldTest, CursorPagingTest, 
EnumFieldTest, TestHashQParserPlugin, ZkStateReaderTest, 
TestSolrDeletionPolicy1, TestReqParamsAPI, EchoParamsTest, TestCrossCoreJoin, 
TestExceedMaxTermLength, HdfsWriteToMultipleCollectionsTest, 
BasicAuthStandaloneTest, TestDocumentBuilder, TestPhraseSuggestions, 
TestIndexSearcher, ShardSplitTest, HighlighterMaxOffsetTest, 
CurrencyFieldTypeTest, TestCoreBackup, TestDynamicFieldCollectionResource, 
TestDistributedStatsComponentCardinality, SolrJmxReporterTest, 
SchemaApiFailureTest, TestHighFrequencyDictionaryFactory, AliasIntegrationTest, 
TestReloadDeadlock, MissingSegmentRecoveryTest, TestBlendedInfixSuggestions, 
TestRandomFaceting, PluginInfoTest, SolrIndexConfigTest, 
TestLuceneMatchVersion, TestCloudNestedDocsSort, TestConfig, 
ConnectionReuseTest, DistributedDebugComponentTest, 
TestPHPSerializedResponseWriter, TestWriterPerf, ZkCLITest, 
TestRemoteStreaming, TriLevelCompositeIdRoutingTest, MoveReplicaTest, 
AnalyticsQueryTest, ScheduledTriggerTest, BigEndianAscendingWordSerializerTest, 
CdcrRequestHandlerTest, TestExtendedDismaxParser, 
OpenExchangeRatesOrgProviderTest, ZkShardTermsTest, TestMacroExpander, 
TestPayloadScoreQParserPlugin, TestHashPartitioner, CollectionStateFormat2Test, 
TestCloudInspectUtil, TestSmileRequest, DistributedTermsComponentTest, 
TestIndexingPerformance, TestNoOpRegenerator, SolrCLIZkUtilsTest, 
RemoteQueryErrorTest, DirectUpdateHandlerTest, 
ConcurrentDeleteAndCreateCollectionTest, TestSolrFieldCacheBean, 
ExternalFileFieldSortTest, SolrPluginUtilsTest, BlockJoinFacetRandomTest, 
TestChildDocTransformer, TestTriggerIntegration, SuggesterWFSTTest, 
DistributedFacetPivotSmallTest, DeleteNodeTest, TestClusterProperties, 
LargeFieldTest, HighlighterConfigTest, SpatialHeatmapFacetsTest, 
StatsReloadRaceTest, AnalysisErrorHandlingTest, SortSpecParsingTest, 
TestBinaryField, TestSortByMinMaxFunction, TestGroupingSearch, 
CdcrBootstrapTest, CleanupOldIndexTest, PropertiesRequestHandlerTest, 
TestCollectionsAPIViaSolrCloudCluster, XmlUpdateRequestHandlerTest, 
TestRawTransformer, TestOmitPositions, SmileWriterTest, 
RAMDirectoryFactoryTest, TestSubQueryTransformerDistrib, HdfsThreadLeakTest, 
SolrShardReporterTest, TestConfigOverlay, TestStressLiveNodes, TestTrieFacet, 
TestFastOutputStream, TestDistributedSearch, TestBulkSchemaConcurrent, 
DistributedFacetSimpleRefinementLongTailTest, UninvertDocValuesMergePolicyTest, 
TestLMDirichletSimilarityFactory, TestAuthenticationFramework, 
TestRebalanceLeaders, TestRTimerTree, RuleEngineTest, TestMaxScoreQueryParser, 
InfixSuggestersTest, BasicDistributedZkTest, SearchHandlerTest, SOLR749Test, 
TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, 
TestQuerySenderNoQuery, CopyFieldTest, BadComponentTest, TestStressRecovery, 
PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
TestLRUCache, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, 
CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, 
TestDistributedMissingSort, TestHighlightDedupGrouping, TokenizerChainTest, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestJettySolrRunner, ActionThrottleTest, AssignBackwardCompatibilityTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionPropsTest, 
ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, CreateRoutedAliasTest, 
DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribCursorPagingTest, 
DocValuesNotIndexedTest, ForceLeaderTest, HttpPartitionTest, 
LeaderFailoverAfterPartitionTest, LeaderVoteWaitTimeoutTest, 
MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerTaskQueueTest, ReplaceNodeTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestLeaderElectionWithEmptyReplica, TestPullReplica, 
TestSkipOverseerOperations, TestSolrCloudWithSecureImpersonation, 
TestTlogReplica, CollectionsAPIDistributedZkTest, TestClusterStateProvider, 
TestGenericDistributedQueue, TestLargeCluster, TestNodeAddedTrigger, 
TestPolicyCloud, CdcrReplicationHandlerTest, HdfsRecoverLeaseTest, 
StressHdfsTest, TestBackupRepositoryFactory, TestCustomStream, 
TestReplicationHandlerBackup, TestSQLHandler, TestExpandComponent, 
TestHttpShardHandlerFactory, TestPivotHelperCode, 
TestSlowCompositeReaderWrapper, TestLegacyField, TestLegacyFieldReuse, 
TestLegacyNumericUtils, MetricsConfigTest, SolrCoreMetricManagerTest, 
SolrSlf4jReporterTest, TestExportWriter, TestPushWriter, TestRawResponseWriter, 
TestRetrieveFieldsOptimizer, TestManagedResourceStorage, TestRestManager, 
TestBulkSchemaAPI, TestFieldResource, TestSchemaResource, 
TestSchemaVersionResource, TestUniqueKeyFieldResource, 
TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, 
TestManagedSynonymGraphFilterFactory, BooleanFieldTest, ChangedSchemaMergeTest, 
DocValuesMissingTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestCloudManagedSchema, TestCollationFieldDocValues, TestHalfAndHalfDocValues, 
TestManagedSchema, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, 
TestSchemaManager, TestSortableTextField, TestUseDocValuesAsStored, 
TestUseDocValuesAsStored2, AnalyticsMergeStrategyTest, TestReRankQParserPlugin, 
TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial2, 
TestSolrCoreParser, TestXmlQParser, TestJsonFacets, TestDistribIDF]
   [junit4] Completed [740/783 (2!)] on J0 in 23.45s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 3261 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.QueryFacetTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/checkout/solr/build/contrib/solr-analytics/test/J1/temp/solr.analytics.facet.QueryFacetTest_C72488992B17EF55-001/init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> Mar 25, 2018 5:36:56 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1143, maxMBSortInHeap=7.735527156951119, 
sim=RandomSimilarity(queryNorm=true): {}, locale=da, timezone=America/Detroit
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=190584888,total=340787200
   [junit4]   2> NOTE: All tests run in this JVM: [LegacyAbstractAnalyticsTest, 
QueryFacetTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryFacetTest 
-Dtests.seed=C72488992B17EF55 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.3/test-data/enwiki.random.lines.txt
 -Dtests.locale=da -Dtests.timezone=America/Detroit -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | QueryFacetTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find 
collection:collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C72488992B17EF55]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    >        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:63)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [51/78 (1!)] on J1 in 49.91s, 0 tests, 1 failure <<< 
FAILURES!

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

Reply via email to