Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/4/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseSerialGC
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([81427CD7CE637EBE:A65AF068F65D53A]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([81427CD7CE637EBE:916430D609F1346]:0)
at
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11668 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/init-core-data-001
[junit4] 2> 109216 INFO
(SUITE-ShardSplitTest-seed#[81427CD7CE637EBE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 109216 INFO
(SUITE-ShardSplitTest-seed#[81427CD7CE637EBE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 109216 INFO
(SUITE-ShardSplitTest-seed#[81427CD7CE637EBE]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/ih_zb/uq
[junit4] 2> 109218 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 109222 INFO (Thread-181) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 109222 INFO (Thread-181) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 109226 ERROR (Thread-181) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 109322 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34653
[junit4] 2> 109348 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 109349 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 109349 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 109350 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 109350 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 109351 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 109352 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 109352 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 109353 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 109353 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 109353 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 109441 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/control-001/cores/collection1
[junit4] 2> 109442 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 109447 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b5b5547{/ih_zb/uq,null,AVAILABLE}
[junit4] 2> 109448 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@52a020bc{HTTP/1.1,[http/1.1]}{127.0.0.1:34455}
[junit4] 2> 109448 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server Started @111307ms
[junit4] 2> 109448 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/tempDir-001/control/data,
hostContext=/ih_zb/uq, hostPort=34455,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/control-001/cores}
[junit4] 2> 109449 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 109449 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 109449 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 109449 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 109449 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-26T23:05:21.791Z
[junit4] 2> 109464 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 109464 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/control-001/solr.xml
[junit4] 2> 109478 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 109479 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34653/solr
[junit4] 2> 109541 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 109542 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:34455_ih_zb%2Fuq
[junit4] 2> 109542 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.Overseer Overseer
(id=98031365099683844-127.0.0.1:34455_ih_zb%2Fuq-n_0000000000) starting
[junit4] 2> 109599 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:34455_ih_zb%2Fuq
[junit4] 2> 109600 INFO
(zkCallback-134-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 109689 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/control-001/cores
[junit4] 2> 109689 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 109706 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 109719 INFO
(OverseerStateUpdate-98031365099683844-127.0.0.1:34455_ih_zb%2Fuq-n_0000000000)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 110732 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 110743 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 110844 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 110893 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection, trusted=true
[junit4] 2> 110898 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 110899 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/control-001/cores/collection1/data/]
[junit4] 2> 110899 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f4243b6
[junit4] 2> 110901 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 110934 WARN
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 111010 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 111010 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 111011 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 111011 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 111011 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2505817550392664]
[junit4] 2> 111030 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@483767b3[collection1] main]
[junit4] 2> 111040 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 111040 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 111040 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 111042 INFO
(searcherExecutor-469-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@483767b3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 111042 INFO
(coreLoadExecutor-468-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1568501843502301184
[junit4] 2> 111057 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 111057 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 111057 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:34455/ih_zb/uq/collection1/
[junit4] 2> 111057 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 111057 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:34455/ih_zb/uq/collection1/ has no replicas
[junit4] 2> 111057 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 111064 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34455/ih_zb/uq/collection1/ shard1
[junit4] 2> 111215 INFO
(coreZkRegister-461-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq
x:collection1 c:control_collection) [n:127.0.0.1:34455_ih_zb%2Fuq
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 111242 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 111243 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34653/solr ready
[junit4] 2> 111243 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 111310 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001/cores/collection1
[junit4] 2> 111311 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001
[junit4] 2> 111312 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 111358 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3ad869cc{/ih_zb/uq,null,AVAILABLE}
[junit4] 2> 111358 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ef2e004{HTTP/1.1,[http/1.1]}{127.0.0.1:39421}
[junit4] 2> 111359 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server Started @113217ms
[junit4] 2> 111359 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/ih_zb/uq, hostPort=39421,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001/cores}
[junit4] 2> 111359 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 111362 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 111362 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 111362 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 111362 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-26T23:05:23.704Z
[junit4] 2> 111381 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 111382 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001/solr.xml
[junit4] 2> 111390 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 111391 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34653/solr
[junit4] 2> 111461 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 111462 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 111463 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:39421_ih_zb%2Fuq
[junit4] 2> 111464 INFO (zkCallback-138-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 111464 INFO
(zkCallback-134-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 111476 INFO
(zkCallback-143-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 111532 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001/cores
[junit4] 2> 111532 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 111543 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 111544 INFO
(OverseerStateUpdate-98031365099683844-127.0.0.1:34455_ih_zb%2Fuq-n_0000000000)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard2
[junit4] 2> 112569 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 112593 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 112643 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 112659 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 112660 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 112660 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 112660 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f4243b6
[junit4] 2> 112661 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 112674 WARN
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 112691 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 112691 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 112692 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 112692 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 112692 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2505817550392664]
[junit4] 2> 112693 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@310c1379[collection1] main]
[junit4] 2> 112694 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 112694 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 112694 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 112695 INFO
(searcherExecutor-480-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@310c1379[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 112695 INFO
(coreLoadExecutor-479-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1568501845235597312
[junit4] 2> 112698 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 112698 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 112698 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:39421/ih_zb/uq/collection1/
[junit4] 2> 112699 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 112699 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:39421/ih_zb/uq/collection1/ has no replicas
[junit4] 2> 112699 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 112699 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am
the new leader: http://127.0.0.1:39421/ih_zb/uq/collection1/ shard2
[junit4] 2> 112850 INFO
(coreZkRegister-474-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:39421_ih_zb%2Fuq c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 113164 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001/cores/collection1
[junit4] 2> 113165 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001
[junit4] 2> 113166 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 113167 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72178c8{/ih_zb/uq,null,AVAILABLE}
[junit4] 2> 113168 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19642218{HTTP/1.1,[http/1.1]}{127.0.0.1:43203}
[junit4] 2> 113169 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server Started @115027ms
[junit4] 2> 113169 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/ih_zb/uq, hostPort=43203,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001/cores}
[junit4] 2> 113170 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 113171 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 113171 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 113171 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 113171 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-26T23:05:25.513Z
[junit4] 2> 113174 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 113174 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001/solr.xml
[junit4] 2> 113180 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 113181 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34653/solr
[junit4] 2> 113190 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 113191 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 113193 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:43203_ih_zb%2Fuq
[junit4] 2> 113193 INFO (zkCallback-138-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 113194 INFO
(zkCallback-143-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 113194 INFO
(zkCallback-134-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 113195 INFO
(zkCallback-149-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 113236 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001/cores
[junit4] 2> 113236 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 113237 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 113238 INFO
(OverseerStateUpdate-98031365099683844-127.0.0.1:34455_ih_zb%2Fuq-n_0000000000)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 114251 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 114263 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 114323 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 114330 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 114330 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 114330 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 114330 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f4243b6
[junit4] 2> 114332 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 114352 WARN
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 114369 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 114369 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 114370 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 114370 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 114370 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2505817550392664]
[junit4] 2> 114371 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@175e51db[collection1] main]
[junit4] 2> 114371 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 114371 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 114371 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 114372 INFO
(searcherExecutor-491-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@175e51db[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 114372 INFO
(coreLoadExecutor-490-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1568501846994059264
[junit4] 2> 114375 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 114375 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 114375 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43203/ih_zb/uq/collection1/
[junit4] 2> 114375 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 114375 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:43203/ih_zb/uq/collection1/ has no replicas
[junit4] 2> 114375 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 114376 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am
the new leader: http://127.0.0.1:43203/ih_zb/uq/collection1/ shard1
[junit4] 2> 114527 INFO
(coreZkRegister-485-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:43203_ih_zb%2Fuq c:collection1
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 114810 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001/cores/collection1
[junit4] 2> 114810 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001
[junit4] 2> 114810 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 114811 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7fbea6d9{/ih_zb/uq,null,AVAILABLE}
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5df8d2d3{HTTP/1.1,[http/1.1]}{127.0.0.1:34997}
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server Started @116670ms
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/ih_zb/uq, hostPort=34997,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001/cores}
[junit4] 2> 114812 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 114812 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-26T23:05:27.154Z
[junit4] 2> 114814 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 114814 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001/solr.xml
[junit4] 2> 114817 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 114818 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34653/solr
[junit4] 2> 114821 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 114822 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 114822 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:34997_ih_zb%2Fuq
[junit4] 2> 114823 INFO (zkCallback-138-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 114823 INFO
(zkCallback-149-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 114823 INFO
(zkCallback-143-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 114823 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 114823 INFO
(zkCallback-134-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 114876 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001/cores
[junit4] 2> 114876 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 114876 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 114877 INFO
(OverseerStateUpdate-98031365099683844-127.0.0.1:34455_ih_zb%2Fuq-n_0000000000)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard2
[junit4] 2> 115884 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 115915 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 115949 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 115974 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 115974 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 115974 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 115974 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f4243b6
[junit4] 2> 115975 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 116018 WARN
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 116043 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 116043 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 116043 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 116043 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 116044 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2505817550392664]
[junit4] 2> 116044 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5522ce99[collection1] main]
[junit4] 2> 116045 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 116045 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 116045 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 116046 INFO
(searcherExecutor-502-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:34997_ih_zb%2Fuq c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5522ce99[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 116047 INFO
(coreLoadExecutor-501-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1568501848750424064
[junit4] 2> 116054 INFO
(coreZkRegister-496-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 c:collection1) [n:127.0.0.1:34997_ih_zb%2Fuq c:collection1
s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 116054 INFO
(updateExecutor-152-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 116055 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 116055 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 116055 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 116055 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 116055 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1]
as recovering, leader is [http://127.0.0.1:39421/ih_zb/uq/collection1/] and I
am [http://127.0.0.1:34997/ih_zb/uq/collection1/]
[junit4] 2> 116060 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:39421/ih_zb/uq]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:34997_ih_zb%252Fuq&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 116073 INFO (qtp1984592309-1019)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.h.a.PrepRecoveryOp Going to wait for
coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader:
true, onlyIfLeaderActive: true
[junit4] 2> 116074 INFO (qtp1984592309-1019)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.h.a.PrepRecoveryOp Will wait a max of
183 seconds to see collection1 (shard2 of collection1) have state: recovering
[junit4] 2> 116074 INFO (qtp1984592309-1019)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=collection1, shard=shard2,
thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true,
live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:34997_ih_zb%2Fuq, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:34997/ih_zb/uq","node_name":"127.0.0.1:34997_ih_zb%2Fuq","state":"down"}
[junit4] 2> 116443 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001/cores/collection1
[junit4] 2> 116443 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001
[junit4] 2> 116444 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 116445 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ba43b60{/ih_zb/uq,null,AVAILABLE}
[junit4] 2> 116445 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@513683e4{HTTP/1.1,[http/1.1]}{127.0.0.1:35199}
[junit4] 2> 116445 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.Server Started @118303ms
[junit4] 2> 116445 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/ih_zb/uq, hostPort=35199,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001/cores}
[junit4] 2> 116445 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 116446 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 116446 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 116446 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 116446 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-26T23:05:28.788Z
[junit4] 2> 116448 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 116448 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001/solr.xml
[junit4] 2> 116451 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 116452 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34653/solr
[junit4] 2> 116460 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:35199_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (4)
[junit4] 2> 116461 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:35199_ih_zb%2Fuq ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 116461 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:35199_ih_zb%2Fuq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:35199_ih_zb%2Fuq
[junit4] 2> 116462 INFO (zkCallback-138-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 116462 INFO
(zkCallback-134-thread-1-processing-n:127.0.0.1:34455_ih_zb%2Fuq)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (4) -> (5)
[junit4] 2> 116462 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq)
[n:127.0.0.1:34997_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (4) -> (5)
[junit4] 2> 116462 INFO
(zkCallback-149-thread-1-processing-n:127.0.0.1:43203_ih_zb%2Fuq)
[n:127.0.0.1:43203_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (4) -> (5)
[junit4] 2> 116462 INFO
(zkCallback-143-thread-1-processing-n:127.0.0.1:39421_ih_zb%2Fuq)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (4) -> (5)
[junit4] 2> 116462 INFO
(zkCallback-162-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (4) -> (5)
[junit4] 2> 116520 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:35199_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001/cores
[junit4] 2> 116520 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[81427CD7CE637EBE])
[n:127.0.0.1:35199_ih_zb%2Fuq ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 116520 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 116521 INFO
(OverseerStateUpdate-98031365099683844-127.0.0.1:34455_ih_zb%2Fuq-n_0000000000)
[n:127.0.0.1:34455_ih_zb%2Fuq ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 117074 INFO (qtp1984592309-1019)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=collection1, shard=shard2,
thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true,
live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:34997_ih_zb%2Fuq, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:34997/ih_zb/uq","node_name":"127.0.0.1:34997_ih_zb%2Fuq","state":"recovering"}
[junit4] 2> 117074 INFO (qtp1984592309-1019)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.h.a.PrepRecoveryOp Waited
coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader:
true for: 1 seconds.
[junit4] 2> 117074 INFO (qtp1984592309-1019)
[n:127.0.0.1:39421_ih_zb%2Fuq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:34997_ih_zb%252Fuq&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 117528 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 117535 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 117575 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:39421/ih_zb/uq/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 117575 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1
url=http://127.0.0.1:34997/ih_zb/uq START
replicas=[http://127.0.0.1:39421/ih_zb/uq/collection1/] nUpdates=100
[junit4] 2> 117579 INFO (qtp1984592309-1015)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 117579 INFO (qtp1984592309-1015)
[n:127.0.0.1:39421_ih_zb%2Fuq c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.S.Request [collection1] webapp=/ih_zb/uq path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 117581 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 117582 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a
PeerSync
[junit4] 2> 117582 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 117582 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping
IW.commit.
[junit4] 2> 117582 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 117583 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was
successful.
[junit4] 2> 117583 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during
PeerSync.
[junit4] 2> 117583 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 117583 INFO
(recoveryExecutor-153-thread-1-processing-n:127.0.0.1:34997_ih_zb%2Fuq
x:collection1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34997_ih_zb%2Fuq c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 117601 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 117609 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 117610 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 117610 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_81427CD7CE637EBE-001/shard-4-001/cores/collection1/data/]
[junit4] 2> 117610 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f4243b6
[junit4] 2> 117612 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 117626 WARN
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 117650 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 117650 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 117651 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 117651 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 117651 INFO
(coreLoadExecutor-512-thread-1-processing-n:127.0.0.1:35199_ih_zb%2Fuq)
[n:127.0.0.1:35199_ih_zb%2Fuq c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.in
[...truncated too long message...]
BE]) [ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@66425c0b{SSL,[ssl, http/1.1]}{127.0.0.1:0}
[junit4] 2> 1725263 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5c5f9445{/,null,UNAVAILABLE}
[junit4] 2> 1725263 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 40591
[junit4] 2> 1725263 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=253535679
[junit4] 2> 1725263 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1725263 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 1725263 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
[junit4] 2> 1725264 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.Overseer Overseer (id=98031470142881810-127.0.0.1:40591_-n_0000000004)
closing
[junit4] 2> 1725264 INFO
(OverseerStateUpdate-98031470142881810-127.0.0.1:40591_-n_0000000004)
[n:127.0.0.1:40591_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:40591_
[junit4] 2> 1725266 WARN
(zkCallback-2348-thread-3-processing-n:127.0.0.1:40591_) [n:127.0.0.1:40591_
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to
ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1726785 WARN
(zkCallback-2348-thread-1-processing-n:127.0.0.1:40591_) [n:127.0.0.1:40591_
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SyncStrategy Closed,
skipping sync up.
[junit4] 2> 1726785 INFO
(zkCallback-2348-thread-1-processing-n:127.0.0.1:40591_) [n:127.0.0.1:40591_
c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1726785 INFO
(zkCallback-2348-thread-1-processing-n:127.0.0.1:40591_) [n:127.0.0.1:40591_
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@58460afd
[junit4] 2> 1726792 INFO
(zkCallback-2348-thread-1-processing-n:127.0.0.1:40591_) [n:127.0.0.1:40591_
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1
[junit4] 2> 1726793 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@2ff56818{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1726793 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@127c721d{/,null,UNAVAILABLE}
[junit4] 2> 1726793 ERROR
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 1726794 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[81427CD7CE637EBE]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36555 36555
[junit4] 2> 1727596 INFO (Thread-2703) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:36555 36555
[junit4] 2> 1727597 WARN (Thread-2703) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 17 /solr/configs/conf1
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[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> 6 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrConfigHandlerConcurrent -Dtests.method=test
-Dtests.seed=81427CD7CE637EBE -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=hr-HR -Dtests.timezone=America/Indiana/Marengo
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 15.5s J2 | TestSolrConfigHandlerConcurrent.test <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([81427CD7CE637EBE:916430D609F1346]:0)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:109)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1727598 INFO
(SUITE-TestSolrConfigHandlerConcurrent-seed#[81427CD7CE637EBE]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent_81427CD7CE637EBE-001
[junit4] 2> May 26, 2017 11:32:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1644, maxMBSortInHeap=5.421341815006471,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=hr-HR,
timezone=America/Indiana/Marengo
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=8,threads=1,free=229369208,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin,
SolrSlf4jReporterTest, TestXIncludeConfig, LeaderFailureAfterFreshStartTest,
JSONWriterTest, TestMinMaxOnMultiValuedField,
AsyncCallRequestStatusResponseTest, MultiThreadedOCPTest, BadIndexSchemaTest,
TestSolrJ, ShardSplitTest, MergeStrategyTest, TestFilteredDocIdSet,
StatsComponentTest, QueryParsingTest, DirectUpdateHandlerOptimizeTest,
BlockJoinFacetSimpleTest, DOMUtilTest, BasicAuthStandaloneTest,
TestDynamicFieldResource, SuggesterWFSTTest, FullHLLTest,
TemplateUpdateProcessorTest, PrimUtilsTest, TestFieldCacheSort,
JavabinLoaderTest, TestIndexSearcher, SimpleCollectionCreateDeleteTest,
TestBinaryField, TestExtendedDismaxParser, TestDistributedMissingSort,
TestReversedWildcardFilterFactory, TestConfig, PluginInfoTest, BlockCacheTest,
TestPKIAuthenticationPlugin, LeaderElectionTest, SimpleFacetsTest, SOLR749Test,
OverriddenZkACLAndCredentialsProvidersTest, TestLeaderInitiatedRecoveryThread,
QueryResultKeyTest, TestSubQueryTransformerCrossCore,
CdcrVersionReplicationTest, TestSolrQueryParser, RequestHandlersTest,
TestSerializedLuceneMatchVersion, TestRandomCollapseQParserPlugin,
CloneFieldUpdateProcessorFactoryTest, TestTestInjection,
TestShortCircuitedRequests, TestExactStatsCache, UpdateParamsTest,
DeleteLastCustomShardedReplicaTest, ReplicaListTransformerTest,
TestDelegationWithHadoopAuth, TestSolrQueryResponse, SolrXmlInZkTest,
DateRangeFieldTest, TestSchemaResource,
PeerSyncWithIndexFingerprintCachingTest, HdfsNNFailoverTest,
HdfsRestartWhileUpdatingTest, ParsingFieldUpdateProcessorsTest,
TestInitQParser, TestRecoveryHdfs, TestMergePolicyConfig, TestExpandComponent,
TestWriterPerf, SolrPluginUtilsTest, PingRequestHandlerTest, RecoveryZkTest,
TimeZoneUtilsTest, TestComplexPhraseQParserPlugin, TestFileDictionaryLookup,
SpellCheckCollatorWithCollapseTest, DistributedExpandComponentTest,
TestSolrCoreParser, StressHdfsTest, CoreAdminHandlerTest, AutoCommitTest,
RequestLoggingTest, HttpPartitionTest, TestSolrConfigHandlerCloud,
TestNumericTerms64, CachingDirectoryFactoryTest, TestUseDocValuesAsStored,
TestJmxMonitoredMap, CollectionTooManyReplicasTest, TestTolerantSearch,
AnalysisErrorHandlingTest, PrimitiveFieldTypeTest, TestPostingsSolrHighlighter,
HdfsTlogReplayBufferedWhileIndexingTest, ReplaceNodeTest,
TestConfigSetImmutable, TestStressInPlaceUpdates, TestObjectReleaseTracker,
TestXmlQParserPlugin, FieldAnalysisRequestHandlerTest, TestConfigsApi,
TestStressUserVersions, ActionThrottleTest, FieldMutatingUpdateProcessorTest,
DirectoryFactoryTest, TestRequestStatusCollectionAPI, BadComponentTest,
TestImplicitCoreProperties, CurrencyFieldXmlFileTest, SparseHLLTest,
TestGeoJSONResponseWriter, TestExceedMaxTermLength,
SuggestComponentContextFilterQueryTest, LeaderElectionContextKeyTest,
MigrateRouteKeyTest, OverseerStatusTest, PeerSyncReplicationTest,
RecoveryAfterSoftCommitTest, SaslZkACLProviderTest,
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest,
SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudRecovery,
TestOnReconnectListenerSupport, TestReplicaProperties,
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens,
TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorRandomCloud,
TestNRTOpen, TestReloadAndDeleteDocs, TestSimpleTextCodec,
TestSolrConfigHandler, TestSolrXml, TestConfigReload,
TestSolrConfigHandlerConcurrent]
[junit4] Completed [585/711 (2!)] on J2 in 15.81s, 1 test, 1 error <<<
FAILURES!
[...truncated 43864 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]