Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12028/
Java: 64bit/jdk1.8.0_60-ea-b06 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test
Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily
Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can
happen, but shouldn't easily
at
__randomizedtesting.SeedInfo.seed([C2BE47DB51D9879:847FDBA71BE1F581]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:222)
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:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.search.function.TestFunctionQuery.testPseudoFieldFunctions
Error Message:
unexpected map keys [e] @ response/docs/[0]
Stack Trace:
java.lang.RuntimeException: unexpected map keys [e] @ response/docs/[0]
at
__randomizedtesting.SeedInfo.seed([C2BE47DB51D9879:52110600898B6435]:0)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:882)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:829)
at
org.apache.solr.search.function.TestFunctionQuery.testPseudoFieldFunctions(TestFunctionQuery.java:739)
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:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9475 lines...]
[junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/init-core-data-001
[junit4] 2> 271613 T1256 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /_fk/x
[junit4] 2> 271616 T1256 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 271616 T1257 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 271716 T1256 oasc.ZkTestServer.run start zk server on
port:32778
[junit4] 2> 271716 T1256
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 271717 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 271718 T1264 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3759bae3
name:ZooKeeperConnection Watcher:127.0.0.1:32778 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 271719 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 271719 T1256 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 271719 T1256 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 271720 T1256
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 271721 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 271722 T1267 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@491daecb
name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 271722 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 271722 T1256 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 271723 T1256 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 271724 T1256 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 271725 T1256 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 271725 T1256 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 271726 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 271726 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 271727 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 271727 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 271728 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 271728 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 271729 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 271729 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 271730 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 271730 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 271730 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 271731 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 271731 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 271731 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 271732 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 271732 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 271733 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 271733 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 271734 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 271734 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 271734 T1256 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 271735 T1256 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 271776 T1256 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1
[junit4] 2> 271777 T1256 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 271778 T1256 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@36335fda{/_fk/x,null,AVAILABLE}
[junit4] 2> 271781 T1256 oejs.AbstractConnector.doStart Started
ServerConnector@7ca5a4ab{HTTP/1.1}{127.0.0.1:58628}
[junit4] 2> 271781 T1256 oejs.Server.doStart Started @272648ms
[junit4] 2> 271781 T1256 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/tempDir-001/control/data, hostContext=/_fk/x,
hostPort=58628,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores}
[junit4] 2> 271782 T1256 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 271782 T1256 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/'
[junit4] 2> 271789 T1256 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/solr.xml
[junit4] 2> 271793 T1256 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores
[junit4] 2> 271793 T1256 oasc.CoreContainer.<init> New CoreContainer
1305442620
[junit4] 2> 271793 T1256 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/]
[junit4] 2> 271793 T1256 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/lib
[junit4] 2> 271793 T1256 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/lib).
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 271797 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 271798 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 271798 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 271798 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 271798 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 271798 T1256 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 271798 T1256 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 271798 T1256 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 271799 T1256 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 271799 T1256 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32778/solr
[junit4] 2> 271799 T1256 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 271799 T1256
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 271799 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 271801 T1281 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@33bae9c name:ZooKeeperConnection
Watcher:127.0.0.1:32778 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 271801 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 271802 T1256 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 271803 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 271804 T1284 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@44cfc88f
name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 271804 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 271805 T1256 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 271806 T1256 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 271807 T1256 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 271807 T1256 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 271808 T1256 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 271809 T1256 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 271809 T1256 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 271810 T1256 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 271810 T1256 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58628__fk%2Fx
[junit4] 2> 271811 T1256 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58628__fk%2Fx
[junit4] 2> 271812 T1256 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 271812 T1256 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 271813 T1256 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 271813 T1256 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:58628__fk%2Fx
[junit4] 2> 271814 T1256 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 271814 T1256 oasc.Overseer.start Overseer
(id=93512616076443651-127.0.0.1:58628__fk%2Fx-n_0000000000) starting
[junit4] 2> 271815 T1256 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 271817 T1256 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 271817 T1256
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 271817 T1286 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 271817 T1285 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 271819 T1256 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores
[junit4] 2> 271820 T1256 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1,
collection=control_collection,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 271820 T1256 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/
[junit4] 2> 271820 T1256 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 271820 T1288 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 271821 T1288 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 271821 T1288 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 271821 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 271821 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58628/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:58628__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 271822 T1285 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58628/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:58628__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 271822 T1285 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 271822 T1285 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 271822 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 272821 T1288 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 272821 T1288 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 272822 T1288 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 272822 T1288 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 272822 T1288 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 272822 T1288 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/'
[junit4] 2> 272832 T1288 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 272833 T1288 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 272837 T1288 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 272840 T1288 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 272848 T1288 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 272849 T1288 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 272854 T1288 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 272933 T1288 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 272934 T1288 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 272935 T1288 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 272937 T1288 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 272944 T1288 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 272945 T1288 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 272950 T1288 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data/
[junit4] 2> 272951 T1288 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@370a7d73
[junit4] 2> 272952 T1288 oasc.CachingDirectoryFactory.get return new
directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data
[junit4] 2> 272952 T1288 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data/index/
[junit4] 2> 272952 T1288 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 272952 T1288 oasc.CachingDirectoryFactory.get return new
directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data/index
[junit4] 2> 272953 T1288 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=1.029296875,
floorSegmentMB=1.814453125, forceMergeDeletesPctAllowed=16.356162448261703,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5508893823947599
[junit4] 2> 272992 T1288 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 272992 T1288 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 272994 T1288 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 272994 T1288 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 272994 T1288 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 272995 T1288 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 272995 T1288 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 272995 T1288 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 272995 T1288 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 272995 T1288 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 272995 T1288 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 272996 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 272997 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 272998 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 272998 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 273000 T1288 oasc.RequestHandlers.initHandlersFromConfig
Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 273000 T1288 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 273001 T1288 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 273001 T1288 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 273001 T1288 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 273001 T1288 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 273001 T1288 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=6.466796875,
floorSegmentMB=1.6875, forceMergeDeletesPctAllowed=9.597411338827179,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.27867658818586377
[junit4] 2> 273002 T1288 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 273002 T1288 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 273002 T1288 oass.SolrIndexSearcher.<init> Opening
Searcher@922fc9e[collection1] main
[junit4] 2> 273002 T1288 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 273003 T1288 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 273003 T1288 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 273003 T1288
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 273003 T1288 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 273003 T1288 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 273004 T1288
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 273004 T1288 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 273004 T1288 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 273004 T1288 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 273004 T1288 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 273004 T1289 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@922fc9e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 273005 T1292 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58628/_fk/x
collection:control_collection shard:shard1
[junit4] 2> 273005 T1256 oass.SolrDispatchFilter.init
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4] 2> 273005 T1256 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 273005 T1256
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 273006 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 273006 T1292 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 273007 T1295 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4e12a228
name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 273007 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 273008 T1256 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 273008 T1256
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 273009 T1292 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 273010 T1256 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 273010 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 273010 T1292
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 273010 T1292 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 273011 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> ASYNC NEW_CORE C273 name=collection1
org.apache.solr.core.SolrCore@754752c8
url=http://127.0.0.1:58628/_fk/x/collection1 node=127.0.0.1:58628__fk%2Fx
C273_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:58628/_fk/x, node_name=127.0.0.1:58628__fk%2Fx,
state=down}
[junit4] 2> 273011 T1292 C273 P58628 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:58628/_fk/x/collection1/
[junit4] 2> 273011 T1292 C273 P58628 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 273011 T1292 C273 P58628 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58628/_fk/x/collection1/ has no replicas
[junit4] 2> 273011 T1292 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:58628/_fk/x/collection1/ shard1
[junit4] 2> 273012 T1292 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 273013 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 273014 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:58628/_fk/x",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 273068 T1256 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1
[junit4] 2> 273069 T1256 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001
[junit4] 2> 273070 T1256 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 273071 T1256 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@fc2f52a{/_fk/x,null,AVAILABLE}
[junit4] 2> 273071 T1256 oejs.AbstractConnector.doStart Started
ServerConnector@39a5740c{HTTP/1.1}{127.0.0.1:36325}
[junit4] 2> 273071 T1256 oejs.Server.doStart Started @273938ms
[junit4] 2> 273071 T1256 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/tempDir-001/jetty1, solrconfig=solrconfig.xml,
hostContext=/_fk/x, hostPort=36325,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores}
[junit4] 2> 273072 T1256 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 273072 T1256 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/'
[junit4] 2> 273080 T1256 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/solr.xml
[junit4] 2> 273083 T1256 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores
[junit4] 2> 273083 T1256 oasc.CoreContainer.<init> New CoreContainer
2138360759
[junit4] 2> 273083 T1256 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/]
[junit4] 2> 273083 T1256 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/lib
[junit4] 2> 273084 T1256 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/lib).
[junit4] 2> 273087 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 273088 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 273089 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 273089 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 273089 T1256 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 273089 T1256 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 273089 T1256 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 273089 T1256 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 273090 T1256 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32778/solr
[junit4] 2> 273090 T1256 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 273090 T1256
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 273090 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 273092 T1309 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@483b3667
name:ZooKeeperConnection Watcher:127.0.0.1:32778 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 273092 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 273092 T1256 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 273093 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 273095 T1312 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@32b82f52
name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 273095 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 273098 T1256
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 273115 T1295 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 273115 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 273115 T1312 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 273164 T1292 oasc.ZkController.register We are
http://127.0.0.1:58628/_fk/x/collection1/ and leader is
http://127.0.0.1:58628/_fk/x/collection1/
[junit4] 2> 273164 T1292 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:58628/_fk/x
[junit4] 2> 273164 T1292 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 273164 T1292 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 273164 T1292 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 273165 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 273165 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58628/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:58628__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 273165 T1285 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58628/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:58628__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 273267 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 273267 T1295 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 273267 T1312 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 274099 T1256 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36325__fk%2Fx
[junit4] 2> 274099 T1256 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:36325__fk%2Fx
[junit4] 2> 274100 T1256 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 274101 T1256 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores
[junit4] 2> 274102 T1256 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1, collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 274103 T1256 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/
[junit4] 2> 274103 T1256 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 274104 T1313 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 274104 T1313 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 274104 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 274104 T1313 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 274104 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36325/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:36325__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 274105 T1285 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36325/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:36325__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 274105 T1285 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 274105 T1285 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 274206 T1295 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 274206 T1312 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 274206 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275104 T1313 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 275105 T1313 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 275105 T1313 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 275105 T1313 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 275105 T1313 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 275105 T1313 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/'
[junit4] 2> 275112 T1313 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 275113 T1313 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 275116 T1313 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 275118 T1313 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 275123 T1313 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 275124 T1313 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 275126 T1313 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 275176 T1313 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 275177 T1313 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 275177 T1313 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 275179 T1313 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 275186 T1313 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 275186 T1313 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 275186 T1313 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data/
[junit4] 2> 275187 T1313 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@370a7d73
[junit4] 2> 275187 T1313 oasc.CachingDirectoryFactory.get return new
directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data
[junit4] 2> 275187 T1313 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 275188 T1313 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 275188 T1313 oasc.CachingDirectoryFactory.get return new
directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 275188 T1313 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=1.029296875,
floorSegmentMB=1.814453125, forceMergeDeletesPctAllowed=16.356162448261703,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5508893823947599
[junit4] 2> 275223 T1313 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 275223 T1313 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 275226 T1313 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 275226 T1313 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 275226 T1313 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 275226 T1313 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 275226 T1313 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 275226 T1313 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 275227 T1313 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 275227 T1313 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 275227 T1313 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 275228 T1313 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 275229 T1313 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 275229 T1313 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 275230 T1313 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 275233 T1313 oasc.RequestHandlers.initHandlersFromConfig
Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 275233 T1313 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 275234 T1313 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 275234 T1313 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 275237 T1313 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 275237 T1313 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 275238 T1313 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=6.466796875,
floorSegmentMB=1.6875, forceMergeDeletesPctAllowed=9.597411338827179,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.27867658818586377
[junit4] 2> 275238 T1313 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 275239 T1313 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 275239 T1313 oass.SolrIndexSearcher.<init> Opening
Searcher@681e47fd[collection1] main
[junit4] 2> 275239 T1313 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 275240 T1313 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 275240 T1313 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 275240 T1313
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 275240 T1313 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 275241 T1313 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 275241 T1313
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 275241 T1313 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 275241 T1313 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 275241 T1313 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 275242 T1314 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@681e47fd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 275242 T1313 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 275242 T1317 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:36325/_fk/x collection:collection1
shard:shard1
[junit4] 2> 275242 T1256 oass.SolrDispatchFilter.init
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4] 2> 275243 T1256 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 275243 T1317 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 275245 T1317 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 275245 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 275245 T1317
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 275246 T1317 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 275246 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> ASYNC NEW_CORE C274 name=collection1
org.apache.solr.core.SolrCore@5460e12
url=http://127.0.0.1:36325/_fk/x/collection1 node=127.0.0.1:36325__fk%2Fx
C274_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:36325/_fk/x, node_name=127.0.0.1:36325__fk%2Fx,
state=down}
[junit4] 2> 275246 T1317 C274 P36325 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:36325/_fk/x/collection1/
[junit4] 2> 275246 T1317 C274 P36325 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 275246 T1317 C274 P36325 oasc.SyncStrategy.syncToMe
http://127.0.0.1:36325/_fk/x/collection1/ has no replicas
[junit4] 2> 275246 T1317 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:36325/_fk/x/collection1/ shard1
[junit4] 2> 275247 T1317 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 275248 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 275249 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:36325/_fk/x",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 275307 T1256 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1
[junit4] 2> 275307 T1256 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001
[junit4] 2> 275308 T1256 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 275309 T1256 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@6294f06a{/_fk/x,null,AVAILABLE}
[junit4] 2> 275309 T1256 oejs.AbstractConnector.doStart Started
ServerConnector@497eaba{HTTP/1.1}{127.0.0.1:35049}
[junit4] 2> 275309 T1256 oejs.Server.doStart Started @276176ms
[junit4] 2> 275310 T1256 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/tempDir-001/jetty2, solrconfig=solrconfig.xml,
hostContext=/_fk/x, hostPort=35049,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores}
[junit4] 2> 275310 T1256 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 275310 T1256 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/'
[junit4] 2> 275318 T1256 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/solr.xml
[junit4] 2> 275321 T1256 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores
[junit4] 2> 275321 T1256 oasc.CoreContainer.<init> New CoreContainer
2104385560
[junit4] 2> 275321 T1256 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/]
[junit4] 2> 275322 T1256 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/lib
[junit4] 2> 275322 T1256 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/lib).
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 275326 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 275327 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 275327 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 275327 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 275327 T1256 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 275327 T1256 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 275327 T1256 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 275328 T1256 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 275328 T1256 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 275328 T1256 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:32778/solr
[junit4] 2> 275328 T1256 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 275328 T1256
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 275328 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 275330 T1331 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@774753be
name:ZooKeeperConnection Watcher:127.0.0.1:32778 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 275330 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 275330 T1256 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 275332 T1256 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 275333 T1334 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@10392f45
name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 275333 T1256 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 275334 T1256
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 275350 T1295 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275350 T1334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275350 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275350 T1312 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275399 T1317 oasc.ZkController.register We are
http://127.0.0.1:36325/_fk/x/collection1/ and leader is
http://127.0.0.1:36325/_fk/x/collection1/
[junit4] 2> 275399 T1317 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:36325/_fk/x
[junit4] 2> 275399 T1317 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 275399 T1317 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 275399 T1317 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 275403 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 275404 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36325/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:36325__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 275404 T1285 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36325/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:36325__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 275518 T1334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275518 T1295 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275518 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 275518 T1312 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 276336 T1256 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35049__fk%2Fx
[junit4] 2> 276337 T1256 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:35049__fk%2Fx
[junit4] 2> 276338 T1256 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 276339 T1256 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores
[junit4] 2> 276340 T1256 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1, collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 276341 T1256 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/
[junit4] 2> 276341 T1256 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 276341 T1335 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 276342 T1335 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 276342 T1284 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 276342 T1335 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 276342 T1285 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:35049/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:35049__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 276342 T1285 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:35049/_fk/x",
[junit4] 2> "node_name":"127.0.0.1:35049__fk%2Fx",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 276343 T1285 oasco.ReplicaMutator.updateState Collection
already exists with numShards=1
[junit4] 2> 276343 T1285 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 276444 T1295 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 276444 T1284 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 276444 T1312 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 276444 T1334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 277342 T1335 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 277342 T1335 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 277343 T1335 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 277343 T1335 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 277343 T1335 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 277343 T1335 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/'
[junit4] 2> 277350 T1335 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 277350 T1335 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 277353 T1335 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 277355 T1335 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 277367 T1335 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 277367 T1335 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 277371 T1335 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 277433 T1335 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 277434 T1335 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 277434 T1335 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 277436 T1335 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 277443 T1335 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 277444 T1335 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 277444 T1335 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/data/
[junit4] 2> 277444 T1335 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@370a7d73
[junit4] 2> 277445 T1335 oasc.CachingDirectoryFactory.get return new
directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/data
[junit4] 2> 277445 T1335 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/data/index/
[junit4] 2> 277445 T1335 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 277445 T1335 oasc.CachingDirectoryFactory.get return new
directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/data/index
[junit4] 2> 277446 T1335 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=1.029296875,
floorSegmentMB=1.814453125, forceMergeDeletesPctAllowed=16.356162448261703,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5508893823947599
[junit4] 2> 277497 T1335 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest
C2BE47DB51D9879-001/shard-2-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 277498 T1335 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 277500 T1335 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 277500 T1335 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 277500 T1335 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 277501 T1335 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 277501 T1335 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 277501 T1335 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 277501 T1335 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 277501 T1335 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 277501 T1335 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 277502 T1335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4]
[...truncated too long message...]
999 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 721844 T4851 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@68b5365b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_w(6.0.0):C2)
Uninverting(_x(6.0.0):C2) Uninverting(_z(6.0.0):C2)))}
[junit4] 2> 721845 T4849 C999 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 4
[junit4] 2> 721847 T4849 C999 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=id:1&fl=a:1,b:2.0,c:'X',d:{!func}foo_s,e:{!func}bar_s&wt=xml} hits=1
status=0 QTime=1
[junit4] 2> 721848 T4849 oas.SolrTestCaseJ4.assertJQ ERROR query failed
JSON validation. error=unexpected map keys [e] @ response/docs/[0]
[junit4] 2> expected =/response/docs/[0]=={'a':1,
'b':2.0,'c':'X','d':'A'}
[junit4] 2> response = {
[junit4] 2> "responseHeader":{
[junit4] 2> "status":0,
[junit4] 2> "QTime":1},
[junit4] 2> "response":{"numFound":1,"start":0,"docs":[
[junit4] 2> {
[junit4] 2> "a":1,
[junit4] 2> "b":2.0,
[junit4] 2> "c":"X",
[junit4] 2> "d":"A",
[junit4] 2> "e":null}]
[junit4] 2> }}
[junit4] 2>
[junit4] 2> request =
q=id:1&fl=a:1,b:2.0,c:'X',d:{!func}foo_s,e:{!func}bar_s&wt=xml
[junit4] 2> 721849 T4849 oas.SolrTestCaseJ4.tearDown ###Ending
testPseudoFieldFunctions
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestFunctionQuery
-Dtests.method=testPseudoFieldFunctions -Dtests.seed=C2BE47DB51D9879
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr__#Latn
-Dtests.timezone=SystemV/PST8PDT -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.02s J1 | TestFunctionQuery.testPseudoFieldFunctions <<<
[junit4] > Throwable #1: java.lang.RuntimeException: unexpected map keys
[e] @ response/docs/[0]
[junit4] > at
__randomizedtesting.SeedInfo.seed([C2BE47DB51D9879:52110600898B6435]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:882)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:829)
[junit4] > at
org.apache.solr.search.function.TestFunctionQuery.testPseudoFieldFunctions(TestFunctionQuery.java:739)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 721854 T4849 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 721855 T4849 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=864248570
[junit4] 2> 721855 T4849 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@2d15b613
[junit4] 2> 721855 T4849 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=49,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=116,cumulative_deletesById=0,cumulative_deletesByQuery=5,cumulative_errors=0}
[junit4] 2> 721855 T4849 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 721855 T4849 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 721856 T4849 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 721856 T4849 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 721856 T4849 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 721856 T4849 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001/init-core-data-001/index;done=false>>]
[junit4] 2> 721857 T4849 oasc.CachingDirectoryFactory.close Closing
directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001/init-core-data-001/index
[junit4] 2> 721857 T4849 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001/init-core-data-001;done=false>>]
[junit4] 2> 721857 T4849 oasc.CachingDirectoryFactory.close Closing
directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.search.function.TestFunctionQuery
C2BE47DB51D9879-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{x_td=PostingsFormat(name=LuceneVarGapFixedInterval),
const_s=PostingsFormat(name=LuceneVarGapFixedInterval),
x_i=Lucene50(blocksize=128), a_tdt=Lucene50(blocksize=128), 1_s=FST50,
eff_ti=PostingsFormat(name=LuceneVarGapFixedInterval),
foo_s=Lucene50(blocksize=128), x_s=PostingsFormat(name=LuceneFixedGap),
y_td=Lucene50(blocksize=128), 1-1_s=FST50, foo_tl=FST50, CoMpleX " fieldName
_f=PostingsFormat(name=LuceneFixedGap),
foo_ti=PostingsFormat(name=LuceneFixedGap),
foo_tf=PostingsFormat(name=LuceneVarGapFixedInterval),
sfile_s=PostingsFormat(name=LuceneVarGapFixedInterval),
b_tdt=PostingsFormat(name=LuceneVarGapFixedInterval),
a_t=Lucene50(blocksize=128), x:x_i=PostingsFormat(name=LuceneFixedGap),
foo_d=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval), text=FST50, yak_i=FST50,
foo_f=FST50}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sr__#Latn,
timezone=SystemV/PST8PDT
[junit4] 2> NOTE: Linux 3.13.0-46-generic amd64/Oracle Corporation
1.8.0_60-ea (64-bit)/cpus=12,threads=1,free=326734384,total=533200896
[junit4] 2> NOTE: All tests run in this JVM: [TestSolr4Spatial2,
TestWriterPerf, AlternateDirectoryTest, ConvertedLegacyTest, NoCacheHeaderTest,
HdfsChaosMonkeySafeLeaderTest, TestSolrCoreProperties,
DistribJoinFromCollectionTest, TestAddFieldRealTimeGet,
WordBreakSolrSpellCheckerTest, TestPHPSerializedResponseWriter,
ActionThrottleTest, TestNRTOpen, HttpPartitionTest,
TestAnalyzeInfixSuggestions, TestDynamicLoading,
TriLevelCompositeIdRoutingTest, TestSortingResponseWriter,
TestComplexPhraseQParserPlugin, TestLRUStatsCache,
FieldMutatingUpdateProcessorTest, DistanceFunctionTest,
TestFuzzyAnalyzedSuggestions, TestChildDocTransformer,
TestReplicationHandlerBackup, TestConfigSets,
DocExpirationUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest,
TestComponentsName, TestCoreContainer, CollectionsAPIDistributedZkTest,
TestOmitPositions, ShardRoutingCustomTest, UpdateParamsTest, TestBlobHandler,
TestManagedSchemaDynamicFieldResource, SpellingQueryConverterTest,
TestLMDirichletSimilarityFactory, TestManagedResource, TestSchemaResource,
FileUtilsTest, BlockDirectoryTest, TestDistributedGrouping, TestFastLRUCache,
TestFiltering, TestLMJelinekMercerSimilarityFactory,
IndexSchemaRuntimeFieldTest, HdfsRecoveryZkTest, TestNamedUpdateProcessors,
JSONWriterTest, DocumentBuilderTest, RAMDirectoryFactoryTest,
ShowFileRequestHandlerTest, TestCollationFieldDocValues, TestFastWriter,
ShardSplitTest, BadComponentTest, ChaosMonkeySafeLeaderTest, TestIndexSearcher,
DocumentAnalysisRequestHandlerTest, TestStressVersions,
SpellCheckComponentTest, TestTolerantSearch, TestSerializedLuceneMatchVersion,
CopyFieldTest, TestCustomSort, CacheHeaderTest, RequiredFieldsTest,
TestClusterStateMutator, TestCharFilters,
DistributedQueryComponentCustomSortTest, TestAnalyzedSuggestions,
SpatialFilterTest, SolrPluginUtilsTest, DistributedMLTComponentTest,
ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
DistributedTermsComponentTest, SimpleFacetsTest, SolrCmdDistributorTest,
PeerSyncTest, TestFunctionQuery]
[junit4] Completed on J1 in 0.78s, 15 tests, 1 error <<< FAILURES!
[...truncated 652 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:191: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:510: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1351:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:958:
There were test failures: 475 suites, 1891 tests, 1 error, 1 failure, 48
ignored (21 assumptions)
Total time: 54 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_60-ea-b06
-XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]