Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2955/
Java: 64bit/jdk-9-ea+158 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([D5E9E36D7ABF3F16:5ECE30BC3BB99492]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:865)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:547)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.update.TestInPlaceUpdatesDistrib.test
Error Message:
Earlier: [12867, 12867, 12867], now: [12867, 12866, 12867]
Stack Trace:
java.lang.AssertionError: Earlier: [12867, 12867, 12867], now: [12867, 12866,
12867]
at
__randomizedtesting.SeedInfo.seed([D5E9E36D7ABF3F16:5DBDDCB7D44352EE]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.ensureRtgWorksWithPartialUpdatesTest(TestInPlaceUpdatesDistrib.java:501)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:141)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:547)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11767 lines...]
[junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/init-core-data-001
[junit4] 2> 646213 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 646215 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 646216 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /neu/m
[junit4] 2> 646217 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 646218 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 646291 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 646291 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 646299 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
[junit4] 2> 646301 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 646303 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 646370 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 646372 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 646372 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 646375 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 646375 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 646375 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 646377 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 646440 WARN (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 646441 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 646449 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 646451 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 646453 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 646453 WARN (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 646453 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 646453 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/init-core-data-001/]
[junit4] 2> 646454 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 646454 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2699916897652111]
[junit4] 2> 646457 WARN (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 646638 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 646638 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 646640 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 646640 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 646640 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@4cd344e8
[junit4] 2> 646640 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3fab8b03[collection1] main]
[junit4] 2> 646641 WARN (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 646641 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 646642 INFO (searcherExecutor-3456-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3fab8b03[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 646642 INFO (coreLoadExecutor-3455-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560492468534771712
[junit4] 2> 646645 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 646646 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 646647 INFO (Thread-1211) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 646647 INFO (Thread-1211) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 646747 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkTestServer start zk server on port:37217
[junit4] 2> 646755 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 646758 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
to /configs/conf1/schema.xml
[junit4] 2> 646762 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 646765 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 646768 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 646772 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 646774 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 646777 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 646780 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 646784 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 646786 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 647465 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/control-001/cores/collection1
[junit4] 2> 647466 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@390b775d{/neu/m,null,AVAILABLE}
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@62744998{HTTP/1.1,[http/1.1]}{127.0.0.1:40585}
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server Started @649221ms
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/neu/m,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/tempDir-001/control/data,
hostPort=40585,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/control-001/cores}
[junit4] 2> 647467 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 647467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-27T13:19:49.012974Z
[junit4] 2> 647469 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 647469 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/control-001/solr.xml
[junit4] 2> 647481 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 647484 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37217/solr
[junit4] 2> 647496 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 647496 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:40585_neu%2Fm
[junit4] 2> 647497 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.Overseer Overseer
(id=97530779283816452-127.0.0.1:40585_neu%2Fm-n_0000000000) starting
[junit4] 2> 647500 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40585_neu%2Fm
[junit4] 2> 647501 INFO (zkCallback-4147-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 647722 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/control-001/cores
[junit4] 2> 647722 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 647725 INFO
(OverseerStateUpdate-97530779283816452-127.0.0.1:40585_neu%2Fm-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 648732 WARN (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 648732 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 648739 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 648746 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 648747 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 648747 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/control-001/cores/collection1/data/]
[junit4] 2> 648747 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 648748 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2699916897652111]
[junit4] 2> 648751 WARN (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 648867 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 648867 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 648868 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 648868 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 648869 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@2f55fba3
[junit4] 2> 648869 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@66c26fd0[collection1] main]
[junit4] 2> 648869 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 648870 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 648870 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 648871 INFO (searcherExecutor-3469-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66c26fd0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 648871 INFO (coreLoadExecutor-3468-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560492470872047616
[junit4] 2> 648875 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 648875 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 648875 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40585/neu/m/collection1/
[junit4] 2> 648875 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 648875 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:40585/neu/m/collection1/ has no replicas
[junit4] 2> 648875 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 648877 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:40585/neu/m/collection1/ shard1
[junit4] 2> 648971 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 648972 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37217/solr ready
[junit4] 2> 648972 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 648972 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 648973 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a7fba1de10006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 648977 INFO (coreZkRegister-3461-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 649632 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001/cores/collection1
[junit4] 2> 649632 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001
[junit4] 2> 649633 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 649656 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@674044a7{/neu/m,null,AVAILABLE}
[junit4] 2> 649656 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@68909973{HTTP/1.1,[http/1.1]}{127.0.0.1:42972}
[junit4] 2> 649657 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server Started @651410ms
[junit4] 2> 649657 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/neu/m,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/tempDir-001/jetty1,
hostPort=42972,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001/cores}
[junit4] 2> 649657 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 649657 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 649657 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 649657 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 649657 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-27T13:19:51.202582Z
[junit4] 2> 649659 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 649659 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001/solr.xml
[junit4] 2> 649663 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 649664 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37217/solr
[junit4] 2> 649669 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 649669 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 649670 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42972_neu%2Fm
[junit4] 2> 649671 INFO (zkCallback-4151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 649671 INFO (zkCallback-4147-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 649671 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 649832 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001/cores
[junit4] 2> 649832 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 649833 INFO
(OverseerStateUpdate-97530779283816452-127.0.0.1:40585_neu%2Fm-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 649935 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 650840 WARN (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 650841 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 650856 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 650859 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 650859 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 650860 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 650860 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 650861 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2699916897652111]
[junit4] 2> 650867 WARN (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 651023 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 651023 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 651024 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 651024 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 651024 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@52c9513c
[junit4] 2> 651024 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6f942a52[collection1] main]
[junit4] 2> 651025 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 651025 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 651025 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 651026 INFO (searcherExecutor-3480-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6f942a52[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 651026 INFO (coreLoadExecutor-3479-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560492473131728896
[junit4] 2> 651030 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 651030 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 651030 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42972/neu/m/collection1/
[junit4] 2> 651030 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 651030 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:42972/neu/m/collection1/ has no replicas
[junit4] 2> 651030 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 651031 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42972/neu/m/collection1/ shard1
[junit4] 2> 651132 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 651182 INFO (coreZkRegister-3474-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 651284 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 651477 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001/cores/collection1
[junit4] 2> 651478 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001
[junit4] 2> 651478 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 651479 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5506dc71{/neu/m,null,AVAILABLE}
[junit4] 2> 651479 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@68ead87e{HTTP/1.1,[http/1.1]}{127.0.0.1:46078}
[junit4] 2> 651479 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server Started @653233ms
[junit4] 2> 651479 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/neu/m,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/tempDir-001/jetty2,
hostPort=46078,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001/cores}
[junit4] 2> 651480 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 651480 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 651480 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 651480 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 651480 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-27T13:19:53.025407Z
[junit4] 2> 651482 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 651482 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001/solr.xml
[junit4] 2> 651486 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 651488 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37217/solr
[junit4] 2> 651492 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 651492 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 651493 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46078_neu%2Fm
[junit4] 2> 651494 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 651494 INFO (zkCallback-4151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 651494 INFO (zkCallback-4147-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 651494 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 651596 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 651608 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001/cores
[junit4] 2> 651608 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 651609 INFO
(OverseerStateUpdate-97530779283816452-127.0.0.1:40585_neu%2Fm-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 651726 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 651726 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 652618 WARN (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 652618 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 652635 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 652638 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 652639 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 652639 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 652640 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 652640 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2699916897652111]
[junit4] 2> 652646 WARN (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 652811 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 652811 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 652812 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 652812 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 652812 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@5989933e
[junit4] 2> 652813 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@ce89eb0[collection1] main]
[junit4] 2> 652814 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 652814 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 652814 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 652815 INFO (searcherExecutor-3491-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ce89eb0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 652816 INFO (coreLoadExecutor-3490-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560492475008679936
[junit4] 2> 652819 INFO (coreZkRegister-3485-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 652819 INFO (updateExecutor-4160-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 652819 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 652820 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 652820 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 652820 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 652820 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:42972/neu/m/collection1/] and I am
[http://127.0.0.1:46078/neu/m/collection1/]
[junit4] 2> 652823 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:42972/neu/m]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46078_neu%252Fm&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 652825 INFO (qtp1366060724-15521) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 652825 INFO (qtp1366060724-15521) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 652825 INFO (qtp1366060724-15521) [ ]
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:46078_neu%2Fm, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:46078/neu/m","node_name":"127.0.0.1:46078_neu%2Fm","state":"down"}
[junit4] 2> 652923 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 652923 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 653453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001/cores/collection1
[junit4] 2> 653454 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001
[junit4] 2> 653455 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 653456 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1041618e{/neu/m,null,AVAILABLE}
[junit4] 2> 653456 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7ee36a45{HTTP/1.1,[http/1.1]}{127.0.0.1:35092}
[junit4] 2> 653456 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.Server Started @655210ms
[junit4] 2> 653456 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/neu/m,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/tempDir-001/jetty3,
hostPort=35092,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001/cores}
[junit4] 2> 653457 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 653457 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 653457 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 653457 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 653457 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-27T13:19:55.002675Z
[junit4] 2> 653459 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 653459 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001/solr.xml
[junit4] 2> 653467 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 653471 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37217/solr
[junit4] 2> 653482 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 653484 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 653485 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35092_neu%2Fm
[junit4] 2> 653487 INFO (zkCallback-4147-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 653487 INFO (zkCallback-4170-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 653487 INFO (zkCallback-4151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 653487 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 653487 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 653591 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 653591 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 653693 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001/cores
[junit4] 2> 653693 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 653695 INFO
(OverseerStateUpdate-97530779283816452-127.0.0.1:40585_neu%2Fm-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 653796 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 653796 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 653797 INFO (zkCallback-4170-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 653825 INFO (qtp1366060724-15521) [ ]
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:46078_neu%2Fm, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:46078/neu/m","node_name":"127.0.0.1:46078_neu%2Fm","state":"recovering"}
[junit4] 2> 653825 INFO (qtp1366060724-15521) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 653825 INFO (qtp1366060724-15521) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:46078_neu%252Fm&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 654326 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:42972/neu/m/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 654326 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:46078/neu/m
START replicas=[http://127.0.0.1:42972/neu/m/collection1/] nUpdates=100
[junit4] 2> 654328 INFO (qtp1366060724-15521) [ ]
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> 654328 INFO (qtp1366060724-15521) [ ] o.a.s.c.S.Request
[collection1] webapp=/neu/m path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 654328 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 654328 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 654328 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 654328 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 654329 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 654329 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 654329 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 654329 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 654329 INFO (recoveryExecutor-4161-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 654431 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 654431 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 654431 INFO (zkCallback-4170-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 654706 WARN (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 654707 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 654714 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
[junit4] 2> 654716 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 654716 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 654717 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_D5E9E36D7ABF3F16-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 654717 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@36794419
[junit4] 2> 654718 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2699916897652111]
[junit4] 2> 654721 WARN (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 654848 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 654848 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 654849 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 654849 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 654849 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@4ea3739c
[junit4] 2> 654849 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4faeaa60[collection1] main]
[junit4] 2> 654850 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 654850 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 654850 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 654851 INFO (searcherExecutor-3502-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4faeaa60[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 654851 INFO (coreLoadExecutor-3501-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1560492477142532096
[junit4] 2> 654854 INFO (coreZkRegister-3496-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 654854 INFO (updateExecutor-4167-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 654854 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 654855 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 654855 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 654855 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 654855 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:42972/neu/m/collection1/] and I am
[http://127.0.0.1:35092/neu/m/collection1/]
[junit4] 2> 654856 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:42972/neu/m]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35092_neu%252Fm&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 654857 INFO (qtp1366060724-15523) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 654857 INFO (qtp1366060724-15523) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 654857 INFO (qtp1366060724-15523) [ ]
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:35092_neu%2Fm, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35092/neu/m","node_name":"127.0.0.1:35092_neu%2Fm","state":"down"}
[junit4] 2> 654956 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 654956 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 654956 INFO (zkCallback-4170-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 655040 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 655040 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
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> 655857 INFO (qtp1366060724-15523) [ ]
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:35092_neu%2Fm, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35092/neu/m","node_name":"127.0.0.1:35092_neu%2Fm","state":"recovering"}
[junit4] 2> 655857 INFO (qtp1366060724-15523) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 655857 INFO (qtp1366060724-15523) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:35092_neu%252Fm&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> 656358 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:42972/neu/m/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 656358 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35092/neu/m
START replicas=[http://127.0.0.1:42972/neu/m/collection1/] nUpdates=100
[junit4] 2> 656360 INFO (qtp1366060724-15523) [ ]
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> 656360 INFO (qtp1366060724-15523) [ ] o.a.s.c.S.Request
[collection1] webapp=/neu/m path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 656361 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 656361 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 656361 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 656361 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 656363 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 656363 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 656363 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 656363 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 656363 INFO (recoveryExecutor-4168-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 656474 INFO (zkCallback-4170-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 656475 INFO (zkCallback-4157-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 656475 INFO (zkCallback-4163-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 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> 657041 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 657044 INFO (qtp1696764563-15583) [ ] o.a.s.c.S.Request
[collection1] webapp=/neu/m path=/schema/fields/inplace_updatable_int
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 657046 INFO (qtp1696764563-15584) [ ] o.a.s.c.S.Request
[collection1] webapp=/neu/m path=/schema/fields/inplace_updatable_float
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 657047 INFO (qtp495585345-15549) [ ] o.a.s.c.S.Request
[collection1] webapp=/neu/m path=/schema/fields/_version_
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 657047 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 657048 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3c9310a2[collection1] realtime]
[junit4] 2> 657048 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 0
[junit4] 2> 657049 INFO (qtp1384018556-15483) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 657049 INFO (qtp1384018556-15483) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 657049 INFO (qtp1384018556-15483) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 657049 INFO (qtp1384018556-15483) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 657056 INFO (qtp1366060724-15522) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 657056 INFO (qtp1696764563-15579) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 657056 INFO (qtp1696764563-15579) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 657056 INFO (qtp495585345-15545) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 657056 INFO (qtp495585345-15545) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 657056 INFO (qtp495585345-15545) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 657056 INFO (qtp495585345-15545) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42972/neu/m/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 657056 INFO (qtp1366060724-15522) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 657057 INFO (qtp1366060724-15522) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 657057 INFO (qtp1366060724-15522) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42972/neu/m/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 657057 INFO (qtp1696764563-15579) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 657057 INFO (qtp1696764563-15579) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42972/neu/m/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 657058 INFO (qtp1366060724-15521) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={_stateVer_=collection1:12&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 8
[junit4] 2> 657061 INFO (qtp495585345-15544) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42972/neu/m/collection1/&wt=javabin&version=2}{add=[0
(2001)]} 0 1
[junit4] 2> 657163 INFO (qtp495585345-15549) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@9495f40[collection1] realtime]
[junit4] 2> 657165 INFO (qtp495585345-15549) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={update.distrib=FROMLEADER&_version_=2003&distrib.from=http://127.0.0.1:42972/neu/mcollection1/&wt=javabin&version=2}{deleteByQuery=inplace_updatable_float:101.0
(-2003)} 0 4
[junit4] 2> 657262 INFO (qtp495585345-15550) [ ]
o.a.s.u.DirectUpdateHandler2 Reordered DBQs detected.
Update=add{_version_=2002,id=0}
DBQs=[DBQ{version=2003,q=inplace_updatable_float:101.0}]
[junit4] 2> 657276 INFO (qtp495585345-15550) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@78432357[collection1] realtime]
[junit4] 2> 657277 INFO (qtp495585345-15550) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@58512301[collection1] realtime]
[junit4] 2> 657278 INFO (qtp495585345-15550) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={update.distrib=FROMLEADER&distrib.inplace.prevversion=2001&distrib.from=http://127.0.0.1:42972/neu/m/collection1/&wt=javabin&version=2&distrib.inplace.update=true}{add=[0
(2002)]} 0 16
[junit4] 2> 657362 INFO (qtp495585345-15546) [ ] o.a.s.c.S.Request
[collection1] webapp=/neu/m path=/get
params={distrib=false&qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 657362 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.TestInPlaceUpdatesDistrib reorderedDBQIndividualReplicaTest: This test
passed fine...
[junit4] 2> 657363 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 657363 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5250f6ee[collection1] realtime]
[junit4] 2> 657363 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 0
[junit4] 2> 657365 INFO (qtp1384018556-15484) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 657365 INFO (qtp1384018556-15484) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 657365 INFO (qtp1384018556-15484) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 657365 INFO (qtp1384018556-15484) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/neu/m path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 657371 INFO (qtp1696764563-15583) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 657371 INFO (qtp1696764563-15583) [ ] o.a.s.u.DirectUpdateH
[...truncated too long message...]
NG SolrCore org.apache.solr.core.SolrCore@1e882e80
[junit4] 2> 2406785 INFO (coreCloseExecutor-6359-thread-3) [ ]
o.a.s.c.SolrCore [shardSplitWithRule_shard1_0_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6db19dca
[junit4] 2> 2406785 INFO (coreCloseExecutor-6359-thread-4) [ ]
o.a.s.c.SolrCore [shardSplitWithRule_shard1_1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@26b36bb0
[junit4] 2> 2406787 INFO (zkCallback-2161-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/shardSplitWithRule/state.json] for collection
[shardSplitWithRule] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2406907 INFO (coreCloseExecutor-6359-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 2406914 INFO (coreCloseExecutor-6359-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.shardSplitWithRule.shard1_1.replica1
[junit4] 2> 2406919 INFO (coreCloseExecutor-6359-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.shardSplitWithRule.shard1_0.replica1
[junit4] 2> 2406920 INFO (coreCloseExecutor-6359-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.shardSplitWithRule.shard1.replica2
[junit4] 2> 2406920 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.Overseer Overseer (id=97530892494503953-127.0.0.1:45168_-n_0000000004)
closing
[junit4] 2> 2406920 INFO
(OverseerStateUpdate-97530892494503953-127.0.0.1:45168_-n_0000000004) [ ]
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45168_
[junit4] 2> 2406921 INFO (zkCallback-2137-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 2408421 WARN (zkCallback-2161-thread-3) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2408421 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2408422 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@366f287{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2408422 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[D5E9E36D7ABF3F16]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@64fdf27a{/,null,UNAVAILABLE}
[junit4] 2> 2408423 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 35972
[junit4] 2> 2408423 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[D5E9E36D7ABF3F16]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37068 37068
[junit4] 2> 2408472 INFO (Thread-3081) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37068 37068
[junit4] 2> 2408473 WARN (Thread-3081) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/shardSplitWithRule/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 54 /solr/overseer/queue
[junit4] 2> 19 /solr/overseer/collection-queue-work
[junit4] 2> 13 /solr/overseer/queue-work
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> 2408474 INFO
(SUITE-ShardSplitTest-seed#[D5E9E36D7ABF3F16]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D5E9E36D7ABF3F16-001
[junit4] 2> Feb 27, 2017 1:49:10 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{rnd_b=PostingsFormat(name=Direct), shard_s=PostingsFormat(name=Memory
doPackFST= true), n_ti=PostingsFormat(name=Memory doPackFST= true),
a_t=PostingsFormat(name=Memory doPackFST= true),
a_i=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)},
docValues:{rnd_b=DocValuesFormat(name=Memory),
shard_s=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Lucene54), n_ti=DocValuesFormat(name=Asserting),
a_t=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Memory),
id=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1262,
maxMBSortInHeap=6.800465258072644,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ak,
timezone=Pacific/Chuuk
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=187523576,total=530579456
[junit4] 2> NOTE: All tests run in this JVM: [BlockJoinFacetSimpleTest,
DistributedQueueTest, PeerSyncTest, SolrCoreTest,
ClassificationUpdateProcessorIntegrationTest, TestSolr4Spatial,
TestExportWriter, TestRealTimeGet, BasicDistributedZkTest, TestRecoveryHdfs,
CursorPagingTest, AssignTest, BooleanFieldTest, ConnectionManagerTest,
TestCollationFieldDocValues, DefaultValueUpdateProcessorTest,
AddSchemaFieldsUpdateProcessorFactoryTest, OverseerStatusTest,
TestStressCloudBlindAtomicUpdates, DistributedDebugComponentTest,
DirectoryFactoryTest, TestAuthenticationFramework, TestExceedMaxTermLength,
TestSolrDeletionPolicy2, TestPseudoReturnFields, CdcrBootstrapTest,
DistributedSpellCheckComponentTest, TestSha256AuthenticationProvider,
RuleEngineTest, ClusterStateTest, TestDefaultSearchFieldResource,
ReplicationFactorTest, InfoHandlerTest, TestMiniSolrCloudClusterSSL,
TestXmlQParserPlugin, CdcrRequestHandlerTest, CacheHeaderTest,
TestUnifiedSolrHighlighter, DistanceUnitsTest, AnalyticsMergeStrategyTest,
TestMacroExpander, SolrJmxReporterTest, TestSimpleQParserPlugin, BitVectorTest,
TestRemoteStreaming, TestTolerantUpdateProcessorCloud, TestJoin,
TestFieldCollectionResource, TestInitQParser, TestNumericTerms64,
TestConfigSetsAPIExclusivity, TestSchemaSimilarityResource,
SharedFSAutoReplicaFailoverTest, DistributedFacetPivotSmallTest,
HdfsCollectionsAPIDistributedZkTest, SignatureUpdateProcessorFactoryTest,
ScriptEngineTest, TestQuerySenderNoQuery, RecoveryAfterSoftCommitTest,
ResourceLoaderTest, DistributedQueryComponentOptimizationTest,
TestValueSourceCache, TestFunctionQuery, TestManagedResource,
CurrencyFieldOpenExchangeTest, SyncSliceTest,
HdfsWriteToMultipleCollectionsTest, TestSolrCloudWithDelegationTokens,
UtilsToolTest, TestFoldingMultitermQuery, TestFieldCacheSort, UUIDFieldTest,
TestNoOpRegenerator, ExternalFileFieldSortTest, TestAtomicUpdateErrorCases,
ConjunctionSolrSpellCheckerTest, SegmentsInfoRequestHandlerTest,
TestSolrCloudSnapshots, PreAnalyzedUpdateProcessorTest,
NotRequiredUniqueKeyTest, TestFilteredDocIdSet, TestExactSharedStatsCache,
TestBadConfig, TestSegmentSorting, DateFieldTest, TestBinaryResponseWriter,
SolrMetricsIntegrationTest, RequiredFieldsTest, TestCorePropertiesReload,
TestFieldCache, TestDocumentBuilder, TestSolrCloudWithHadoopAuthPlugin,
NumericFieldsTest, PathHierarchyTokenizerFactoryTest,
PeerSyncWithIndexFingerprintCachingTest, TriLevelCompositeIdRoutingTest,
BJQParserTest, ZkStateReaderTest, HdfsBasicDistributedZkTest,
MergeStrategyTest, TestStressRecovery, TestJavabinTupleStreamParser,
TestOmitPositions, SubstringBytesRefFilterTest, QueryEqualityTest,
TestRandomCollapseQParserPlugin, DisMaxRequestHandlerTest, TestRawTransformer,
QueryElevationComponentTest, TestCloudPivotFacet, TestImplicitCoreProperties,
TestSolrQueryParserDefaultOperatorResource, SSLMigrationTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest,
OverseerTest, LeaderElectionIntegrationTest, TestReplicationHandler,
HardAutoCommitTest, SimpleFacetsTest, StatsComponentTest,
SpellCheckComponentTest, TestSort, TestFiltering, BasicFunctionalityTest,
TestLazyCores, DirectUpdateHandlerTest, TestIndexSearcher,
DistributedQueryElevationComponentTest, SpellCheckCollatorTest,
SolrRequestParserTest, TestStressLucene, TestTrie, TestCSVLoader,
NoCacheHeaderTest, TestWordDelimiterFilterFactory,
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, TestQueryTypes,
MoreLikeThisHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest,
ReturnFieldsTest, JsonLoaderTest, CSVRequestHandlerTest,
TestQuerySenderListener, AlternateDirectoryTest, ResponseLogComponentTest,
TestMergePolicyConfig, OutputWriterTest, TestPostingsSolrHighlighter,
TestCodecSupport, TestLMJelinekMercerSimilarityFactory, TestFastWriter,
TimeZoneUtilsTest, DateMathParserTest, TestSystemIdResolver,
TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ,
TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest,
DistributedMLTComponentTest, TestTolerantSearch, TestPathTrie,
ConnectionReuseTest, BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest,
CleanupOldIndexTest, CollectionsAPISolrJTest,
DistribDocExpirationUpdateProcessorTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
PeerSyncReplicationTest, RestartWhileUpdatingTest, SaslZkACLProviderTest,
ShardSplitTest]
[junit4] Completed [696/696 (2!)] on J0 in 874.96s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 51688 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]