Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18793/
Java: 64bit/jdk-9-ea+152 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.lucene.analysis.miscellaneous.TestWordDelimiterGraphFilter.testRandomStrings
Error Message:
startOffset must be non-negative, and endOffset must be >= startOffset, and
offsets must not go backwards startOffset=0,endOffset=5,lastStartOffset=2 for
field 'dummy'
Stack Trace:
java.lang.IllegalArgumentException: startOffset must be non-negative, and
endOffset must be >= startOffset, and offsets must not go backwards
startOffset=0,endOffset=5,lastStartOffset=2 for field 'dummy'
at
__randomizedtesting.SeedInfo.seed([824A4F84D4639552:AC34F3A7767C267]:0)
at
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:773)
at
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:437)
at
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1579)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1324)
at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:171)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:650)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
at
org.apache.lucene.analysis.miscellaneous.TestWordDelimiterGraphFilter.testRandomStrings(TestWordDelimiterGraphFilter.java:368)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.base/java.lang.Thread.run(Thread.java:844)
Suppressed: java.lang.IllegalStateException: close() called in wrong
state: INCREMENT
at
org.apache.lucene.analysis.MockTokenizer.fail(MockTokenizer.java:126)
at
org.apache.lucene.analysis.MockTokenizer.close(MockTokenizer.java:293)
at
org.apache.lucene.analysis.TokenFilter.close(TokenFilter.java:58)
at
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:816)
... 45 more
FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test
Error Message:
document count mismatch. control=3577 sum(shards)=3576 cloudClient=3576
Stack Trace:
java.lang.AssertionError: document count mismatch. control=3577
sum(shards)=3576 cloudClient=3576
at
__randomizedtesting.SeedInfo.seed([851B7C1FCA24EC8A:D4F43C564D88172]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:231)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 2986 lines...]
[junit4] Suite:
org.apache.lucene.analysis.miscellaneous.TestWordDelimiterGraphFilter
[junit4] 2> TEST FAIL: useCharFilter=true
text='\u05f1\uf164\ud86b\udc3a\u6e04 OcKnoZEao sa'
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestWordDelimiterGraphFilter -Dtests.method=testRandomStrings
-Dtests.seed=824A4F84D4639552 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sr-Cyrl-RS -Dtests.timezone=IST -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.85s J2 | TestWordDelimiterGraphFilter.testRandomStrings
<<<
[junit4] > Throwable #1: java.lang.IllegalArgumentException: startOffset
must be non-negative, and endOffset must be >= startOffset, and offsets must
not go backwards startOffset=0,endOffset=5,lastStartOffset=2 for field 'dummy'
[junit4] > at
__randomizedtesting.SeedInfo.seed([824A4F84D4639552:AC34F3A7767C267]:0)
[junit4] > at
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:773)
[junit4] > at
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:437)
[junit4] > at
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
[junit4] > at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
[junit4] > at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1579)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1324)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:171)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:650)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
[junit4] > at
org.apache.lucene.analysis.miscellaneous.TestWordDelimiterGraphFilter.testRandomStrings(TestWordDelimiterGraphFilter.java:368)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] > Suppressed: java.lang.IllegalStateException: close()
called in wrong state: INCREMENT
[junit4] > at
org.apache.lucene.analysis.MockTokenizer.fail(MockTokenizer.java:126)
[junit4] > at
org.apache.lucene.analysis.MockTokenizer.close(MockTokenizer.java:293)
[junit4] > at
org.apache.lucene.analysis.TokenFilter.close(TokenFilter.java:58)
[junit4] > at
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:816)
[junit4] > ... 45 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/J2/temp/lucene.analysis.miscellaneous.TestWordDelimiterGraphFilter_824A4F84D4639552-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{dummy=FSTOrd50}, docValues:{}, maxPointsInLeafNode=83,
maxMBSortInHeap=6.733319581613744, sim=RandomSimilarity(queryNorm=false):
{dummy=DFR GB2}, locale=sr-Cyrl-RS, timezone=IST
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=357202496,total=508952576
[junit4] 2> NOTE: All tests run in this JVM:
[TestPrefixAndSuffixAwareTokenFilter, ShingleAnalyzerWrapperTest,
TestPatternReplaceCharFilter, TestStandardFactories, TestGermanStemFilter,
TestRussianAnalyzer, TestGermanLightStemFilterFactory,
TestStemmerOverrideFilter, TestStrangeOvergeneration,
TestBrazilianStemFilterFactory, HTMLStripCharFilterTest, TestApostropheFilter,
TestKStemFilterFactory, TestSynonymFilterFactory, TestFrenchMinimalStemFilter,
TestKStemmer, NGramTokenFilterTest, TestHomonyms, TestHindiAnalyzer,
TestTrimFilter, TestArabicStemFilter, TestCircumfix,
TestAllAnalyzersHaveFactories, TestCharArrayIterator,
TestFixBrokenOffsetsFilter, TestLimitTokenPositionFilterFactory,
TestEnglishMinimalStemFilterFactory, ShingleFilterTest,
TestRemoveDuplicatesTokenFilterFactory, TestShingleFilterFactory,
TokenOffsetPayloadTokenFilterTest, TestCzechStemFilterFactory,
TestFrenchLightStemFilter, TestScandinavianNormalizationFilter,
TestLithuanianStemming, TestStopAnalyzer, TestLengthFilterFactory,
TestPorterStemFilterFactory, TestMorphData, TestPatternReplaceFilter,
TestStopFilterFactory, TestDelimitedPayloadTokenFilterFactory, TestDictionary,
TestOptionalCondition, TestEnglishMinimalStemFilter,
TestCodepointCountFilterFactory, TestReversePathHierarchyTokenizer,
TestSnowball, TestRandomChains, TestSnowballVocab, TestMappingCharFilter,
TestWordDelimiterFilter, TestIndonesianAnalyzer, TestSpanishLightStemFilter,
TestPortugueseMinimalStemFilter, TestGalicianMinimalStemFilter,
TestGermanAnalyzer, TestKeywordAnalyzer, TestItalianAnalyzer,
TestCJKWidthFilter, TestCatalanAnalyzer, TestKeepWordFilter,
TestHyphenationCompoundWordTokenFilterFactory, TestSpanishAnalyzer,
TestIndonesianStemmer, TestGreekStemmer, TestHindiNormalizer,
TestPatternReplaceCharFilterFactory, TestPersianNormalizationFilter,
TestPerFieldAnalyzerWrapper, TestRussianLightStemFilterFactory,
TestHindiStemmer, TestStemmerOverrideFilterFactory,
TestHunspellStemFilterFactory, TestKeywordMarkerFilter, TestIndicNormalizer,
TestPortugueseMinimalStemFilterFactory, TestCJKWidthFilterFactory,
TestGermanMinimalStemFilterFactory, TestFlattenGraphFilter,
TestCaseInsensitive, TestDependencies, TestFlagLong, TestHunspellStemFilter,
TestLimitTokenCountFilter, TestLimitTokenPositionFilter,
TestWordDelimiterGraphFilter]
[junit4] Completed [277/277 (1!)] on J2 in 11.39s, 24 tests, 1 error <<<
FAILURES!
[...truncated 9274 lines...]
[junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/init-core-data-001
[junit4] 2> 1190956 INFO
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[851B7C1FCA24EC8A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
[junit4] 2> 1190956 INFO
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[851B7C1FCA24EC8A]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1190958 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1190958 INFO (Thread-1996) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1190958 INFO (Thread-1996) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1191058 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35896
[junit4] 2> 1191066 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1191068 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 1191085 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1191089 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1191093 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1191098 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1191101 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1191104 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1191106 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1191110 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1191112 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1191614 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/control-001/cores/collection1
[junit4] 2> 1191615 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1191616 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@70579e72{/,null,AVAILABLE}
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4defeb56{HTTP/1.1,[http/1.1]}{127.0.0.1:39597}
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server Started @1193920ms
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/tempDir-001/control/data,
hostPort=39597,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/control-001/cores}
[junit4] 2> 1191618 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1191618 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-17T18:17:49.245749Z
[junit4] 2> 1191620 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1191620 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/control-001/solr.xml
[junit4] 2> 1191635 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35896/solr
[junit4] 2> 1191646 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39597_
[junit4] 2> 1191647 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.Overseer Overseer (id=97299796366852100-127.0.0.1:39597_-n_0000000000)
starting
[junit4] 2> 1191651 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39597_
[junit4] 2> 1191652 INFO (zkCallback-1720-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1191683 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/control-001/cores
[junit4] 2> 1191683 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1191686 INFO
(OverseerStateUpdate-97299796366852100-127.0.0.1:39597_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1192695 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1192706 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1192763 WARN (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1192764 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1192773 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 1192774 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/control-001/cores/collection1/data/]
[junit4] 2> 1192774 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@480f806c
[junit4] 2> 1192776 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=76.5888671875,
floorSegmentMB=1.037109375, forceMergeDeletesPctAllowed=8.188172258964087,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1136782593150147
[junit4] 2> 1192818 WARN (coreLoadExecutor-4915-thread-1) [ ]
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> 1192827 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1192827 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1192827 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 1192827 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1192828 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6602736871930917]
[junit4] 2> 1192829 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1fcbf797[collection1] main]
[junit4] 2> 1192829 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1192830 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1192830 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1192831 INFO (searcherExecutor-4916-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1fcbf797[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1192831 INFO (coreLoadExecutor-4915-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1556796743832567808
[junit4] 2> 1192835 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1192835 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1192835 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39597/collection1/
[junit4] 2> 1192835 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1192835 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:39597/collection1/ has no replicas
[junit4] 2> 1192838 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:39597/collection1/ shard1
[junit4] 2> 1192989 INFO (coreZkRegister-4908-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1193263 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1193263 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35896/solr ready
[junit4] 2> 1193263 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1193263 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1193721 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001/cores/collection1
[junit4] 2> 1193721 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001
[junit4] 2> 1193722 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1193722 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d208526{/,null,AVAILABLE}
[junit4] 2> 1193722 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1c49a1fe{HTTP/1.1,[http/1.1]}{127.0.0.1:33729}
[junit4] 2> 1193723 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server Started @1196025ms
[junit4] 2> 1193723 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/tempDir-001/jetty1,
hostPort=33729,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001/cores}
[junit4] 2> 1193723 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1193723 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1193723 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1193724 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1193724 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-17T18:17:51.351047Z
[junit4] 2> 1193726 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1193726 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001/solr.xml
[junit4] 2> 1193732 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35896/solr
[junit4] 2> 1193737 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1193739 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33729_
[junit4] 2> 1193740 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1193740 INFO (zkCallback-1724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1193740 INFO (zkCallback-1720-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1193758 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001/cores
[junit4] 2> 1193758 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1193759 INFO
(OverseerStateUpdate-97299796366852100-127.0.0.1:39597_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1193861 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1194769 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1194784 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1194861 WARN (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1194862 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1194873 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1194873 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1194873 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@480f806c
[junit4] 2> 1194875 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=76.5888671875,
floorSegmentMB=1.037109375, forceMergeDeletesPctAllowed=8.188172258964087,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1136782593150147
[junit4] 2> 1194903 WARN (coreLoadExecutor-4926-thread-1) [ ]
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> 1194912 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1194912 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1194913 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 1194913 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1194914 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6602736871930917]
[junit4] 2> 1194915 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@152bcd33[collection1] main]
[junit4] 2> 1194915 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1194916 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1194916 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1194916 INFO (searcherExecutor-4927-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@152bcd33[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1194917 INFO (coreLoadExecutor-4926-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1556796746019897344
[junit4] 2> 1194921 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1194922 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1194922 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33729/collection1/
[junit4] 2> 1194922 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1194922 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:33729/collection1/ has no replicas
[junit4] 2> 1194924 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33729/collection1/ shard2
[junit4] 2> 1195026 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1195074 INFO (coreZkRegister-4921-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1195176 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1195767 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001/cores/collection1
[junit4] 2> 1195768 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001
[junit4] 2> 1195768 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1195769 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2b2db7c6{/,null,AVAILABLE}
[junit4] 2> 1195769 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@dc925eb{HTTP/1.1,[http/1.1]}{127.0.0.1:42764}
[junit4] 2> 1195770 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server Started @1198072ms
[junit4] 2> 1195770 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/tempDir-001/jetty2,
hostPort=42764,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001/cores}
[junit4] 2> 1195770 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1195770 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1195770 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1195770 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1195770 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-17T18:17:53.397783Z
[junit4] 2> 1195773 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1195773 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001/solr.xml
[junit4] 2> 1195783 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35896/solr
[junit4] 2> 1195792 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1195795 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42764_
[junit4] 2> 1195795 INFO (zkCallback-1720-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1195795 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1195796 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1195796 INFO (zkCallback-1724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1195813 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001/cores
[junit4] 2> 1195813 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1195815 INFO
(OverseerStateUpdate-97299796366852100-127.0.0.1:39597_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1195916 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1195916 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1196823 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1196837 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1196897 WARN (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1196898 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1196906 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1196907 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1196907 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@480f806c
[junit4] 2> 1196909 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=76.5888671875,
floorSegmentMB=1.037109375, forceMergeDeletesPctAllowed=8.188172258964087,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1136782593150147
[junit4] 2> 1196980 WARN (coreLoadExecutor-4937-thread-1) [ ]
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> 1196990 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1196990 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1196991 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 1196991 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1196992 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6602736871930917]
[junit4] 2> 1196993 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5f12aab0[collection1] main]
[junit4] 2> 1196993 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1196993 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1196993 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1196994 INFO (searcherExecutor-4938-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5f12aab0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1196995 INFO (coreLoadExecutor-4937-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1556796748198838272
[junit4] 2> 1196999 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1196999 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1196999 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42764/collection1/
[junit4] 2> 1196999 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1196999 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:42764/collection1/ has no replicas
[junit4] 2> 1197002 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42764/collection1/ shard1
[junit4] 2> 1197103 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1197103 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1197152 INFO (coreZkRegister-4932-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1197255 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1197255 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1197833 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001/cores/collection1
[junit4] 2> 1197834 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001
[junit4] 2> 1197834 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1197835 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@300dbd48{/,null,AVAILABLE}
[junit4] 2> 1197835 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2a2607e2{HTTP/1.1,[http/1.1]}{127.0.0.1:38530}
[junit4] 2> 1197835 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server Started @1200138ms
[junit4] 2> 1197835 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/tempDir-001/jetty3,
hostPort=38530,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001/cores}
[junit4] 2> 1197836 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1197836 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1197836 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1197836 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1197836 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-17T18:17:55.463620Z
[junit4] 2> 1197838 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1197838 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001/solr.xml
[junit4] 2> 1197845 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35896/solr
[junit4] 2> 1197853 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1197855 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38530_
[junit4] 2> 1197856 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1197857 INFO (zkCallback-1724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1197857 INFO (zkCallback-1720-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1197857 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1197857 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1197874 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001/cores
[junit4] 2> 1197874 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1197876 INFO
(OverseerStateUpdate-97299796366852100-127.0.0.1:39597_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1197977 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1197977 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1197977 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1198883 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1198899 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1198991 WARN (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1198994 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1199006 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1199007 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 1199007 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@480f806c
[junit4] 2> 1199010 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=76.5888671875,
floorSegmentMB=1.037109375, forceMergeDeletesPctAllowed=8.188172258964087,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1136782593150147
[junit4] 2> 1199057 WARN (coreLoadExecutor-4948-thread-1) [ ]
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> 1199076 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1199076 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1199078 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 1199078 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1199080 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6602736871930917]
[junit4] 2> 1199081 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@18da8fe5[collection1] main]
[junit4] 2> 1199088 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1199088 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1199088 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1199090 INFO (searcherExecutor-4949-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@18da8fe5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1199091 INFO (coreLoadExecutor-4948-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1556796750396653568
[junit4] 2> 1199096 INFO (coreZkRegister-4943-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 1199096 INFO (updateExecutor-1739-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1199097 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 1199097 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 1199097 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 1199097 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 1199097 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:33729/collection1/] and I am
[http://127.0.0.1:38530/collection1/]
[junit4] 2> 1199109 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:33729]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38530_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1199111 INFO (qtp704275447-9170) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 1199111 INFO (qtp704275447-9170) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 1199112 INFO (qtp704275447-9170) [ ]
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:38530_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38530","node_name":"127.0.0.1:38530_","state":"down"}
[junit4] 2> 1199202 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1199202 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1199202 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1199849 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001/cores/collection1
[junit4] 2> 1199849 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001
[junit4] 2> 1199849 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1199850 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4533d1df{/,null,AVAILABLE}
[junit4] 2> 1199851 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5be21530{HTTP/1.1,[http/1.1]}{127.0.0.1:45153}
[junit4] 2> 1199851 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.Server Started @1202153ms
[junit4] 2> 1199851 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/tempDir-001/jetty4,
hostPort=45153,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001/cores}
[junit4] 2> 1199851 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1199851 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1199852 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1199852 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1199852 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-17T18:17:57.479105Z
[junit4] 2> 1199853 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1199853 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001/solr.xml
[junit4] 2> 1199861 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35896/solr
[junit4] 2> 1199867 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1199870 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45153_
[junit4] 2> 1199870 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1199871 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1199871 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1199871 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1199872 INFO (zkCallback-1724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1199872 INFO (zkCallback-1720-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1199891 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001/cores
[junit4] 2> 1199891 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1199893 INFO
(OverseerStateUpdate-97299796366852100-127.0.0.1:39597_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1199995 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1199995 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1199995 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1199995 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1200112 INFO (qtp704275447-9170) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:38530_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38530","node_name":"127.0.0.1:38530_","state":"recovering"}
[junit4] 2> 1200112 INFO (qtp704275447-9170) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1200112 INFO (qtp704275447-9170) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:38530_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 1200907 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1200926 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1201009 WARN (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1201011 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1201023 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1201024 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001/shard-4-001/cores/collection1/data/]
[junit4] 2> 1201024 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@480f806c
[junit4] 2> 1201027 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=76.5888671875,
floorSegmentMB=1.037109375, forceMergeDeletesPctAllowed=8.188172258964087,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1136782593150147
[junit4] 2> 1201077 WARN (coreLoadExecutor-4959-thread-1) [ ]
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> 1201089 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1201089 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1201090 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 1201090 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1201091 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6602736871930917]
[junit4] 2> 1201092 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6f6dd4ff[collection1] main]
[junit4] 2> 1201093 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1201093 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1201093 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1201095 INFO (searcherExecutor-4960-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6f6dd4ff[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1201096 INFO (coreLoadExecutor-4959-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1556796752499048448
[junit4] 2> 1201100 INFO (coreZkRegister-4954-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 1201100 INFO (updateExecutor-1746-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1201101 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 1201101 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 1201101 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 1201101 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 1201101 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:42764/collection1/] and I am
[http://127.0.0.1:45153/collection1/]
[junit4] 2> 1201106 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:42764]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:45153_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1201107 INFO (qtp1738320876-9199) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 1201107 INFO (qtp1738320876-9199) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 1201107 INFO (qtp1738320876-9199) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:45153_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:45153","node_name":"127.0.0.1:45153_","state":"down"}
[junit4] 2> 1201204 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1201204 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1201204 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1201204 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1201343 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1201343 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):330
[junit4] 2> 1202108 INFO (qtp1738320876-9199) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:45153_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:45153","node_name":"127.0.0.1:45153_","state":"recovering"}
[junit4] 2> 1202108 INFO (qtp1738320876-9199) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1202108 INFO (qtp1738320876-9199) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:45153_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 1207113 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:33729/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 1207113 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:38530 START
replicas=[http://127.0.0.1:33729/collection1/] nUpdates=100
[junit4] 2> 1207115 INFO (qtp704275447-9170) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1207115 INFO (qtp704275447-9170) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 1207116 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 1207117 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 1207117 INFO (recoveryExecutor-1740-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 1207118 INFO (zkCallback-1742-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1207118 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1207118 INFO (zkCallback-1730-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1207118 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1209108 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:42764/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 1209109 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:45153 START
replicas=[http://127.0.0.1:42764/collection1/] nUpdates=100
[junit4] 2> 1209110 INFO (qtp1738320876-9194) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1209110 INFO (qtp1738320876-9194) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1209111 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1209111 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 1209111 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1209111 INFO (recoveryExecutor-1747-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 120
[...truncated too long message...]
ngIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ] o.a.s.c.Overseer Overseer
(id=97299796366852111-127.0.0.1:38530_-n_0000000003) closing
[junit4] 2> 1244758 INFO
(OverseerStateUpdate-97299796366852111-127.0.0.1:38530_-n_0000000003) [ ]
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38530_
[junit4] 2> 1244760 WARN (zkCallback-1742-thread-3) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1244761 INFO (zkCallback-1749-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1244761 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1244761 INFO (zkCallback-1749-thread-6) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45153_
[junit4] 2> 1244762 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@2a2607e2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1244762 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@300dbd48{/,null,UNAVAILABLE}
[junit4] 2> 1244762 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 45153
[junit4] 2> 1244762 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=58671473
[junit4] 2> 1244765 INFO (zkCallback-1749-thread-6) [ ]
o.a.s.c.Overseer Overseer (id=97299796366852114-127.0.0.1:45153_-n_0000000004)
starting
[junit4] 2> 1244798 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.Overseer Overseer (id=97299796366852114-127.0.0.1:45153_-n_0000000004)
closing
[junit4] 2> 1244798 INFO
(OverseerStateUpdate-97299796366852114-127.0.0.1:45153_-n_0000000004) [ ]
o.a.s.c.Overseer According to ZK I
(id=97299796366852114-127.0.0.1:45153_-n_0000000004) am no longer a leader.
[junit4] 2> 1244798 INFO
(OverseerStateUpdate-97299796366852114-127.0.0.1:45153_-n_0000000004) [ ]
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45153_
[junit4] 2> 1246300 WARN (zkCallback-1749-thread-6) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1247189 WARN (zkCallback-1749-thread-1) [ ]
o.a.s.c.SyncStrategy Closed, skipping sync up.
[junit4] 2> 1247190 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@479f61bb
[junit4] 2> 1247242 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1247242 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1247243 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@5be21530{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1247243 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4533d1df{/,null,UNAVAILABLE}
[junit4] 2> 1247244 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[851B7C1FCA24EC8A]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35896 35896
[junit4] 2> 1247247 INFO (Thread-2063) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35896 35896
[junit4] 2> 1247247 WARN (Thread-2063) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 16 /solr/overseer/collection-queue-work
[junit4] 2> 7 /solr/overseer/queue-work
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test
-Dtests.seed=851B7C1FCA24EC8A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ii-CN -Dtests.timezone=NZ-CHAT -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 56.3s J2 | ChaosMonkeyNothingIsSafeTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: document count
mismatch. control=3577 sum(shards)=3576 cloudClient=3576
[junit4] > at
__randomizedtesting.SeedInfo.seed([851B7C1FCA24EC8A:D4F43C564D88172]:0)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
[junit4] > at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:231)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1247249 INFO
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[851B7C1FCA24EC8A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_851B7C1FCA24EC8A-001
[junit4] 2> Jan 17, 2017 6:18:44 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=ii-CN, timezone=NZ-CHAT
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=254857568,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [CircularListTest,
SuggesterWFSTTest, TestComponentsName, DebugComponentTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestNumericTerms32,
TestCSVResponseWriter, TestRestoreCore, TestComplexPhraseLeadingWildcard,
HdfsUnloadDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType,
CollectionsAPISolrJTest, TestOnReconnectListenerSupport, TestSchemaResource,
RAMDirectoryFactoryTest, TestIBSimilarityFactory, AutoCommitTest,
PrimUtilsTest, HLLSerializationTest, SolrTestCaseJ4Test, StatsReloadRaceTest,
CleanupOldIndexTest, TestReloadDeadlock, FieldAnalysisRequestHandlerTest,
TestDocBasedVersionConstraints, MBeansHandlerTest, HighlighterConfigTest,
ClassificationUpdateProcessorFactoryTest, SolrPluginUtilsTest,
TestPerFieldSimilarityWithDefaultOverride, TestRebalanceLeaders,
TestSmileRequest, TestHdfsBackupRestoreCore, SimpleFacetsTest, TestZkChroot,
TestRawResponseWriter, URLClassifyProcessorTest,
ParsingFieldUpdateProcessorsTest, ExternalFileFieldSortTest, UtilsToolTest,
ResourceLoaderTest, TestShortCircuitedRequests, BitVectorTest, TestUtils,
AssignTest, TestLMDirichletSimilarityFactory, TestRuleBasedAuthorizationPlugin,
ForceLeaderTest, DistributedQueryComponentCustomSortTest,
HdfsBasicDistributedZk2Test, TestIntervalFaceting,
TestSerializedLuceneMatchVersion, CdcrBootstrapTest, TestMergePolicyConfig,
MetricsHandlerTest, TestStressReorder, TestGraphMLResponseWriter,
TestFastOutputStream, LukeRequestHandlerTest, TestMiniSolrCloudCluster,
TestGroupingSearch, TestLRUStatsCache, SliceStateTest, TestSolrXml,
SolrCoreMetricManagerTest, TestSubQueryTransformerDistrib,
OutOfBoxZkACLAndCredentialsProvidersTest, TestConfig, RequestHandlersTest,
ManagedSchemaRoundRobinCloudTest, RestartWhileUpdatingTest, CoreSorterTest,
DeleteInactiveReplicaTest, TestConfigSetsAPIZkFailure, TestInitParams,
SolrCoreCheckLockOnStartupTest, TestShardHandlerFactory, TestRestManager,
TestImpersonationWithHadoopAuth, SynonymTokenizerTest, JSONWriterTest,
TestJsonFacetRefinement, ShowFileRequestHandlerTest,
TestSolrConfigHandlerCloud, AnalyticsMergeStrategyTest, DistributedQueueTest,
TestManagedSchemaAPI, UnloadDistributedZkTest, TestDistribDocBasedVersion,
TestClassicSimilarityFactory, RemoteQueryErrorTest, DateFieldTest,
MergeStrategyTest, TestTolerantSearch, TestHashQParserPlugin,
TestSolrCloudWithKerberosAlt, BadCopyFieldTest, HdfsSyncSliceTest,
TlogReplayBufferedWhileIndexingTest, TestPHPSerializedResponseWriter,
SharedFSAutoReplicaFailoverUtilsTest, TestJsonRequest,
TestBlendedInfixSuggestions, PrimitiveFieldTypeTest,
UUIDUpdateProcessorFallbackTest, TestFieldCacheVsDocValues,
SolrJmxReporterTest, TestFieldCacheSanityChecker, CurrencyFieldXmlFileTest,
CloneFieldUpdateProcessorFactoryTest, CollectionsAPIDistributedZkTest,
ZkSolrClientTest, TermVectorComponentDistributedTest, TestRealTimeGet,
TestReload, HardAutoCommitTest, TestCoreContainer, TestSolr4Spatial,
StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering,
TestQueryUtils, TestReversedWildcardFilterFactory, TermsComponentTest,
TestIndexingPerformance, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest,
SearchHandlerTest, DirectSolrConnectionTest, TestPhraseSuggestions,
TestXIncludeConfig, EchoParamsTest, ChaosMonkeyNothingIsSafeTest]
[junit4] Completed [474/678 (1!)] on J2 in 56.57s, 1 test, 1 failure <<<
FAILURES!
[...truncated 52185 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]