Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/687/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([46FAF5795D7DA6FC:CDDD26A81C7B0D78]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff
Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but
was:<Was: [4, Now: 5], Delta: 1>
at
__randomizedtesting.SeedInfo.seed([46FAF5795D7DA6FC:83EC31E24DCB9E9C]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 12135 lines...]
[junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_46FAF5795D7DA6FC-001/init-core-data-001
[junit4] 2> 2346362 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 2346362 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2346363 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2346424 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2346442 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 2346538 WARN
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 2346542 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2346552 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 2346602 WARN
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 2346604 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22faa279
[junit4] 2> 2346604 WARN
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 2346607 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22faa279
[junit4] 2> 2346607 WARN
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 2346607 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22faa279
[junit4] 2> 2346609 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2346676 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2346695 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2346766 WARN (coreLoadExecutor-8249-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> 2346769 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2346784 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1
[junit4] 2> 2346784 WARN (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was
configured, using first MBeanServer.
[junit4] 2> 2346784 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22faa279
[junit4] 2> 2346785 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_46FAF5795D7DA6FC-001/init-core-data-001/]
[junit4] 2> 2346785 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@22faa279
[junit4] 2> 2346787 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2346886 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2346886 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 2346887 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2346887 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2346888 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=81.7421875,
floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=26.434065076382023,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.37115584536871093
[junit4] 2> 2346890 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6e5dc1d0[collection1] main]
[junit4] 2> 2346890 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2346897 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 2346933 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2346933 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2346933 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2346934 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2346934 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2346934 INFO (coreLoadExecutor-8249-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1558899174489980928
[junit4] 2> 2346935 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2346935 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2346936 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2346936 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2346937 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2346938 INFO
(searcherExecutor-8250-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6e5dc1d0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2346939 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2346942 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[46FAF5795D7DA6FC])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
[junit4] 2> 2346946 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[46FAF5795D7DA6FC])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
[junit4] 2> 2346948 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
[junit4] 2> 2346948 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&wt=xml} status=0 QTime=0
[junit4] 2> 2346956 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=0
[junit4] 2> 2346957 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
[junit4] 2> 2346957 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
[junit4] 2> 2346959 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDiff
[junit4] 2> 2346960 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=0
[junit4] 2> 2346987 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=26
[junit4] 2> 2346989 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDiff
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MBeansHandlerTest
-Dtests.method=testDiff -Dtests.seed=46FAF5795D7DA6FC -Dtests.slow=true
-Dtests.locale=es-ES -Dtests.timezone=America/Lower_Princes
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.04s J1 | MBeansHandlerTest.testDiff <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1,
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
[junit4] > at
__randomizedtesting.SeedInfo.seed([46FAF5795D7DA6FC:83EC31E24DCB9E9C]:0)
[junit4] > at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2346998 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2346999 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2028281771
[junit4] 2> 2347002 INFO (coreCloseExecutor-8255-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2a75eec8
[junit4] 2> 2347132 INFO (coreCloseExecutor-8255-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 2347135 INFO
(SUITE-MBeansHandlerTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_46FAF5795D7DA6FC-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=es-ES,
timezone=America/Lower_Princes
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=364526800,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestRestoreCore,
TestManagedSchema, TestDownShardTolerantSearch, TestUninvertingReader,
HdfsRecoverLeaseTest, FullSolrCloudDistribCmdsTest, TestStressLiveNodes,
TestIndexingPerformance, BlockJoinFacetRandomTest,
PreAnalyzedUpdateProcessorTest, TestCloudPseudoReturnFields,
CloudExitableDirectoryReaderTest, NotRequiredUniqueKeyTest,
RemoteQueryErrorTest, TestMergePolicyConfig, TestSolrQueryParser,
TestConfigSetsAPI, UUIDFieldTest, SpellPossibilityIteratorTest,
PreAnalyzedFieldTest, TestBadConfig, TestTrieFacet, CollectionStateFormat2Test,
TestFieldCacheSortRandom, TestCustomDocTransformer, RegexBoostProcessorTest,
TestQueryUtils, TestInfoStreamLogging,
TestPerFieldSimilarityWithDefaultOverride, TestSolrQueryParserResource,
SpatialRPTFieldTypeTest, TestIntervalFaceting, HdfsUnloadDistributedZkTest,
SharedFSAutoReplicaFailoverTest, DistanceUnitsTest,
DistribDocExpirationUpdateProcessorTest, TestJavabinTupleStreamParser,
TestRandomFaceting, DistributedFacetPivotLargeTest, DateMathParserTest,
HighlighterMaxOffsetTest, HLLSerializationTest, ReturnFieldsTest,
TestConfigReload, HdfsChaosMonkeyNothingIsSafeTest, TestLeaderElectionZkExpiry,
TestClusterProperties, BasicDistributedZk2Test, TestOrdValues, UtilsToolTest,
TestRebalanceLeaders, EchoParamsTest, TestAuthenticationFramework,
TestXmlQParserPlugin, TestWriterPerf, DistributedIntervalFacetingTest,
TestDFRSimilarityFactory, TestFieldCache, DistributedTermsComponentTest,
BufferStoreTest, CollectionsAPIDistributedZkTest, TestCloudInspectUtil,
HdfsBasicDistributedZk2Test, TestRawResponseWriter, TestStandardQParsers,
TestUseDocValuesAsStored2, TestGeoJSONResponseWriter,
SolrCoreCheckLockOnStartupTest, SuggesterTest, OpenCloseCoreStressTest,
SolrSlf4jReporterTest, TestRandomFlRTGCloud,
CollectionsAPIAsyncDistributedZkTest, CloneFieldUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, DistributedExpandComponentTest,
QueryParsingTest, TestReplicationHandlerBackup, TestSimpleTrackingShardHandler,
TestCustomSort, SimpleCollectionCreateDeleteTest, SolrIndexConfigTest,
TestSuggestSpellingConverter, SolrCmdDistributorTest,
SpellingQueryConverterTest, SparseHLLTest, V2ApiIntegrationTest, CopyFieldTest,
TestHashQParserPlugin, HighlighterConfigTest, TestSubQueryTransformer,
HdfsLockFactoryTest, TestImpersonationWithHadoopAuth, TestRecoveryHdfs,
FieldAnalysisRequestHandlerTest, TestFoldingMultitermQuery, TestCoreAdminApis,
FileBasedSpellCheckerTest, CurrencyFieldOpenExchangeTest, QueryResultKeyTest,
TestSearchPerf, TestExpandComponent, TestRequestForwarding,
AnalysisErrorHandlingTest, AtomicUpdatesTest, TestSearcherReuse,
DistanceFunctionTest, DataDrivenBlockJoinTest, StatsReloadRaceTest,
DefaultValueUpdateProcessorTest, ClusterStateTest, BasicZkTest,
DocValuesMissingTest, InfoHandlerTest, DeleteLastCustomShardedReplicaTest,
TestObjectReleaseTracker, TestConfig, TestSolrCloudWithDelegationTokens,
ChangedSchemaMergeTest, SuggestComponentTest, DirectUpdateHandlerOptimizeTest,
SliceStateTest, CacheHeaderTest, TestShortCircuitedRequests,
TestSolrDeletionPolicy2, OverseerModifyCollectionTest, SolrMetricManagerTest,
LukeRequestHandlerTest, TestSolrQueryResponse, SolrMetricsIntegrationTest,
TestSystemIdResolver, SolrCloudExampleTest, ManagedSchemaRoundRobinCloudTest,
FacetPivotSmallTest, UpdateParamsTest, TestRecovery, ScriptEngineTest,
ChaosMonkeySafeLeaderTest, CustomCollectionTest,
DistributedFacetPivotSmallAdvancedTest, TestJoin, TestFastWriter,
TestAtomicUpdateErrorCases, TestSQLHandlerNonCloud,
TestSha256AuthenticationProvider, TestCloudSchemaless, DebugComponentTest,
TestLocalFSCloudBackupRestore, LoggingHandlerTest, TestMiniSolrCloudCluster,
CoreAdminRequestStatusTest, TemplateUpdateProcessorTest,
LeaderInitiatedRecoveryOnCommitTest, TestSolrCoreParser, TestSolrCLIRunExample,
TestOmitPositions, CircularListTest, TestJsonFacets, TestExactSharedStatsCache,
CloudMLTQParserTest, ClassificationUpdateProcessorIntegrationTest,
TestCoreDiscovery, TestUtils, TestQuerySenderNoQuery, NoCacheHeaderTest,
ConcurrentDeleteAndCreateCollectionTest, TestNonDefinedSimilarityFactory,
BasicDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest,
RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest,
ZkSolrClientTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest,
AutoCommitTest, TestDistributedGrouping, TestHashPartitioner,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
TestStressVersions, TestRangeQuery, SimpleFacetsTest, StatsComponentTest,
QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest,
TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, SoftAutoCommitTest,
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest,
AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterTSTTest,
TestStressLucene, TestTrie, SpatialFilterTest, WordBreakSolrSpellCheckerTest,
TestUpdate, QueryEqualityTest, SortByFunctionTest, SolrInfoMBeanTest,
TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryTypes,
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TermVectorComponentTest,
IndexSchemaRuntimeFieldTest, TestCollationField, JSONWriterTest,
MBeansHandlerTest]
[junit4] Completed [422/691 (1!)] on J1 in 0.79s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 517 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/init-core-data-001
[junit4] 2> 2897166 INFO
(SUITE-ShardSplitTest-seed#[46FAF5795D7DA6FC]-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)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 2897166 INFO
(SUITE-ShardSplitTest-seed#[46FAF5795D7DA6FC]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 2897173 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2897173 INFO (Thread-3412) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2897173 INFO (Thread-3412) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2897275 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ZkTestServer start zk server on port:57731
[junit4] 2> 2897318 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2897323 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2897346 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2897350 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2897354 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2897357 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2897361 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2897368 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2897373 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2897396 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2897410 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2899091 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/control-001/cores/collection1
[junit4] 2> 2899094 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2899096 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7793d74d{/,null,AVAILABLE}
[junit4] 2> 2899098 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@68817941{HTTP/1.1,[http/1.1]}{127.0.0.1:57735}
[junit4] 2> 2899098 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server Started @2905121ms
[junit4] 2> 2899098 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/tempDir-001/control/data,
hostContext=/, hostPort=57735,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/control-001/cores}
[junit4] 2> 2899099 ERROR
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2899099 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 2899100 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2899100 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2899100 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-09T23:24:16.492Z
[junit4] 2> 2899104 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2899104 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/control-001/solr.xml
[junit4] 2> 2899124 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2899124 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57731/solr
[junit4] 2> 2899173 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57735_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:57735_
[junit4] 2> 2899175 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57735_ ] o.a.s.c.Overseer Overseer
(id=97431234450554884-127.0.0.1:57735_-n_0000000000) starting
[junit4] 2> 2899191 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57735_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57735_
[junit4] 2> 2899197 INFO
(zkCallback-3822-thread-1-processing-n:127.0.0.1:57735_) [n:127.0.0.1:57735_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2899353 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57735_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/control-001/cores
[junit4] 2> 2899353 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57735_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2899357 INFO
(OverseerStateUpdate-97431234450554884-127.0.0.1:57735_-n_0000000000)
[n:127.0.0.1:57735_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 2900387 WARN
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 2900388 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2900399 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2900458 WARN
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ 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> 2900459 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2900491 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 2900491 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/control-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/control-001/cores/collection1/data/]
[junit4] 2> 2900491 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ 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@412f4653
[junit4] 2> 2900496 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.53125, noCFSRatio=1.0]
[junit4] 2> 2900530 WARN
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ 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> 2900624 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2900624 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2900625 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 2900625 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2900626 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.9990234375,
floorSegmentMB=0.61328125, forceMergeDeletesPctAllowed=4.721519625900001,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3537088720629018
[junit4] 2> 2900627 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@b26f392[collection1] main]
[junit4] 2> 2900628 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2900629 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2900629 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2900630 INFO
(searcherExecutor-8203-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@b26f392[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2900631 INFO
(coreLoadExecutor-8202-thread-1-processing-n:127.0.0.1:57735_)
[n:127.0.0.1:57735_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558899754819125248
[junit4] 2> 2900642 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 2900642 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ 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> 2900643 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57735/collection1/
[junit4] 2> 2900643 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 2900643 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:57735/collection1/ has no replicas
[junit4] 2> 2900653 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ 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:57735/collection1/ shard1
[junit4] 2> 2900811 INFO
(coreZkRegister-8195-thread-1-processing-n:127.0.0.1:57735_ x:collection1
c:control_collection) [n:127.0.0.1:57735_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 2901098 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2901100 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57731/solr ready
[junit4] 2> 2901100 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2901513 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001/cores/collection1
[junit4] 2> 2901515 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001
[junit4] 2> 2901516 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2901517 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d6ee70{/,null,AVAILABLE}
[junit4] 2> 2901518 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@554bc381{HTTP/1.1,[http/1.1]}{127.0.0.1:57740}
[junit4] 2> 2901518 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server Started @2907540ms
[junit4] 2> 2901519 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57740,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001/cores}
[junit4] 2> 2901519 ERROR
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2901519 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 2901519 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2901519 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2901519 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-09T23:24:18.911Z
[junit4] 2> 2901524 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2901525 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001/solr.xml
[junit4] 2> 2901558 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2901559 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57731/solr
[junit4] 2> 2901583 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57740_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2901594 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57740_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57740_
[junit4] 2> 2901599 INFO (zkCallback-3826-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2901600 INFO
(zkCallback-3822-thread-2-processing-n:127.0.0.1:57735_) [n:127.0.0.1:57735_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2901601 INFO
(zkCallback-3831-thread-1-processing-n:127.0.0.1:57740_) [n:127.0.0.1:57740_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2901759 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57740_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001/cores
[junit4] 2> 2901759 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57740_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2901762 INFO
(OverseerStateUpdate-97431234450554884-127.0.0.1:57735_-n_0000000000)
[n:127.0.0.1:57735_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 2902792 WARN
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2902793 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 2902806 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2902862 WARN
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ 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> 2902863 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2902893 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2902893 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 2902893 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@412f4653
[junit4] 2> 2902897 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=33,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.53125, noCFSRatio=1.0]
[junit4] 2> 2902925 WARN
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ 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> 2903047 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2903047 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2903049 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2903049 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2903051 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=26,
maxMergedSegmentMB=73.9990234375, floorSegmentMB=0.61328125,
forceMergeDeletesPctAllowed=4.721519625900001, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3537088720629018
[junit4] 2> 2903052 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@257dbce5[collection1] main]
[junit4] 2> 2903054 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2903055 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2903055 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 2903057 INFO
(searcherExecutor-8214-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@257dbce5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2903058 INFO
(coreLoadExecutor-8213-thread-1-processing-n:127.0.0.1:57740_)
[n:127.0.0.1:57740_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558899757364019200
[junit4] 2> 2903081 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 2903081 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ 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> 2903081 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57740/collection1/
[junit4] 2> 2903081 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2903081 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57740/collection1/ has no
replicas
[junit4] 2> 2903088 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57740/collection1/ shard2
[junit4] 2> 2903254 INFO
(coreZkRegister-8208-thread-1-processing-n:127.0.0.1:57740_ x:collection1
c:collection1) [n:127.0.0.1:57740_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2903983 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001/cores/collection1
[junit4] 2> 2903987 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001
[junit4] 2> 2903989 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2903991 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6aad9875{/,null,AVAILABLE}
[junit4] 2> 2903992 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7cd63fcd{HTTP/1.1,[http/1.1]}{127.0.0.1:57744}
[junit4] 2> 2903992 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server Started @2910014ms
[junit4] 2> 2903992 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57744,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001/cores}
[junit4] 2> 2903993 ERROR
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2903993 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 2903993 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2903993 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2903993 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-09T23:24:21.385Z
[junit4] 2> 2903999 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2903999 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001/solr.xml
[junit4] 2> 2904016 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2904017 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57731/solr
[junit4] 2> 2904037 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57744_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2904048 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57744_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57744_
[junit4] 2> 2904052 INFO
(zkCallback-3822-thread-3-processing-n:127.0.0.1:57735_) [n:127.0.0.1:57735_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2904052 INFO
(zkCallback-3831-thread-1-processing-n:127.0.0.1:57740_) [n:127.0.0.1:57740_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2904052 INFO (zkCallback-3826-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2904054 INFO
(zkCallback-3837-thread-1-processing-n:127.0.0.1:57744_) [n:127.0.0.1:57744_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2904229 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57744_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001/cores
[junit4] 2> 2904229 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57744_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2904232 INFO
(OverseerStateUpdate-97431234450554884-127.0.0.1:57735_-n_0000000000)
[n:127.0.0.1:57735_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 2905253 WARN
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2905254 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 2905272 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2905358 WARN
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ 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> 2905360 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2905393 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2905393 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 2905393 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@412f4653
[junit4] 2> 2905406 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=33,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.53125, noCFSRatio=1.0]
[junit4] 2> 2905433 WARN
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ 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> 2905988 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2905988 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2905989 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2905990 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2905991 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=26,
maxMergedSegmentMB=73.9990234375, floorSegmentMB=0.61328125,
forceMergeDeletesPctAllowed=4.721519625900001, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3537088720629018
[junit4] 2> 2905992 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5937f46a[collection1] main]
[junit4] 2> 2905993 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2905994 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2905994 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 2905996 INFO
(searcherExecutor-8225-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5937f46a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2905996 INFO
(coreLoadExecutor-8224-thread-1-processing-n:127.0.0.1:57744_)
[n:127.0.0.1:57744_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558899760444735488
[junit4] 2> 2906007 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 2906007 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ 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> 2906007 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57744/collection1/
[junit4] 2> 2906007 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2906007 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57744/collection1/ has no
replicas
[junit4] 2> 2906015 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57744/collection1/ shard1
[junit4] 2> 2906181 INFO
(coreZkRegister-8219-thread-1-processing-n:127.0.0.1:57744_ x:collection1
c:collection1) [n:127.0.0.1:57744_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2907079 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001/cores/collection1
[junit4] 2> 2907087 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001
[junit4] 2> 2907087 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2907089 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@13f05ee{/,null,AVAILABLE}
[junit4] 2> 2907090 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@629f90cb{HTTP/1.1,[http/1.1]}{127.0.0.1:57748}
[junit4] 2> 2907090 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server Started @2913112ms
[junit4] 2> 2907090 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57748,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001/cores}
[junit4] 2> 2907091 ERROR
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2907091 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 2907092 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2907092 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2907092 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-09T23:24:24.484Z
[junit4] 2> 2907096 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2907096 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001/solr.xml
[junit4] 2> 2907104 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2907105 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57731/solr
[junit4] 2> 2907122 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57748_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2907133 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57748_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57748_
[junit4] 2> 2907140 INFO
(zkCallback-3831-thread-1-processing-n:127.0.0.1:57740_) [n:127.0.0.1:57740_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2907142 INFO
(zkCallback-3843-thread-1-processing-n:127.0.0.1:57748_) [n:127.0.0.1:57748_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2907142 INFO
(zkCallback-3822-thread-1-processing-n:127.0.0.1:57735_) [n:127.0.0.1:57735_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2907142 INFO (zkCallback-3826-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2907142 INFO
(zkCallback-3837-thread-1-processing-n:127.0.0.1:57744_) [n:127.0.0.1:57744_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2907232 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57748_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001/cores
[junit4] 2> 2907232 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC])
[n:127.0.0.1:57748_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2907239 INFO
(OverseerStateUpdate-97431234450554884-127.0.0.1:57735_-n_0000000000)
[n:127.0.0.1:57735_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 2908262 WARN
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2908262 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 2908274 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2908325 WARN
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ 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> 2908326 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2908359 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2908359 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 2908360 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@412f4653
[junit4] 2> 2908363 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=33,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.53125, noCFSRatio=1.0]
[junit4] 2> 2908376 WARN
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ 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> 2908490 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2908490 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2908491 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2908491 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2908492 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=26,
maxMergedSegmentMB=73.9990234375, floorSegmentMB=0.61328125,
forceMergeDeletesPctAllowed=4.721519625900001, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3537088720629018
[junit4] 2> 2908493 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5b5ee7e[collection1] main]
[junit4] 2> 2908495 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2908496 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2908496 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 2908497 INFO
(searcherExecutor-8236-thread-1-processing-n:127.0.0.1:57748_ x:collection1
c:collection1) [n:127.0.0.1:57748_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5b5ee7e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2908497 INFO
(coreLoadExecutor-8235-thread-1-processing-n:127.0.0.1:57748_)
[n:127.0.0.1:57748_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558899763067224064
[junit4] 2> 2908502 INFO
(coreZkRegister-8230-thread-1-processing-n:127.0.0.1:57748_ x:collection1
c:collection1) [n:127.0.0.1:57748_ c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 2908503 INFO
(updateExecutor-3840-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 2908503 INFO
(recoveryExecutor-3841-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 2908503 INFO
(recoveryExecutor-3841-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 2908503 INFO
(recoveryExecutor-3841-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 2908503 INFO
(recoveryExecutor-3841-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ 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> 2908504 INFO
(recoveryExecutor-3841-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ 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:57740/collection1/]
and I am [http://127.0.0.1:57748/collection1/]
[junit4] 2> 2908508 INFO
(recoveryExecutor-3841-thread-1-processing-n:127.0.0.1:57748_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57748_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:57740]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57748_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 2908511 INFO (qtp267660466-17962) [n:127.0.0.1:57740_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 2908512 INFO (qtp267660466-17962) [n:127.0.0.1:57740_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 2908512 INFO (qtp267660466-17962) [n:127.0.0.1:57740_ ]
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:57748_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57748","node_name":"127.0.0.1:57748_","state":"down"}
[junit4] 2> 2909467 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-4-001/cores/collection1
[junit4] 2> 2909473 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_46FAF5795D7DA6FC-001/shard-4-001
[junit4] 2> 2909474 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2909476 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3eb25cf2{/,null,AVAILABLE}
[junit4] 2> 2909477 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7440bea8{HTTP/1.1,[http/1.1]}{127.0.0.1:57753}
[junit4] 2> 2909478 INFO
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[46FAF5795D7DA6FC]) [ ]
o.e.j.s.Server
[...truncated too long message...]
closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 22. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java
(at line 51)
[ecj-lint] new
JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(response.getValues(),
out);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 23. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java
(at line 163)
[ecj-lint] new
JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(),
out);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 24. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java
(at line 166)
[ecj-lint] return (NamedList<Object>) new
JavaBinCodec(resolver).unmarshal(in);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 25. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/SmileResponseWriter.java
(at line 33)
[ecj-lint] new SmileWriter(out, request, response).writeResponse();
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 26. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java
(at line 146)
[ecj-lint] ratesJsonStream =
resourceLoader.openResource(ratesFileLocation);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 27. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java
(at line 1185)
[ecj-lint] UninvertingReader uninvertingReader = new UninvertingReader(new
ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
[ecj-lint] ^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'uninvertingReader' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 28. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CursorMark.java
(at line 188)
[ecj-lint] pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 29. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CursorMark.java
(at line 265)
[ecj-lint] new JavaBinCodec().marshal(marshalledValues, out);
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 30. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java
(at line 145)
[ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len);
[ecj-lint] ^
[ecj-lint] Resource leak: 'h' is never closed
[ecj-lint] ----------
[ecj-lint] 31. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java
(at line 154)
[ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len);
[ecj-lint] ^
[ecj-lint] Resource leak: 'h' is never closed
[ecj-lint] ----------
[ecj-lint] 32. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java
(at line 163)
[ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len);
[ecj-lint] ^
[ecj-lint] Resource leak: 'h' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 33. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java
(at line 78)
[ecj-lint] SolrIndexSearcher is = (SolrIndexSearcher) o;
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 34. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java
(at line 78)
[ecj-lint] SolrIndexSearcher is = (SolrIndexSearcher) o;
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 35. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
(at line 263)
[ecj-lint] throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred
while loading solr.xml from zookeeper", e);
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'loader' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 36. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java
(at line 98)
[ecj-lint] ChannelFastInputStream is = new ChannelFastInputStream(channel,
pos);
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 37. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java
(at line 188)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] 38. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java
(at line 258)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 39. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 226)
[ecj-lint] ChannelFastInputStream is = new ChannelFastInputStream(channel,
pos);
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] 40. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 226)
[ecj-lint] ChannelFastInputStream is = new ChannelFastInputStream(channel,
pos);
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] 41. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 258)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] 42. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 273)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] 43. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 492)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 44. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
(at line 655)
[ecj-lint] BAOS bos = new BAOS();
[ecj-lint] ^^^
[ecj-lint] Resource leak: 'bos' is never closed
[ecj-lint] ----------
[ecj-lint] 45. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
(at line 655)
[ecj-lint] BAOS bos = new BAOS();
[ecj-lint] ^^^
[ecj-lint] Resource leak: 'bos' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 46. WARNING in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java
(at line 149)
[ecj-lint] SolrQueryRequest req = requestInfo == null ? null :
requestInfo.getReq();
[ecj-lint] ^^^
[ecj-lint] Resource leak: 'req' is never closed
[ecj-lint] ----------
[ecj-lint] 46 problems (2 errors, 44 warnings)
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:775: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:101: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:674: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2001:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2040:
Compile failed; see the compiler error output for details.
Total time: 114 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]