Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/5/

3 tests failed.
FAILED:  org.apache.lucene.index.TestStressNRT.test

Error Message:
MockDirectoryWrapper: cannot close: there are still 13 open files: 
{_ah_LuceneVarGapDocFreqInterval_0.tib=1, 
_aw_LuceneVarGapDocFreqInterval_0.doc=1, _ah.fdt=1, _av.fdt=1, 
_ax_LuceneVarGapDocFreqInterval_0.doc=1, 
_av_LuceneVarGapDocFreqInterval_0.tib=1, _aw.fdt=1, 
_ax_LuceneVarGapDocFreqInterval_0.tib=1, 
_ah_LuceneVarGapDocFreqInterval_0.doc=1, 
_av_LuceneVarGapDocFreqInterval_0.doc=1, _az.cfs=1, 
_aw_LuceneVarGapDocFreqInterval_0.tib=1, _ax.fdt=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 
13 open files: {_ah_LuceneVarGapDocFreqInterval_0.tib=1, 
_aw_LuceneVarGapDocFreqInterval_0.doc=1, _ah.fdt=1, _av.fdt=1, 
_ax_LuceneVarGapDocFreqInterval_0.doc=1, 
_av_LuceneVarGapDocFreqInterval_0.tib=1, _aw.fdt=1, 
_ax_LuceneVarGapDocFreqInterval_0.tib=1, 
_ah_LuceneVarGapDocFreqInterval_0.doc=1, 
_av_LuceneVarGapDocFreqInterval_0.doc=1, _az.cfs=1, 
_aw_LuceneVarGapDocFreqInterval_0.tib=1, _ax.fdt=1}
        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
        at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: unclosed IndexInput: 
_av_LuceneVarGapDocFreqInterval_0.tib
        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
        at 
org.apache.lucene.codecs.blockterms.BlockTermsReader.<init>(BlockTermsReader.java:111)
        at 
org.apache.lucene.codecs.blockterms.LuceneVarGapDocFreqInterval.fieldsProducer(LuceneVarGapDocFreqInterval.java:115)
        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
        at 
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:281)
        at 
org.apache.lucene.index.BufferedUpdatesStream.openSegmentStates(BufferedUpdatesStream.java:309)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:297)
        at 
org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:723)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5060)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5048)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:466)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
        at org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:160)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
org.apache.lucene.store.AlreadyClosedException: this Directory is closed

Stack Trace:
javax.management.RuntimeMBeanException: 
org.apache.lucene.store.AlreadyClosedException: this Directory is closed
        at 
__randomizedtesting.SeedInfo.seed([2125E8B3280FE76A:AFF48C89454EBF0F]:0)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:839)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:852)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:651)
        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:121)
        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:748)
Caused by: org.apache.lucene.store.AlreadyClosedException: this Directory is 
closed
        at 
org.apache.lucene.store.BaseDirectory.ensureOpen(BaseDirectory.java:51)
        at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:233)
        at 
org.apache.solr.core.DirectoryFactory.sizeOfDirectory(DirectoryFactory.java:271)
        at org.apache.solr.core.SolrCore.getIndexSize(SolrCore.java:407)
        at 
org.apache.solr.core.SolrCore.lambda$initializeMetrics$7(SolrCore.java:1137)
        at 
com.codahale.metrics.JmxReporter$JmxGauge.getValue(JmxReporter.java:188)
        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 sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
        at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
        at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
        at 
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
        at 
com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
        at 
com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
        ... 41 more


FAILED:  org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([2125E8B3280FE76A:A971D76986F38A92]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:246)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1772 lines...]
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4]   1> READER5: FAILED: unexpected exception
   [junit4]   1> java.lang.AssertionError: No documents or tombstones found for 
id 115, expected at least 21 
reader=StandardDirectoryReader(segments_11:1043:nrt _az(7.0.0):c177/115 
_ah(7.0.0):C85/67:delGen=2 _av(7.0.0):C34/26:delGen=1 
_aw(7.0.0):C63/47:delGen=1 _ax(7.0.0):C4/3:delGen=1)
   [junit4]   1>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   1>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> июл 14, 2017 7:36:22 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[READER5,5,TGRP-TestStressNRT]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: No 
documents or tombstones found for id 115, expected at least 21 
reader=StandardDirectoryReader(segments_11:1043:nrt _az(7.0.0):c177/115 
_ah(7.0.0):C85/67:delGen=2 _av(7.0.0):C34/26:delGen=1 
_aw(7.0.0):C63/47:delGen=1 _ax(7.0.0):C4/3:delGen=1)
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([17581654873F0D14]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:377)
   [junit4]   2> Caused by: java.lang.AssertionError: No documents or 
tombstones found for id 115, expected at least 21 
reader=StandardDirectoryReader(segments_11:1043:nrt _az(7.0.0):c177/115 
_ah(7.0.0):C85/67:delGen=2 _av(7.0.0):C34/26:delGen=1 
_aw(7.0.0):C63/47:delGen=1 _ax(7.0.0):C4/3:delGen=1)
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> 
   [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=TestStressNRT 
-Dtests.method=test -Dtests.seed=17581654873F0D14 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=ru-RU -Dtests.timezone=America/St_Johns -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.32s J1 | TestStressNRT.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
MockDirectoryWrapper: cannot close: there are still 13 open files: 
{_ah_LuceneVarGapDocFreqInterval_0.tib=1, 
_aw_LuceneVarGapDocFreqInterval_0.doc=1, _ah.fdt=1, _av.fdt=1, 
_ax_LuceneVarGapDocFreqInterval_0.doc=1, 
_av_LuceneVarGapDocFreqInterval_0.tib=1, _aw.fdt=1, 
_ax_LuceneVarGapDocFreqInterval_0.tib=1, 
_ah_LuceneVarGapDocFreqInterval_0.doc=1, 
_av_LuceneVarGapDocFreqInterval_0.doc=1, _az.cfs=1, 
_aw_LuceneVarGapDocFreqInterval_0.tib=1, _ax.fdt=1}
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexInput: 
_av_LuceneVarGapDocFreqInterval_0.tib
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
   [junit4]    >        at 
org.apache.lucene.codecs.blockterms.BlockTermsReader.<init>(BlockTermsReader.java:111)
   [junit4]    >        at 
org.apache.lucene.codecs.blockterms.LuceneVarGapDocFreqInterval.fieldsProducer(LuceneVarGapDocFreqInterval.java:115)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]    >        at 
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:281)
   [junit4]    >        at 
org.apache.lucene.index.BufferedUpdatesStream.openSegmentStates(BufferedUpdatesStream.java:309)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:297)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:723)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5060)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5048)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:466)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:160)Throwable 
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=14768, name=READER5, state=RUNNABLE, 
group=TGRP-TestStressNRT]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: No documents or tombstones found for id 115, expected 
at least 21 reader=StandardDirectoryReader(segments_11:1043:nrt 
_az(7.0.0):c177/115 _ah(7.0.0):C85/67:delGen=2 _av(7.0.0):C34/26:delGen=1 
_aw(7.0.0):C63/47:delGen=1 _ax(7.0.0):C4/3:delGen=1)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([17581654873F0D14]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:377)
   [junit4]    > Caused by: java.lang.AssertionError: No documents or 
tombstones found for id 115, expected at least 21 
reader=StandardDirectoryReader(segments_11:1043:nrt _az(7.0.0):c177/115 
_ah(7.0.0):C85/67:delGen=2 _av(7.0.0):C34/26:delGen=1 
_aw(7.0.0):C63/47:delGen=1 _ax(7.0.0):C4/3:delGen=1)
   [junit4]    >        at 
org.apache.lucene.index.TestStressNRT$2.run(TestStressNRT.java:348)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, 
maxPointsInLeafNode=733, maxMBSortInHeap=6.40435406004078, 
sim=RandomSimilarity(queryNorm=true): {id=DFR I(F)L3(800.0)}, locale=ru-RU, 
timezone=America/St_Johns
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=219031856,total=534249472
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectory, 
TestDocValuesQueries, TestPointQueries, TestBM25Similarity, TestMmapDirectory, 
TestPhraseQuery, TestFSTs, TestSpanOrQuery, TestIntroSorter, TestCrash, 
TestTermsEnum2, TestPhrasePrefixQuery, TestConcurrentMergeScheduler, 
TestLucene70DocValuesFormat, TestPerFieldDocValuesFormat, TestMinimize, 
TestTransactionRollback, TestRAMDirectory, TestLucene60FieldInfoFormat, 
TestRegexpRandom2, TestSegmentInfos, TestTermdocPerf, TestPositionIncrement, 
TestIndexWriterDelete, TestIndexWriterOnJRECrash, TestFilterDirectoryReader, 
TestFixedBitDocIdSet, TestReusableStringReader, TestSwappedIndexFiles, 
TestBytesRefArray, TestSumDocFreq, TestTieredMergePolicy, 
TestRecyclingIntBlockAllocator, TestByteSlices, TestSpanExplanations, 
TestSpanContainQuery, Test2BPostings, TestCharArraySet, 
TestSingleInstanceLockFactory, TestCheckIndex, TestDoubleValuesSource, 
TestLockFactory, TestElevationComparator, TestRollback, 
Test2BSortedDocValuesFixedSorted, TestMatchNoDocsQuery, TestBoostQuery, 
TestAddIndexes, TestTermVectorsReader, LimitedFiniteStringsIteratorTest, 
TestPointValues, TestIndexSorting, TestTimeLimitingCollector, 
TestSearcherManager, TestMultiPhraseEnum, TestTransactions, TestDemo, 
TestCustomSearcherSort, TestAllFilesDetectTruncation, 
TestMultiTermConstantScore, TestWildcard, TestDocInverterPerFieldErrorInfo, 
TestFieldType, TestFieldInvertState, TestAutomatonQueryUnicode, 
TestPriorityQueue, TestBufferedChecksum, TestMSBRadixSorter, 
TestMixedDocValuesUpdates, TestSameScoresWithThreads, Test2BDocs, 
TestLevenshteinAutomata, TestMergeSchedulerExternal, 
TestSimpleExplanationsWithFillerDocs, TestStressNRT]
   [junit4] Completed [454/454 (1!)] on J1 in 2.33s, 1 test, 1 error <<< 
FAILURES!

[...truncated 9797 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/init-core-data-001
   [junit4]   2> 252103 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 252103 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 252105 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 252105 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 252155 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 252163 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 252165 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 252181 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-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_56173_hdfs____.iloqmi/webapp
   [junit4]   2> 252551 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:56173
   [junit4]   2> 252623 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 252624 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 252639 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-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_46922_datanode____idpala/webapp
   [junit4]   2> 253070 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46922
   [junit4]   2> 253122 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 253124 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 253137 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-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_43596_datanode____83uzdm/webapp
   [junit4]   2> 253269 INFO  (IPC Server handler 2 on 37435) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-e906f4ea-487e-4307-bf07-0b05e4c8e6fe node 
DatanodeRegistration(127.0.0.1:52881, 
datanodeUuid=a7353420-502d-40a9-8290-8a5f5fcb0b1a, infoPort=56938, 
infoSecurePort=0, ipcPort=56868, 
storageInfo=lv=-56;cid=testClusterID;nsid=1692542618;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 253269 INFO  (IPC Server handler 2 on 37435) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-fe990204-45f6-498e-bc83-cd995920c9ce node 
DatanodeRegistration(127.0.0.1:52881, 
datanodeUuid=a7353420-502d-40a9-8290-8a5f5fcb0b1a, infoPort=56938, 
infoSecurePort=0, ipcPort=56868, 
storageInfo=lv=-56;cid=testClusterID;nsid=1692542618;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 253558 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[2125E8B3280FE76A]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43596
   [junit4]   2> 253676 INFO  (IPC Server handler 3 on 37435) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-d15e90f7-3214-48ca-b687-00114f319957 node 
DatanodeRegistration(127.0.0.1:38667, 
datanodeUuid=7d70cca6-2bda-4d7b-a680-c63d877139b2, infoPort=58664, 
infoSecurePort=0, ipcPort=57094, 
storageInfo=lv=-56;cid=testClusterID;nsid=1692542618;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 253676 INFO  (IPC Server handler 3 on 37435) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-67c6100e-131e-4554-960f-39f38fb1479b node 
DatanodeRegistration(127.0.0.1:38667, 
datanodeUuid=7d70cca6-2bda-4d7b-a680-c63d877139b2, infoPort=58664, 
infoSecurePort=0, ipcPort=57094, 
storageInfo=lv=-56;cid=testClusterID;nsid=1692542618;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 253735 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 253735 INFO  (Thread-1225) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 253735 INFO  (Thread-1225) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 253738 ERROR (Thread-1225) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 253835 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57346
   [junit4]   2> 253843 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d4394125a0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 253857 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 253860 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 253862 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 253863 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 253871 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 253873 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 253875 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 253877 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 253879 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 253880 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 253882 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 253885 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 254022 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 254024 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70d7d04f{/,null,AVAILABLE}
   [junit4]   2> 254025 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2cbeecee{HTTP/1.1,[http/1.1]}{127.0.0.1:51288}
   [junit4]   2> 254025 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.Server Started @257245ms
   [junit4]   2> 254025 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=51288, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/control-001/cores}
   [junit4]   2> 254026 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 254026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 254026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 254026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 254026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T00:09:24.091Z
   [junit4]   2> 254035 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 254035 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/control-001/solr.xml
   [junit4]   2> 254044 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 254049 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57346/solr
   [junit4]   2> 254204 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 254205 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:51288_
   [junit4]   2> 254206 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.c.Overseer Overseer 
(id=98309070114127876-127.0.0.1:51288_-n_0000000000) starting
   [junit4]   2> 254215 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51288_
   [junit4]   2> 254217 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:51288_) [n:127.0.0.1:51288_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 254293 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 254298 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 254298 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 254300 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:51288_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/control-001/cores
   [junit4]   2> 254321 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 254322 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57346/solr ready
   [junit4]   2> 254326 INFO  (qtp1016457547-2302) [n:127.0.0.1:51288_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51288_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 254329 INFO  
(OverseerThreadFactory-470-thread-1-processing-n:127.0.0.1:51288_) 
[n:127.0.0.1:51288_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 254437 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 254437 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 254543 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:51288_) [n:127.0.0.1:51288_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 255456 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 255470 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 255555 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 255575 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 255575 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 255575 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:37435/solr_hdfs_home
   [junit4]   2> 255576 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 255576 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 255576 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:37435/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 255578 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 255586 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 255586 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 255593 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 255594 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 255613 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 255620 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 255620 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 255627 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 255628 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8505859375, noCFSRatio=1.0]
   [junit4]   2> 255648 INFO  (IPC Server handler 5 on 37435) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52881 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d15e90f7-3214-48ca-b687-00114f319957:NORMAL:127.0.0.1:38667|RBW],
 
ReplicaUC[[DISK]DS-fe990204-45f6-498e-bc83-cd995920c9ce:NORMAL:127.0.0.1:52881|FINALIZED]]}
 size 0
   [junit4]   2> 255649 INFO  (IPC Server handler 6 on 37435) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38667 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-fe990204-45f6-498e-bc83-cd995920c9ce:NORMAL:127.0.0.1:52881|FINALIZED],
 
ReplicaUC[[DISK]DS-67c6100e-131e-4554-960f-39f38fb1479b:NORMAL:127.0.0.1:38667|FINALIZED]]}
 size 0
   [junit4]   2> 255656 WARN  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 255714 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 255714 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 255714 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 255726 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 255726 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 255729 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@219d810e
   [junit4]   2> 255738 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@358ee747[control_collection_shard1_replica_n1] main]
   [junit4]   2> 255739 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 255740 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 255741 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 255743 INFO  
(searcherExecutor-473-thread-1-processing-n:127.0.0.1:51288_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:51288_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@358ee747[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 255743 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572945123929489408
   [junit4]   2> 255750 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 255750 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 255750 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51288/control_collection_shard1_replica_n1/
   [junit4]   2> 255750 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 255750 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:51288/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 255750 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 255755 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51288/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 255858 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:51288_) [n:127.0.0.1:51288_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 255906 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 255909 INFO  (qtp1016457547-2304) [n:127.0.0.1:51288_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1472
   [junit4]   2> 255913 INFO  (qtp1016457547-2302) [n:127.0.0.1:51288_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 256011 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:51288_) [n:127.0.0.1:51288_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 256331 INFO  
(OverseerCollectionConfigSetProcessor-98309070114127876-127.0.0.1:51288_-n_0000000000)
 [n:127.0.0.1:51288_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 256913 INFO  (qtp1016457547-2302) [n:127.0.0.1:51288_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51288_&wt=javabin&version=2}
 status=0 QTime=2587
   [junit4]   2> 256921 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 256922 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57346/solr ready
   [junit4]   2> 256922 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 256924 INFO  (qtp1016457547-2303) [n:127.0.0.1:51288_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 256926 INFO  
(OverseerThreadFactory-470-thread-2-processing-n:127.0.0.1:51288_) 
[n:127.0.0.1:51288_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 256927 WARN  
(OverseerThreadFactory-470-thread-2-processing-n:127.0.0.1:51288_) 
[n:127.0.0.1:51288_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 257140 INFO  (qtp1016457547-2303) [n:127.0.0.1:51288_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 257140 INFO  (qtp1016457547-2303) [n:127.0.0.1:51288_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=216
   [junit4]   2> 257280 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-1-001
 of type NRT
   [junit4]   2> 257282 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 257284 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@228af05a{/,null,AVAILABLE}
   [junit4]   2> 257284 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@549c2c49{HTTP/1.1,[http/1.1]}{127.0.0.1:36079}
   [junit4]   2> 257284 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.Server Started @260504ms
   [junit4]   2> 257285 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, 
hostContext=/, hostPort=36079, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-1-001/cores}
   [junit4]   2> 257285 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 257286 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 257286 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 257286 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 257286 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T00:09:27.351Z
   [junit4]   2> 257291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 257291 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-1-001/solr.xml
   [junit4]   2> 257297 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 257300 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57346/solr
   [junit4]   2> 257323 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 257327 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 257330 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36079_
   [junit4]   2> 257331 INFO  (zkCallback-196-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 257332 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:51288_) [n:127.0.0.1:51288_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 257332 INFO  
(zkCallback-201-thread-1-processing-n:127.0.0.1:36079_) [n:127.0.0.1:36079_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 257427 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 257433 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 257433 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 257434 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:36079_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-1-001/cores
   [junit4]   2> 257462 INFO  (qtp689432806-2353) [n:127.0.0.1:36079_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36079_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 257465 INFO  
(OverseerCollectionConfigSetProcessor-98309070114127876-127.0.0.1:51288_-n_0000000000)
 [n:127.0.0.1:51288_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 257465 INFO  
(OverseerThreadFactory-470-thread-3-processing-n:127.0.0.1:51288_) 
[n:127.0.0.1:51288_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36079_ 
for creating new replica
   [junit4]   2> 257468 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 257468 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 258486 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 258500 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 258588 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 258608 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 258608 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 258608 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:37435/solr_hdfs_home
   [junit4]   2> 258609 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 258609 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 258609 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-1-001/cores/collection1_shard2_replica_n0],
 dataDir=[hdfs://localhost:37435/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 258610 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 258619 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 258619 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 258623 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 258624 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 258642 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 258649 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 258649 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 258653 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 258653 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8505859375, noCFSRatio=1.0]
   [junit4]   2> 258680 INFO  (IPC Server handler 8 on 37435) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52881 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d15e90f7-3214-48ca-b687-00114f319957:NORMAL:127.0.0.1:38667|RBW],
 
ReplicaUC[[DISK]DS-e906f4ea-487e-4307-bf07-0b05e4c8e6fe:NORMAL:127.0.0.1:52881|FINALIZED]]}
 size 0
   [junit4]   2> 258681 INFO  (IPC Server handler 7 on 37435) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38667 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d15e90f7-3214-48ca-b687-00114f319957:NORMAL:127.0.0.1:38667|RBW],
 
ReplicaUC[[DISK]DS-e906f4ea-487e-4307-bf07-0b05e4c8e6fe:NORMAL:127.0.0.1:52881|FINALIZED]]}
 size 0
   [junit4]   2> 258687 WARN  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
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> 258755 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 258755 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 258755 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 258767 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 258767 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 258770 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@64038de7
   [junit4]   2> 258777 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15abf7bb[collection1_shard2_replica_n0] main]
   [junit4]   2> 258778 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 258778 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 258779 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 258783 INFO  
(searcherExecutor-484-thread-1-processing-n:127.0.0.1:36079_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@15abf7bb[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 258783 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572945127117160448
   [junit4]   2> 258790 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 258790 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 258790 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36079/collection1_shard2_replica_n0/
   [junit4]   2> 258790 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 258790 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:36079/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 258790 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 258794 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36079/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 258946 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 258952 INFO  (qtp689432806-2351) [n:127.0.0.1:36079_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1484
   [junit4]   2> 258955 INFO  (qtp689432806-2353) [n:127.0.0.1:36079_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36079_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1493
   [junit4]   2> 259095 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-2-001
 of type NRT
   [junit4]   2> 259095 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 259097 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b0341cf{/,null,AVAILABLE}
   [junit4]   2> 259097 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@581c6343{HTTP/1.1,[http/1.1]}{127.0.0.1:55878}
   [junit4]   2> 259098 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.e.j.s.Server Started @262318ms
   [junit4]   2> 259098 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, 
solrconfig=solrconfig.xml, hostContext=/, hostPort=55878, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-2-001/cores}
   [junit4]   2> 259098 ERROR 
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 259099 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 259099 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 259099 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 259099 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-15T00:09:29.164Z
   [junit4]   2> 259104 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 259104 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-2-001/solr.xml
   [junit4]   2> 259110 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 259114 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57346/solr
   [junit4]   2> 259129 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 259132 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 259136 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55878_
   [junit4]   2> 259137 INFO  
(zkCallback-201-thread-1-processing-n:127.0.0.1:36079_) [n:127.0.0.1:36079_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 259138 INFO  (zkCallback-196-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 259138 INFO  
(zkCallback-189-thread-2-processing-n:127.0.0.1:51288_) [n:127.0.0.1:51288_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 259139 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:55878_) [n:127.0.0.1:55878_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 259249 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 259255 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 259255 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 259257 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[2125E8B3280FE76A]) 
[n:127.0.0.1:55878_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-2-001/cores
   [junit4]   2> 259289 INFO  (qtp689432806-2354) [n:127.0.0.1:36079_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:55878_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 259292 INFO  
(OverseerThreadFactory-470-thread-4-processing-n:127.0.0.1:51288_) 
[n:127.0.0.1:51288_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:55878_ 
for creating new replica
   [junit4]   2> 259292 INFO  
(OverseerCollectionConfigSetProcessor-98309070114127876-127.0.0.1:51288_-n_0000000000)
 [n:127.0.0.1:51288_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 259297 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 259298 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 260316 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 260330 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 260417 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 260438 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 260438 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12b64677
   [junit4]   2> 260438 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:37435/solr_hdfs_home
   [junit4]   2> 260438 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 260439 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 260439 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_2125E8B3280FE76A-001/shard-2-001/cores/collection1_shard1_replica_n0],
 dataDir=[hdfs://localhost:37435/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 260440 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 260449 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 260449 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 260453 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 260454 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 260474 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:37435/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 260481 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 260481 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 260484 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 260485 INFO  (qtp1418706108-2390) [n:127.0.0.1:55878_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8505859375, noCFSRatio=1.0]
   [junit4]   2> 260502 INFO  (IPC Server handler 9 on 37435) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52881 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-67c6100e-131e-4554-960f-39f38fb1479b:NORMAL:127.0.0.1:38667|RBW],
 
ReplicaUC[[DISK]DS-fe990204-45f6-498e-bc83-cd995920c9ce:NORMAL:127.0.0.1:52881|FINALIZED]]}
 size 0
   [junit4]   2> 260503 INFO  (IPC Server handler 0 on 37435) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38667 is 
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNo

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

-TestJmxIntegration.testJmxUpdate-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3211590 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5c146323 commitCommandVersion:0
   [junit4]   2> 3211604 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@98cda18[collection1] main]
   [junit4]   2> 3211604 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3211608 INFO  (searcherExecutor-8526-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@98cda18[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 3211612 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 21
   [junit4]   2> 3211612 INFO  
(TEST-TestJmxIntegration.testJmxUpdate-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJmxUpdate
   [junit4]   2> 3211616 INFO  
(TEST-TestJmxIntegration.testJmxRegistration-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJmxRegistration
   [junit4]   2> 3211676 INFO  
(TEST-TestJmxIntegration.testJmxRegistration-seed#[2125E8B3280FE76A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJmxRegistration
   [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=TestJmxIntegration 
-Dtests.method=testJmxRegistration -Dtests.seed=2125E8B3280FE76A 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-SA -Dtests.timezone=America/Whitehorse -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.07s J2 | TestJmxIntegration.testJmxRegistration <<<
   [junit4]    > Throwable #1: javax.management.RuntimeMBeanException: 
org.apache.lucene.store.AlreadyClosedException: this Directory is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2125E8B3280FE76A:AFF48C89454EBF0F]:0)
   [junit4]    >        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:839)
   [junit4]    >        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:852)
   [junit4]    >        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:651)
   [junit4]    >        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:121)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
this Directory is closed
   [junit4]    >        at 
org.apache.lucene.store.BaseDirectory.ensureOpen(BaseDirectory.java:51)
   [junit4]    >        at 
org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:233)
   [junit4]    >        at 
org.apache.solr.core.DirectoryFactory.sizeOfDirectory(DirectoryFactory.java:271)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getIndexSize(SolrCore.java:407)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.lambda$initializeMetrics$7(SolrCore.java:1137)
   [junit4]    >        at 
com.codahale.metrics.JmxReporter$JmxGauge.getValue(JmxReporter.java:188)
   [junit4]    >        at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
   [junit4]    >        at 
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
   [junit4]    >        at 
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
   [junit4]    >        at 
com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83)
   [junit4]    >        at 
com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
   [junit4]    >        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
   [junit4]    >        ... 41 more
   [junit4]   2> 3211680 INFO  
(SUITE-TestJmxIntegration-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 3211680 INFO  
(SUITE-TestJmxIntegration-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=892545155
   [junit4]   2> 3211680 INFO  
(SUITE-TestJmxIntegration-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3211691 INFO  
(SUITE-TestJmxIntegration-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3211694 INFO  
(SUITE-TestJmxIntegration-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3211699 INFO  
(SUITE-TestJmxIntegration-seed#[2125E8B3280FE76A]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3211700 INFO  (coreCloseExecutor-8530-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@58e3282c
   [junit4]   2> 3211702 INFO  (coreCloseExecutor-8530-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1491281964
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestJmxIntegration_2125E8B3280FE76A-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-SA, 
timezone=America/Whitehorse
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=252299992,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestNumericTerms32, 
ResponseLogComponentTest, DistributedQueueTest, RollingRestartTest, 
QueryResultKeyTest, PreAnalyzedFieldTest, HardAutoCommitTest, StressHdfsTest, 
DeleteInactiveReplicaTest, TestOnReconnectListenerSupport, 
DirectUpdateHandlerTest, SegmentsInfoRequestHandlerTest, 
TestTolerantUpdateProcessorCloud, MetricUtilsTest, 
SimpleCollectionCreateDeleteTest, PingRequestHandlerTest, 
PrimitiveFieldTypeTest, AliasIntegrationTest, ShardSplitTest, SmileWriterTest, 
ShowFileRequestHandlerTest, DateMathParserTest, HdfsNNFailoverTest, 
XsltUpdateRequestHandlerTest, TestRecovery, SimplePostToolTest, 
TestSolrCloudWithKerberosAlt, TestPullReplicaErrorHandling, 
DataDrivenBlockJoinTest, TestPerFieldSimilarityWithDefaultOverride, 
RegexBoostProcessorTest, SolrInfoBeanTest, TriLevelCompositeIdRoutingTest, 
DeleteReplicaTest, UniqFieldsUpdateProcessorFactoryTest, 
URLClassifyProcessorTest, OverseerRolesTest, MetricsHandlerTest, 
BadCopyFieldTest, HdfsLockFactoryTest, TestLegacyNumericRangeQueryBuilder, 
TestSimpleQParserPlugin, HdfsRestartWhileUpdatingTest, 
TestCollationFieldDocValues, TestCollapseQParserPlugin, 
ClassificationUpdateProcessorTest, TestPolicyCloud, TestDistribDocBasedVersion, 
TestSuggestSpellingConverter, TestSolrCoreProperties, TestQueryUtils, 
CoreAdminRequestStatusTest, AddBlockUpdateTest, SuggesterFSTTest, 
TestPivotHelperCode, TestManagedStopFilterFactory, SearchHandlerTest, 
TimeZoneUtilsTest, TestConfigSetImmutable, BJQParserTest, 
ConnectionManagerTest, NotRequiredUniqueKeyTest, SearchHandlerTest, 
AtomicUpdatesTest, OverseerTest, TestSolrCLIRunExample, BadIndexSchemaTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestAnalyzeInfixSuggestions, 
DocumentBuilderTest, DistributedFacetPivotLargeTest, BasicDistributedZk2Test, 
ResponseHeaderTest, TestLFUCache, CdcrReplicationHandlerTest, 
LeaderFailoverAfterPartitionTest, TestSchemaManager, TestSolrDeletionPolicy2, 
SolrXmlInZkTest, SimpleFacetsTest, SpatialHeatmapFacetsTest, 
RequiredFieldsTest, TestLegacyField, TestStressUserVersions, 
HdfsTlogReplayBufferedWhileIndexingTest, TestMiniSolrCloudCluster, 
LeaderInitiatedRecoveryOnShardRestartTest, JvmMetricsTest, TestStressReorder, 
TestDistributedMissingSort, TestQuerySenderListener, NumericFieldsTest, 
TestCustomSort, TestDistributedStatsComponentCardinality, 
CollectionStateFormat2Test, TestSchemaVersionResource, 
TestRequestStatusCollectionAPI, TestRandomCollapseQParserPlugin, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestPayloadCheckQParserPlugin, 
TestNestedDocsSort, TestFieldCacheReopen, TestRebalanceLeaders, 
TestConfigSetsAPIZkFailure, TestMultiWordSynonyms, CopyFieldTest, 
TestSurroundQueryParser, PKIAuthenticationIntegrationTest, ZkStateWriterTest, 
SolrSlf4jReporterTest, TestLeaderInitiatedRecoveryThread, InfixSuggestersTest, 
TestRuleBasedAuthorizationPlugin, BitVectorTest, SolrTestCaseJ4Test, 
CachingDirectoryFactoryTest, SpellCheckComponentTest, TestGroupingSearch, 
TestSort, TestFunctionQuery, TestLazyCores, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, TestTrie, 
PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate, 
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, DocValuesMultiTest, 
DebugComponentTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, 
TermsComponentTest, TestIndexingPerformance, FastVectorHighlighterTest, 
IndexSchemaRuntimeFieldTest, TestJmxIntegration]
   [junit4] Completed [424/727 (2!)] on J2 in 0.80s, 3 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to