Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19347/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED:
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults
Error Message:
mismatch: 'myid1'!='myid' @ response/docs/[0]/id
Stack Trace:
java.lang.RuntimeException: mismatch: 'myid1'!='myid' @ response/docs/[0]/id
at
__randomizedtesting.SeedInfo.seed([4BA34F135FBC3BB6:7989488DA7421F6F]:0)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:970)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:917)
at
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults(TestUseDocValuesAsStored.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.update.TestInPlaceUpdatesDistrib.test
Error Message:
This doc was supposed to have been deleted, but was: SolrDocument{id=1,
inplace_updatable_float=2.0, _version_=1564163995070365697,
inplace_updatable_int_with_default=666,
inplace_updatable_float_with_default=42.0}
Stack Trace:
java.lang.AssertionError: This doc was supposed to have been deleted, but was:
SolrDocument{id=1, inplace_updatable_float=2.0, _version_=1564163995070365697,
inplace_updatable_int_with_default=666,
inplace_updatable_float_with_default=42.0}
at
__randomizedtesting.SeedInfo.seed([4BA34F135FBC3BB6:C3F770C9F140564E]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.delayedReorderingFetchesMissingUpdateFromLeaderTest(TestInPlaceUpdatesDistrib.java:951)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11179 lines...]
[junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/init-core-data-001
[junit4] 2> 124066 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
[junit4] 2> 124066 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 124067 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 124068 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z/
[junit4] 2> 124070 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 124081 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 124110 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 124123 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
[junit4] 2> 124128 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 124158 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 124161 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 124162 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 124169 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 124170 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 124170 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 124171 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 124202 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 124220 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 124225 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with
uniqueid field id
[junit4] 2> 124225 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 124226 WARN (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was
configured, using first MBeanServer.
[junit4] 2> 124226 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 124226 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 124226 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/init-core-data-001/]
[junit4] 2> 124227 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 124236 WARN (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 124276 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 124276 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 124276 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 124276 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 124277 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@592c5e82[collection1] main]
[junit4] 2> 124278 WARN (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 124278 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 124278 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 2147483647 transient cores
[junit4] 2> 124279 INFO
(searcherExecutor-659-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@592c5e82[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 124279 INFO (coreLoadExecutor-658-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1564163965984964608
[junit4] 2> 124281 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 124284 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 124284 INFO (Thread-201) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 124284 INFO (Thread-201) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 124384 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ZkTestServer start zk server on port:38632
[junit4] 2> 124398 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 124399 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
to /configs/conf1/schema.xml
[junit4] 2> 124400 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 124401 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 124401 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 124403 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 124403 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 124404 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 124405 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 124406 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 124406 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 124477 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/control-001/cores/collection1
[junit4] 2> 124488 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 124489 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1139361b{/z,null,AVAILABLE}
[junit4] 2> 124508 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3b014d8{SSL,[ssl,
http/1.1]}{127.0.0.1:33021}
[junit4] 2> 124509 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server Started @126592ms
[junit4] 2> 124509 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/tempDir-001/control/data,
hostContext=/z, hostPort=33021,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/control-001/cores}
[junit4] 2> 124509 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 124509 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 124509 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 124509 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 124509 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-09T01:56:41.238Z
[junit4] 2> 124514 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 124514 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/control-001/solr.xml
[junit4] 2> 124520 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38632/solr
[junit4] 2> 124536 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:33021_z ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 124536 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:33021_z ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:33021_z
[junit4] 2> 124537 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:33021_z ] o.a.s.c.Overseer Overseer
(id=97760247874453509-127.0.0.1:33021_z-n_0000000000) starting
[junit4] 2> 124541 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:33021_z ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33021_z
[junit4] 2> 124542 INFO
(zkCallback-136-thread-1-processing-n:127.0.0.1:33021_z) [n:127.0.0.1:33021_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 124641 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:33021_z ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/control-001/cores
[junit4] 2> 124641 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:33021_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 124643 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 124655 INFO
(OverseerStateUpdate-97760247874453509-127.0.0.1:33021_z-n_0000000000)
[n:127.0.0.1:33021_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 125668 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 125680 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=inplace-updates
[junit4] 2> 125684 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 125684 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection, trusted=true
[junit4] 2> 125685 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 125685 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/control-001/cores/collection1/data/]
[junit4] 2> 125685 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 125693 WARN
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 125751 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 125751 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 125752 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 125752 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 125753 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@19bc5fbb[collection1] main]
[junit4] 2> 125754 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 125755 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 125755 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 125756 INFO
(searcherExecutor-672-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@19bc5fbb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 125756 INFO
(coreLoadExecutor-671-thread-1-processing-n:127.0.0.1:33021_z)
[n:127.0.0.1:33021_z c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1564163967533711360
[junit4] 2> 125762 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 125762 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 125762 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:33021/z/collection1/
[junit4] 2> 125762 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 125762 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
https://127.0.0.1:33021/z/collection1/ has no replicas
[junit4] 2> 125762 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 125772 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: https://127.0.0.1:33021/z/collection1/ shard1
[junit4] 2> 125876 INFO
(coreZkRegister-664-thread-1-processing-n:127.0.0.1:33021_z x:collection1
c:control_collection) [n:127.0.0.1:33021_z c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 126209 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 126210 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38632/solr ready
[junit4] 2> 126210 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 126297 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001/cores/collection1
[junit4] 2> 126297 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001
[junit4] 2> 126299 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 126299 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2355952a{/z,null,AVAILABLE}
[junit4] 2> 126300 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5b412e51{SSL,[ssl,
http/1.1]}{127.0.0.1:45050}
[junit4] 2> 126300 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server Started @128384ms
[junit4] 2> 126300 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/z, hostPort=45050,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001/cores}
[junit4] 2> 126301 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 126301 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 126301 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 126301 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 126301 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-09T01:56:43.030Z
[junit4] 2> 126304 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 126304 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001/solr.xml
[junit4] 2> 126309 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38632/solr
[junit4] 2> 126316 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:45050_z ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 126317 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:45050_z ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 126318 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:45050_z ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45050_z
[junit4] 2> 126318 INFO
(zkCallback-136-thread-1-processing-n:127.0.0.1:33021_z) [n:127.0.0.1:33021_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 126319 INFO
(zkCallback-145-thread-1-processing-n:127.0.0.1:45050_z) [n:127.0.0.1:45050_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 126319 INFO (zkCallback-140-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 126445 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:45050_z ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001/cores
[junit4] 2> 126445 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:45050_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 126445 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 126446 INFO
(OverseerStateUpdate-97760247874453509-127.0.0.1:33021_z-n_0000000000)
[n:127.0.0.1:33021_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 127466 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 127480 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=inplace-updates
[junit4] 2> 127484 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 127484 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 127484 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 127484 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 127485 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 127494 WARN
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 127543 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 127543 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 127546 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 127546 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 127550 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@605b59a7[collection1] main]
[junit4] 2> 127552 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 127553 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 127553 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 127563 INFO
(searcherExecutor-683-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@605b59a7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 127563 INFO
(coreLoadExecutor-682-thread-1-processing-n:127.0.0.1:45050_z)
[n:127.0.0.1:45050_z c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1564163969428488192
[junit4] 2> 127575 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 127575 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 127575 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:45050/z/collection1/
[junit4] 2> 127575 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 127575 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:45050/z/collection1/ has
no replicas
[junit4] 2> 127575 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 127578 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:45050/z/collection1/ shard1
[junit4] 2> 127729 INFO
(coreZkRegister-677-thread-1-processing-n:127.0.0.1:45050_z x:collection1
c:collection1) [n:127.0.0.1:45050_z c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 128114 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001/cores/collection1
[junit4] 2> 128114 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001
[junit4] 2> 128116 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 128118 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@69f90ff8{/z,null,AVAILABLE}
[junit4] 2> 128120 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@351d33fd{SSL,[ssl,
http/1.1]}{127.0.0.1:39498}
[junit4] 2> 128120 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server Started @130203ms
[junit4] 2> 128120 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/z, hostPort=39498,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001/cores}
[junit4] 2> 128121 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 128131 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 128132 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 128132 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 128132 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-09T01:56:44.861Z
[junit4] 2> 128137 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 128137 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001/solr.xml
[junit4] 2> 128147 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38632/solr
[junit4] 2> 128164 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:39498_z ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 128167 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:39498_z ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 128169 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:39498_z ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39498_z
[junit4] 2> 128170 INFO
(zkCallback-136-thread-1-processing-n:127.0.0.1:33021_z) [n:127.0.0.1:33021_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 128171 INFO (zkCallback-140-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 128171 INFO
(zkCallback-145-thread-1-processing-n:127.0.0.1:45050_z) [n:127.0.0.1:45050_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 128172 INFO
(zkCallback-151-thread-1-processing-n:127.0.0.1:39498_z) [n:127.0.0.1:39498_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 128313 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:39498_z ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001/cores
[junit4] 2> 128313 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:39498_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 128314 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 128341 INFO
(OverseerStateUpdate-97760247874453509-127.0.0.1:33021_z-n_0000000000)
[n:127.0.0.1:33021_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 129354 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 129367 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=inplace-updates
[junit4] 2> 129371 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 129371 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 129371 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 129371 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 129372 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 129380 WARN
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 129428 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 129428 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 129429 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 129429 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 129430 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@668a498a[collection1] main]
[junit4] 2> 129431 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 129432 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 129432 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 129433 INFO
(searcherExecutor-694-thread-1-processing-n:127.0.0.1:39498_z x:collection1
c:collection1) [n:127.0.0.1:39498_z c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@668a498a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 129433 INFO
(coreLoadExecutor-693-thread-1-processing-n:127.0.0.1:39498_z)
[n:127.0.0.1:39498_z c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1564163971389325312
[junit4] 2> 129437 INFO
(coreZkRegister-688-thread-1-processing-n:127.0.0.1:39498_z x:collection1
c:collection1) [n:127.0.0.1:39498_z c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 129437 INFO
(updateExecutor-148-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 129437 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 129438 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 129438 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1]
[junit4] 2> 129438 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 129438 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state
of core [collection1] as recovering, leader is
[https://127.0.0.1:45050/z/collection1/] and I am
[https://127.0.0.1:39498/z/collection1/]
[junit4] 2> 129439 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [https://127.0.0.1:45050/z]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:39498_z&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 130488 INFO (qtp1048878358-1039) [n:127.0.0.1:45050_z ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 130489 INFO (qtp1048878358-1039) [n:127.0.0.1:45050_z ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 130489 INFO (qtp1048878358-1039) [n:127.0.0.1:45050_z ]
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:39498_z, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:39498/z","node_name":"127.0.0.1:39498_z","state":"recovering"}
[junit4] 2> 130489 INFO (qtp1048878358-1039) [n:127.0.0.1:45050_z ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering,
checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 130489 INFO (qtp1048878358-1039) [n:127.0.0.1:45050_z ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:39498_z&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 130535 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001/cores/collection1
[junit4] 2> 130535 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001
[junit4] 2> 130538 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 130539 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b1eac12{/z,null,AVAILABLE}
[junit4] 2> 130541 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5625f92f{SSL,[ssl,
http/1.1]}{127.0.0.1:43589}
[junit4] 2> 130541 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.e.j.s.Server Started @132624ms
[junit4] 2> 130541 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/z, hostPort=43589,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001/cores}
[junit4] 2> 130542 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 130542 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 130542 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 130542 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 130542 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-09T01:56:47.271Z
[junit4] 2> 130546 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 130553 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001/solr.xml
[junit4] 2> 130563 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38632/solr
[junit4] 2> 130580 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:43589_z ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 130582 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:43589_z ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 130585 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:43589_z ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43589_z
[junit4] 2> 130586 INFO (zkCallback-140-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 130587 INFO
(zkCallback-151-thread-1-processing-n:127.0.0.1:39498_z) [n:127.0.0.1:39498_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 130587 INFO
(zkCallback-145-thread-1-processing-n:127.0.0.1:45050_z) [n:127.0.0.1:45050_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 130587 INFO
(zkCallback-136-thread-2-processing-n:127.0.0.1:33021_z) [n:127.0.0.1:33021_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 130589 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:43589_z) [n:127.0.0.1:43589_z
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 130747 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:43589_z ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001/cores
[junit4] 2> 130748 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6])
[n:127.0.0.1:43589_z ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 130748 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 130750 INFO
(OverseerStateUpdate-97760247874453509-127.0.0.1:33021_z-n_0000000000)
[n:127.0.0.1:33021_z ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 130991 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [https://127.0.0.1:45050/z/collection1/] -
recoveringAfterStartup=[true]
[junit4] 2> 130991 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync:
core=collection1 url=https://127.0.0.1:39498/z START
replicas=[https://127.0.0.1:45050/z/collection1/] nUpdates=100
[junit4] 2> 131002 INFO (qtp1048878358-1040) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 131002 INFO (qtp1048878358-1040) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 131004 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] 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> 131004 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync We are already in sync.
No need to do a PeerSync
[junit4] 2> 131004 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 131004 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 131004 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 131006 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of
recovery was successful.
[junit4] 2> 131006 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates
buffered during PeerSync.
[junit4] 2> 131006 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 131006 INFO
(recoveryExecutor-149-thread-1-processing-n:127.0.0.1:39498_z x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39498_z c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 131766 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 131792 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=inplace-updates
[junit4] 2> 131796 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 131796 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 131796 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 131796 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_4BA34F135FBC3BB6-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 131797 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@19008da9
[junit4] 2> 131807 WARN
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 131841 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 131841 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 131842 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 131842 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 131843 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@2bf01348[collection1] main]
[junit4] 2> 131844 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 131844 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 131845 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 131846 INFO
(searcherExecutor-705-thread-1-processing-n:127.0.0.1:43589_z x:collection1
c:collection1) [n:127.0.0.1:43589_z c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2bf01348[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 131846 INFO
(coreLoadExecutor-704-thread-1-processing-n:127.0.0.1:43589_z)
[n:127.0.0.1:43589_z c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1564163973919539200
[junit4] 2> 131850 INFO
(coreZkRegister-699-thread-1-processing-n:127.0.0.1:43589_z x:collection1
c:collection1) [n:127.0.0.1:43589_z c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 131850 INFO
(updateExecutor-155-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 131850 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 131854 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 131854 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1]
[junit4] 2> 131854 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 131854 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state
of core [collection1] as recovering, leader is
[https://127.0.0.1:45050/z/collection1/] and I am
[https://127.0.0.1:43589/z/collection1/]
[junit4] 2> 131858 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [https://127.0.0.1:45050/z]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:43589_z&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 131869 INFO (qtp1048878358-1035) [n:127.0.0.1:45050_z ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 131870 INFO (qtp1048878358-1035) [n:127.0.0.1:45050_z ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 131870 INFO (qtp1048878358-1035) [n:127.0.0.1:45050_z ]
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:43589_z, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:43589/z","node_name":"127.0.0.1:43589_z","state":"down"}
[junit4] 2> 132296 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 132296 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
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> 132870 INFO (qtp1048878358-1035) [n:127.0.0.1:45050_z ]
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:43589_z, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:43589/z","node_name":"127.0.0.1:43589_z","state":"recovering"}
[junit4] 2> 132870 INFO (qtp1048878358-1035) [n:127.0.0.1:45050_z ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 132870 INFO (qtp1048878358-1035) [n:127.0.0.1:45050_z ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:43589_z&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> 133373 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [https://127.0.0.1:45050/z/collection1/] -
recoveringAfterStartup=[true]
[junit4] 2> 133373 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync:
core=collection1 url=https://127.0.0.1:43589/z START
replicas=[https://127.0.0.1:45050/z/collection1/] nUpdates=100
[junit4] 2> 133389 INFO (qtp1048878358-1036) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1] 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> 133389 INFO (qtp1048878358-1036) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 133391 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint
millis:1.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 133391 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync.
No need to do a PeerSync
[junit4] 2> 133391 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 133391 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 133392 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 133392 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of
recovery was successful.
[junit4] 2> 133392 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates
buffered during PeerSync.
[junit4] 2> 133392 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 133392 INFO
(recoveryExecutor-156-thread-1-processing-n:127.0.0.1:43589_z x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:43589_z c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[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:active live:true
[junit4] 1> no one is recoverying
[junit4] 2> 134297 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 134307 INFO (qtp1048878358-1040) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z path=/schema/fields/inplace_updatable_int
params={wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 134361 INFO (qtp1924081616-1097) [n:127.0.0.1:43589_z
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z path=/schema/fields/inplace_updatable_float
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 134410 INFO (qtp555049767-1062) [n:127.0.0.1:39498_z
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z path=/schema/fields/_version_
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 134411 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4BA34F135FBC3BB6]) [ ]
o.a.s.u.TestInPlaceUpdatesDistrib Trying num docs = 17
[junit4] 2> 134453 INFO (qtp555049767-1069) [n:127.0.0.1:39498_z
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-1
(1564163976620670976)]} 0 12
[junit4] 2> 134454 INFO (qtp1924081616-1104) [n:127.0.0.1:43589_z
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-1
(1564163976620670976)]} 0 3
[junit4] 2> 134455 INFO (qtp1048878358-1036) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={versions=true&wt=javabin&version=2}{add=[-1 (1564163976620670976)]} 0 33
[junit4] 2> 134471 INFO (qtp555049767-1062) [n:127.0.0.1:39498_z
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-2
(1564163976658419712)]} 0 9
[junit4] 2> 134475 INFO (qtp1924081616-1097) [n:127.0.0.1:43589_z
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-2
(1564163976658419712)]} 0 13
[junit4] 2> 134477 INFO (qtp1048878358-1040) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={versions=true&wt=javabin&version=2}{add=[-2 (1564163976658419712)]} 0 18
[junit4] 2> 134495 INFO (qtp555049767-1068) [n:127.0.0.1:39498_z
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-3
(1564163976682536960)]} 0 11
[junit4] 2> 134496 INFO (qtp1924081616-1103) [n:127.0.0.1:43589_z
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-3
(1564163976682536960)]} 0 12
[junit4] 2> 134496 INFO (qtp1048878358-1039) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={versions=true&wt=javabin&version=2}{add=[-3 (1564163976682536960)]} 0 15
[junit4] 2> 134502 INFO (qtp555049767-1062) [n:127.0.0.1:39498_z
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-4
(1564163976700362752)]} 0 0
[junit4] 2> 134503 INFO (qtp1924081616-1104) [n:127.0.0.1:43589_z
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-4
(1564163976700362752)]} 0 3
[junit4] 2> 134504 INFO (qtp1048878358-1033) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={versions=true&wt=javabin&version=2}{add=[-4 (1564163976700362752)]} 0 6
[junit4] 2> 134518 INFO (qtp555049767-1063) [n:127.0.0.1:39498_z
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-5
(1564163976708751360)]} 0 4
[junit4] 2> 134520 INFO (qtp1924081616-1097) [n:127.0.0.1:43589_z
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45050/z/collection1/&wt=javabin&version=2}{add=[-5
(1564163976708751360)]} 0 0
[junit4] 2> 134520 INFO (qtp1048878358-1036) [n:127.0.0.1:45050_z
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z path=/update
params={versions=true&wt=javabin&version=2}{add=[-5 (1564163976708751360)]} 0 14
[junit4
[...truncated too long message...]
test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001/tempDir-006/collection1,
trusted=true
[junit4] 2> 586791 WARN (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was
configured, using first MBeanServer.
[junit4] 2> 586791 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3181829b
[junit4] 2> 586791 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 586792 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001/tempDir-006/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001/init-core-data-001/]
[junit4] 2> 586794 WARN (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, registerPath=/solr,/v2,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 586829 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 586829 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 586830 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@1a9cfbf6
[junit4] 2> 586833 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@568ec49a[collection1] main]
[junit4] 2> 586833 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001/tempDir-006/collection1/conf
[junit4] 2> 586834 INFO (coreLoadExecutor-2713-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 586834 INFO
(searcherExecutor-2714-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@568ec49a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9a(7.0.0):C4)
Uninverting(_9b(7.0.0):C1) Uninverting(_9c(7.0.0):C6)))}
[junit4] 2> 586835 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 586836 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001/tempDir-006/collection1/conf/managed-schema
[junit4] 2> 586857 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001/tempDir-006/collection1/conf/managed-schema
[junit4] 2> 586876 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 586877 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 586877 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[myid1]} 0 0
[junit4] 2> 586878 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 586878 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@17b5926e commitCommandVersion:0
[junit4] 2> 587022 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@534d203f[collection1] main]
[junit4] 2> 587022 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 587022 INFO (searcherExecutor-2714-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@534d203f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9d(7.0.0):C1)))}
[junit4] 2> 587024 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 146
[junit4] 2> 587025 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:myid*&fl=*&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 587025 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 587025 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=531754098
[junit4] 2> 587025 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 587026 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 587037 INFO (coreCloseExecutor-2718-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@639505ee
[junit4] 2> 587038 INFO (coreCloseExecutor-2718-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1670710766
[junit4] 2> 587042 INFO
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[4BA34F135FBC3BB6]) [
] o.a.s.SolrTestCaseJ4 ###Ending testManagedSchema
[junit4] 2> 587043 INFO
(SUITE-TestUseDocValuesAsStored-seed#[4BA34F135FBC3BB6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_4BA34F135FBC3BB6-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-DZ, timezone=SST
[junit4] 2> NOTE: Linux 4.4.0-66-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=12,threads=1,free=343155168,total=533725184
[junit4] 2> NOTE: All tests run in this JVM: [MultiTermTest,
DocExpirationUpdateProcessorFactoryTest, TestUnifiedSolrHighlighter,
MetricsHandlerTest, TestConfigSetProperties, LeaderElectionContextKeyTest,
WrapperMergePolicyFactoryTest, TestHighFrequencyDictionaryFactory,
TestExceedMaxTermLength, BitVectorTest, TestJettySolrRunner,
InfixSuggestersTest, SegmentsInfoRequestHandlerTest, TestCodecSupport,
TestInitQParser, PeerSyncReplicationTest, DistributedDebugComponentTest,
HdfsChaosMonkeySafeLeaderTest, TestSystemCollAutoCreate,
TestSuggestSpellingConverter, HdfsSyncSliceTest, TestLazyCores,
TestSQLHandlerNonCloud, SolrGraphiteReporterTest, TestSchemaNameResource,
NotRequiredUniqueKeyTest, TestJmxIntegration, TestSmileRequest,
TestDFRSimilarityFactory, TestFunctionQuery, TestClusterStateMutator,
SpatialRPTFieldTypeTest, MissingSegmentRecoveryTest,
TestInPlaceUpdatesStandalone, TestRuleBasedAuthorizationPlugin, UtilsToolTest,
TestReloadDeadlock, BlobRepositoryCloudTest, DistribJoinFromCollectionTest,
LeaderElectionIntegrationTest, BasicZkTest, TestGeoJSONResponseWriter,
SolrXmlInZkTest, ConfigSetsAPITest, CoreAdminRequestStatusTest,
QueryEqualityTest, SyncSliceTest, TestFoldingMultitermQuery,
RegexBoostProcessorTest, EnumFieldTest, TestConfigSetsAPI, TestStressLucene,
SignatureUpdateProcessorFactoryTest, ReturnFieldsTest,
TestBinaryResponseWriter, TestCollectionAPIs, RollingRestartTest,
TestJsonFacetRefinement, HLLSerializationTest, DistributedFacetPivotSmallTest,
TestFieldCacheSort, AnalysisAfterCoreReloadTest, TestAddFieldRealTimeGet,
TestJoin, SystemInfoHandlerTest, DefaultValueUpdateProcessorTest,
HdfsRecoverLeaseTest, TestConfigReload, TestCSVLoader, TestRemoteStreaming,
TestImpersonationWithHadoopAuth, UUIDFieldTest, TestSizeLimitedDistributedMap,
ZkNodePropsTest, AnalysisErrorHandlingTest, CollectionReloadTest,
TestJsonRequest, BufferStoreTest, ScriptEngineTest, AnalyticsQueryTest,
TestBlendedInfixSuggestions, TestSolr4Spatial, SearchHandlerTest,
TestSolrCoreSnapshots, ChangedSchemaMergeTest, TestStressLiveNodes,
TestUseDocValuesAsStored]
[junit4] Completed [267/703 (2!)] on J0 in 58.39s, 6 tests, 1 error <<<
FAILURES!
[...truncated 44723 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]