Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.5/12/

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.NRTCachingDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:352)  at 
org.apache.solr.core.SolrCore.cleanupOldIndexDirectories(SolrCore.java:2996)  
at org.apache.solr.core.SolrCore.close(SolrCore.java:1538)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:957)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:831)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:918)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:553)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [NRTCachingDirectory]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.NRTCachingDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:352)
        at 
org.apache.solr.core.SolrCore.cleanupOldIndexDirectories(SolrCore.java:2996)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:1538)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:957)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:831)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:918)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:553)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)


        at __randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:301)
        at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
        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:745)


FAILED:  
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig

Error Message:
The max direct memory is likely too low.  Either increase it (by adding 
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup 
args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.

Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low.  Either 
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to 
your containers startup args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.
        at 
__randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC:750D1E3476FE1297]:0)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:286)
        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:226)
        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
        at java.nio.Bits.reserveMemory(Bits.java:693)
        at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
        at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:308)
        ... 42 more


FAILED:  
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC:7A7C42F7F31B29EF]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:881)
        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='6.5.1'])
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1818</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.472Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.489Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1751</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.640Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.643Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst></lst>
</response>

        request was:qt=/admin/segments&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:874)
        ... 40 more


FAILED:  
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
Captured an uncaught exception in thread: Thread[id=94417, name=Thread-76560, 
state=RUNNABLE, group=TGRP-TestDistributedStatsComponentCardinality]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=94417, name=Thread-76560, state=RUNNABLE, 
group=TGRP-TestDistributedStatsComponentCardinality]
        at 
__randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC:AF6E8C5258B9544]:0)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45934/pdr/o/collection1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://[ff01::114]:33332/pdr/o, 
http://[ff01::213]:33332/pdr/o, http://[ff01::083]:33332/pdr/o]
        at __randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:627)




Build Log:
[...truncated 11880 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_82A2D71F8B77F8BC-001/init-core-data-001
   [junit4]   2> 801565 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 801565 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 801567 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 801584 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 801585 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 801689 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
   [junit4]   2> 801736 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 802151 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 802164 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 802170 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 802232 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 802351 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 802521 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2235f6f3
   [junit4]   2> 802521 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 802540 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2235f6f3
   [junit4]   2> 802540 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 802540 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2235f6f3
   [junit4]   2> 802548 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 802643 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
   [junit4]   2> 802681 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 803102 WARN  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 803104 WARN  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 803112 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 803154 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 803154 WARN  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 803154 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2235f6f3
   [junit4]   2> 803154 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 803154 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_82A2D71F8B77F8BC-001/init-core-data-001/]
   [junit4]   2> 803155 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2235f6f3
   [junit4]   2> 803680 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 803680 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 803684 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2cfacdc9[collection1] main]
   [junit4]   2> 803685 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 803700 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 803771 INFO  (coreLoadExecutor-1537-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 803771 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 803772 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 803772 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 803772 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 803772 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 803772 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 803775 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 803777 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 803780 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 803781 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 803782 INFO  
(searcherExecutor-1538-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2cfacdc9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 803792 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1000]} 0 16
   [junit4]   2> 803796 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1001]} 0 1
   [junit4]   2> 803796 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1002]} 0 0
   [junit4]   2> 803822 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1003]} 0 23
   [junit4]   2> 803825 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1004]} 0 2
   [junit4]   2> 803826 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[SOLR1000]} 0 0
   [junit4]   2> 803826 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 803826 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@15f34b9a
   [junit4]   2> 803848 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10f19aa0[collection1] main]
   [junit4]   2> 803850 INFO  (searcherExecutor-1538-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10f19aa0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):c4/1:delGen=1)
 Uninverting(_1(6.5.1):c1)))}
   [junit4]   2> 803850 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 803850 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 23
   [junit4]   2> 803872 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2000]} 0 21
   [junit4]   2> 803873 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2001]} 0 0
   [junit4]   2> 803873 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2002]} 0 0
   [junit4]   2> 803990 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2003]} 0 110
   [junit4]   2> 803991 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2004]} 0 0
   [junit4]   2> 803991 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 803991 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@15f34b9a
   [junit4]   2> 803994 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@38e3904f[collection1] main]
   [junit4]   2> 804034 INFO  (searcherExecutor-1538-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@38e3904f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):c4/1:delGen=1)
 Uninverting(_1(6.5.1):c1) Uninverting(_2(6.5.1):c4) 
Uninverting(_3(6.5.1):c1)))}
   [junit4]   2> 804034 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 804034 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 43
   [junit4]   2> 804039 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfosVersion
   [junit4]   2> 804040 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/segments&wt=xml} status=0 QTime=0
   [junit4]   2> 804041 ERROR 
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='6.5.1'])
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1818</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.472Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.489Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1751</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.640Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.643Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:qt=/admin/segments&wt=xml
   [junit4]   2> 804042 ERROR 
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
qt=/admin/segments&wt=xml:java.lang.RuntimeException: REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='6.5.1'])
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1818</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.472Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.489Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1751</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.640Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.643Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:qt=/admin/segments&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:874)
   [junit4]   2>        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:70)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 804042 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfosVersion
   [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=SegmentsInfoRequestHandlerTest 
-Dtests.method=testSegmentInfosVersion -Dtests.seed=82A2D71F8B77F8BC 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/test-data/enwiki.random.lines.txt
 -Dtests.locale=sr-Latn-ME -Dtests.timezone=EAT -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J0 | 
SegmentsInfoRequestHandlerTest.testSegmentInfosVersion <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC:7A7C42F7F31B29EF]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:881)
   [junit4]    >        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:70)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='6.5.1'])
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1818</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.472Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.489Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1751</long><int name="size">4</int><date 
name="age">2017-04-14T16:47:55.640Z</date><str name="source">flush</str><str 
name="version">6.5.1</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1674</long><int 
name="size">1</int><date name="age">2017-04-14T16:47:55.643Z</date><str 
name="source">flush</str><str name="version">6.5.1</str></lst></lst>
   [junit4]    > </response>
   [junit4]    >        request was:qt=/admin/segments&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:874)
   [junit4]    >        ... 40 more
   [junit4]   2> 804053 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfosData
   [junit4]   2> 804068 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/segments&wt=xml} status=0 QTime=14
   [junit4]   2> 804073 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[82A2D71F8B77F8BC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfosData
   [junit4]   2> 804076 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[82A2D71F8B77F8BC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfos
   [junit4]   2> 804077 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[82A2D71F8B77F8BC]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/segments&wt=xml} status=0 QTime=0
   [junit4]   2> 804078 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[82A2D71F8B77F8BC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfos
   [junit4]   2> 804078 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 804078 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=922421982
   [junit4]   2> 804105 INFO  (coreCloseExecutor-1542-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34bc4def
   [junit4]   2> 804237 INFO  (coreCloseExecutor-1542-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 804257 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_82A2D71F8B77F8BC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {name=FST50, 
id=FST50}, docValues:{}, maxPointsInLeafNode=1638, 
maxMBSortInHeap=7.163817651075328, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sr-Latn-ME, 
timezone=EAT
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=209233544,total=421527552
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreMetricManagerTest, 
SignatureUpdateProcessorFactoryTest, SpatialHeatmapFacetsTest, PeerSyncTest, 
SmileWriterTest, CdcrReplicationHandlerTest, TestUninvertingReader, 
DocValuesMissingTest, HttpSolrCallGetCoreTest, BaseCdcrDistributedZkTest, 
TestComplexPhraseLeadingWildcard, TestExportWriter, 
TestSolrConfigHandlerConcurrent, BigEndianAscendingWordDeserializerTest, 
RestartWhileUpdatingTest, RemoteQueryErrorTest, TestFieldCacheReopen, 
DistributedFacetPivotSmallTest, CheckHdfsIndexTest, TestSolrCLIRunExample, 
SegmentsInfoRequestHandlerTest]
   [junit4] Completed [108/701 (1!)] on J0 in 2.75s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 1499 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/init-core-data-001
   [junit4]   2> 4752888 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 4752889 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-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> 4752889 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jge/wi
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4752985 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 4753065 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4753082 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4753168 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_55431_hdfs____xx7tlo/webapp
   [junit4]   2> 4755507 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:55431
   [junit4]   2> 4756248 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4756250 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4756342 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42498_datanode____.i33uro/webapp
   [junit4]   2> 4758061 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[82A2D71F8B77F8BC]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42498
   [junit4]   2> 4758689 INFO  (IPC Server handler 7 on 39769) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-346d612a-ea5c-49d6-904a-58172c50d27f node 
DatanodeRegistration(127.0.0.1:60250, 
datanodeUuid=278f240b-cd6f-433f-baf4-0f1765fd3a3c, infoPort=56002, 
infoSecurePort=0, ipcPort=54555, 
storageInfo=lv=-56;cid=testClusterID;nsid=436166558;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4758689 INFO  (IPC Server handler 7 on 39769) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a9869a06-da02-411d-8d4a-bbfe691666b1 node 
DatanodeRegistration(127.0.0.1:60250, 
datanodeUuid=278f240b-cd6f-433f-baf4-0f1765fd3a3c, infoPort=56002, 
infoSecurePort=0, ipcPort=54555, 
storageInfo=lv=-56;cid=testClusterID;nsid=436166558;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4759050 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4759051 INFO  (Thread-11920) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4759051 INFO  (Thread-11920) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4759150 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39984
   [junit4]   2> 4759223 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4759225 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4759227 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4759228 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4759230 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4759231 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4759232 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4759234 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4759235 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4759236 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4759238 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4759692 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/control-001/cores/collection1
   [junit4]   2> 4759693 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4759742 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16b8a011{/jge/wi,null,AVAILABLE}
   [junit4]   2> 4759742 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@657e6700{HTTP/1.1,[http/1.1]}{127.0.0.1:44592}
   [junit4]   2> 4759742 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.Server Started @4767289ms
   [junit4]   2> 4759742 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:39769/hdfs__localhost_39769__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001_tempDir-002_control_data,
 hostContext=/jge/wi, hostPort=44592, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/control-001/cores}
   [junit4]   2> 4759743 ERROR 
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4759743 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.1
   [junit4]   2> 4759743 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4759743 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4759743 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-14T17:53:51.364Z
   [junit4]   2> 4759767 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4759767 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/control-001/solr.xml
   [junit4]   2> 4759778 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4759781 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39984/solr
   [junit4]   2> 4759837 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4759837 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:44592_jge%2Fwi
   [junit4]   2> 4759838 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.Overseer Overseer 
(id=97792323136585732-127.0.0.1:44592_jge%2Fwi-n_0000000000) starting
   [junit4]   2> 4759878 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44592_jge%2Fwi
   [junit4]   2> 4759978 INFO  
(OverseerStateUpdate-97792323136585732-127.0.0.1:44592_jge%2Fwi-n_0000000000) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 4760169 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/control-001/cores
   [junit4]   2> 4760169 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 4760208 INFO  
(OverseerStateUpdate-97792323136585732-127.0.0.1:44592_jge%2Fwi-n_0000000000) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 4761226 WARN  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 4761227 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
   [junit4]   2> 4761276 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4761557 WARN  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 4761586 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4761612 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 4761612 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:39769/solr_hdfs_home
   [junit4]   2> 4761612 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4761612 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4761613 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:39769/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 4761613 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fd11b6e
   [junit4]   2> 4761613 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:39769/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 4761645 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4761645 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4761645 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4761694 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4761718 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:39769/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 4761850 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:39769/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 4761876 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4761877 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4761877 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4762061 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4762062 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3648996007340696]
   [junit4]   2> 4762108 INFO  (IPC Server handler 4 on 39769) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:60250 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a9869a06-da02-411d-8d4a-bbfe691666b1:NORMAL:127.0.0.1:60250|FINALIZED]]}
 size 0
   [junit4]   2> 4762138 WARN  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
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> 4762327 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4762327 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4762327 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4762350 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4762350 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4762376 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=13.4208984375, 
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=0.7519061713122943, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.44293902858969203
   [junit4]   2> 4762502 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13ad8af2[collection1] main]
   [junit4]   2> 4762503 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4762504 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4762504 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4762506 INFO  
(searcherExecutor-12897-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@13ad8af2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4762510 INFO  
(coreLoadExecutor-12896-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1564677173811347456
   [junit4]   2> 4762537 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4762537 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4762537 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44592/jge/wi/collection1/
   [junit4]   2> 4762539 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 4762539 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:44592/jge/wi/collection1/ has no replicas
   [junit4]   2> 4762539 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4762548 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44592/jge/wi/collection1/ shard1
   [junit4]   2> 4762699 INFO  
(coreZkRegister-12889-thread-1-processing-n:127.0.0.1:44592_jge%2Fwi 
x:collection1 c:control_collection) [n:127.0.0.1:44592_jge%2Fwi 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 4762772 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4762773 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39984/solr ready
   [junit4]   2> 4762773 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 4763227 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/shard-1-001/cores/collection1
   [junit4]   2> 4763228 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/shard-1-001
   [junit4]   2> 4763231 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4763235 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28124c8{/jge/wi,null,AVAILABLE}
   [junit4]   2> 4763235 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@411dffe8{HTTP/1.1,[http/1.1]}{127.0.0.1:42133}
   [junit4]   2> 4763235 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.e.j.s.Server Started @4770782ms
   [junit4]   2> 4763235 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:39769/hdfs__localhost_39769__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/jge/wi, hostPort=42133, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/shard-1-001/cores}
   [junit4]   2> 4763236 ERROR 
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4763236 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.1
   [junit4]   2> 4763236 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4763236 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4763236 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-14T17:53:54.857Z
   [junit4]   2> 4763271 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4763271 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/shard-1-001/solr.xml
   [junit4]   2> 4763290 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4763294 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39984/solr
   [junit4]   2> 4763364 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:42133_jge%2Fwi    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 4763370 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:42133_jge%2Fwi    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4763372 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:42133_jge%2Fwi    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42133_jge%2Fwi
   [junit4]   2> 4763375 INFO  (zkCallback-27524-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4763376 INFO  
(zkCallback-27529-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 4763376 INFO  
(zkCallback-27520-thread-3-processing-n:127.0.0.1:44592_jge%2Fwi) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 4763780 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:42133_jge%2Fwi    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/shard-1-001/cores
   [junit4]   2> 4763780 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[82A2D71F8B77F8BC]) 
[n:127.0.0.1:42133_jge%2Fwi    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 4763788 INFO  
(OverseerStateUpdate-97792323136585732-127.0.0.1:44592_jge%2Fwi-n_0000000000) 
[n:127.0.0.1:44592_jge%2Fwi    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 4764893 WARN  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 4764894 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.1
   [junit4]   2> 4764934 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 4765227 WARN  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 4765249 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4765288 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 4765288 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:39769/solr_hdfs_home
   [junit4]   2> 4765289 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4765289 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4765289 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_82A2D71F8B77F8BC-001/shard-1-001/cores/collection1],
 dataDir=[hdfs://localhost:39769/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 4765290 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4fd11b6e
   [junit4]   2> 4765291 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:39769/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 4765369 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4765369 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4765369 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4765484 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4765484 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:39769/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 4765511 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:39769/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 4765519 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4765520 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4765520 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4765527 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4765527 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3648996007340696]
   [junit4]   2> 4765565 INFO  (IPC Server handler 4 on 39769) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:60250 is 
added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-346d612a-ea5c-49d6-904a-58172c50d27f:NORMAL:127.0.0.1:60250|RBW]]}
 size 71
   [junit4]   2> 4766037 WARN  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
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> 4766193 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4766193 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4766193 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4766211 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4766212 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4766215 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=13.4208984375, 
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=0.7519061713122943, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.44293902858969203
   [junit4]   2> 4766222 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@427bcc10[collection1] main]
   [junit4]   2> 4766224 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4766225 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4766225 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4766227 INFO  
(searcherExecutor-12908-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi 
x:collection1 c:collection1) [n:127.0.0.1:42133_jge%2Fwi c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@427bcc10[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4766249 INFO  
(coreLoadExecutor-12907-thread-1-processing-n:127.0.0.1:42133_jge%2Fwi) 
[n:127.0.0.1:42133_jge%2Fwi c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in

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

ner Shutting down CoreContainer instance=1245040515
   [junit4]   2> 5874367 INFO  (coreCloseExecutor-8960-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@78be5ac5
   [junit4]   2> 5874524 INFO  (coreCloseExecutor-8960-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 5874525 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[82A2D71F8B77F8BC]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 5874527 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[82A2D71F8B77F8BC]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@347a7c46{/pdr/o,null,UNAVAILABLE}
   [junit4]   2> 5874528 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[82A2D71F8B77F8BC]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@35e2048e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 5874529 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[82A2D71F8B77F8BC]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1248300085
   [junit4]   2> 5874529 INFO  (coreCloseExecutor-8962-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@361b6bd3
   [junit4]   2> 5874663 INFO  (coreCloseExecutor-8962-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 5874665 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[82A2D71F8B77F8BC]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 5874665 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[82A2D71F8B77F8BC]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6bc558bb{/pdr/o,null,UNAVAILABLE}
   [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=TestDistributedStatsComponentCardinality -Dtests.method=test 
-Dtests.seed=82A2D71F8B77F8BC -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/test-data/enwiki.random.lines.txt
 -Dtests.locale=ro -Dtests.timezone=America/Thule -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR    430s J0 | TestDistributedStatsComponentCardinality.test <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=94417, name=Thread-76560, state=RUNNABLE, 
group=TGRP-TestDistributedStatsComponentCardinality]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC:AF6E8C5258B9544]:0)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45934/pdr/o/collection1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://[ff01::114]:33332/pdr/o, 
http://[ff01::213]:33332/pdr/o, http://[ff01::083]:33332/pdr/o]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([82A2D71F8B77F8BC]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:627)
   [junit4]   2> 5874669 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[82A2D71F8B77F8BC]-worker) 
[    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 5874669 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[82A2D71F8B77F8BC]-worker) 
[    ] o.a.s.SolrTestCaseJ4 
------------------------------------------------------- Done waiting for 
tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Lucene62, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ro, 
timezone=America/Thule
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=170465960,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreMetricManagerTest, 
SignatureUpdateProcessorFactoryTest, SpatialHeatmapFacetsTest, PeerSyncTest, 
SmileWriterTest, CdcrReplicationHandlerTest, TestUninvertingReader, 
DocValuesMissingTest, HttpSolrCallGetCoreTest, BaseCdcrDistributedZkTest, 
TestComplexPhraseLeadingWildcard, TestExportWriter, 
TestSolrConfigHandlerConcurrent, BigEndianAscendingWordDeserializerTest, 
RestartWhileUpdatingTest, RemoteQueryErrorTest, TestFieldCacheReopen, 
DistributedFacetPivotSmallTest, CheckHdfsIndexTest, TestSolrCLIRunExample, 
SegmentsInfoRequestHandlerTest, AnalysisAfterCoreReloadTest, 
TestSolrConfigHandler, TestFunctionQuery, TestSolr4Spatial, 
TestSolrCloudSnapshots, TestFieldSortValues, TestJsonRequest, TestNRTOpen, 
TestFieldCacheSortRandom, SortSpecParsingTest, BasicAuthStandaloneTest, 
TestSmileRequest, TestCloudDeleteByQuery, TestRemoteStreaming, 
OutputWriterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestSubQueryTransformer, CursorPagingTest, TestSchemaSimilarityResource, 
ExternalFileFieldSortTest, AlternateDirectoryTest, 
ClassificationUpdateProcessorTest, InfixSuggestersTest, 
TestJsonFacetRefinement, TestStressRecovery, CacheHeaderTest, 
TestTolerantUpdateProcessorRandomCloud, TestCSVLoader, TestComponentsName, 
TestDocumentBuilder, TestAtomicUpdateErrorCases, TestDistribDocBasedVersion, 
HLLUtilTest, CollectionsAPIAsyncDistributedZkTest, 
TestClassicSimilarityFactory, MBeansHandlerTest, AnalyticsMergeStrategyTest, 
TestReplicationHandlerBackup, TestCloudPseudoReturnFields, TestTrieFacet, 
TestImplicitCoreProperties, TestRawTransformer, TestShortCircuitedRequests, 
TestOmitPositions, NotRequiredUniqueKeyTest, TestHdfsCloudBackupRestore, 
TestFastLRUCache, CollectionReloadTest, HdfsChaosMonkeyNothingIsSafeTest, 
SyncSliceTest, TestFieldCollectionResource, TestPerFieldSimilarity, 
LeaderInitiatedRecoveryOnCommitTest, ZkNodePropsTest, UUIDFieldTest, 
ResourceLoaderTest, TestLeaderInitiatedRecoveryThread, TestBadConfig, 
JsonValidatorTest, FastVectorHighlighterTest, TestPHPSerializedResponseWriter, 
HdfsRestartWhileUpdatingTest, TestStressLucene, UpdateLogTest, 
TestStressInPlaceUpdates, TestCrossCoreJoin, TestManagedStopFilterFactory, 
TestBinaryResponseWriter, SolrMetricsIntegrationTest, 
CurrencyFieldOpenExchangeTest, LeaderElectionContextKeyTest, 
TestHashQParserPlugin, TestSolrFieldCacheMBean, FileBasedSpellCheckerTest, 
TestRandomDVFaceting, PreAnalyzedFieldManagedSchemaCloudTest, 
SaslZkACLProviderTest, TestValueSourceCache, TestCollectionAPIs, 
DistributedFacetPivotLargeTest, DocValuesNotIndexedTest, 
TestUnifiedSolrHighlighter, SolrJmxReporterTest, RulesTest, 
DistributedQueryComponentOptimizationTest, TestCloudManagedSchema, 
CustomCollectionTest, DateFieldTest, ConfigSetsAPITest, SolrRequestParserTest, 
TestDefaultSearchFieldResource, PathHierarchyTokenizerFactoryTest, 
UnloadDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, 
TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, TestJoin, DistributedTermsComponentTest, TestRangeQuery, 
HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, 
TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, BadComponentTest, 
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, 
NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, 
SynonymTokenizerTest, EchoParamsTest, TestIBSimilarityFactory, TestFastWriter, 
TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, 
ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, 
ClusterStateTest, SliceStateTest, CircularListTest, 
DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest, 
TestHighlightDedupGrouping, TestPathTrie, TestEmbeddedSolrServerConstructors, 
TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, 
CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, 
CdcrVersionReplicationTest, CollectionsAPISolrJTest, 
CreateCollectionCleanupTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, ForceLeaderTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
RecoveryAfterSoftCommitTest, TestCloudInspectUtil, TestCloudPivotFacet, 
TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudCluster, 
TestRequestStatusCollectionAPI, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TriLevelCompositeIdRoutingTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, CoreAdminCreateDiscoverTest, 
InfoHandlerTest, MetricsHandlerTest, TestCoreAdminApis, 
DistributedDebugComponentTest, DistributedSuggestComponentTest, 
TestDistributedStatsComponentCardinality]
   [junit4] Completed [673/701 (4!)] on J0 in 430.77s, 1 test, 1 error <<< 
FAILURES!

[...truncated 62773 lines...]


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

Reply via email to