Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2815/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.test

Error Message:
Shard a1x2_shard1_replica1 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
        at 
__randomizedtesting.SeedInfo.seed([8F83FB2B644529B1:7D7C4F1CAB94449]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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.handler.admin.MBeansHandlerTest.testDiff

Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>

Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but 
was:<Was: [4, Now: 5], Delta: 1>
        at 
__randomizedtesting.SeedInfo.seed([8F83FB2B644529B1:4A953FB074F311D1]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)




Build Log:
[...truncated 11549 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_8F83FB2B644529B1-001/init-core-data-001
   [junit4]   2> 582836 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-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> 582837 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 582837 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 582859 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 582885 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 583041 WARN  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 583042 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 583049 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 583066 WARN  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 583068 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 583068 WARN  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 583072 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 583072 WARN  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 583072 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 583073 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 583096 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 583119 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 583177 WARN  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 583185 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 583190 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 583190 WARN  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 583190 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 583190 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_8F83FB2B644529B1-001/init-core-data-001/]
   [junit4]   2> 583191 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 583192 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=98.9306640625, 
floorSegmentMB=0.3505859375, forceMergeDeletesPctAllowed=25.76947606127173, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.897913685870646
   [junit4]   2> 583234 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 583234 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 583235 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 583235 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 583235 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=45.7919921875, 
floorSegmentMB=1.66796875, forceMergeDeletesPctAllowed=16.850485484967585, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3233348934077356
   [junit4]   2> 583236 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1755453[collection1] 
main]
   [junit4]   2> 583236 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 583277 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 583452 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 583453 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 583454 INFO  (coreLoadExecutor-2406-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1558734452839940096
   [junit4]   2> 583457 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 583458 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
   [junit4]   2> 583460 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&wt=xml} status=0 QTime=1
   [junit4]   2> 583468 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=0
   [junit4]   2> 583469 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 583469 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 583469 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
   [junit4]   2> 583470 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
   [junit4]   2> 583470 INFO  
(searcherExecutor-2407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1755453[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 583472 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDiff
   [junit4]   2> 583473 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=0
   [junit4]   2> 583502 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=27
   [junit4]   2> 583504 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDiff
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MBeansHandlerTest 
-Dtests.method=testDiff -Dtests.seed=8F83FB2B644529B1 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=America/Godthab 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J0 | MBeansHandlerTest.testDiff <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1, 
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8F83FB2B644529B1:4A953FB074F311D1]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 583510 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[8F83FB2B644529B1]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
   [junit4]   2> 583539 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[8F83FB2B644529B1]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
   [junit4]   2> 583540 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 583540 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=25671936
   [junit4]   2> 583540 INFO  (coreCloseExecutor-2412-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a0faf1
   [junit4]   2> 583606 INFO  (coreCloseExecutor-2412-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 583609 INFO  
(SUITE-MBeansHandlerTest-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_8F83FB2B644529B1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sr-Latn-RS, 
timezone=America/Godthab
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=463620776,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, 
TestNamedUpdateProcessors, TestSerializedLuceneMatchVersion, BadCopyFieldTest, 
BasicZkTest, DocumentAnalysisRequestHandlerTest, TestDocSet, 
TestComplexPhraseLeadingWildcard, SolrGangliaReporterTest, 
DistributedQueueTest, ConnectionReuseTest, AnalyticsMergeStrategyTest, 
TestJmxIntegration, CachingDirectoryFactoryTest, TestConfigSetsAPIExclusivity, 
TestExceedMaxTermLength, TestCloudPivotFacet, ExitableDirectoryReaderTest, 
TestFieldTypeCollectionResource, TestDocumentBuilder, TestLockTree, 
CacheHeaderTest, SSLMigrationTest, TestStressLucene, RequiredFieldsTest, 
PeerSyncWithIndexFingerprintCachingTest, TestPHPSerializedResponseWriter, 
TestRandomFaceting, RulesTest, PreAnalyzedUpdateProcessorTest, PolyFieldTest, 
TestJsonFacets, ExternalFileFieldSortTest, ZkNodePropsTest, TestLRUStatsCache, 
SynonymTokenizerTest, CollectionsAPISolrJTest, SolrRequestParserTest, 
MergeStrategyTest, TestSortByMinMaxFunction, TestConfigSetProperties, 
OverseerStatusTest, TestCustomDocTransformer, 
DistributedFacetPivotLongTailTest, VMParamsZkACLAndCredentialsProvidersTest, 
NotRequiredUniqueKeyTest, TestBulkSchemaConcurrent, TestRTimerTree, 
TestDynamicFieldResource, FileBasedSpellCheckerTest, BlockJoinFacetRandomTest, 
TestRangeQuery, TestRestManager, TestSubQueryTransformerDistrib, 
TestReplicationHandler, TestSolr4Spatial2, StressHdfsTest, 
HighlighterConfigTest, TestSystemCollAutoCreate, MBeansHandlerTest]
   [junit4] Completed [229/690 (1!)] on J0 in 0.79s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 259 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomRequestDistribution
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/init-core-data-001
   [junit4]   2> 896843 INFO  
(SUITE-TestRandomRequestDistribution-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 896844 INFO  
(SUITE-TestRandomRequestDistribution-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 896845 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 896846 INFO  (Thread-1874) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 896846 INFO  (Thread-1874) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 896946 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42430
   [junit4]   2> 896953 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 896954 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 896955 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 896956 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 896956 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 896957 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 896957 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 896958 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 896958 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 896960 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 896960 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 897039 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/control-001/cores/collection1
   [junit4]   2> 897040 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 897041 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e3df95{/,null,AVAILABLE}
   [junit4]   2> 897042 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1356092{HTTP/1.1,[http/1.1]}{127.0.0.1:41957}
   [junit4]   2> 897042 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server Started @898801ms
   [junit4]   2> 897043 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/tempDir-001/control/data,
 hostContext=/, hostPort=41957, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/control-001/cores}
   [junit4]   2> 897043 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 897043 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 897043 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 897043 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 897043 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-08T03:42:07.360Z
   [junit4]   2> 897046 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 897046 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/control-001/solr.xml
   [junit4]   2> 897051 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 897051 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42430/solr
   [junit4]   2> 897061 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:41957_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:41957_
   [junit4]   2> 897061 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:41957_    ] o.a.s.c.Overseer Overseer 
(id=97420923840954372-127.0.0.1:41957_-n_0000000000) starting
   [junit4]   2> 897063 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:41957_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41957_
   [junit4]   2> 897064 INFO  
(zkCallback-935-thread-1-processing-n:127.0.0.1:41957_) [n:127.0.0.1:41957_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 897132 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:41957_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/control-001/cores
   [junit4]   2> 897132 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:41957_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 897134 INFO  
(OverseerStateUpdate-97420923840954372-127.0.0.1:41957_-n_0000000000) 
[n:127.0.0.1:41957_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 898142 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 898154 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 898211 WARN  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ 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> 898213 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 898218 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 898219 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/control-001/cores/collection1/data/]
   [junit4]   2> 898219 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ 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@188a99c
   [junit4]   2> 898220 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=92.671875, 
floorSegmentMB=0.791015625, forceMergeDeletesPctAllowed=29.493381675243267, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2933140971122914
   [junit4]   2> 898224 WARN  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ 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> 898251 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 898251 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 898252 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 898252 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 898252 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1674221890, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 898253 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a7bea2[collection1] main]
   [junit4]   2> 898254 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 898254 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 898254 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 898255 INFO  
(searcherExecutor-3594-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a7bea2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 898256 INFO  
(coreLoadExecutor-3593-thread-1-processing-n:127.0.0.1:41957_) 
[n:127.0.0.1:41957_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558734782933762048
   [junit4]   2> 898260 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 898260 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ 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> 898260 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41957/collection1/
   [junit4]   2> 898260 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 898260 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:41957/collection1/ has no replicas
   [junit4]   2> 898262 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:41957/collection1/ shard1
   [junit4]   2> 898389 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 898389 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42430/solr ready
   [junit4]   2> 898389 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 898389 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 898412 INFO  
(coreZkRegister-3586-thread-1-processing-n:127.0.0.1:41957_ x:collection1 
c:control_collection) [n:127.0.0.1:41957_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 898463 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001/cores/collection1
   [junit4]   2> 898463 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001
   [junit4]   2> 898464 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 898465 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b3ade1{/,null,AVAILABLE}
   [junit4]   2> 898465 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1d3906{HTTP/1.1,[http/1.1]}{127.0.0.1:42555}
   [junit4]   2> 898465 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server Started @900224ms
   [junit4]   2> 898465 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=42555, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001/cores}
   [junit4]   2> 898466 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 898466 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 898466 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 898466 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 898466 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-08T03:42:08.783Z
   [junit4]   2> 898468 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 898468 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001/solr.xml
   [junit4]   2> 898473 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 898474 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42430/solr
   [junit4]   2> 898479 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42555_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 898481 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42555_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42555_
   [junit4]   2> 898481 INFO  
(zkCallback-935-thread-2-processing-n:127.0.0.1:41957_) [n:127.0.0.1:41957_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 898482 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 898482 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 898564 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42555_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001/cores
   [junit4]   2> 898564 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42555_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 898566 INFO  
(OverseerStateUpdate-97420923840954372-127.0.0.1:41957_-n_0000000000) 
[n:127.0.0.1:41957_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 898667 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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> 899574 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 899584 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 899639 WARN  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ 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> 899641 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 899646 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 899647 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 899647 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 899648 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=18, 
maxMergedSegmentMB=92.671875, floorSegmentMB=0.791015625, 
forceMergeDeletesPctAllowed=29.493381675243267, segmentsPerTier=15.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2933140971122914
   [junit4]   2> 899652 WARN  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ 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> 899681 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 899681 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 899682 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 899682 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 899683 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1674221890, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 899683 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@129e55a[collection1] main]
   [junit4]   2> 899683 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 899684 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 899684 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 899685 INFO  
(searcherExecutor-3605-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@129e55a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 899685 INFO  
(coreLoadExecutor-3604-thread-1-processing-n:127.0.0.1:42555_) 
[n:127.0.0.1:42555_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1558734784432177152
   [junit4]   2> 899689 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 899689 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 899689 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42555/collection1/
   [junit4]   2> 899689 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 899689 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42555/collection1/ has no 
replicas
   [junit4]   2> 899690 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42555/collection1/ shard2
   [junit4]   2> 899792 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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> 899841 INFO  
(coreZkRegister-3599-thread-1-processing-n:127.0.0.1:42555_ x:collection1 
c:collection1) [n:127.0.0.1:42555_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 899856 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001/cores/collection1
   [junit4]   2> 899857 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001
   [junit4]   2> 899857 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 899858 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1504ad9{/,null,AVAILABLE}
   [junit4]   2> 899858 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@817894{HTTP/1.1,[http/1.1]}{127.0.0.1:43473}
   [junit4]   2> 899858 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server Started @901617ms
   [junit4]   2> 899858 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=43473, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001/cores}
   [junit4]   2> 899859 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 899859 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 899859 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 899859 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 899859 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-08T03:42:10.176Z
   [junit4]   2> 899861 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 899861 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001/solr.xml
   [junit4]   2> 899867 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 899867 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42430/solr
   [junit4]   2> 899872 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:43473_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 899874 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:43473_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43473_
   [junit4]   2> 899876 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 899876 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 899876 INFO  
(zkCallback-935-thread-1-processing-n:127.0.0.1:41957_) [n:127.0.0.1:41957_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 899876 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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> 899876 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 899979 WARN  
(OverseerStateUpdate-97420923840954372-127.0.0.1:41957_-n_0000000000) 
[n:127.0.0.1:41957_    ] 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> 899980 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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> 900110 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:43473_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001/cores
   [junit4]   2> 900110 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:43473_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 900112 INFO  
(OverseerStateUpdate-97420923840954372-127.0.0.1:41957_-n_0000000000) 
[n:127.0.0.1:41957_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 900213 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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> 900213 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] 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> 901119 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 901129 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 901189 WARN  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ 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> 901191 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 901196 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 901197 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 901197 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 901198 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=18, 
maxMergedSegmentMB=92.671875, floorSegmentMB=0.791015625, 
forceMergeDeletesPctAllowed=29.493381675243267, segmentsPerTier=15.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2933140971122914
   [junit4]   2> 901202 WARN  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ 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> 901233 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 901233 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 901234 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 901234 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 901235 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1674221890, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 901235 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1a4f594[collection1] main]
   [junit4]   2> 901235 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 901236 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 901236 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 901237 INFO  
(searcherExecutor-3616-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a4f594[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901237 INFO  
(coreLoadExecutor-3615-thread-1-processing-n:127.0.0.1:43473_) 
[n:127.0.0.1:43473_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1558734786059567104
   [junit4]   2> 901241 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 901241 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 901241 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43473/collection1/
   [junit4]   2> 901241 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 901241 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:43473/collection1/ has no 
replicas
   [junit4]   2> 901243 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43473/collection1/ shard1
   [junit4]   2> 901344 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] 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> 901344 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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> 901393 INFO  
(coreZkRegister-3610-thread-1-processing-n:127.0.0.1:43473_ x:collection1 
c:collection1) [n:127.0.0.1:43473_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 901426 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001/cores/collection1
   [junit4]   2> 901427 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001
   [junit4]   2> 901428 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 901429 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c777ed{/,null,AVAILABLE}
   [junit4]   2> 901429 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1719340{HTTP/1.1,[http/1.1]}{127.0.0.1:42659}
   [junit4]   2> 901429 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.Server Started @903188ms
   [junit4]   2> 901429 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=42659, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001/cores}
   [junit4]   2> 901429 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 901429 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 901430 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 901430 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 901430 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-08T03:42:11.747Z
   [junit4]   2> 901433 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 901433 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001/solr.xml
   [junit4]   2> 901440 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 901441 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42430/solr
   [junit4]   2> 901446 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 901448 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42659_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42659_
   [junit4]   2> 901448 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 901448 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 901448 INFO  
(zkCallback-935-thread-1-processing-n:127.0.0.1:41957_) [n:127.0.0.1:41957_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 901449 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 901449 INFO  
(zkCallback-957-thread-1-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 901449 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] 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: [4])
   [junit4]   2> 901449 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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: [4])
   [junit4]   2> 901552 WARN  
(OverseerStateUpdate-97420923840954372-127.0.0.1:41957_-n_0000000000) 
[n:127.0.0.1:41957_    ] 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> 901554 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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: [4])
   [junit4]   2> 901554 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] 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: [4])
   [junit4]   2> 901664 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42659_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001/cores
   [junit4]   2> 901664 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) 
[n:127.0.0.1:42659_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 901666 INFO  
(OverseerStateUpdate-97420923840954372-127.0.0.1:41957_-n_0000000000) 
[n:127.0.0.1:41957_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 901767 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] 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: [4])
   [junit4]   2> 901767 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] 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: [4])
   [junit4]   2> 901767 INFO  
(zkCallback-957-thread-1-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] 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: [4])
   [junit4]   2> 902678 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 902696 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 902764 WARN  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ 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> 902766 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 902772 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 902772 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 902773 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@188a99c
   [junit4]   2> 902774 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=18, 
maxMergedSegmentMB=92.671875, floorSegmentMB=0.791015625, 
forceMergeDeletesPctAllowed=29.493381675243267, segmentsPerTier=15.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2933140971122914
   [junit4]   2> 902778 WARN  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ 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> 902808 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 902808 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 902809 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 902809 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 902809 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1674221890, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 902810 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@a7b25c[collection1] main]
   [junit4]   2> 902810 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 902810 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 902810 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 902812 INFO  
(searcherExecutor-3627-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
c:collection1) [n:127.0.0.1:42659_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a7b25c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 902813 INFO  
(coreLoadExecutor-3626-thread-1-processing-n:127.0.0.1:42659_) 
[n:127.0.0.1:42659_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1558734787712122880
   [junit4]   2> 902816 INFO  
(coreZkRegister-3621-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
c:collection1) [n:127.0.0.1:42659_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 902816 INFO  
(updateExecutor-954-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 902816 INFO  
(recoveryExecutor-955-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 902816 INFO  
(recoveryExecutor-955-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 902816 INFO  
(recoveryExecutor-955-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 902816 INFO  
(recoveryExecutor-955-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 902816 INFO  
(recoveryExecutor-955-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:42555/collection1/] 
and I am [http://127.0.0.1:42659/collection1/]
   [junit4]   2> 902817 INFO  
(recoveryExecutor-955-thread-1-processing-n:127.0.0.1:42659_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42659_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:42555]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42659_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 902819 INFO  (qtp22170481-6638) [n:127.0.0.1:42555_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 902819 INFO  (qtp22170481-6638) [n:127.0.0.1:42555_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 902819 INFO  (qtp22170481-6638) [n:127.0.0.1:42555_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:42659_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42659","node_name":"127.0.0.1:42659_","state":"down"}
   [junit4]   2> 902894 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 902894 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 
for each attempt
   [junit4]   2> 902894 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 902919 INFO  
(zkCallback-951-thread-1-processing-n:127.0.0.1:43473_) [n:127.0.0.1:43473_    
] 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: [4])
   [junit4]   2> 902919 INFO  
(zkCallback-945-thread-1-processing-n:127.0.0.1:42555_) [n:127.0.0.1:42555_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/co

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

extHandler Stopped o.e.j.s.ServletContextHandler@1504ad9{/,null,UNAVAILABLE}
   [junit4]   2> 921952 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 42659
   [junit4]   2> 921952 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=30055225
   [junit4]   2> 921953 INFO  (coreCloseExecutor-3657-thread-2) 
[n:127.0.0.1:42659_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] 
o.a.s.c.SolrCore [b1x1_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f5f5ef
   [junit4]   2> 921957 INFO  
(zkCallback-957-thread-3-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] 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: [1])
   [junit4]   2> 921958 INFO  
(zkCallback-957-thread-2-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/b1x1/state.json] for 
collection [b1x1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 921959 INFO  
(zkCallback-957-thread-3-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] 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: [1])
   [junit4]   2> 921961 INFO  
(zkCallback-957-thread-3-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/b1x1/state.json] for 
collection [b1x1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 921981 INFO  (coreCloseExecutor-3657-thread-2) 
[n:127.0.0.1:42659_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.b1x1.shard1.replica1
   [junit4]   2> 921982 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.Overseer Overseer (id=97420923840954383-127.0.0.1:42659_-n_0000000003) 
closing
   [junit4]   2> 921982 INFO  
(OverseerStateUpdate-97420923840954383-127.0.0.1:42659_-n_0000000003) 
[n:127.0.0.1:42659_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42659_
   [junit4]   2> 921983 WARN  
(zkCallback-957-thread-3-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 922898 WARN  
(zkCallback-957-thread-1-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Closed, 
skipping sync up.
   [junit4]   2> 922898 INFO  
(zkCallback-957-thread-1-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 922898 INFO  
(zkCallback-957-thread-1-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1660604
   [junit4]   2> 922916 INFO  
(zkCallback-957-thread-1-processing-n:127.0.0.1:42659_) [n:127.0.0.1:42659_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.m.SolrMetricManager 
Closing metric reporters for: solr.core.collection1
   [junit4]   2> 922916 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 922917 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1719340{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 922917 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c777ed{/,null,UNAVAILABLE}
   [junit4]   2> 922918 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[8F83FB2B644529B1]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42430 42430
   [junit4]   2> 922958 INFO  (Thread-1874) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42430 42430
   [junit4]   2> 922958 WARN  (Thread-1874) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/collections/a1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        30      /solr/overseer/queue
   [junit4]   2>        20      /solr/overseer/collection-queue-work
   [junit4]   2>        11      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomRequestDistribution -Dtests.method=test 
-Dtests.seed=8F83FB2B644529B1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-VE -Dtests.timezone=Africa/Nairobi -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 26.1s J0 | TestRandomRequestDistribution.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Shard 
a1x2_shard1_replica1 received all 10 requests
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8F83FB2B644529B1:7D7C4F1CAB94449]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
   [junit4]    >        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 922960 INFO  
(SUITE-TestRandomRequestDistribution-seed#[8F83FB2B644529B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestRandomRequestDistribution_8F83FB2B644529B1-001
   [junit4]   2> Feb 08, 2017 3:42:33 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=403, maxMBSortInHeap=7.139382198816253, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es-VE, 
timezone=Africa/Nairobi
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=146978688,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, 
TestNamedUpdateProcessors, TestSerializedLuceneMatchVersion, BadCopyFieldTest, 
BasicZkTest, DocumentAnalysisRequestHandlerTest, TestDocSet, 
TestComplexPhraseLeadingWildcard, SolrGangliaReporterTest, 
DistributedQueueTest, ConnectionReuseTest, AnalyticsMergeStrategyTest, 
TestJmxIntegration, CachingDirectoryFactoryTest, TestConfigSetsAPIExclusivity, 
TestExceedMaxTermLength, TestCloudPivotFacet, ExitableDirectoryReaderTest, 
TestFieldTypeCollectionResource, TestDocumentBuilder, TestLockTree, 
CacheHeaderTest, SSLMigrationTest, TestStressLucene, RequiredFieldsTest, 
PeerSyncWithIndexFingerprintCachingTest, TestPHPSerializedResponseWriter, 
TestRandomFaceting, RulesTest, PreAnalyzedUpdateProcessorTest, PolyFieldTest, 
TestJsonFacets, ExternalFileFieldSortTest, ZkNodePropsTest, TestLRUStatsCache, 
SynonymTokenizerTest, CollectionsAPISolrJTest, SolrRequestParserTest, 
MergeStrategyTest, TestSortByMinMaxFunction, TestConfigSetProperties, 
OverseerStatusTest, TestCustomDocTransformer, 
DistributedFacetPivotLongTailTest, VMParamsZkACLAndCredentialsProvidersTest, 
NotRequiredUniqueKeyTest, TestBulkSchemaConcurrent, TestRTimerTree, 
TestDynamicFieldResource, FileBasedSpellCheckerTest, BlockJoinFacetRandomTest, 
TestRangeQuery, TestRestManager, TestSubQueryTransformerDistrib, 
TestReplicationHandler, TestSolr4Spatial2, StressHdfsTest, 
HighlighterConfigTest, TestSystemCollAutoCreate, MBeansHandlerTest, 
DisMaxRequestHandlerTest, TestPerFieldSimilarity, 
TestDeleteCollectionOnDownNodes, ForceLeaderTest, TestStandardQParsers, 
TestLazyCores, TestSQLHandlerNonCloud, TestPseudoReturnFields, 
SolrSlf4jReporterTest, HdfsDirectoryTest, CollectionStateFormat2Test, 
TestReloadAndDeleteDocs, AnalysisErrorHandlingTest, TestConfigsApi, 
TestFunctionQuery, TestDFISimilarityFactory, 
HdfsTlogReplayBufferedWhileIndexingTest, TestFileDictionaryLookup, 
UniqFieldsUpdateProcessorFactoryTest, CurrencyFieldOpenExchangeTest, 
TestComponentsName, SuggestComponentContextFilterQueryTest, 
ReplicationFactorTest, TestCloudSchemaless, AssignTest, TestCSVLoader, 
DistribCursorPagingTest, CoreAdminRequestStatusTest, ScriptEngineTest, 
DistributedExpandComponentTest, HdfsNNFailoverTest, 
TestRandomRequestDistribution]
   [junit4] Completed [304/690 (2!)] on J0 in 26.88s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 56005 lines...]

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

Reply via email to