Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2534/
Java: 32bit/jdk1.8.0_112 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([12DC17AF670681F2:EB9184005B73CC78]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter

Error Message:


Stack Trace:
java.util.ConcurrentModificationException
        at 
__randomizedtesting.SeedInfo.seed([12DC17AF670681F2:4D383A980C0A12B7]:0)
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
        at java.util.ArrayList$Itr.next(ArrayList.java:851)
        at 
org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter(SolrGangliaReporterTest.java:76)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11582 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrGangliaReporterTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGangliaReporterTest_12DC17AF670681F2-001/init-core-data-001
   [junit4]   2> 756361 INFO  
(SUITE-SolrGangliaReporterTest-seed#[12DC17AF670681F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 756362 INFO  
(TEST-SolrGangliaReporterTest.testReporter-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 756596 INFO  
(TEST-SolrGangliaReporterTest.testReporter-seed#[12DC17AF670681F2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 756609 INFO  (coreLoadExecutor-3149-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> 756629 WARN  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 756630 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 757076 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 757136 WARN  (coreLoadExecutor-3149-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> 757138 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 757144 INFO  (coreLoadExecutor-3149-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> 757144 INFO  (coreLoadExecutor-3149-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.metrics.reporters.SolrGangliaReporterTest_12DC17AF670681F2-001/init-core-data-001/]
   [junit4]   2> 757144 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@884723
   [junit4]   2> 757145 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=55.5166015625, 
floorSegmentMB=0.4443359375, forceMergeDeletesPctAllowed=15.332240744164856, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7750221932087835
   [junit4]   2> 757157 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 757157 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 757158 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 757158 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 757158 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7281319491530781]
   [junit4]   2> 757158 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3cff91[collection1] 
main]
   [junit4]   2> 757158 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 757183 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 757254 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 757254 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 757255 INFO  (coreLoadExecutor-3149-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554993020785393664
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 757255 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 757256 INFO  
(searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3cff91[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 762261 INFO  
(TEST-SolrGangliaReporterTest.testReporter-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrGangliaReporterTest -Dtests.method=testReporter 
-Dtests.seed=12DC17AF670681F2 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sk-SK -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   5.90s J0 | SolrGangliaReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.util.ConcurrentModificationException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([12DC17AF670681F2:4D383A980C0A12B7]:0)
   [junit4]    >        at 
java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   [junit4]    >        at java.util.ArrayList$Itr.next(ArrayList.java:851)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter(SolrGangliaReporterTest.java:76)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 762264 INFO  
(SUITE-SolrGangliaReporterTest-seed#[12DC17AF670681F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 762264 INFO  
(SUITE-SolrGangliaReporterTest-seed#[12DC17AF670681F2]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=6801897
   [junit4]   2> 762265 INFO  (coreCloseExecutor-3155-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c60fb3
   [junit4]   2> 762275 INFO  (coreCloseExecutor-3155-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 762275 INFO  
(SUITE-SolrGangliaReporterTest-seed#[12DC17AF670681F2]-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.metrics.reporters.SolrGangliaReporterTest_12DC17AF670681F2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=2029, maxMBSortInHeap=7.223022338520974, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sk-SK, 
timezone=Pacific/Honolulu
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_112 
(32-bit)/cpus=12,threads=1,free=238796824,total=327942144
   [junit4]   2> NOTE: All tests run in this JVM: 
[ManagedSchemaRoundRobinCloudTest, TestReplicationHandler, 
AsyncCallRequestStatusResponseTest, TestRangeQuery, 
TestSolrCloudWithSecureImpersonation, RollingRestartTest, TestStandardQParsers, 
TestFieldCacheWithThreads, SolrSlf4jReporterTest, TestDocSet, 
TestSlowCompositeReaderWrapper, TestComponentsName, HdfsDirectoryTest, 
TestCSVLoader, SolrRequestParserTest, HdfsCollectionsAPIDistributedZkTest, 
SimpleCollectionCreateDeleteTest, CoreMergeIndexesAdminHandlerTest, 
TestConfigSetImmutable, DateRangeFieldTest, TestFoldingMultitermQuery, 
TestCodecSupport, TestSortByMinMaxFunction, TestXmlQParser, 
TestRandomFlRTGCloud, TestDownShardTolerantSearch, TestCryptoKeys, 
OutputWriterTest, TestSha256AuthenticationProvider, TestQuerySenderNoQuery, 
TestSQLHandler, DirectoryFactoryTest, TestStressLucene, OverseerRolesTest, 
TestHighlightDedupGrouping, TestFastLRUCache, CacheHeaderTest, 
DisMaxRequestHandlerTest, TestBadConfig, TestUniqueKeyFieldResource, 
TestCloudRecovery, DistribDocExpirationUpdateProcessorTest, 
XsltUpdateRequestHandlerTest, TestSmileRequest, DateFieldTest, 
TestSolrCloudWithHadoopAuthPlugin, TestCustomDocTransformer, ScriptEngineTest, 
RankQueryTest, TestPerFieldSimilarityWithDefaultOverride, 
PathHierarchyTokenizerFactoryTest, TestLRUStatsCache, TestSolrConfigHandler, 
TestIBSimilarityFactory, TestSizeLimitedDistributedMap, 
ChaosMonkeyNothingIsSafeTest, TestGraphTermsQParserPlugin, 
PeerSyncWithIndexFingerprintCachingTest, DistributedFacetPivotSmallTest, 
ExternalFileFieldSortTest, AtomicUpdatesTest, TestSolrConfigHandlerConcurrent, 
PeerSyncReplicationTest, RuleEngineTest, CollectionTooManyReplicasTest, 
TestSolrCoreProperties, TestLocalFSCloudBackupRestore, UtilsToolTest, 
HighlighterConfigTest, TestBlobHandler, SolrGangliaReporterTest]
   [junit4] Completed [274/675 (1!)] on J0 in 5.93s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1000 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/init-core-data-001
   [junit4]   2> 1373933 INFO  
(SUITE-ShardSplitTest-seed#[12DC17AF670681F2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1373933 INFO  
(SUITE-ShardSplitTest-seed#[12DC17AF670681F2]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1373934 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1373935 INFO  (Thread-2689) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1373935 INFO  (Thread-2689) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1374035 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44173
   [junit4]   2> 1374040 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374040 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1374041 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374042 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374042 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374043 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374043 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374044 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374044 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374045 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374045 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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> 1374110 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/control-001/cores/collection1
   [junit4]   2> 1374111 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1374112 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a0fc95{/,null,AVAILABLE}
   [junit4]   2> 1374112 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4793f{HTTP/1.1,[http/1.1]}{127.0.0.1:38715}
   [junit4]   2> 1374113 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server Started @1375824ms
   [junit4]   2> 1374113 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/tempDir-001/control/data,
 hostContext=/, hostPort=38715, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/control-001/cores}
   [junit4]   2> 1374113 ERROR 
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1374113 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1374113 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1374113 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1374113 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T20:38:43.021Z
   [junit4]   2> 1374115 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1374115 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/control-001/solr.xml
   [junit4]   2> 1374121 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1374121 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44173/solr
   [junit4]   2> 1374131 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38715_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:38715_
   [junit4]   2> 1374131 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38715_    ] o.a.s.c.Overseer Overseer 
(id=97187104217038852-127.0.0.1:38715_-n_0000000000) starting
   [junit4]   2> 1374136 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38715_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38715_
   [junit4]   2> 1374137 INFO  
(zkCallback-2103-thread-1-processing-n:127.0.0.1:38715_) [n:127.0.0.1:38715_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1374235 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38715_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/control-001/cores
   [junit4]   2> 1374235 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38715_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1374237 INFO  
(OverseerStateUpdate-97187104217038852-127.0.0.1:38715_-n_0000000000) 
[n:127.0.0.1:38715_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1375245 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1375254 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1375306 WARN  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ 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> 1375307 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1375315 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1375315 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ 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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/control-001/cores/collection1/data/]
   [junit4]   2> 1375315 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ 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@8140f6
   [junit4]   2> 1375317 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7066969770362581]
   [junit4]   2> 1375373 WARN  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ 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> 1375379 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1375379 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1375380 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1375380 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1375380 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1375380 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1909597[collection1] main]
   [junit4]   2> 1375381 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1375381 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1375381 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1375382 INFO  
(searcherExecutor-6426-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1909597[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1375382 INFO  
(coreLoadExecutor-6425-thread-1-processing-n:127.0.0.1:38715_) 
[n:127.0.0.1:38715_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1554993668989911040
   [junit4]   2> 1375385 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1375385 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ 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> 1375386 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38715/collection1/
   [junit4]   2> 1375386 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1375386 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38715/collection1/ has no replicas
   [junit4]   2> 1375387 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ 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:38715/collection1/ shard1
   [junit4]   2> 1375394 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1375394 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44173/solr ready
   [junit4]   2> 1375394 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1375460 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001/cores/collection1
   [junit4]   2> 1375461 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001
   [junit4]   2> 1375461 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1375462 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1161ae1{/,null,AVAILABLE}
   [junit4]   2> 1375462 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1bf8408{HTTP/1.1,[http/1.1]}{127.0.0.1:41332}
   [junit4]   2> 1375462 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server Started @1377174ms
   [junit4]   2> 1375462 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41332, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001/cores}
   [junit4]   2> 1375463 ERROR 
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1375463 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1375463 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1375463 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1375463 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T20:38:44.371Z
   [junit4]   2> 1375465 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1375465 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001/solr.xml
   [junit4]   2> 1375470 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1375470 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44173/solr
   [junit4]   2> 1375475 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:41332_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1375477 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:41332_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41332_
   [junit4]   2> 1375478 INFO  
(zkCallback-2103-thread-1-processing-n:127.0.0.1:38715_) [n:127.0.0.1:38715_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1375478 INFO  (zkCallback-2107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1375478 INFO  
(zkCallback-2112-thread-1-processing-n:127.0.0.1:41332_) [n:127.0.0.1:41332_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1375562 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:41332_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001/cores
   [junit4]   2> 1375562 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:41332_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1375563 INFO  
(OverseerStateUpdate-97187104217038852-127.0.0.1:38715_-n_0000000000) 
[n:127.0.0.1:38715_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1375688 INFO  
(coreZkRegister-6418-thread-1-processing-n:127.0.0.1:38715_ x:collection1 
c:control_collection) [n:127.0.0.1:38715_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1376571 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1376580 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1376631 WARN  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ 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> 1376632 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1376639 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1376640 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ 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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1376640 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8140f6
   [junit4]   2> 1376641 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7066969770362581]
   [junit4]   2> 1376664 WARN  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ 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> 1376671 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1376671 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1376672 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1376672 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1376672 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1376673 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1de5a8f[collection1] main]
   [junit4]   2> 1376673 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1376673 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1376674 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1376674 INFO  
(searcherExecutor-6437-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1de5a8f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1376674 INFO  
(coreLoadExecutor-6436-thread-1-processing-n:127.0.0.1:41332_) 
[n:127.0.0.1:41332_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1554993670344671232
   [junit4]   2> 1376678 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1376678 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ 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> 1376678 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41332/collection1/
   [junit4]   2> 1376678 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1376678 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:41332/collection1/ has no 
replicas
   [junit4]   2> 1376680 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41332/collection1/ shard2
   [junit4]   2> 1376830 INFO  
(coreZkRegister-6431-thread-1-processing-n:127.0.0.1:41332_ x:collection1 
c:collection1) [n:127.0.0.1:41332_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1376846 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001/cores/collection1
   [junit4]   2> 1376846 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001
   [junit4]   2> 1376847 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1376848 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1de01dc{/,null,AVAILABLE}
   [junit4]   2> 1376848 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a5f1fc{HTTP/1.1,[http/1.1]}{127.0.0.1:44148}
   [junit4]   2> 1376848 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server Started @1378560ms
   [junit4]   2> 1376848 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=44148, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001/cores}
   [junit4]   2> 1376849 ERROR 
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1376849 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1376849 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1376849 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1376849 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T20:38:45.757Z
   [junit4]   2> 1376851 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1376851 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001/solr.xml
   [junit4]   2> 1376857 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1376857 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44173/solr
   [junit4]   2> 1376862 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44148_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1376864 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44148_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44148_
   [junit4]   2> 1376865 INFO  
(zkCallback-2103-thread-1-processing-n:127.0.0.1:38715_) [n:127.0.0.1:38715_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1376865 INFO  (zkCallback-2107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1376865 INFO  
(zkCallback-2112-thread-1-processing-n:127.0.0.1:41332_) [n:127.0.0.1:41332_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1376865 INFO  
(zkCallback-2118-thread-1-processing-n:127.0.0.1:44148_) [n:127.0.0.1:44148_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1376946 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44148_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001/cores
   [junit4]   2> 1376946 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44148_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1376947 INFO  
(OverseerStateUpdate-97187104217038852-127.0.0.1:38715_-n_0000000000) 
[n:127.0.0.1:38715_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1377954 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1377963 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1378006 WARN  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ 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> 1378007 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1378015 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1378015 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ 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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1378015 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8140f6
   [junit4]   2> 1378017 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7066969770362581]
   [junit4]   2> 1378046 WARN  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ 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> 1378054 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1378054 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1378055 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1378055 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1378056 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1378056 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1724885[collection1] main]
   [junit4]   2> 1378056 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1378057 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1378057 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1378057 INFO  
(searcherExecutor-6448-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1724885[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1378057 INFO  
(coreLoadExecutor-6447-thread-1-processing-n:127.0.0.1:44148_) 
[n:127.0.0.1:44148_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1554993671794851840
   [junit4]   2> 1378061 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1378061 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ 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> 1378061 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44148/collection1/
   [junit4]   2> 1378061 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1378061 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44148/collection1/ has no 
replicas
   [junit4]   2> 1378062 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44148/collection1/ shard1
   [junit4]   2> 1378173 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001/cores/collection1
   [junit4]   2> 1378174 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001
   [junit4]   2> 1378174 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1378175 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9dc33b{/,null,AVAILABLE}
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b3c5c9{HTTP/1.1,[http/1.1]}{127.0.0.1:44209}
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server Started @1379887ms
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=44209, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001/cores}
   [junit4]   2> 1378176 ERROR 
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1378176 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T20:38:47.084Z
   [junit4]   2> 1378178 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1378178 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001/solr.xml
   [junit4]   2> 1378182 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1378183 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44173/solr
   [junit4]   2> 1378187 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44209_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1378189 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44209_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44209_
   [junit4]   2> 1378190 INFO  
(zkCallback-2103-thread-1-processing-n:127.0.0.1:38715_) [n:127.0.0.1:38715_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1378190 INFO  (zkCallback-2107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1378191 INFO  
(zkCallback-2124-thread-1-processing-n:127.0.0.1:44209_) [n:127.0.0.1:44209_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1378191 INFO  
(zkCallback-2118-thread-1-processing-n:127.0.0.1:44148_) [n:127.0.0.1:44148_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1378190 INFO  
(zkCallback-2112-thread-1-processing-n:127.0.0.1:41332_) [n:127.0.0.1:41332_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1378213 INFO  
(coreZkRegister-6442-thread-1-processing-n:127.0.0.1:44148_ x:collection1 
c:collection1) [n:127.0.0.1:44148_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1378240 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44209_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001/cores
   [junit4]   2> 1378240 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:44209_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1378241 INFO  
(OverseerStateUpdate-97187104217038852-127.0.0.1:38715_-n_0000000000) 
[n:127.0.0.1:38715_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1379248 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1379257 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1379302 WARN  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ 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> 1379304 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1379312 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1379312 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ 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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1379312 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8140f6
   [junit4]   2> 1379313 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7066969770362581]
   [junit4]   2> 1379336 WARN  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ 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> 1379344 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1379345 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1379345 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1379345 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1379346 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1379346 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@17858cd[collection1] main]
   [junit4]   2> 1379346 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1379347 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1379347 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1379347 INFO  
(searcherExecutor-6459-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
c:collection1) [n:127.0.0.1:44209_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17858cd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1379347 INFO  
(coreLoadExecutor-6458-thread-1-processing-n:127.0.0.1:44209_) 
[n:127.0.0.1:44209_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1554993673147514880
   [junit4]   2> 1379350 INFO  
(coreZkRegister-6453-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
c:collection1) [n:127.0.0.1:44209_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1379350 INFO  
(updateExecutor-2121-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1379351 INFO  
(recoveryExecutor-2122-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1379351 INFO  
(recoveryExecutor-2122-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1379351 INFO  
(recoveryExecutor-2122-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1379351 INFO  
(recoveryExecutor-2122-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ 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> 1379351 INFO  
(recoveryExecutor-2122-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ 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:41332/collection1/] 
and I am [http://127.0.0.1:44209/collection1/]
   [junit4]   2> 1379353 INFO  
(recoveryExecutor-2122-thread-1-processing-n:127.0.0.1:44209_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44209_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:41332]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:44209_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1379354 INFO  (qtp13156919-11464) [n:127.0.0.1:41332_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1379354 INFO  (qtp13156919-11464) [n:127.0.0.1:41332_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1379354 INFO  (qtp13156919-11464) [n:127.0.0.1:41332_    ] 
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:44209_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:44209","node_name":"127.0.0.1:44209_","state":"down"}
   [junit4]   2> 1379455 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001/cores/collection1
   [junit4]   2> 1379455 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001
   [junit4]   2> 1379456 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1379456 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f37b92{/,null,AVAILABLE}
   [junit4]   2> 1379457 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17dd99f{HTTP/1.1,[http/1.1]}{127.0.0.1:38741}
   [junit4]   2> 1379457 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.Server Started @1381168ms
   [junit4]   2> 1379457 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=38741, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001/cores}
   [junit4]   2> 1379457 ERROR 
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1379457 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1379458 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1379458 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1379458 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T20:38:48.366Z
   [junit4]   2> 1379460 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1379460 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001/solr.xml
   [junit4]   2> 1379464 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1379465 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44173/solr
   [junit4]   2> 1379469 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38741_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1379470 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38741_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38741_
   [junit4]   2> 1379472 INFO  
(zkCallback-2131-thread-1-processing-n:127.0.0.1:38741_) [n:127.0.0.1:38741_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1379472 INFO  
(zkCallback-2118-thread-1-processing-n:127.0.0.1:44148_) [n:127.0.0.1:44148_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1379472 INFO  
(zkCallback-2112-thread-1-processing-n:127.0.0.1:41332_) [n:127.0.0.1:41332_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1379472 INFO  
(zkCallback-2124-thread-1-processing-n:127.0.0.1:44209_) [n:127.0.0.1:44209_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1379472 INFO  
(zkCallback-2103-thread-2-processing-n:127.0.0.1:38715_) [n:127.0.0.1:38715_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1379472 INFO  (zkCallback-2107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1379525 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38741_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001/cores
   [junit4]   2> 1379525 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[12DC17AF670681F2]) 
[n:127.0.0.1:38741_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1379526 INFO  
(OverseerStateUpdate-97187104217038852-127.0.0.1:38715_-n_0000000000) 
[n:127.0.0.1:38715_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1380354 INFO  (qtp13156919-11464) [n:127.0.0.1:41332_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:44209_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:44209","node_name":"127.0.0.1:44209_","state":"recovering"}
   [junit4]   2> 1380354 INFO  (qtp13156919-11464) [n:127.0.0.1:41332_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1380354 INFO  (qtp13156919-11464) [n:127.0.0.1:41332_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:44209_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1380533 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1380542 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1380585 WARN  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ 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> 1380586 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 1380594 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1380595 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ 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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1380595 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8140f6
   [junit4]   2> 1380596 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7066969770362581]
   [junit4]   2> 1380629 WARN  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ 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> 1380637 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1380637 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1380638 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1380638 INFO  
(coreLoadExecutor-6469-thread-1-processing-n:127.0.0.1:38741_) 
[n:127.0.0.1:38741_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit

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

1F2]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 39626
   [junit4]   2> 1785360 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=154048
   [junit4]   2> 1785367 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.Overseer Overseer (id=97187129295306769-127.0.0.1:39626_-n_0000000004) 
closing
   [junit4]   2> 1785367 INFO  
(OverseerStateUpdate-97187129295306769-127.0.0.1:39626_-n_0000000004) 
[n:127.0.0.1:39626_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39626_
   [junit4]   2> 1786349 WARN  
(zkCallback-2323-thread-1-processing-n:127.0.0.1:39626_) [n:127.0.0.1:39626_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SyncStrategy Closed, 
skipping sync up.
   [junit4]   2> 1786349 INFO  
(zkCallback-2323-thread-1-processing-n:127.0.0.1:39626_) [n:127.0.0.1:39626_ 
c:collection1 s:shard1 r:core_node4 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> 1786349 INFO  
(zkCallback-2323-thread-1-processing-n:127.0.0.1:39626_) [n:127.0.0.1:39626_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1252167
   [junit4]   2> 1786359 INFO  
(zkCallback-2323-thread-1-processing-n:127.0.0.1:39626_) [n:127.0.0.1:39626_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.m.SolrMetricManager 
Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1786868 WARN  
(zkCallback-2323-thread-2-processing-n:127.0.0.1:39626_) [n:127.0.0.1:39626_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1786868 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[12DC17AF670681F2]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1786869 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1cb8829{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1786869 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[12DC17AF670681F2]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@e9f33a{/,null,UNAVAILABLE}
   [junit4]   2> 1786870 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[12DC17AF670681F2]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43869 43869
   [junit4]   2> 1786932 INFO  (Thread-3018) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43869 43869
   [junit4]   2> 1786933 WARN  (Thread-3018) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        38      /solr/overseer/queue
   [junit4]   2>        20      /solr/overseer/collection-queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest 
-Dtests.method=testSplitAfterFailedSplit -Dtests.seed=12DC17AF670681F2 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it-CH 
-Dtests.timezone=Asia/Katmandu -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 30.3s J2 | ShardSplitTest.testSplitAfterFailedSplit <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<2>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([12DC17AF670681F2:EB9184005B73CC78]:0)
   [junit4]    >        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
   [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> 1786936 INFO  
(SUITE-ShardSplitTest-seed#[12DC17AF670681F2]-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/J2/temp/solr.cloud.ShardSplitTest_12DC17AF670681F2-001
   [junit4]   2> Dec 28, 2016 8:45:35 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=PostingsFormat(name=Direct), 
shard_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
n_ti=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_i=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)}, 
docValues:{}, maxPointsInLeafNode=1808, maxMBSortInHeap=5.63445844068737, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=it-CH, 
timezone=Asia/Katmandu
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_112 
(32-bit)/cpus=12,threads=1,free=141797792,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [CleanupOldIndexTest, 
TestMergePolicyConfig, DeleteInactiveReplicaTest, MetricsHandlerTest, 
MinimalSchemaTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCoreCheckLockOnStartupTest, SolrMetricsIntegrationTest, 
TestRuleBasedAuthorizationPlugin, HdfsUnloadDistributedZkTest, TestInitQParser, 
NoCacheHeaderTest, AnalyticsMergeStrategyTest, BlockJoinFacetDistribTest, 
PingRequestHandlerTest, HdfsBasicDistributedZk2Test, 
DistributedFacetPivotSmallAdvancedTest, CurrencyFieldXmlFileTest, 
QueryParsingTest, TestObjectReleaseTracker, TestUnifiedSolrHighlighter, 
TestSort, TestFieldCacheSanityChecker, TestDefaultStatsCache, 
LukeRequestHandlerTest, JSONWriterTest, CdcrRequestHandlerTest, 
TestSchemaVersionResource, GraphQueryTest, MergeStrategyTest, RecoveryZkTest, 
TestCloudPseudoReturnFields, TestCollectionAPI, TestJsonRequest, TestMacros, 
TestManagedResourceStorage, TestOnReconnectListenerSupport, TestGroupingSearch, 
RemoteQueryErrorTest, SuggesterTSTTest, TestLFUCache, TestConfigSets, 
TestRestoreCore, StatsReloadRaceTest, CoreAdminRequestStatusTest, 
FieldMutatingUpdateProcessorTest, FullSolrCloudDistribCmdsTest, 
TestIndexingPerformance, TestSolrConfigHandlerCloud, DistribCursorPagingTest, 
LeaderFailoverAfterPartitionTest, CircularListTest, PluginInfoTest, 
TestRecoveryHdfs, FacetPivotSmallTest, SolrJmxReporterTest, 
CoreAdminHandlerTest, BadComponentTest, 
TestDistributedStatsComponentCardinality, ForceLeaderTest, 
BinaryUpdateRequestHandlerTest, TestDistributedMissingSort, 
DocExpirationUpdateProcessorFactoryTest, AssignTest, TestPushWriter, 
TestFieldCacheVsDocValues, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestImpersonationWithHadoopAuth, BigEndianAscendingWordSerializerTest, 
PrimUtilsTest, TestDocTermOrds, TestAnalyzedSuggestions, TestXIncludeConfig, 
TestShardHandlerFactory, ConnectionReuseTest, TestJmxMonitoredMap, 
HdfsSyncSliceTest, TestRandomCollapseQParserPlugin, ChangedSchemaMergeTest, 
EnumFieldTest, TestCollationField, RequestLoggingTest, DebugComponentTest, 
TestReload, TestMiniSolrCloudCluster, SimpleFacetsTest, UpdateParamsTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestIndexSearcher, 
TestExactStatsCache, PreAnalyzedFieldTest, TestPerFieldSimilarityClassic, 
CdcrBootstrapTest, DirectUpdateHandlerOptimizeTest, SparseHLLTest, 
TestManagedSchema, TestSolrQueryResponse, TestJsonFacetRefinement, 
TestManagedSynonymFilterFactory, TestSolrFieldCacheMBean, TestStressReorder, 
XmlUpdateRequestHandlerTest, DataDrivenBlockJoinTest, TestTrieFacet, 
CollectionStateFormat2Test, TestNumericTerms32, TestGeoJSONResponseWriter, 
OverseerTaskQueueTest, TestJoin, SolrCoreTest, SpellCheckComponentTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, 
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SuggesterFSTTest, SpatialFilterTest, SuggesterWFSTTest, 
SchemaVersionSpecificBehaviorTest, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, 
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, 
TestOmitPositions, RequestHandlersTest, RequiredFieldsTest, 
TestSolrQueryParser, SolrPluginUtilsTest, TestPHPSerializedResponseWriter, 
SOLR749Test, ResponseLogComponentTest, TestStressRecovery, ZkNodePropsTest, 
CursorPagingTest, AliasIntegrationTest, CollectionReloadTest, 
ConfigSetsAPITest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, 
DeleteNodeTest, DeleteReplicaTest, DistributedQueueTest, 
DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, 
SaslZkACLProviderTest, ShardSplitTest]
   [junit4] Completed [581/675 (2!)] on J2 in 413.27s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 54948 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to