Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11767/
Java: 64bit/jdk1.8.0_40-ea-b22 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading
Error Message:
{ "responseHeader":{ "status":404, "QTime":3}, "error":{
"msg":"no such blob or version available: test/1", "code":404}}
Stack Trace:
java.lang.AssertionError: {
"responseHeader":{
"status":404,
"QTime":3},
"error":{
"msg":"no such blob or version available: test/1",
"code":404}}
at
__randomizedtesting.SeedInfo.seed([A4ACF6659668D699:7CE1DB3261B57339]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:108)
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:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
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
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
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
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'P val' for path 'response/params/y/p' full
output: { "responseHeader":{ "status":0, "QTime":0}, "response":{
"znodeVersion":0, "params":{"x":{ "a":"A val", "b":"B
val", "":{"v":0}}}}}
Stack Trace:
java.lang.AssertionError: Could not get expected value 'P val' for path
'response/params/y/p' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"response":{
"znodeVersion":0,
"params":{"x":{
"a":"A val",
"b":"B val",
"":{"v":0}}}}}
at
__randomizedtesting.SeedInfo.seed([A4ACF6659668D699:2CF8C9BF3894BB61]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:244)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
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:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
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
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
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
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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 10239 lines...]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/init-core-data-001
[junit4] 2> 1742146 T9985 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 1742147 T9985
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 1742148 T9985 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1742149 T9986 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1742249 T9985 oasc.ZkTestServer.run start zk server on
port:60467
[junit4] 2> 1742249 T9985
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1742250 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1742253 T9993 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@28a6380d
name:ZooKeeperConnection Watcher:127.0.0.1:60467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1742253 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1742253 T9985 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1742253 T9985 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1742256 T9985
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1742256 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1742257 T9996 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@56d549a2
name:ZooKeeperConnection Watcher:127.0.0.1:60467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1742257 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1742258 T9985 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1742258 T9985 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1742259 T9985 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1742260 T9985 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1742261 T9985 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1742263 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1742263 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1742265 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1742265 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1742267 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/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> 1742267 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1742268 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1742268 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1742269 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1742270 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1742271 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1742271 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1742272 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1742272 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1742273 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/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> 1742274 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1742275 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/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> 1742275 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1742277 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/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> 1742277 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1742278 T9985 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1742279 T9985 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1742583 T9985 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/cores/collection1
[junit4] 2> 1742585 T9985 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 1742586 T9985 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@6b9fe3cc{/,null,AVAILABLE}
[junit4] 2> 1742591 T9985 oejs.AbstractConnector.doStart Started
ServerConnector@17a8464b{HTTP/1.1}{127.0.0.1:?????}
[junit4] 2> 1742592 T9985 oejs.Server.doStart Started @???????ms
[junit4] 2> 1742592 T9985 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 1742592 T9985 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1742593 T9985 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001
[junit4] 2> 1742593 T9985 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/'
[junit4] 2> 1742603 T9985 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/solr.xml
[junit4] 2> 1742608 T9985 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/cores
[junit4] 2> 1742608 T9985 oasc.CoreContainer.<init> New CoreContainer
1045030483
[junit4] 2> 1742608 T9985 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/]
[junit4] 2> 1742609 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1742609 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1742609 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1742609 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1742610 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1742610 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1742610 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1742610 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1742610 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1742611 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1742611 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1742611 T9985 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1742611 T9985 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1742612 T9985 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1742612 T9985 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1742612 T9985 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:60467/solr
[junit4] 2> 1742612 T9985 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1742613 T9985
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1742625 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1742626 T10010 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6a627df5
name:ZooKeeperConnection Watcher:127.0.0.1:60467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1742626 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1742627 T9985 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1742628 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1742629 T10013 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2ba199dd
name:ZooKeeperConnection Watcher:127.0.0.1:60467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1742629 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1742630 T9985 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1742632 T9985 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1742633 T9985 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1742634 T9985 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1742636 T9985 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1742640 T9985 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1742642 T9985 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37795_
[junit4] 2> 1742642 T9985 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:37795_
[junit4] 2> 1742644 T9985 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1742644 T9985 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1742645 T9985 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1742646 T9985 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:37795_
[junit4] 2> 1742647 T9985 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1742647 T9985 oasc.Overseer.start Overseer
(id=93290147791962115-127.0.0.1:37795_-n_0000000000) starting
[junit4] 2> 1742649 T9985 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1742653 T9985 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1742654 T10015 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1742654 T10014 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1742654 T9985 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1742656 T9985 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1742656 T9985
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1742659 T9985 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/cores
[junit4] 2> 1742660 T9985 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/cores/collection1/
[junit4] 2> 1742660 T9985 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1742661 T10017 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 1742662 T10017 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 1742662 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1742662 T10017 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1742664 T10014 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:37795",
[junit4] 2> "node_name":"127.0.0.1:37795_",
[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> 1742665 T10014 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:37795",
[junit4] 2> "node_name":"127.0.0.1:37795_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1742665 T10014 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1742665 T10014 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1742666 T10013 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> 1743663 T10017 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 1743663 T10017 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 1743664 T10017 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1743664 T10017 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1743665 T10017 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1743665 T10017 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/cores/collection1/'
[junit4] 2> 1743674 T10017 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1743676 T10017 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1743680 T10017 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1743684 T10017 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1743696 T10017 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1743697 T10017 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1743703 T10017 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 1743841 T10017 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1743844 T10017 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1743845 T10017 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1743851 T10017 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1743853 T10017 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1743854 T10017 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1743855 T10017
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1743855 T10017
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1743855 T10017 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1743856 T10017
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1743856 T10017
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1743856 T10017 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 1743856 T10017 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1743857 T10017 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/control-001/cores/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/control/data/
[junit4] 2> 1743857 T10017 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@61dbb2d5
[junit4] 2> 1743857 T10017 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/control/data
[junit4] 2> 1743858 T10017 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/control/data/index/
[junit4] 2> 1743858 T10017 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/control/data/index' doesn't exist. Creating
new index...
[junit4] 2> 1743858 T10017 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/control/data/index
[junit4] 2> 1743858 T10017 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=78.974609375,
floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=18.49087393830877,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8480885956291785
[junit4] 2> 1743859 T10017 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@8509a5f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d957bcf),segFN=segments_1,generation=1}
[junit4] 2> 1743859 T10017 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1743861 T10017 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1743861 T10017 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1743861 T10017 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1743861 T10017 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1743862 T10017 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1743862 T10017 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1743862 T10017 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1743862 T10017 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1743862 T10017 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1743863 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1743863 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1743863 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1743863 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1743864 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1743864 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1743864 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1743864 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1743864 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1743865 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1743865 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1743865 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1743865 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1743866 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1743866 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1743866 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1743866 T10017 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1743867 T10017 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1743868 T10017 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1743869 T10017 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1743870 T10017 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1743870 T10017 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1743871 T10017 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1743872 T10017 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1743872 T10017 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1743873 T10017 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.40009697905750274]
[junit4] 2> 1743873 T10017 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@8509a5f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d957bcf),segFN=segments_1,generation=1}
[junit4] 2> 1743873 T10017 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1743874 T10017 oass.SolrIndexSearcher.<init> Opening
Searcher@4c2fadf7[collection1] main
[junit4] 2> 1743874 T10017 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1743875 T10017 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1743875 T10017 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 1743875 T10017
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1743875 T10017 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1743876 T10017 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1743876 T10017
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1743876 T10017 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1743877 T10017 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1743877 T10017 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1743877 T10017 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1743877 T10018 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4c2fadf7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1743879 T10021 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:37795 collection:control_collection
shard:shard1
[junit4] 2> 1743880 T9985 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4] 2> 1743880 T9985 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1743881 T9985
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1743882 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1743882 T10021 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1743883 T10024 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@502f739a
name:ZooKeeperConnection Watcher:127.0.0.1:60467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1743883 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1743883 T9985 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1743884 T9985
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1743886 T10021
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 1743886 T9985 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1743886 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1743887 T10021
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1743887 T10021
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> 1743887 T10014 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 C5297 name=collection1
org.apache.solr.core.SolrCore@70e45886 url=http://127.0.0.1:37795/collection1
node=127.0.0.1:37795_ C5297_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:37795,
node_name=127.0.0.1:37795_, state=down}
[junit4] 2> 1743887 T10021 C5297 P37795 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:37795/collection1/
[junit4] 2> 1743887 T10021 C5297 P37795 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 1743888 T10021 C5297 P37795 oasc.SyncStrategy.syncToMe
http://127.0.0.1:37795/collection1/ has no replicas
[junit4] 2> 1743888 T10021
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:37795/collection1/ shard1
[junit4] 2> 1743888 T10021 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1743890 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1743891 T10014 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:37795",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 1743992 T10024 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> 1743992 T10013 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> 1744041 T10021 oasc.ZkController.register We are
http://127.0.0.1:37795/collection1/ and leader is
http://127.0.0.1:37795/collection1/
[junit4] 2> 1744041 T10021 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:37795
[junit4] 2> 1744041 T10021 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 1744041 T10021 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 1744042 T10021 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 1744042 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1744043 T10014 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:37795",
[junit4] 2> "node_name":"127.0.0.1:37795_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 1744044 T10014 oasco.ReplicaMutator.updateState Update state
numShards=2 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:37795",
[junit4] 2> "node_name":"127.0.0.1:37795_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1744141 T9985 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/cores/collection1
[junit4] 2> 1744142 T9985 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 1744143 T9985 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 1744144 T9985 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@3366bfe2{/,null,AVAILABLE}
[junit4] 2> 1744145 T9985 oejs.AbstractConnector.doStart Started
ServerConnector@79b86273{HTTP/1.1}{127.0.0.1:?????}
[junit4] 2> 1744145 T9985 oejs.Server.doStart Started @???????ms
[junit4] 2> 1744145 T10024 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> 1744145 T10013 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> 1744146 T9985 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 1744146 T9985 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1744147 T9985 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001
[junit4] 2> 1744147 T9985 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/'
[junit4] 2> 1744162 T9985 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/solr.xml
[junit4] 2> 1744167 T9985 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/cores
[junit4] 2> 1744167 T9985 oasc.CoreContainer.<init> New CoreContainer
2027014173
[junit4] 2> 1744167 T9985 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/]
[junit4] 2> 1744168 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1744168 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1744168 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1744169 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1744169 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1744169 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1744169 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1744170 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1744170 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1744170 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1744170 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1744171 T9985 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1744171 T9985 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1744171 T9985 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1744172 T9985 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1744172 T9985 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:60467/solr
[junit4] 2> 1744172 T9985 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1744173 T9985
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1744173 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1744174 T10038 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@547d52c4
name:ZooKeeperConnection Watcher:127.0.0.1:60467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1744175 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1744175 T9985 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1744176 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1744177 T10041 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b6f24c0 name:ZooKeeperConnection
Watcher:127.0.0.1:60467/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1744177 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1744180 T9985
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1745182 T9985 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37158_
[junit4] 2> 1745184 T9985 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:37158_
[junit4] 2> 1745189 T9985 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1745192 T9985 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/cores
[junit4] 2> 1745193 T9985 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/cores/collection1/
[junit4] 2> 1745194 T9985 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1745195 T10042 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1745196 T10042 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 1745196 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1745196 T10042 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1745198 T10014 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:37158",
[junit4] 2> "node_name":"127.0.0.1:37158_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 1745199 T10014 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:37158",
[junit4] 2> "node_name":"127.0.0.1:37158_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1745199 T10014 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1745199 T10014 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 1745303 T10024 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> 1745303 T10013 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> 1745303 T10041 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> 1746197 T10042 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 1746197 T10042 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1746198 T10042 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1746198 T10042 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1746199 T10042 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1746199 T10042 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/cores/collection1/'
[junit4] 2> 1746210 T10042 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1746212 T10042 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1746217 T10042 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1746222 T10042 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1746233 T10042 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1746235 T10042 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1746239 T10042 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 1746354 T10042 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1746357 T10042 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1746358 T10042 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1746365 T10042 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1746367 T10042 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1746368 T10042 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1746369 T10042
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1746369 T10042
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1746369 T10042 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1746370 T10042
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1746370 T10042
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1746370 T10042 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1746371 T10042 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1746371 T10042 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-1-001/cores/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty1/
[junit4] 2> 1746371 T10042 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@61dbb2d5
[junit4] 2> 1746371 T10042 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty1
[junit4] 2> 1746372 T10042 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty1/index/
[junit4] 2> 1746372 T10042 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty1/index' doesn't exist. Creating new
index...
[junit4] 2> 1746372 T10042 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty1/index
[junit4] 2> 1746372 T10042 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=78.974609375,
floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=18.49087393830877,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8480885956291785
[junit4] 2> 1746373 T10042 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@375e4662
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e79473b),segFN=segments_1,generation=1}
[junit4] 2> 1746373 T10042 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1746375 T10042 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1746375 T10042 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1746375 T10042 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1746375 T10042 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1746375 T10042 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1746375 T10042 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1746376 T10042 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1746376 T10042 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1746376 T10042 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1746376 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1746377 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1746377 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1746377 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1746377 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1746378 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1746378 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1746378 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1746379 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1746379 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1746380 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1746380 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1746380 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1746381 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1746381 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1746381 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1746381 T10042 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1746382 T10042 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1746383 T10042 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1746384 T10042 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1746384 T10042 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1746385 T10042 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1746386 T10042 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1746392 T10042 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1746393 T10042 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1746393 T10042 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.40009697905750274]
[junit4] 2> 1746393 T10042 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@375e4662
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e79473b),segFN=segments_1,generation=1}
[junit4] 2> 1746394 T10042 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1746394 T10042 oass.SolrIndexSearcher.<init> Opening
Searcher@6917f012[collection1] main
[junit4] 2> 1746394 T10042 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1746395 T10042 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1746395 T10042 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 1746395 T10042
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1746395 T10042 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1746395 T10042 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1746396 T10042
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1746396 T10042 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1746396 T10042 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1746396 T10042 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1746397 T10043 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@6917f012[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1746397 T10042 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1746398 T10046 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:37158 collection:collection1
shard:shard2
[junit4] 2> 1746398 T9985 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4] 2> 1746398 T9985 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1746398 T10046 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1746402 T10046
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 1746403 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1746404 T10046
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1746404 T10014 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 1746404 T10046
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C5298 name=collection1
org.apache.solr.core.SolrCore@38fbe9c8 url=http://127.0.0.1:37158/collection1
node=127.0.0.1:37158_ C5298_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:37158,
node_name=127.0.0.1:37158_, state=down}
[junit4] 2> 1746414 T10046 C5298 P37158 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:37158/collection1/
[junit4] 2> 1746414 T10046 C5298 P37158 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 1746414 T10046 C5298 P37158 oasc.SyncStrategy.syncToMe
http://127.0.0.1:37158/collection1/ has no replicas
[junit4] 2> 1746415 T10046
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:37158/collection1/ shard2
[junit4] 2> 1746415 T10046 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 1746417 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1746418 T10014 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:37158",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 1746519 T10024 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> 1746520 T10041 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> 1746520 T10013 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> 1746568 T10046 oasc.ZkController.register We are
http://127.0.0.1:37158/collection1/ and leader is
http://127.0.0.1:37158/collection1/
[junit4] 2> 1746568 T10046 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:37158
[junit4] 2> 1746568 T10046 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 1746569 T10046 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 1746569 T10046 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 1746570 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1746571 T10014 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:37158",
[junit4] 2> "node_name":"127.0.0.1:37158_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1746571 T10014 oasco.ReplicaMutator.updateState Update state
numShards=2 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:37158",
[junit4] 2> "node_name":"127.0.0.1:37158_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1746653 T9985 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/cores/collection1
[junit4] 2> 1746654 T9985 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 1746655 T9985 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 1746657 T9985 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@54d5fdc8{/,null,AVAILABLE}
[junit4] 2> 1746657 T9985 oejs.AbstractConnector.doStart Started
ServerConnector@49e4549{HTTP/1.1}{127.0.0.1:?????}
[junit4] 2> 1746657 T9985 oejs.Server.doStart Started @???????ms
[junit4] 2> 1746658 T9985 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 1746658 T9985 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1746658 T9985 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001
[junit4] 2> 1746658 T9985 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/'
[junit4] 2> 1746668 T9985 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/solr.xml
[junit4] 2> 1746672 T9985 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/cores
[junit4] 2> 1746673 T9985 oasc.CoreContainer.<init> New CoreContainer
914951137
[junit4] 2> 1746673 T9985 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/]
[junit4] 2> 1746673 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1746673 T10041 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> 1746674 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1746673 T10013 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> 1746673 T10024 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> 1746674 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1746675 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1746675 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1746676 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1746676 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1746676 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1746676 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1746677 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1746677 T9985 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1746677 T9985 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1746677 T9985 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1746677 T9985 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1746678 T9985 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1746678 T9985 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:60467/solr
[junit4] 2> 1746678 T9985 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1746678 T9985
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1746679 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1746680 T10060 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@673b79ae
name:ZooKeeperConnection Watcher:127.0.0.1:60467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1746680 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1746681 T9985 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1746684 T9985 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1746684 T10063 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6926a4bf
name:ZooKeeperConnection Watcher:127.0.0.1:60467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1746685 T9985 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1746687 T9985
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1747690 T9985 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39154_
[junit4] 2> 1747691 T9985 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:39154_
[junit4] 2> 1747694 T9985 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1747696 T9985 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/cores
[junit4] 2> 1747696 T9985 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/cores/collection1/
[junit4] 2> 1747697 T9985 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1747697 T10064 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1747697 T10064 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 1747698 T10013 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1747698 T10064 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1747698 T10014 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:39154",
[junit4] 2> "node_name":"127.0.0.1:39154_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 1747699 T10014 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39154",
[junit4] 2> "node_name":"127.0.0.1:39154_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1747699 T10014 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 1747699 T10014 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1747801 T10013 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> 1747801 T10063 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> 1747801 T10024 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> 1747801 T10041 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> 1748698 T10064 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 1748699 T10064 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1748699 T10064 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1748699 T10064 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1748700 T10064 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1748701 T10064 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/cores/collection1/'
[junit4] 2> 1748708 T10064 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1748710 T10064 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1748713 T10064 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1748718 T10064 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1748745 T10064 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1748747 T10064 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1748752 T10064 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 1748878 T10064 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1748894 T10064 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1748895 T10064 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1748905 T10064 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1748907 T10064 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1748908 T10064 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1748908 T10064
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1748909 T10064
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1748909 T10064 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1748910 T10064
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1748910 T10064
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1748910 T10064 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1748910 T10064 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1748910 T10064 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/shard-2-001/cores/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty2/
[junit4] 2> 1748911 T10064 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@61dbb2d5
[junit4] 2> 1748911 T10064 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty2
[junit4] 2> 1748911 T10064 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty2/index/
[junit4] 2> 1748911 T10064 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty2/index' doesn't exist. Creating new
index...
[junit4] 2> 1748912 T10064 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading
A4ACF6659668D699-001/tempDir-001/jetty2/index
[junit4] 2> 1748912 T10064 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=78.974609375,
floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=18.49087393830877,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8480885956291785
[junit4] 2> 1748912 T10064 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@38b1c57c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bdfefa4),segFN=segments_1,generation=1}
[junit4] 2> 1748912 T10064 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1748914 T10064 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1748915 T10064 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1748915 T10064 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1748915 T10064 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1748915 T10064 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1748916 T10064 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1748916 T10064 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1748916 T10064 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1748916 T10064 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1748916 T10064 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1748917 T10064 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1748917 T10064 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1748917 T10064 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1748918 T10064 oasc.RequestHandlers.initHandlersFromConfig
creat
[...truncated too long message...]
yUtil.retryOnThrowable(RetryUtil.java:31)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
[junit4] 2> ... 11 more
[junit4] 2>
[junit4] 2> 1823165 T10773 oejs.AbstractConnector.doStop Stopped
ServerConnector@5489fdee{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1823166 T10773 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@53582322{/p_wod/ao,null,UNAVAILABLE}
[junit4] 2> 1823167 T10773 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:34105 34105
[junit4] 2> 1823837 T10774 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:34105 34105
[junit4] 2> 1823838 T10774 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 110 /solr/configs/conf1
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test
-Dtests.seed=A4ACF6659668D699 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fr_LU -Dtests.timezone=PNT -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 46.4s J1 | TestSolrConfigHandlerCloud.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Could not get expected
value 'P val' for path 'response/params/y/p' full output: {
[junit4] > "responseHeader":{
[junit4] > "status":0,
[junit4] > "QTime":0},
[junit4] > "response":{
[junit4] > "znodeVersion":0,
[junit4] > "params":{"x":{
[junit4] > "a":"A val",
[junit4] > "b":"B val",
[junit4] > "":{"v":0}}}}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([A4ACF6659668D699:2CF8C9BF3894BB61]:0)
[junit4] > at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:244)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1823846 T10773 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
A4ACF6659668D699-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {},
docValues:{}, sim=DefaultSimilarity, locale=fr_LU, timezone=PNT
[junit4] 2> NOTE: Linux 3.13.0-45-generic amd64/Oracle Corporation
1.8.0_40-ea (64-bit)/cpus=8,threads=1,free=176464024,total=429801472
[junit4] 2> NOTE: All tests run in this JVM: [TestUniqueKeyFieldResource,
TestSearchPerf, CurrencyFieldXmlFileTest, DistributedFacetPivotSmallTest,
TestCodecSupport, TestReplicaProperties, TestDynamicFieldResource,
SpellPossibilityIteratorTest, FullSolrCloudDistribCmdsTest,
TestSchemaSimilarityResource, EnumFieldTest, AnalyticsMergeStrategyTest,
TestManagedSchemaFieldResource, ExternalCollectionsTest,
TestFieldTypeCollectionResource, DistanceUnitsTest,
DistributedMLTComponentTest, TestReqParamsAPI, TriLevelCompositeIdRoutingTest,
DateFieldTest, TestSolrDeletionPolicy1,
DistribDocExpirationUpdateProcessorTest, TestRangeQuery,
OverriddenZkACLAndCredentialsProvidersTest, CSVRequestHandlerTest,
TestSolr4Spatial, TermVectorComponentTest, TestManagedSchema,
OverseerStatusTest, TestSuggestSpellingConverter, TestValueSourceCache,
TestFieldResource, TermsComponentTest, DisMaxRequestHandlerTest,
RegexBoostProcessorTest, TestLRUStatsCache, FacetPivotSmallTest,
DistributedQueryComponentCustomSortTest, TestSolrQueryParser,
TestPHPSerializedResponseWriter, OverseerCollectionProcessorTest,
SchemaVersionSpecificBehaviorTest, ShardRoutingCustomTest, TestDocSet,
SearchHandlerTest, TestSolrCoreProperties, WordBreakSolrSpellCheckerTest,
HdfsChaosMonkeySafeLeaderTest, TestCloudManagedSchema, MigrateRouteKeyTest,
DistributedQueryComponentOptimizationTest, TestDefaultSimilarityFactory,
UUIDUpdateProcessorFallbackTest, TestSchemaResource, DocumentBuilderTest,
AnalyticsQueryTest, TestRandomFaceting, TestFastWriter, TestZkChroot,
QueryEqualityTest, DirectUpdateHandlerOptimizeTest, BlockDirectoryTest,
TestLMJelinekMercerSimilarityFactory, TestExactSharedStatsCache,
TestMergePolicyConfig, DateRangeFieldTest, EchoParamsTest,
SpellCheckComponentTest, TestRawResponseWriter, HighlighterConfigTest,
TestHighFrequencyDictionaryFactory, DistributedIntervalFacetingTest,
TestQuerySenderNoQuery, TestConfigSets, PrimitiveFieldTypeTest,
LeaderElectionIntegrationTest, HdfsBasicDistributedZkTest, TestUtils,
TestNRTOpen, BufferStoreTest, TestFreeTextSuggestions, TestPseudoReturnFields,
TestTolerantSearch, ZkStateWriterTest, SpellCheckCollatorTest,
OutOfBoxZkACLAndCredentialsProvidersTest, QueryResultKeyTest,
SignatureUpdateProcessorFactoryTest, TestMaxScoreQueryParser, TestCustomSort,
SimplePostToolTest, TestJoin, DistributedQueueTest, ZkNodePropsTest,
CoreAdminCreateDiscoverTest, SolrCmdDistributorTest, TestReloadAndDeleteDocs,
DebugComponentTest, HighlighterMaxOffsetTest, RequestLoggingTest,
DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest,
IndexSchemaTest, BasicFunctionalityTest, SuggesterTSTTest,
DocExpirationUpdateProcessorFactoryTest, TestAddFieldRealTimeGet,
TestMissingGroups, FieldMutatingUpdateProcessorTest, SolrRequestParserTest,
TestSchemaNameResource, TestDynamicFieldCollectionResource,
ChaosMonkeySafeLeaderTest, SaslZkACLProviderTest, BasicDistributedZkTest,
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest,
OpenCloseCoreStressTest, BasicZkTest, ClusterStateUpdateTest,
LeaderElectionTest, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping,
TestRecovery, DistributedSpellCheckComponentTest,
TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder,
TestReload, HardAutoCommitTest, DistributedTermsComponentTest,
StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering,
CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest,
AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, TestTrie, SuggesterWFSTTest,
PolyFieldTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest,
StandardRequestHandlerTest, DirectSolrSpellCheckerTest,
FileBasedSpellCheckerTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest,
TestJmxIntegration, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest,
TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest,
TestPartialUpdateDeduplication, TestQuerySenderListener,
AlternateDirectoryTest, CopyFieldTest, BadComponentTest,
TestSolrDeletionPolicy2, MinimalSchemaTest, OutputWriterTest,
TestLuceneMatchVersion, TestDFRSimilarityFactory,
TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory,
TestFastOutputStream, OpenExchangeRatesOrgProviderTest,
URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest,
AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, DeleteShardTest,
LeaderFailoverAfterPartitionTest, MultiThreadedOCPTest, ReplicationFactorTest,
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest,
SolrXmlInZkTest, TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI,
TestDistribDocBasedVersion, TestLeaderElectionZkExpiry,
TestMiniSolrCloudCluster, TestRebalanceLeaders,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test,
HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest,
TestClusterStateMutator, TestConfigOverlay, TestImplicitCoreProperties,
TestInitParams, TestSolrDynamicMBean, TestBlobHandler,
TestReplicationHandlerBackup, TestSolrConfigHandlerCloud]
[junit4] Completed on J1 in 46.45s, 1 test, 1 failure <<< FAILURES!
[...truncated 122 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:191: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1348:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:956:
There were test failures: 465 suites, 1855 tests, 2 failures, 46 ignored (21
assumptions)
Total time: 64 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b22
-XX:-UseCompressedOops -XX:+UseSerialGC
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]