Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6356/
Java: 32bit/jdk1.8.0_112 -client -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test
Error Message:
document count mismatch. control=875 sum(shards)=874 cloudClient=874
Stack Trace:
java.lang.AssertionError: document count mismatch. control=875 sum(shards)=874
cloudClient=874
at
__randomizedtesting.SeedInfo.seed([503762F889A1CBA:8D5749F526667142]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test
Error Message:
PeerSynced node did not become leader expected:<CloudJettyRunner
[url=http://127.0.0.1:62402/collection1]> but was:<CloudJettyRunner
[url=http://127.0.0.1:62390/collection1]>
Stack Trace:
java.lang.AssertionError: PeerSynced node did not become leader
expected:<CloudJettyRunner [url=http://127.0.0.1:62402/collection1]> but
was:<CloudJettyRunner [url=http://127.0.0.1:62390/collection1]>
at
__randomizedtesting.SeedInfo.seed([503762F889A1CBA:8D5749F526667142]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11237 lines...]
[junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\init-core-data-001
[junit4] 2> 828145 INFO
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[503762F889A1CBA]-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> 828145 INFO
(SUITE-ChaosMonkeyNothingIsSafeTest-seed#[503762F889A1CBA]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 828152 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 828153 INFO (Thread-1035) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 828153 INFO (Thread-1035) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 828253 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkTestServer start zk server on port:51948
[junit4] 2> 828264 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15999ff3fca0000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 828281 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 828286 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 828290 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 828293 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 828297 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 828300 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 828303 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 828306 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 828309 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 828313 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 828316 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 828321 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15999ff3fca0001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 828933 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\control-001\cores\collection1
[junit4] 2> 828937 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 828939 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1880e40{/,null,AVAILABLE}
[junit4] 2> 828942 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1f54574{HTTP/1.1,[http/1.1]}{127.0.0.1:51955}
[junit4] 2> 828942 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server Started @832608ms
[junit4] 2> 828942 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\tempDir-001/control/data,
hostContext=/, hostPort=51955,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\control-001\cores}
[junit4] 2> 828943 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 828943 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 828943 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 828943 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 828943 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-13T22:42:39.963Z
[junit4] 2> 828949 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15999ff3fca0002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 828950 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 828950 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\control-001\solr.xml
[junit4] 2> 828970 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51948/solr
[junit4] 2> 829021 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51955_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:51955_
[junit4] 2> 829023 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51955_ ] o.a.s.c.Overseer Overseer
(id=97278188531089412-127.0.0.1:51955_-n_0000000000) starting
[junit4] 2> 829037 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51955_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51955_
[junit4] 2> 829041 INFO
(OverseerStateUpdate-97278188531089412-127.0.0.1:51955_-n_0000000000)
[n:127.0.0.1:51955_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 829240 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51955_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\control-001\cores
[junit4] 2> 829241 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51955_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 829247 INFO
(OverseerStateUpdate-97278188531089412-127.0.0.1:51955_-n_0000000000)
[n:127.0.0.1:51955_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 830286 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 830338 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 830477 WARN
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 830478 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 830527 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 830529 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\control-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\control-001\cores\collection1\data\]
[junit4] 2> 830529 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ 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@970281
[junit4] 2> 830539 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5537800718960674]
[junit4] 2> 830555 WARN
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ 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> 830586 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 830586 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 830591 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 830591 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 830593 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5539591136752067]
[junit4] 2> 830594 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@19bb3a9[collection1] main]
[junit4] 2> 830596 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 830597 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 830597 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 830602 INFO
(searcherExecutor-2267-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@19bb3a9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 830604 INFO
(coreLoadExecutor-2266-thread-1-processing-n:127.0.0.1:51955_)
[n:127.0.0.1:51955_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1556451019062247424
[junit4] 2> 830617 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 830617 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ 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> 830617 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51955/collection1/
[junit4] 2> 830617 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 830617 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:51955/collection1/ has no replicas
[junit4] 2> 830625 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ 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:51955/collection1/ shard1
[junit4] 2> 830682 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 830685 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51948/solr ready
[junit4] 2> 830685 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 830779 INFO
(coreZkRegister-2259-thread-1-processing-n:127.0.0.1:51955_ x:collection1
c:control_collection) [n:127.0.0.1:51955_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 831492 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001\cores\collection1
[junit4] 2> 831498 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001
[junit4] 2> 831499 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 831501 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@839ccf{/,null,AVAILABLE}
[junit4] 2> 831505 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@11ffd9b{HTTP/1.1,[http/1.1]}{127.0.0.1:51970}
[junit4] 2> 831505 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server Started @835172ms
[junit4] 2> 831505 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=51970,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001\cores}
[junit4] 2> 831507 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 831508 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 831508 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 831508 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 831508 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-13T22:42:42.528Z
[junit4] 2> 831519 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 831519 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001\solr.xml
[junit4] 2> 831550 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51948/solr
[junit4] 2> 831579 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51970_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 831591 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51970_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51970_
[junit4] 2> 831595 INFO (zkCallback-726-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 831597 INFO
(zkCallback-722-thread-1-processing-n:127.0.0.1:51955_) [n:127.0.0.1:51955_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 831598 INFO
(zkCallback-731-thread-1-processing-n:127.0.0.1:51970_) [n:127.0.0.1:51970_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 831782 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51970_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001\cores
[junit4] 2> 831782 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51970_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 831788 INFO
(OverseerStateUpdate-97278188531089412-127.0.0.1:51955_-n_0000000000)
[n:127.0.0.1:51955_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 832819 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 832840 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 832953 WARN
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 832956 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 832998 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 832998 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-1-001\cores\collection1\data\]
[junit4] 2> 832999 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@970281
[junit4] 2> 833008 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5537800718960674]
[junit4] 2> 833025 WARN
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ 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> 833069 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 833069 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 833072 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: if uncommited for 15000ms;
[junit4] 2> 833072 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 833075 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5539591136752067]
[junit4] 2> 833077 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1ea9c9c[collection1] main]
[junit4] 2> 833079 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 833080 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 833080 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 833084 INFO
(searcherExecutor-2278-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1ea9c9c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 833087 INFO
(coreLoadExecutor-2277-thread-1-processing-n:127.0.0.1:51970_)
[n:127.0.0.1:51970_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556451021665861632
[junit4] 2> 833099 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 833099 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ 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> 833099 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51970/collection1/
[junit4] 2> 833099 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 833099 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51970/collection1/ has no
replicas
[junit4] 2> 833107 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51970/collection1/ shard2
[junit4] 2> 833263 INFO
(coreZkRegister-2272-thread-1-processing-n:127.0.0.1:51970_ x:collection1
c:collection1) [n:127.0.0.1:51970_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 833802 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001\cores\collection1
[junit4] 2> 833807 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001
[junit4] 2> 833809 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 833811 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@84f3fb{/,null,AVAILABLE}
[junit4] 2> 833813 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@e4af58{HTTP/1.1,[http/1.1]}{127.0.0.1:51982}
[junit4] 2> 833813 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server Started @837479ms
[junit4] 2> 833814 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=51982,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001\cores}
[junit4] 2> 833814 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 833815 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 833815 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 833815 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 833815 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-13T22:42:44.835Z
[junit4] 2> 833824 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 833824 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001\solr.xml
[junit4] 2> 833853 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51948/solr
[junit4] 2> 833882 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51982_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 833893 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51982_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51982_
[junit4] 2> 833897 INFO (zkCallback-726-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 833898 INFO
(zkCallback-731-thread-1-processing-n:127.0.0.1:51970_) [n:127.0.0.1:51970_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 833899 INFO
(zkCallback-737-thread-1-processing-n:127.0.0.1:51982_) [n:127.0.0.1:51982_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 833899 INFO
(zkCallback-722-thread-2-processing-n:127.0.0.1:51955_) [n:127.0.0.1:51955_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 834027 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51982_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001\cores
[junit4] 2> 834027 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51982_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 834030 INFO
(OverseerStateUpdate-97278188531089412-127.0.0.1:51955_-n_0000000000)
[n:127.0.0.1:51955_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard3
[junit4] 2> 835058 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 835087 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 835209 WARN
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 835213 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 835260 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 835261 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-2-001\cores\collection1\data\]
[junit4] 2> 835261 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@970281
[junit4] 2> 835272 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5537800718960674]
[junit4] 2> 835287 WARN
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ 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> 835337 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 835338 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 835340 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: if uncommited for 15000ms;
[junit4] 2> 835340 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 835343 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5539591136752067]
[junit4] 2> 835344 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@d09d81[collection1] main]
[junit4] 2> 835346 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 835348 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 835348 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 835352 INFO
(searcherExecutor-2289-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@d09d81[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 835354 INFO
(coreLoadExecutor-2288-thread-1-processing-n:127.0.0.1:51982_)
[n:127.0.0.1:51982_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556451024042983424
[junit4] 2> 835367 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 835367 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 835367 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51982/collection1/
[junit4] 2> 835367 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 835369 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51982/collection1/ has no
replicas
[junit4] 2> 835376 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51982/collection1/ shard3
[junit4] 2> 835528 INFO
(coreZkRegister-2283-thread-1-processing-n:127.0.0.1:51982_ x:collection1
c:collection1) [n:127.0.0.1:51982_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 836091 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001\cores\collection1
[junit4] 2> 836096 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001
[junit4] 2> 836097 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 836098 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@faa55a{/,null,AVAILABLE}
[junit4] 2> 836101 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1a34985{HTTP/1.1,[http/1.1]}{127.0.0.1:51994}
[junit4] 2> 836101 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server Started @839767ms
[junit4] 2> 836101 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=51994,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001\cores}
[junit4] 2> 836101 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 836102 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 836102 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 836102 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 836102 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-13T22:42:47.122Z
[junit4] 2> 836111 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15999ff3fca000c, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 836111 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 836112 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001\solr.xml
[junit4] 2> 836128 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51948/solr
[junit4] 2> 836155 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51994_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 836167 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51994_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51994_
[junit4] 2> 836171 INFO (zkCallback-726-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 836172 INFO
(zkCallback-743-thread-1-processing-n:127.0.0.1:51994_) [n:127.0.0.1:51994_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 836172 INFO
(zkCallback-737-thread-1-processing-n:127.0.0.1:51982_) [n:127.0.0.1:51982_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 836172 INFO
(zkCallback-722-thread-3-processing-n:127.0.0.1:51955_) [n:127.0.0.1:51955_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 836173 INFO
(zkCallback-731-thread-1-processing-n:127.0.0.1:51970_) [n:127.0.0.1:51970_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 836724 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51994_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001\cores
[junit4] 2> 836724 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:51994_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 836731 INFO
(OverseerStateUpdate-97278188531089412-127.0.0.1:51955_-n_0000000000)
[n:127.0.0.1:51955_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 837756 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 837778 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 837882 WARN
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 837885 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 837943 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 837945 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-3-001\cores\collection1\data\]
[junit4] 2> 837945 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@970281
[junit4] 2> 837953 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5537800718960674]
[junit4] 2> 837965 WARN
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ 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> 837999 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 837999 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 838002 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: if uncommited for 15000ms;
[junit4] 2> 838002 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 838005 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5539591136752067]
[junit4] 2> 838007 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1d3e6a8[collection1] main]
[junit4] 2> 838010 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 838012 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 838012 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 838017 INFO
(searcherExecutor-2300-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d3e6a8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 838019 INFO
(coreLoadExecutor-2299-thread-1-processing-n:127.0.0.1:51994_)
[n:127.0.0.1:51994_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556451026837438464
[junit4] 2> 838033 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 838034 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 838034 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51994/collection1/
[junit4] 2> 838034 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 838034 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51994/collection1/ has no
replicas
[junit4] 2> 838042 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51994/collection1/ shard1
[junit4] 2> 838197 INFO
(coreZkRegister-2294-thread-1-processing-n:127.0.0.1:51994_ x:collection1
c:collection1) [n:127.0.0.1:51994_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 838624 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001\cores\collection1
[junit4] 2> 838627 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001
[junit4] 2> 838628 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 838629 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18dd8f5{/,null,AVAILABLE}
[junit4] 2> 838631 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ba45b7{HTTP/1.1,[http/1.1]}{127.0.0.1:52006}
[junit4] 2> 838632 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.e.j.s.Server Started @842297ms
[junit4] 2> 838632 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/, hostPort=52006,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001\cores}
[junit4] 2> 838632 ERROR
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 838633 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 838633 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 838633 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 838633 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-13T22:42:49.653Z
[junit4] 2> 838640 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 838641 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001\solr.xml
[junit4] 2> 838658 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51948/solr
[junit4] 2> 838676 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:52006_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 838685 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:52006_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52006_
[junit4] 2> 838687 INFO
(zkCallback-743-thread-1-processing-n:127.0.0.1:51994_) [n:127.0.0.1:51994_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 838687 INFO (zkCallback-726-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 838689 INFO
(zkCallback-749-thread-1-processing-n:127.0.0.1:52006_) [n:127.0.0.1:52006_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 838689 INFO
(zkCallback-737-thread-1-processing-n:127.0.0.1:51982_) [n:127.0.0.1:51982_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 838689 INFO
(zkCallback-722-thread-3-processing-n:127.0.0.1:51955_) [n:127.0.0.1:51955_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 838690 INFO
(zkCallback-731-thread-1-processing-n:127.0.0.1:51970_) [n:127.0.0.1:51970_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 838846 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:52006_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001\cores
[junit4] 2> 838846 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA])
[n:127.0.0.1:52006_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 838858 INFO
(OverseerStateUpdate-97278188531089412-127.0.0.1:51955_-n_0000000000)
[n:127.0.0.1:51955_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 839883 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 839905 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 840006 WARN
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 840010 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 840049 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 840050 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeyNothingIsSafeTest_503762F889A1CBA-001\shard-4-001\cores\collection1\data\]
[junit4] 2> 840050 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@970281
[junit4] 2> 840059 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5537800718960674]
[junit4] 2> 840077 WARN
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ 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> 840115 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 840115 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 840117 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: if uncommited for 15000ms;
[junit4] 2> 840117 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 840119 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5539591136752067]
[junit4] 2> 840121 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@8c4c17[collection1] main]
[junit4] 2> 840123 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 840123 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 840124 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 840127 INFO
(searcherExecutor-2311-thread-1-processing-n:127.0.0.1:52006_ x:collection1
c:collection1) [n:127.0.0.1:52006_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@8c4c17[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 840128 INFO
(coreLoadExecutor-2310-thread-1-processing-n:127.0.0.1:52006_)
[n:127.0.0.1:52006_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556451029048885248
[junit4] 2> 840134 INFO
(coreZkRegister-2305-thread-1-processing-n:127.0.0.1:52006_ x:collection1
c:collection1) [n:127.0.0.1:52006_ c:collection1 s:shard2 r:core_node4
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 840134 INFO
(updateExecutor-746-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 840135 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 840135 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 840135 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 840135 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 840136 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core
[collection1] as recovering, leader is [http://127.0.0.1:51970/collection1/]
and I am [http://127.0.0.1:52006/collection1/]
[junit4] 2> 840140 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:51970]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:52006_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 840146 INFO (qtp7341743-4849) [n:127.0.0.1:51970_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 840147 INFO (qtp7341743-4849) [n:127.0.0.1:51970_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 840147 INFO (qtp7341743-4849) [n:127.0.0.1:51970_ ]
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:52006_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:52006","node_name":"127.0.0.1:52006_","state":"down"}
[junit4] 2> 840194 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 840194 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):330
[junit4] 2> 841149 INFO (qtp7341743-4849) [n:127.0.0.1:51970_ ]
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:52006_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:52006","node_name":"127.0.0.1:52006_","state":"recovering"}
[junit4] 2> 841149 INFO (qtp7341743-4849) [n:127.0.0.1:51970_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 841149 INFO (qtp7341743-4849) [n:127.0.0.1:51970_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:52006_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1002
[junit4] 2> 848151 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync
from [http://127.0.0.1:51970/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 848151 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1
url=http://127.0.0.1:52006 START replicas=[http://127.0.0.1:51970/collection1/]
nUpdates=100
[junit4] 2> 848156 INFO (qtp7341743-4852) [n:127.0.0.1:51970_
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> 848156 INFO (qtp7341743-4852) [n:127.0.0.1:51970_
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 848158 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 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> 848160 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to
do a PeerSync
[junit4] 2> 848160 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 848160 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 848160 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 848160 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery
was successful.
[junit4] 2> 848160 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered
during PeerSync.
[junit4] 2> 848161 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 848161 INFO
(recoveryExecutor-747-thread-1-processing-n:127.0.0.1:52006_ x:collection1
s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:52006_ c:collection1 s:shard2
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active
after recovery.
[junit4] 2> 848201 INFO
(TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[503762F889A1CBA]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 848211 INFO (qtp9170177-4812) [n:127.0.0.1:51955_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1556451037518233600)} 0 6
[junit4] 2> 848232 INFO (qtp28321501-4878) [n:127.0.0.1:51982_
c:collection1 s:shard3 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:51994/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1556451037539205120)} 0 7
[junit4] 2> 848245 INFO (qtp24226073-4932) [n:127.0.0.1:52006_
c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.u.p.LogUpdateProcess
[...truncated too long message...]
4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 2
/solr/collections/collection1/leader_elect/shard1/election/97278283580243976-core_node1-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/97278283580243972-127.0.0.1:62358_-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/97278283580243976-127.0.0.1:62390_-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 44 /solr/overseer/collection-queue-work
[junit4] 2> 43 /solr/overseer/queue
[junit4] 2> 6 /solr/collections
[junit4] 2> 6 /solr/overseer/queue-work
[junit4] 2> 5 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=PeerSyncReplicationTest -Dtests.method=test
-Dtests.seed=503762F889A1CBA -Dtests.slow=true -Dtests.locale=nl-BE
-Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 45.5s J1 | PeerSyncReplicationTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: PeerSynced node did
not become leader expected:<CloudJettyRunner
[url=http://127.0.0.1:62402/collection1]> but was:<CloudJettyRunner
[url=http://127.0.0.1:62390/collection1]>
[junit4] > at
__randomizedtesting.SeedInfo.seed([503762F889A1CBA:8D5749F526667142]:0)
[junit4] > at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:162)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2324123 INFO
(SUITE-PeerSyncReplicationTest-seed#[503762F889A1CBA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_503762F889A1CBA-001
[junit4] 2> Jan 13, 2017 11:07:35 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(Lucene70):
{other_tl1=PostingsFormat(name=Direct),
range_facet_l_dv=PostingsFormat(name=Asserting),
rnd_s=PostingsFormat(name=Memory), multiDefault=PostingsFormat(name=Memory),
intDefault=PostingsFormat(name=Direct), a_i1=PostingsFormat(name=Direct),
range_facet_l=PostingsFormat(name=Direct),
_version_=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Direct),
id=PostingsFormat(name=Asserting),
range_facet_i_dv=PostingsFormat(name=Direct),
text=BlockTreeOrds(blocksize=128), timestamp=PostingsFormat(name=Direct)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1328,
maxMBSortInHeap=7.696354334435188, sim=RandomSimilarity(queryNorm=true): {},
locale=nl-BE, timezone=Pacific/Honolulu
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112
(32-bit)/cpus=3,threads=1,free=181001896,total=500957184
[junit4] 2> NOTE: All tests run in this JVM:
[OverriddenZkACLAndCredentialsProvidersTest, SolrCmdDistributorTest,
TestRestoreCore, TestSimpleTrackingShardHandler, TestHdfsCloudBackupRestore,
BadComponentTest, TestShortCircuitedRequests, TestComplexPhraseQParserPlugin,
TestAuthenticationFramework, JavabinLoaderTest, TestExceedMaxTermLength,
TestSQLHandlerNonCloud, TestDFRSimilarityFactory, TestDistribIDF,
TestSuggestSpellingConverter, TestFuzzyAnalyzedSuggestions, DeleteNodeTest,
TestRawTransformer, TestXmlQParserPlugin, CdcrReplicationHandlerTest,
UpdateRequestProcessorFactoryTest, EchoParamsTest, TestAnalyzedSuggestions,
TestSolrCoreParser, TestReversedWildcardFilterFactory,
TestFieldCacheWithThreads, ShowFileRequestHandlerTest, StressHdfsTest,
TestNoOpRegenerator, CacheHeaderTest, TestQuerySenderListener,
DistributedQueryComponentOptimizationTest, TestUnifiedSolrHighlighter,
ShufflingReplicaListTransformerTest, ResourceLoaderTest,
AnalyticsMergeStrategyTest, TestDownShardTolerantSearch, OverseerStatusTest,
DistributedIntervalFacetingTest, EnumFieldTest, TestRandomFlRTGCloud,
TestManagedSchemaAPI, DateRangeFieldTest, TestSSLRandomization,
TestPKIAuthenticationPlugin, AnalysisErrorHandlingTest,
ClassificationUpdateProcessorIntegrationTest, TestConfigOverlay,
SolrGangliaReporterTest, TestGraphTermsQParserPlugin, DistanceUnitsTest,
DistributedFacetPivotWhiteBoxTest, TestWriterPerf, TestConfigReload,
WordBreakSolrSpellCheckerTest, TestConfigSetsAPI, LukeRequestHandlerTest,
TestSha256AuthenticationProvider, DistributedVersionInfoTest,
BadIndexSchemaTest, CSVRequestHandlerTest, TestRebalanceLeaders, TestZkChroot,
TestSolrCloudSnapshots, ConvertedLegacyTest, TestSchemaResource,
TestConfigSetProperties, TestReplicationHandlerBackup,
TestLeaderElectionZkExpiry, CreateCollectionCleanupTest,
OpenCloseCoreStressTest, BitVectorTest, TestSchemaManager, TestQueryUtils,
TestMacroExpander, SolrCloudExampleTest, TestFieldCacheSortRandom,
CollectionReloadTest, TermVectorComponentDistributedTest,
PreAnalyzedUpdateProcessorTest, CoreSorterTest, BasicFunctionalityTest,
TestClassicSimilarityFactory, TestDocSet, ConfigSetsAPITest,
TestFoldingMultitermQuery, TestSolrIndexConfig,
LeaderFailureAfterFreshStartTest, CursorMarkTest,
CollectionTooManyReplicasTest, StatsComponentTest, StatsReloadRaceTest,
TestDefaultSearchFieldResource, TestLMJelinekMercerSimilarityFactory,
TestTestInjection, TestEmbeddedSolrServerConstructors,
SpellPossibilityIteratorTest, HdfsChaosMonkeyNothingIsSafeTest,
TestMaxScoreQueryParser, TestJsonFacets, CleanupOldIndexTest, TestSolr4Spatial,
TestRecoveryHdfs, DistributedTermsComponentTest, TestScoreJoinQPScore,
TestSolrCoreProperties, TestChildDocTransformer, TestQueryWrapperFilter,
LeaderElectionIntegrationTest, TestTrieFacet, TestJoin, AliasIntegrationTest,
TestStressLiveNodes, SolrIndexSplitterTest, UUIDFieldTest,
SpellingQueryConverterTest, DataDrivenBlockJoinTest, ZkStateReaderTest,
TestRangeQuery, TestBlendedInfixSuggestions, SharedFSAutoReplicaFailoverTest,
VersionInfoTest, ExternalFileFieldSortTest, ReplicationFactorTest,
ChaosMonkeySafeLeaderTest, DistanceFunctionTest, TestRandomFaceting,
HdfsLockFactoryTest, HdfsThreadLeakTest, TestSolrCloudWithDelegationTokens,
TestStandardQParsers, TermVectorComponentTest, TestOmitPositions,
FileBasedSpellCheckerTest, TestUtils, TestCodecSupport, LoggingHandlerTest,
TestTolerantUpdateProcessorRandomCloud, ClusterStateTest, TestRealTimeGet,
TestComponentsName, ShardRoutingCustomTest, SolrCoreMetricManagerTest,
TestDeleteCollectionOnDownNodes, RequestHandlersTest, TestSolrQueryParser,
SpellCheckComponentTest, TriLevelCompositeIdRoutingTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SliceStateTest,
TestSolrCloudWithSecureImpersonation, ExitableDirectoryReaderTest,
TestSolrDynamicMBean, TestPushWriter, TestDistributedMissingSort,
HdfsRestartWhileUpdatingTest, FacetPivotSmallTest,
ConjunctionSolrSpellCheckerTest, TestMiniSolrCloudClusterSSL,
TemplateUpdateProcessorTest, TestMiniSolrCloudCluster, TestCrossCoreJoin,
BasicDistributedZk2Test, UnloadDistributedZkTest,
CollectionsAPIDistributedZkTest, OverseerTest, BasicZkTest, RecoveryZkTest,
FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest,
LeaderElectionTest, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping,
TestFaceting, TestRecovery, TestHashPartitioner, ZkControllerTest, TestReload,
HardAutoCommitTest, SimpleFacetsTest, SolrCoreTest, PeerSyncTest,
TestBadConfig, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest,
TestCoreDiscovery, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest,
TestTrie, SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest,
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming,
DebugComponentTest, TestSurroundQueryParser, StandardRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest,
TestValueSourceCache, RequiredFieldsTest, FastVectorHighlighterTest,
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest,
ReturnFieldsTest, TestCSVResponseWriter, JsonLoaderTest,
TestPHPSerializedResponseWriter, SearchHandlerTest, TestMergePolicyConfig,
TestSearchPerf, TestConfig, NotRequiredUniqueKeyTest, SynonymTokenizerTest,
TestIBSimilarityFactory, TestFastWriter, ScriptEngineTest,
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, PreAnalyzedFieldTest,
DOMUtilTest, SystemInfoHandlerTest, TestRTGBase, TestTolerantSearch,
TestJettySolrRunner, ConnectionReuseTest, AsyncCallRequestStatusResponseTest,
CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest,
CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest,
DistribCursorPagingTest, DistribJoinFromCollectionTest,
LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest,
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest,
OverseerTaskQueueTest, PeerSyncReplicationTest]
[junit4] Completed [493/678 (2!)] on J1 in 46.59s, 1 test, 1 failure <<<
FAILURES!
[...truncated 55216 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]