Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2965/
Java: 32bit/jdk-9-ea+158 -server -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.update.TestInPlaceUpdatesDistrib.test
Error Message:
'sanitycheck' results against client:
org.apache.solr.client.solrj.impl.HttpSolrClient@d7f022 (not leader) wrong
[docid] for SolrDocument{id=0,
id_field_copy_that_does_not_support_in_place_update_s=0, title_s=title0,
id_i=0, inplace_updatable_float=101.0, _version_=1560606232593563648,
inplace_updatable_int_with_default=666,
inplace_updatable_float_with_default=42.0, [docid]=8042} expected:<11780> but
was:<8042>
Stack Trace:
java.lang.AssertionError: 'sanitycheck' results against client:
org.apache.solr.client.solrj.impl.HttpSolrClient@d7f022 (not leader) wrong
[docid] for SolrDocument{id=0,
id_field_copy_that_does_not_support_in_place_update_s=0, title_s=title0,
id_i=0, inplace_updatable_float=101.0, _version_=1560606232593563648,
inplace_updatable_int_with_default=666,
inplace_updatable_float_with_default=42.0, [docid]=8042} expected:<11780> but
was:<8042>
at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:97058059548067F3]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesInResults(TestInPlaceUpdatesDistrib.java:442)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertDocIdsAndValuesAgainstAllClients(TestInPlaceUpdatesDistrib.java:413)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:321)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:140)
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:547)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:D17649EA03ECD663]:0)
at org.apache.solr.update.UpdateLogTest.ulogAdd(UpdateLogTest.java:255)
at
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence(UpdateLogTest.java:76)
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:547)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesWithDelete
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:54EC877FCEA39F32]:0)
at org.apache.solr.update.UpdateLogTest.ulogAdd(UpdateLogTest.java:255)
at
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesWithDelete(UpdateLogTest.java:174)
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:547)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesAfterMultipleCommits
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:2226EE92C0B55457]:0)
at org.apache.solr.update.UpdateLogTest.ulogAdd(UpdateLogTest.java:255)
at
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesAfterMultipleCommits(UpdateLogTest.java:123)
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:547)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11228 lines...]
[junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/init-core-data-001
[junit4] 2> 304908 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 304911 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 304914 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 304915 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 304917 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 305043 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 305044 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 305059 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
[junit4] 2> 305062 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 305066 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 305221 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 305225 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 305225 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 305231 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 305231 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 305232 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 305234 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 305316 WARN (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 305317 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 305326 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 305328 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 305331 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 305331 WARN (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 305331 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 305331 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/init-core-data-001/]
[junit4] 2> 305331 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 305332 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 305337 WARN (coreLoadExecutor-1638-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> 305533 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 305533 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 305534 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 305534 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 305535 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.5888671875,
floorSegmentMB=1.283203125, forceMergeDeletesPctAllowed=24.131523606698178,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 305535 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c65c39[collection1] main]
[junit4] 2> 305536 WARN (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 305536 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 305537 INFO (searcherExecutor-1639-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1c65c39[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 305538 INFO (coreLoadExecutor-1638-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560606207183421440
[junit4] 2> 305543 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 305548 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 305549 INFO (Thread-754) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 305549 INFO (Thread-754) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 305649 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36440
[junit4] 2> 305656 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 305659 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
to /configs/conf1/schema.xml
[junit4] 2> 305661 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 305664 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 305666 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 305668 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 305672 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 305675 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 305678 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 305682 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 305690 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 306573 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/control-001/cores/collection1
[junit4] 2> 306577 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 306578 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1fce7ef{/,null,AVAILABLE}
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@ac5c3c{SSL,[ssl,
http/1.1]}{127.0.0.1:40959}
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server Started @308613ms
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/tempDir-001/control/data,
hostPort=40959,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/control-001/cores}
[junit4] 2> 306579 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 306579 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-28T19:27:38.856774Z
[junit4] 2> 306587 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 306587 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/control-001/solr.xml
[junit4] 2> 306594 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 306596 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36440/solr
[junit4] 2> 306631 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 306632 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40959_
[junit4] 2> 306663 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.Overseer Overseer (id=97537887949881349-127.0.0.1:40959_-n_0000000000)
starting
[junit4] 2> 306668 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40959_
[junit4] 2> 306670 INFO
(OverseerStateUpdate-97537887949881349-127.0.0.1:40959_-n_0000000000) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 306885 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/control-001/cores
[junit4] 2> 306885 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 306887 INFO
(OverseerStateUpdate-97537887949881349-127.0.0.1:40959_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 307895 WARN (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 307895 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 307904 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 307918 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 307919 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 307919 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/control-001/cores/collection1/data/]
[junit4] 2> 307919 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 307920 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 307924 WARN (coreLoadExecutor-1651-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> 308080 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 308080 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 308081 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 308081 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 308082 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.5888671875,
floorSegmentMB=1.283203125, forceMergeDeletesPctAllowed=24.131523606698178,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 308082 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2b0f68[collection1] main]
[junit4] 2> 308083 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 308083 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 308083 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 308084 INFO (searcherExecutor-1652-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2b0f68[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 308084 INFO (coreLoadExecutor-1651-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560606209853095936
[junit4] 2> 308089 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 308089 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 308089 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40959/collection1/
[junit4] 2> 308089 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 308089 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.SyncStrategy https://127.0.0.1:40959/collection1/ has no replicas
[junit4] 2> 308089 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 308091 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:40959/collection1/ shard1
[junit4] 2> 308149 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 308150 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36440/solr ready
[junit4] 2> 308150 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 308150 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 308192 INFO (coreZkRegister-1644-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 309047 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001/cores/collection1
[junit4] 2> 309048 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001
[junit4] 2> 309052 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 309054 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15a5640{/,null,AVAILABLE}
[junit4] 2> 309055 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@13ad641{SSL,[ssl,
http/1.1]}{127.0.0.1:43112}
[junit4] 2> 309055 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server Started @311088ms
[junit4] 2> 309055 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/tempDir-001/jetty1,
hostPort=43112,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001/cores}
[junit4] 2> 309055 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 309055 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 309056 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 309056 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 309056 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-28T19:27:41.333099Z
[junit4] 2> 309059 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 309059 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001/solr.xml
[junit4] 2> 309080 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 309083 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36440/solr
[junit4] 2> 309093 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 309095 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 309098 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43112_
[junit4] 2> 309108 INFO (zkCallback-1568-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 309117 INFO (zkCallback-1564-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 309117 INFO (zkCallback-1574-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 309561 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001/cores
[junit4] 2> 309561 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 309564 INFO
(OverseerStateUpdate-97537887949881349-127.0.0.1:40959_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 309666 INFO (zkCallback-1574-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> 310575 WARN (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 310575 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 310586 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 310589 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 310591 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 310592 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 310592 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 310594 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 310600 WARN (coreLoadExecutor-1662-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> 310805 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 310805 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 310807 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 310807 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 310807 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.5888671875,
floorSegmentMB=1.283203125, forceMergeDeletesPctAllowed=24.131523606698178,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 310807 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd1d07[collection1] main]
[junit4] 2> 310808 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 310808 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 310808 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 310809 INFO (searcherExecutor-1663-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1dd1d07[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 310809 INFO (coreLoadExecutor-1662-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560606212710465536
[junit4] 2> 310813 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 310813 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 310813 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43112/collection1/
[junit4] 2> 310813 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 310813 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.SyncStrategy https://127.0.0.1:43112/collection1/ has no replicas
[junit4] 2> 310813 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 310816 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43112/collection1/ shard1
[junit4] 2> 310917 INFO (zkCallback-1574-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> 310918 INFO (coreZkRegister-1657-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 311020 INFO (zkCallback-1574-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> 312174 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001/cores/collection1
[junit4] 2> 312175 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001
[junit4] 2> 312180 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 312183 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11f6f6b{/,null,AVAILABLE}
[junit4] 2> 312184 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@a1ccaa{SSL,[ssl,
http/1.1]}{127.0.0.1:36799}
[junit4] 2> 312184 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server Started @314218ms
[junit4] 2> 312184 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/tempDir-001/jetty2,
hostPort=36799,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001/cores}
[junit4] 2> 312184 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 312187 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 312187 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 312187 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 312187 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-28T19:27:44.464726Z
[junit4] 2> 312193 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 312193 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001/solr.xml
[junit4] 2> 312201 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 312204 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36440/solr
[junit4] 2> 312213 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 312214 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 312235 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36799_
[junit4] 2> 312237 INFO (zkCallback-1574-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 312237 INFO (zkCallback-1568-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 312237 INFO (zkCallback-1564-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 312247 INFO (zkCallback-1580-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 312338 INFO (zkCallback-1574-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> 312610 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001/cores
[junit4] 2> 312610 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 312612 INFO
(OverseerStateUpdate-97537887949881349-127.0.0.1:40959_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 312714 INFO (zkCallback-1574-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> 312714 INFO (zkCallback-1580-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> 313620 WARN (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 313621 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 313630 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 313633 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 313633 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 313634 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 313634 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 313635 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 313640 WARN (coreLoadExecutor-1673-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> 313865 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 313865 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 313867 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 313867 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 313868 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.5888671875,
floorSegmentMB=1.283203125, forceMergeDeletesPctAllowed=24.131523606698178,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 313868 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@422d65[collection1] main]
[junit4] 2> 313868 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 313869 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 313869 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 313870 INFO (searcherExecutor-1674-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@422d65[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 313871 INFO (coreLoadExecutor-1673-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560606215921205248
[junit4] 2> 313874 INFO (coreZkRegister-1668-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 313874 INFO (updateExecutor-1577-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 313875 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 313875 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 313875 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 313875 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 313875 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [https://127.0.0.1:43112/collection1/] and I am
[https://127.0.0.1:36799/collection1/]
[junit4] 2> 313878 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[https://127.0.0.1:43112]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36799_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 313959 INFO (qtp7384867-5163) [ ] o.a.s.h.a.PrepRecoveryOp
Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true,
onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 313960 INFO (qtp7384867-5163) [ ] o.a.s.h.a.PrepRecoveryOp
Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have
state: recovering
[junit4] 2> 313960 INFO (qtp7384867-5163) [ ] 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:36799_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:36799","node_name":"127.0.0.1:36799_","state":"down"}
[junit4] 2> 313978 INFO (zkCallback-1580-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> 313979 INFO (zkCallback-1574-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> 314647 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001/cores/collection1
[junit4] 2> 314648 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001
[junit4] 2> 314653 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 314654 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18834b6{/,null,AVAILABLE}
[junit4] 2> 314655 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@20d3bf{SSL,[ssl,
http/1.1]}{127.0.0.1:35210}
[junit4] 2> 314655 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.e.j.s.Server Started @316689ms
[junit4] 2> 314655 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/tempDir-001/jetty3,
hostPort=35210,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001/cores}
[junit4] 2> 314656 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 314660 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 314660 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 314660 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 314660 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-28T19:27:46.937528Z
[junit4] 2> 314664 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 314665 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001/solr.xml
[junit4] 2> 314673 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 314676 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36440/solr
[junit4] 2> 314689 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 314690 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 314692 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35210_
[junit4] 2> 314693 INFO (zkCallback-1564-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 314693 INFO (zkCallback-1580-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 314693 INFO (zkCallback-1574-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 314693 INFO (zkCallback-1568-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 314703 INFO (zkCallback-1587-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 314799 INFO (zkCallback-1580-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> 314799 INFO (zkCallback-1574-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> 314960 INFO (qtp7384867-5163) [ ] 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:36799_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:36799","node_name":"127.0.0.1:36799_","state":"recovering"}
[junit4] 2> 314960 INFO (qtp7384867-5163) [ ] o.a.s.h.a.PrepRecoveryOp
Waited coreNodeName: core_node2, state: recovering, checkLive: true,
onlyIfLeader: true for: 1 seconds.
[junit4] 2> 314961 INFO (qtp7384867-5163) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:36799_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 315066 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001/cores
[junit4] 2> 315066 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 315069 INFO
(OverseerStateUpdate-97537887949881349-127.0.0.1:40959_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 315171 INFO (zkCallback-1580-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> 315171 INFO (zkCallback-1574-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> 315172 INFO (zkCallback-1587-thread-2) [ ]
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> 315461 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[https://127.0.0.1:43112/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 315462 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:36799 START
replicas=[https://127.0.0.1:43112/collection1/] nUpdates=100
[junit4] 2> 315472 INFO (qtp7384867-5170) [ ] 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> 315472 INFO (qtp7384867-5170) [ ] 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> 315474 INFO (recoveryExecutor-1578-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> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 315474 INFO (recoveryExecutor-1578-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 315578 INFO (zkCallback-1580-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> 315578 INFO (zkCallback-1587-thread-2) [ ]
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> 315578 INFO (zkCallback-1574-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> 316080 WARN (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 316081 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 316090 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 316093 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 316094 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 316094 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_1F51BF83FA7C0A0B-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 316094 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@188570a
[junit4] 2> 316096 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 316103 WARN (coreLoadExecutor-1684-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> 316388 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 316388 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 316390 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 316390 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 316390 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=66.5888671875,
floorSegmentMB=1.283203125, forceMergeDeletesPctAllowed=24.131523606698178,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 316391 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4fb08f[collection1] main]
[junit4] 2> 316391 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 316393 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 316393 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 316394 INFO (coreLoadExecutor-1684-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560606218566762496
[junit4] 2> 316396 INFO (searcherExecutor-1685-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4fb08f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 316400 INFO (coreZkRegister-1679-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 316400 INFO (updateExecutor-1584-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 316401 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 316401 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 316401 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 316401 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 316401 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [https://127.0.0.1:43112/collection1/] and I am
[https://127.0.0.1:35210/collection1/]
[junit4] 2> 316404 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[https://127.0.0.1:43112]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35210_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 316408 INFO (qtp7384867-5165) [ ] o.a.s.h.a.PrepRecoveryOp
Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true,
onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 316408 INFO (qtp7384867-5165) [ ] o.a.s.h.a.PrepRecoveryOp
Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have
state: recovering
[junit4] 2> 316408 INFO (qtp7384867-5165) [ ] 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:35210_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:35210","node_name":"127.0.0.1:35210_","state":"down"}
[junit4] 2> 316509 INFO (zkCallback-1580-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> 316509 INFO (zkCallback-1574-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> 316509 INFO (zkCallback-1587-thread-2) [ ]
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> 316817 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 316818 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[1F51BF83FA7C0A0B]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):330
[junit4] 1> -
[junit4] 1> replica:core_node1 rstate:active live:true
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node3 rstate:recovering live:true
[junit4] 2> 317409 INFO (qtp7384867-5165) [ ] 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:35210_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:35210","node_name":"127.0.0.1:35210_","state":"recovering"}
[junit4] 2> 317409 INFO (qtp7384867-5165) [ ] o.a.s.h.a.PrepRecoveryOp
Waited coreNodeName: core_node3, state: recovering, checkLive: true,
onlyIfLeader: true for: 1 seconds.
[junit4] 2> 317409 INFO (qtp7384867-5165) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:35210_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 1> -
[junit4] 1> replica:core_node1 rstate:active live:true
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node3 rstate:recovering live:true
[junit4] 2> 317910 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[https://127.0.0.1:43112/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 317910 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:35210 START
replicas=[https://127.0.0.1:43112/collection1/] nUpdates=100
[junit4] 2> 317913 INFO (qtp7384867-5163) [ ] 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> 317913 INFO (qtp7384867-5163) [ ] 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> 317918 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 317918 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 317918 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 317918 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 317919 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 317919 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 317919 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 317919 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 317919 INFO (recoveryExecutor-1585-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 318021 INFO (zkCallback-1580-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> 318022 INFO (zkCallback-1574-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> 318022 INFO (zkCallback-1587-thread-2) [ ]
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] 1> -
[junit4] 1> replica:core_node1 rstate:active live:true
[junit4
[...truncated too long message...]
cene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf; switching
to use InMemory storage instead.
[junit4] 2> 759566 INFO (coreLoadExecutor-2685-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 759566 INFO (searcherExecutor-2686-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@12dba5d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 759567 INFO (coreLoadExecutor-2685-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560606683068104704
[junit4] 2> 759570 INFO
(SUITE-UpdateLogTest-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 759571 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesDependingOnNonAddShouldThrowException-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testApplyPartialUpdatesDependingOnNonAddShouldThrowException
[junit4] 2> 759575 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesDependingOnNonAddShouldThrowException-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testApplyPartialUpdatesDependingOnNonAddShouldThrowException
[junit4] 2> 759577 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence
[junit4] 2> 759577 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UpdateLogTest
-Dtests.method=testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence
-Dtests.seed=1F51BF83FA7C0A0B -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-AI -Dtests.timezone=America/Fort_Wayne -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 |
UpdateLogTest.testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:D17649EA03ECD663]:0)
[junit4] > at
org.apache.solr.update.UpdateLogTest.ulogAdd(UpdateLogTest.java:255)
[junit4] > at
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence(UpdateLogTest.java:76)
[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:547)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 759580 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesWithDelete-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testApplyPartialUpdatesWithDelete
[junit4] 2> 759580 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesWithDelete-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testApplyPartialUpdatesWithDelete
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UpdateLogTest
-Dtests.method=testApplyPartialUpdatesWithDelete -Dtests.seed=1F51BF83FA7C0A0B
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-AI
-Dtests.timezone=America/Fort_Wayne -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | UpdateLogTest.testApplyPartialUpdatesWithDelete
<<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:54EC877FCEA39F32]:0)
[junit4] > at
org.apache.solr.update.UpdateLogTest.ulogAdd(UpdateLogTest.java:255)
[junit4] > at
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesWithDelete(UpdateLogTest.java:174)
[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:547)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 759583 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesAfterMultipleCommits-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testApplyPartialUpdatesAfterMultipleCommits
[junit4] 2> 759583 INFO
(TEST-UpdateLogTest.testApplyPartialUpdatesAfterMultipleCommits-seed#[1F51BF83FA7C0A0B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testApplyPartialUpdatesAfterMultipleCommits
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UpdateLogTest
-Dtests.method=testApplyPartialUpdatesAfterMultipleCommits
-Dtests.seed=1F51BF83FA7C0A0B -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-AI -Dtests.timezone=America/Fort_Wayne -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 |
UpdateLogTest.testApplyPartialUpdatesAfterMultipleCommits <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([1F51BF83FA7C0A0B:2226EE92C0B55457]:0)
[junit4] > at
org.apache.solr.update.UpdateLogTest.ulogAdd(UpdateLogTest.java:255)
[junit4] > at
org.apache.solr.update.UpdateLogTest.testApplyPartialUpdatesAfterMultipleCommits(UpdateLogTest.java:123)
[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:547)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 759584 INFO
(SUITE-UpdateLogTest-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 759584 INFO
(SUITE-UpdateLogTest-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11904889
[junit4] 2> 759585 INFO (coreCloseExecutor-2691-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@16aa2c2
[junit4] 2> 759585 INFO (coreCloseExecutor-2691-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 759585 INFO (coreCloseExecutor-2691-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@1c28c05
[junit4] 2> 759616 INFO (coreCloseExecutor-2691-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 759620 INFO
(SUITE-UpdateLogTest-seed#[1F51BF83FA7C0A0B]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.UpdateLogTest_1F51BF83FA7C0A0B-001
[junit4] 2> NOTE: test params are: codec=Lucene62,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en-AI,
timezone=America/Fort_Wayne
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=207662416,total=333185024
[junit4] 2> NOTE: All tests run in this JVM: [TestSolrQueryResponse,
SolrIndexMetricsTest, DistributedFacetPivotLongTailTest,
CreateCollectionCleanupTest, TestTrie, TestMiniSolrCloudCluster,
SliceStateTest, TestCloudDeleteByQuery, JsonLoaderTest, TestSearchPerf,
IndexSchemaTest, TestSurroundQueryParser, RulesTest,
TestRequestStatusCollectionAPI, TestDefaultStatsCache, TestSchemaNameResource,
BasicFunctionalityTest, DocumentBuilderTest, TestReloadAndDeleteDocs,
TestConfigReload, TestAnalyzeInfixSuggestions, AnalyticsQueryTest,
CdcrVersionReplicationTest, TestStressVersions, TestHashPartitioner,
TestJsonFacetRefinement, TestFieldResource, TestPointFields,
TestCollapseQParserPlugin, TestCharFilters, TestConfigSetsAPIZkFailure,
DistributedSuggestComponentTest, SimplePostToolTest,
TestSolrQueryParserResource, MultiTermTest, TestSweetSpotSimilarityFactory,
TestPerFieldSimilarityClassic, TestCursorMarkWithoutUniqueKey,
TestConfigSetProperties, CdcrUpdateLogTest, BlockJoinFacetDistribTest,
WordBreakSolrSpellCheckerTest, DistributedTermsComponentTest,
TestLeaderInitiatedRecoveryThread, FileUtilsTest, SortByFunctionTest,
TestDistribDocBasedVersion, CollectionsAPIDistributedZkTest, TestCustomStream,
TestLMDirichletSimilarityFactory, TestSolrIndexConfig,
TestPartialUpdateDeduplication, MoreLikeThisHandlerTest,
TestFuzzyAnalyzedSuggestions, TestHdfsUpdateLog, BlockDirectoryTest,
SpellCheckCollatorTest, TestInfoStreamLogging, TestRebalanceLeaders,
StressHdfsTest, TestUpdate, ZkControllerTest, TestOrdValues,
DistributedFacetPivotWhiteBoxTest, DirectSolrConnectionTest,
DirectSolrSpellCheckerTest, HdfsChaosMonkeyNothingIsSafeTest,
SpellingQueryConverterTest, TestManagedSynonymFilterFactory,
SharedFSAutoReplicaFailoverUtilsTest, TestLRUCache,
TestPKIAuthenticationPlugin, LoggingHandlerTest, TestSuggestSpellingConverter,
TestClassicSimilarityFactory, TestGeoJSONResponseWriter,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJsonRequest,
TestSQLHandlerNonCloud, ShardRoutingTest,
TestTolerantUpdateProcessorRandomCloud, OverseerModifyCollectionTest,
UpdateLogTest]
[junit4] Completed [237/696 (2!)] on J1 in 0.55s, 4 tests, 3 errors <<<
FAILURES!
[...truncated 53209 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]