Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1228/

6 tests failed.
FAILED:  
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings

Error Message:
startOffset must be non-negative, and endOffset must be >= startOffset, and 
offsets must not go backwards startOffset=11,endOffset=25,lastStartOffset=18 
for field 'dummy'

Stack Trace:
java.lang.IllegalArgumentException: startOffset must be non-negative, and 
endOffset must be >= startOffset, and offsets must not go backwards 
startOffset=11,endOffset=25,lastStartOffset=18 for field 'dummy'
        at 
__randomizedtesting.SeedInfo.seed([82716F149F164DB7:E82AD005C6586D44]:0)
        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:773)
        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:437)
        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1579)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1324)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:171)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:650)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:872)
        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:745)


FAILED:  
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart

Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1

Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete 
@source_collection:shard1
        at 
__randomizedtesting.SeedInfo.seed([E2F2B2B51FAC6070:BEEF5534D18CD446]:0)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:795)
        at 
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:235)
        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:745)


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

Error Message:
expected:<152> but was:<143>

Stack Trace:
java.lang.AssertionError: expected:<152> but was:<143>
        at 
__randomizedtesting.SeedInfo.seed([E2F2B2B51FAC6070:6AA68D6FB1500D88]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:286)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
        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:745)


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

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

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


FAILED:  org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([E2F2B2B51FAC6070:6AA68D6FB1500D88]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test(HdfsWriteToMultipleCollectionsTest.java:137)
        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:745)




Build Log:
[...truncated 3148 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> TEST FAIL: useCharFilter=true text='om 
\ud892\udd08\u84df\u4577V \u04cd 
\u317b\u3181\u315a\u316e\u3175\u316e\u318c\u3173\u3167 
\u19a4\u19c2\u19a9\u19b1\u19cc\u19a3\u19a8 \"&R'
   [junit4]   2> Exception from random analyzer: 
   [junit4]   2> charfilters=
   [junit4]   2>   
org.apache.lucene.analysis.charfilter.HTMLStripCharFilter(java.io.StringReader@4dac430d)
   [junit4]   2> tokenizer=
   [junit4]   2>   
org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer(org.apache.lucene.util.AttributeFactory$DefaultAttributeFactory@3826389b)
   [junit4]   2> filters=
   [junit4]   2>   
org.apache.lucene.analysis.ga.IrishLowerCaseFilter(ValidatingTokenFilter@1ee73a8e
 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,type=word)
   [junit4]   2>   
org.apache.lucene.analysis.shingle.ShingleFilter(ValidatingTokenFilter@db55627 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,type=word,positionLength=1,
 <ALPHANUM>)
   [junit4]   2>   
org.apache.lucene.analysis.cjk.CJKBigramFilter(ValidatingTokenFilter@12542316 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,type=word,positionLength=1)
   [junit4]   2>   
org.apache.lucene.analysis.id.IndonesianStemFilter(ValidatingTokenFilter@61ec8abe
 
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,type=word,positionLength=1,keyword=false)
   [junit4]   2> offsetsAreCorrect=false
   [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=TestRandomChains 
-Dtests.method=testRandomChainsWithLargeStrings -Dtests.seed=82716F149F164DB7 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=tr -Dtests.timezone=SystemV/CST6CDT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   16.6s J2 | 
TestRandomChains.testRandomChainsWithLargeStrings <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: startOffset 
must be non-negative, and endOffset must be >= startOffset, and offsets must 
not go backwards startOffset=11,endOffset=25,lastStartOffset=18 for field 
'dummy'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([82716F149F164DB7:E82AD005C6586D44]:0)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:773)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:437)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1579)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1324)
   [junit4]    >        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:171)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:650)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
   [junit4]    >        at 
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:872)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/common/test/J2/temp/lucene.analysis.core.TestRandomChains_82716F149F164DB7-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=7, maxDocsPerChunk=656, blockSize=9), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=7, blockSize=9)), sim=RandomSimilarity(queryNorm=true): {dummy=DFR 
I(n)L3(800.0)}, locale=tr, timezone=SystemV/CST6CDT
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=173540024,total=294125568
   [junit4]   2> NOTE: All tests run in this JVM: [TestKeepCase, 
TestHunspellStemFilterFactory, TestMorphData, 
TokenOffsetPayloadTokenFilterTest, TestBrazilianStemFilterFactory, 
TestLengthFilterFactory, TestDictionary, TestUAX29URLEmailTokenizer, 
TestApostropheFilter, TestSoraniNormalizationFilter, 
TestPatternReplaceFilterFactory, TestEnglishMinimalStemFilter, 
NumericPayloadTokenFilterTest, TestAllAnalyzersHaveFactories, 
TestStopFilterFactory, TestRussianAnalyzer, TestSynonymFilterFactory, 
TestSerbianNormalizationRegularFilter, Test64kAffixes, GreekAnalyzerTest, 
TestPortugueseAnalyzer, TestScandinavianNormalizationFilter, 
TestCJKBigramFilter, TestPrefixAndSuffixAwareTokenFilter, 
TestPorterStemFilterFactory, TestHindiStemmer, TestCJKWidthFilterFactory, 
TestTrimFilter, TestStopAnalyzer, TestCatalanAnalyzer, 
TestPerFieldAnalyzerWrapper, TestShingleFilterFactory, 
TestSwedishLightStemFilterFactory, ShingleAnalyzerWrapperTest, 
TestCollationDocValuesField, TestWordnetSynonymParser, 
TestFixBrokenOffsetsFilter, TestCondition2, TestStrangeOvergeneration, 
TestLimitTokenOffsetFilter, TestEnglishMinimalStemFilterFactory, TestZeroAffix, 
TestArabicStemFilter, TestPersianAnalyzer, TestLimitTokenPositionFilterFactory, 
TestPatternReplaceFilter, HTMLStripCharFilterTest, TestSnowball, 
TestRandomChains]
   [junit4] Completed [147/277 (1!)] on J2 in 178.09s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 9685 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/init-core-data-001
   [junit4]   2> 3738047 INFO  
(SUITE-PeerSyncReplicationTest-seed#[E2F2B2B51FAC6070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 3738049 INFO  
(SUITE-PeerSyncReplicationTest-seed#[E2F2B2B51FAC6070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3738049 INFO  
(SUITE-PeerSyncReplicationTest-seed#[E2F2B2B51FAC6070]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 3738051 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3738051 INFO  (Thread-36973) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3738052 INFO  (Thread-36973) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3738152 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57820
   [junit4]   2> 3738163 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3738165 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3738167 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3738169 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3738171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3738172 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3738174 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3738175 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3738177 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3738178 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3738180 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3738292 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/control-001/cores/collection1
   [junit4]   2> 3738295 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3738296 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@306c77dc{/,null,AVAILABLE}
   [junit4]   2> 3738299 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4e7d08be{SSL,[ssl, 
http/1.1]}{127.0.0.1:41928}
   [junit4]   2> 3738299 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server Started @3742637ms
   [junit4]   2> 3738299 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/tempDir-001/control/data,
 hostContext=/, hostPort=41928, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/control-001/cores}
   [junit4]   2> 3738299 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3738300 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 3738300 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3738300 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3738300 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T08:00:40.447Z
   [junit4]   2> 3738303 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3738303 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/control-001/solr.xml
   [junit4]   2> 3738310 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57820/solr
   [junit4]   2> 3738344 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41928_ 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:41928_
   [junit4]   2> 3738345 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41928_ 
   ] o.a.s.c.Overseer Overseer 
(id=97387966640947205-127.0.0.1:41928_-n_0000000000) starting
   [junit4]   2> 3738355 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41928_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41928_
   [junit4]   2> 3738357 INFO  
(zkCallback-2713-thread-1-processing-n:127.0.0.1:41928_) [n:127.0.0.1:41928_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3738445 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41928_ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/control-001/cores
   [junit4]   2> 3738445 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41928_ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 3738453 INFO  
(OverseerStateUpdate-97387966640947205-127.0.0.1:41928_-n_0000000000) 
[n:127.0.0.1:41928_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 3738474 WARN  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 3738474 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3738488 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3738587 WARN  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 3738589 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3738600 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 3738601 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/control-001/cores/collection1/data/]
   [junit4]   2> 3738601 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@76b234e4
   [junit4]   2> 3738603 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1516137655, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3738615 WARN  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 3738672 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3738672 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3738673 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 3738673 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 3738674 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12040607476207682]
   [junit4]   2> 3738675 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@ab53d4[collection1] main]
   [junit4]   2> 3738676 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3738676 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3738676 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3738677 INFO  
(coreLoadExecutor-8499-thread-1-processing-n:127.0.0.1:41928_) 
[n:127.0.0.1:41928_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558207466909466624
   [junit4]   2> 3738680 INFO  
(searcherExecutor-8500-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ab53d4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3738685 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 3738685 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 3738685 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41928/collection1/
   [junit4]   2> 3738685 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 3738686 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:41928/collection1/ has no replicas
   [junit4]   2> 3738695 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:41928/collection1/ shard1
   [junit4]   2> 3738846 INFO  
(coreZkRegister-8492-thread-1-processing-n:127.0.0.1:41928_ x:collection1 
c:control_collection) [n:127.0.0.1:41928_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 3739257 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3739258 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57820/solr ready
   [junit4]   2> 3739258 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 3739258 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 3739261 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 0x159fdd6f5080007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3739363 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001/cores/collection1
   [junit4]   2> 3739364 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001
   [junit4]   2> 3739366 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3739367 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2a3001a{/,null,AVAILABLE}
   [junit4]   2> 3739369 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@550f56ea{SSL,[ssl, 
http/1.1]}{127.0.0.1:44867}
   [junit4]   2> 3739370 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server Started @3743707ms
   [junit4]   2> 3739370 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=44867, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001/cores}
   [junit4]   2> 3739370 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3739370 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 3739371 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3739371 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3739371 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T08:00:41.518Z
   [junit4]   2> 3739374 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3739374 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001/solr.xml
   [junit4]   2> 3739381 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57820/solr
   [junit4]   2> 3739391 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:44867_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3739395 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:44867_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44867_
   [junit4]   2> 3739397 INFO  
(zkCallback-2713-thread-2-processing-n:127.0.0.1:41928_) [n:127.0.0.1:41928_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3739398 INFO  (zkCallback-2717-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3739405 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3739536 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:44867_ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001/cores
   [junit4]   2> 3739536 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:44867_ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 3739541 INFO  
(OverseerStateUpdate-97387966640947205-127.0.0.1:41928_-n_0000000000) 
[n:127.0.0.1:41928_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 3739644 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3740554 WARN  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 3740555 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 3740569 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3740667 WARN  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 3740670 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 3740681 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3740682 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 3740682 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76b234e4
   [junit4]   2> 3740685 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516137655, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3740697 WARN  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 3740741 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3740741 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3740742 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3740742 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3740743 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12040607476207682]
   [junit4]   2> 3740744 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@2b700166[collection1] main]
   [junit4]   2> 3740745 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3740746 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3740746 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 3740747 INFO  
(searcherExecutor-8511-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b700166[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3740748 INFO  
(coreLoadExecutor-8510-thread-1-processing-n:127.0.0.1:44867_) 
[n:127.0.0.1:44867_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1558207469081067520
   [junit4]   2> 3740755 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 3740756 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 3740756 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44867/collection1/
   [junit4]   2> 3740756 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3740756 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:44867/collection1/ has no 
replicas
   [junit4]   2> 3740760 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44867/collection1/ shard1
   [junit4]   2> 3740863 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3740908 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001/cores/collection1
   [junit4]   2> 3740908 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001
   [junit4]   2> 3740910 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3740911 INFO  
(coreZkRegister-8505-thread-1-processing-n:127.0.0.1:44867_ x:collection1 
c:collection1) [n:127.0.0.1:44867_ c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3740912 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54717036{/,null,AVAILABLE}
   [junit4]   2> 3740913 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@613949bd{SSL,[ssl, 
http/1.1]}{127.0.0.1:41924}
   [junit4]   2> 3740913 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server Started @3745251ms
   [junit4]   2> 3740913 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41924, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001/cores}
   [junit4]   2> 3740914 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3740914 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 3740914 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3740914 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3740914 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T08:00:43.061Z
   [junit4]   2> 3740925 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3740925 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001/solr.xml
   [junit4]   2> 3740933 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57820/solr
   [junit4]   2> 3740943 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41924_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3740948 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41924_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41924_
   [junit4]   2> 3740949 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3740950 INFO  (zkCallback-2717-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3740950 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3740950 INFO  
(zkCallback-2713-thread-1-processing-n:127.0.0.1:41928_) [n:127.0.0.1:41928_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3740954 INFO  
(zkCallback-2729-thread-1-processing-n:127.0.0.1:41924_) [n:127.0.0.1:41924_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3741040 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41924_ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001/cores
   [junit4]   2> 3741040 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [n:127.0.0.1:41924_ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 3741053 INFO  
(OverseerStateUpdate-97387966640947205-127.0.0.1:41928_-n_0000000000) 
[n:127.0.0.1:41928_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 3741155 WARN  
(OverseerStateUpdate-97387966640947205-127.0.0.1:41928_-n_0000000000) 
[n:127.0.0.1:41928_    ] o.a.s.c.Overseer Bad version writing to ZK using 
compare-and-set, will force refresh cluster state: KeeperErrorCode = BadVersion 
for /collections/collection1/state.json
   [junit4]   2> 3741160 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3741160 INFO  
(zkCallback-2729-thread-1-processing-n:127.0.0.1:41924_) [n:127.0.0.1:41924_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3741163 INFO  
(OverseerStateUpdate-97387966640947205-127.0.0.1:41928_-n_0000000000) 
[n:127.0.0.1:41928_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 3741163 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3741174 INFO  
(zkCallback-2729-thread-2-processing-n:127.0.0.1:41924_) [n:127.0.0.1:41924_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3742070 WARN  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 3742070 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 3742084 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3742179 WARN  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 3742182 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 3742194 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3742194 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 3742194 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76b234e4
   [junit4]   2> 3742196 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516137655, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3742209 WARN  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 3742253 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3742253 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3742254 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3742254 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3742256 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12040607476207682]
   [junit4]   2> 3742256 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3eb72d32[collection1] main]
   [junit4]   2> 3742257 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3742258 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3742258 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 3742259 INFO  
(searcherExecutor-8522-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
c:collection1) [n:127.0.0.1:41924_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3eb72d32[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3742260 INFO  
(coreLoadExecutor-8521-thread-1-processing-n:127.0.0.1:41924_) 
[n:127.0.0.1:41924_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1558207470666514432
   [junit4]   2> 3742265 INFO  
(coreZkRegister-8516-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
c:collection1) [n:127.0.0.1:41924_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 3742265 INFO  
(updateExecutor-2726-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 3742266 INFO  
(recoveryExecutor-2727-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 3742266 INFO  
(recoveryExecutor-2727-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 3742267 INFO  
(recoveryExecutor-2727-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 3742267 INFO  
(recoveryExecutor-2727-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 3742267 INFO  
(recoveryExecutor-2727-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [https://127.0.0.1:44867/collection1/] 
and I am [https://127.0.0.1:41924/collection1/]
   [junit4]   2> 3742269 INFO  
(recoveryExecutor-2727-thread-1-processing-n:127.0.0.1:41924_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:41924_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [https://127.0.0.1:44867]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:41924_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 3742293 INFO  (qtp1260521778-50604) [n:127.0.0.1:44867_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 3742294 INFO  (qtp1260521778-50604) [n:127.0.0.1:44867_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 3742294 INFO  (qtp1260521778-50604) [n:127.0.0.1:44867_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:41924_, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:41924","node_name":"127.0.0.1:41924_","state":"down"}
   [junit4]   2> 3742371 INFO  
(zkCallback-2729-thread-2-processing-n:127.0.0.1:41924_) [n:127.0.0.1:41924_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3742371 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:44867_) [n:127.0.0.1:44867_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3742419 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-3-001/cores/collection1
   [junit4]   2> 3742420 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-3-001
   [junit4]   2> 3742422 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3742423 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@631df1c2{/,null,AVAILABLE}
   [junit4]   2> 3742425 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@44eb27d{SSL,[ssl, 
http/1.1]}{127.0.0.1:46503}
   [junit4]   2> 3742425 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.e.j.s.Server Started @3746762ms
   [junit4]   2> 3742426 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=46503, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-3-001/cores}
   [junit4]   2> 3742426 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3742427 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 3742427 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3742427 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3742427 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T08:00:44.574Z
   [junit4]   2> 3742430 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3742430 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_E2F2B2B51FAC6070-001/shard-3-001/solr.xml
   [junit4]   2> 3742437 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC6070]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57820/solr
   [junit4]   2> 3742447 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[E2F2B2B51FAC60

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

4]   2>         at 
org.apache.hadoop.metrics2.lib.MetricsSourceBuilder$1.getMetrics(MetricsSourceBuilder.java:79)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:194)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.teardownClass(HdfsDirectoryFactoryTest.java:61)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 53 more
   [junit4]   2> 5606346 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[E2F2B2B51FAC6070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_E2F2B2B51FAC6070-001
   [junit4]   2> Feb 02, 2017 8:31:47 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=107, maxMBSortInHeap=6.877613008716601, 
sim=RandomSimilarity(queryNorm=false): {}, locale=id-ID, timezone=SystemV/YST9
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=2,free=340338544,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [SimpleMLTQParserTest, 
TestFiltering, ZkCLITest, IndexSchemaRuntimeFieldTest, TestRebalanceLeaders, 
TestUseDocValuesAsStored2, V2ApiIntegrationTest, BadCopyFieldTest, 
DistributedIntervalFacetingTest, SaslZkACLProviderTest, BJQParserTest, 
DistributedFacetExistsSmallTest, TestDocumentBuilder, 
DistributedTermsComponentTest, TestConfigSetsAPIZkFailure, 
TestMiniSolrCloudCluster, JsonValidatorTest, ZkSolrClientTest, 
TestStressInPlaceUpdates, TestFieldCacheSortRandom, 
VMParamsZkACLAndCredentialsProvidersTest, TestCursorMarkWithoutUniqueKey, 
TimeZoneUtilsTest, CollectionsAPIDistributedZkTest, SolrJmxReporterTest, 
TestSerializedLuceneMatchVersion, TestSolrCLIRunExample, CdcrUpdateLogTest, 
TestDynamicFieldResource, ShardRoutingCustomTest, TestBulkSchemaConcurrent, 
SortByFunctionTest, DeleteShardTest, TestSweetSpotSimilarityFactory, 
HttpPartitionTest, TestApiFramework, SortSpecParsingTest, SimplePostToolTest, 
MoreLikeThisHandlerTest, TestCoreAdminApis, TestTrackingShardHandlerFactory, 
SolrCmdDistributorTest, TestStressRecovery, TestSolrCoreParser, 
SuggesterFSTTest, TestSolrCoreSnapshots, 
TestTolerantUpdateProcessorRandomCloud, DistanceFunctionTest, 
SolrCoreMetricManagerTest, AtomicUpdatesTest, SolrMetricsIntegrationTest, 
ZkControllerTest, ExplicitHLLTest, ManagedSchemaRoundRobinCloudTest, RulesTest, 
CursorMarkTest, TestFastLRUCache, TestPostingsSolrHighlighter, 
TestCloudDeleteByQuery, TestInfoStreamLogging, ShardRoutingTest, 
TestChildDocTransformer, TestLegacyNumericRangeQueryBuilder, 
TestLeaderInitiatedRecoveryThread, FileUtilsTest, SolrIndexMetricsTest, 
TestUninvertingReader, TestRawResponseWriter, ActionThrottleTest, 
TestRequestStatusCollectionAPI, HLLUtilTest, CdcrVersionReplicationTest, 
TestManagedSchemaAPI, TestRestManager, JsonLoaderTest, StressHdfsTest, 
CloudExitableDirectoryReaderTest, CoreMergeIndexesAdminHandlerTest, 
CachingDirectoryFactoryTest, ChaosMonkeyNothingIsSafeTest, 
TestCloudPseudoReturnFields, TestFieldCacheReopen, 
ClassificationUpdateProcessorTest, TestScoreJoinQPScore, 
ChaosMonkeySafeLeaderTest, OpenExchangeRatesOrgProviderTest, TestHdfsUpdateLog, 
DistributedVersionInfoTest, TestStressUserVersions, 
TolerantUpdateProcessorTest, BasicFunctionalityTest, SolrIndexSplitterTest, 
TestReqParamsAPI, TestFieldTypeCollectionResource, 
TestNonDefinedSimilarityFactory, TestFuzzyAnalyzedSuggestions, 
SoftAutoCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
DocumentBuilderTest, TestHdfsCloudBackupRestore, 
CdcrReplicationDistributedZkTest, SpellCheckCollatorTest, 
TestCollapseQParserPlugin, UpdateLogTest, TestConfigSetProperties, 
TestSubQueryTransformerDistrib, TestUpdate, HdfsChaosMonkeyNothingIsSafeTest, 
SolrCloudExampleTest, TestSQLHandlerNonCloud, TestSearchPerf, 
TestCoreContainer, TestRandomCollapseQParserPlugin, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, 
SolrCLIZkUtilsTest, TestCollectionAPI, TestConfigSetsAPI, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestLocalFSCloudBackupRestore, TestRandomFlRTGCloud, TestStressLiveNodes, 
HdfsNNFailoverTest, HdfsRestartWhileUpdatingTest, 
HdfsWriteToMultipleCollectionsTest, ZkStateWriterTest, CoreSorterTest, 
ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest]
   [junit4] Completed [543/691 (5!)] on J1 in 13.29s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 62879 lines...]


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

Reply via email to