Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2069/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
at
__randomizedtesting.SeedInfo.seed([B858371628878423:300C08CC867BE9DB]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'A val' for path 'params/a' full output: null
Stack Trace:
java.lang.AssertionError: Could not get expected value 'A val' for path
'params/a' full output: null
at
__randomizedtesting.SeedInfo.seed([B858371628878423:300C08CC867BE9DB]: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:406)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:167)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9536 lines...]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/init-core-data-001
[junit4] 2> 174449 T731 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 174450 T731 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /zm/l
[junit4] 2> 174453 T731 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 174454 T732 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 174555 T731 oasc.ZkTestServer.run start zk server on port:56859
[junit4] 2> 174555 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 174557 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 174577 T739 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3f38bb01
name:ZooKeeperConnection Watcher:127.0.0.1:56859 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 174577 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 174578 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 174578 T731 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 174602 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 174603 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 174607 T742 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4812654b
name:ZooKeeperConnection Watcher:127.0.0.1:56859/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 174607 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 174608 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 174608 T731 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 174615 T731 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 174620 T731 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 174625 T731 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 174632 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 174632 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 174643 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 174643 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 174649 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 174650 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 174656 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 174656 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 174662 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 174663 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 174670 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 174671 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 174676 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 174677 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 174684 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 174685 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 174692 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 174693 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 174699 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 174700 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 174706 T731 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 174706 T731 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 174715 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 174716 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 174719 T745 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@55196268
name:ZooKeeperConnection Watcher:127.0.0.1:56859/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 174720 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 174720 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 175103 T731 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1
[junit4] 2> 175106 T731 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 175114 T731 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1,
TLSv1.2]
[junit4] 2> 175120 T731 oejs.AbstractConnector.doStart Started
[email protected]:56863
[junit4] 2> 175120 T731 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostContext=/zm/l,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores, hostPort=56863,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/tempDir-001/control/data}
[junit4] 2> 175123 T731 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@7e199049
[junit4] 2> 175123 T731 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/'
[junit4] 2> 175158 T731 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/solr.xml
[junit4] 2> 175187 T731 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores
[junit4] 2> 175187 T731 oasc.CoreContainer.<init> New CoreContainer
2048958405
[junit4] 2> 175187 T731 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/]
[junit4] 2> 175187 T731 oasc.CoreContainer.load loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/lib
[junit4] 2> 175188 T731 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/lib).
[junit4] 2> 175204 T731 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 175204 T731 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 175205 T731 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 175205 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 175205 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 175205 T731 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 175205 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 175205 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 175206 T731 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 175206 T731 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 175206 T731 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 175209 T731 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 175211 T731 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 175211 T731 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 175211 T731 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 175211 T731 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:56859/solr
[junit4] 2> 175212 T731 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 175212 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 175213 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 175217 T757 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@40d2a81 name:ZooKeeperConnection
Watcher:127.0.0.1:56859 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 175218 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 175218 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 175223 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 175227 T760 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@73ae8f8b
name:ZooKeeperConnection Watcher:127.0.0.1:56859/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 175227 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 175230 T731 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 175237 T731 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 175244 T731 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 175252 T731 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 175260 T731 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 175269 T731 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 175276 T731 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 175280 T731 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 175284 T731 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:56863_zm%2Fl
[junit4] 2> 175289 T731 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:56863_zm%2Fl
[junit4] 2> 175296 T731 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 175301 T731 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 175306 T731 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 175310 T731 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:56863_zm%2Fl
[junit4] 2> 175311 T731 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 175316 T731 oasc.Overseer.start Overseer
(id=93565872566304772-127.0.0.1:56863_zm%2Fl-n_0000000000) starting
[junit4] 2> 175322 T731 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 175345 T731 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 175347 T762 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 175347 T731
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 175347 T761 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 175362 T731 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores
[junit4] 2> 175363 T731 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{coreNodeName=, config=solrconfig.xml, dataDir=data/, transient=false,
collection=control_collection, name=collection1, shard=,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1, loadOnStartup=true,
schema=schema.xml}
[junit4] 2> 175364 T731 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/
[junit4] 2> 175365 T731 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 175369 T764 C:control_collection c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=control_collection
[junit4] 2> 175370 T764 C:control_collection c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 175373 T764 C:control_collection c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 175378 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56863_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:56863/zm/l",
[junit4] 2> "numShards":"1"} current state version: 0
[junit4] 2> 175380 T761 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56863_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:56863/zm/l",
[junit4] 2> "numShards":"1"}
[junit4] 2> 175380 T761 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 175380 T761 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 175386 T760 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> 175400 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 176375 T764 C:control_collection c:collection1
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 176375 T764 C:control_collection c:collection1
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:control_collection
[junit4] 2> 176378 T764 C:control_collection c:collection1
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 176378 T764 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 176384 T764 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 176384 T764 C:control_collection c:collection1
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/'
[junit4] 2> 176416 T764 C:control_collection c:collection1
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 176422 T764 C:control_collection c:collection1
oasc.Config.<init> loaded config solrconfig.xml with version 0
[junit4] 2> 176437 T764 C:control_collection c:collection1
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 176466 T764 C:control_collection c:collection1
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
[junit4] 2> 176509 T764 C:control_collection c:collection1
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4] 2> 176512 T764 C:control_collection c:collection1
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 176529 T764 C:control_collection c:collection1
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 176927 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 176941 T764 C:control_collection c:collection1
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 176943 T764 C:control_collection c:collection1
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 176970 T764 C:control_collection c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 176975 T764 C:control_collection c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 176984 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 176987 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 176987 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 176987 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 176989 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 176990 T764 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 176990 T764 C:control_collection c:collection1
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection control_collection
[junit4] 2> 176990 T764 C:control_collection c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 176991 T764 C:control_collection c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/data/
[junit4] 2> 176991 T764 C:control_collection c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a570c7b
[junit4] 2> 176992 T764 C:control_collection c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/data
[junit4] 2> 176992 T764 C:control_collection c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/data/index/
[junit4] 2> 176992 T764 C:control_collection c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 176993 T764 C:control_collection c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/control-001/cores/collection1/data/index
[junit4] 2> 176994 T764 C:control_collection c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2122394601,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 176994 T764 C:control_collection c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@27f2a535
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b3c4f10),segFN=segments_1,generation=1}
[junit4] 2> 176995 T764 C:control_collection c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 177002 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 177003 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 177003 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 177003 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 177003 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 177003 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 177004 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 177004 T764 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 177004 T764 C:control_collection c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 177018 T764 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 177021 T764 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 177023 T764 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 177025 T764 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 177040 T764 C:control_collection c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/ping,/admin/file,/replication,/update/json/docs,/admin/luke,/get,/admin/logging,/admin/properties,/update/csv,/admin/threads,/update,/admin/segments,/schema,/update/json,standard,/admin/system,/admin/plugins,/admin/mbeans,/config
[junit4] 2> 177041 T764 C:control_collection c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 177043 T764 C:control_collection c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 177043 T764 C:control_collection c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 177044 T764 C:control_collection c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 177045 T764 C:control_collection c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 177046 T764 C:control_collection c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=34.9384765625,
floorSegmentMB=1.7607421875, forceMergeDeletesPctAllowed=19.96837708210637,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21462450706676384
[junit4] 2> 177046 T764 C:control_collection c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@27f2a535
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b3c4f10),segFN=segments_1,generation=1}
[junit4] 2> 177046 T764 C:control_collection c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 177047 T764 C:control_collection c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@401955dd[collection1] main
[junit4] 2> 177048 T764 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 177055 T764 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 177055 T764 C:control_collection c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 177059 T764 C:control_collection c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 177060 T764 C:control_collection c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 177060 T764 C:control_collection c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 177061 T764 C:control_collection c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 177062 T764 C:control_collection c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 177062 T764 C:control_collection c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 177062 T764 C:control_collection c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 177069 T765 C:control_collection c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@401955dd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 177070 T764 C:control_collection c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 177075 T768 C:control_collection S:shard1
oasc.ZkController.register Register replica - core:collection1
address:https://127.0.0.1:56863/zm/l collection:control_collection shard:shard1
[junit4] 2> 177076 T731 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
[junit4] 2> 177076 T731 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 177083 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 177091 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 177093 T768 C:control_collection S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 177094 T771 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7947afe3
name:ZooKeeperConnection Watcher:127.0.0.1:56859/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 177094 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 177095 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 177095 T731
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 177115 T731 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 177117 T731 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 177117 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 177118 T768 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 177119 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 177123 T774 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6cb2bd7b
name:ZooKeeperConnection Watcher:127.0.0.1:56859/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 177124 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 177124 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 177132 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 177133 T768 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 177133 T768 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C76 name=collection1
org.apache.solr.core.SolrCore@2f1a467e
url=https://127.0.0.1:56863/zm/l/collection1 node=127.0.0.1:56863_zm%2Fl
C76_STATE=coll:control_collection core:collection1 props:{core=collection1,
node_name=127.0.0.1:56863_zm%2Fl, state=down,
base_url=https://127.0.0.1:56863/zm/l}
[junit4] 2> 177133 T768 C:control_collection S:shard1 C76 P56863
oasc.SyncStrategy.sync Sync replicas to
https://127.0.0.1:56863/zm/l/collection1/
[junit4] 2> 177133 T768 C:control_collection S:shard1 C76 P56863
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 177134 T768 C:control_collection S:shard1 C76 P56863
oasc.SyncStrategy.syncToMe https://127.0.0.1:56863/zm/l/collection1/ has no
replicas
[junit4] 2> 177134 T768 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
https://127.0.0.1:56863/zm/l/collection1/ shard1
[junit4] 2> 177134 T768 C:control_collection S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 177138 T761 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> 177149 T760 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> 177151 T771 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> 177181 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":"2"} current state version: 2
[junit4] 2> 177181 T761 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 177188 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 177191 T761 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":"https://127.0.0.1:56863/zm/l",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 177192 T761 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 177195 T771 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> 177196 T760 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> 177211 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 177217 T771 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> 177219 T760 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> 177231 T768 C:control_collection S:shard1
oasc.ZkController.register We are https://127.0.0.1:56863/zm/l/collection1/ and
leader is https://127.0.0.1:56863/zm/l/collection1/
[junit4] 2> 177231 T768 C:control_collection S:shard1
oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=https://127.0.0.1:56863/zm/l
[junit4] 2> 177231 T768 C:control_collection S:shard1
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 177231 T768 C:control_collection S:shard1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=active
collection=control_collection
[junit4] 2> 177232 T768 C:control_collection S:shard1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 177235 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 177239 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56863_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:56863/zm/l",
[junit4] 2> "numShards":"2"} current state version: 4
[junit4] 2> 177243 T761 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56863_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:56863/zm/l",
[junit4] 2> "numShards":"2"}
[junit4] 2> 177357 T760 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> 177358 T771 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> 177716 T731 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1
[junit4] 2> 177721 T731 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001
[junit4] 2> 177722 T731 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 177736 T731 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1,
TLSv1.2]
[junit4] 2> 177742 T731 oejs.AbstractConnector.doStart Started
[email protected]:56869
[junit4] 2> 177742 T731 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {solrconfig=solrconfig.xml, hostPort=56869,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/tempDir-001/jetty1, hostContext=/zm/l}
[junit4] 2> 177748 T731 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@7e199049
[junit4] 2> 177748 T731 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/'
[junit4] 2> 177783 T731 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/solr.xml
[junit4] 2> 177840 T731 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores
[junit4] 2> 177841 T731 oasc.CoreContainer.<init> New CoreContainer
1024008051
[junit4] 2> 177841 T731 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/]
[junit4] 2> 177841 T731 oasc.CoreContainer.load loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/lib
[junit4] 2> 177842 T731 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/lib).
[junit4] 2> 177859 T731 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 177859 T731 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 177859 T731 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 177860 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 177860 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 177860 T731 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 177860 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 177861 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 177861 T731 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 177861 T731 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 177861 T731 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 177865 T731 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 177867 T731 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 177867 T731 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 177867 T731 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 177868 T731 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:56859/solr
[junit4] 2> 177868 T731 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 177868 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 177869 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 177874 T786 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4aa76708
name:ZooKeeperConnection Watcher:127.0.0.1:56859 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 177874 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 177875 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 177881 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 177884 T789 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6c839b7e
name:ZooKeeperConnection Watcher:127.0.0.1:56859/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 177884 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 177902 T731
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 178923 T731 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:56869_zm%2Fl
[junit4] 2> 178924 T731 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:56869_zm%2Fl
[junit4] 2> 178939 T731 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 178952 T731 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores
[junit4] 2> 178955 T731 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{collection=collection1, config=solrconfig.xml,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/, schema=schema.xml,
coreNodeName=, loadOnStartup=true, transient=false, name=collection1,
dataDir=data/,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1, shard=}
[junit4] 2> 178955 T731 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/
[junit4] 2> 178956 T731 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 178965 T790 C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 178966 T790 C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 178970 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 178972 T790 C:collection1 c:collection1
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 178972 T790 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 178973 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56869_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:56869/zm/l",
[junit4] 2> "numShards":"2"} current state version: 5
[junit4] 2> 178974 T790 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 178976 T761 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56869_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:56869/zm/l",
[junit4] 2> "numShards":"2"}
[junit4] 2> 178977 T761 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 178977 T761 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 178978 T790 C:collection1 c:collection1
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 0
[junit4] 2> 178978 T790 C:collection1 c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 178985 T761 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 178986 T789 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 178988 T789 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 179980 T790 C:collection1 c:collection1
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 179980 T790 C:collection1 c:collection1
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 179982 T790 C:collection1 c:collection1
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 179983 T790 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 179988 T790 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 179988 T790 C:collection1 c:collection1
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/'
[junit4] 2> 180046 T790 C:collection1 c:collection1
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 180052 T790 C:collection1 c:collection1 oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 180070 T790 C:collection1 c:collection1
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 180103 T790 C:collection1 c:collection1 oasc.SolrConfig.<init>
Using Lucene MatchVersion: 5.1.0
[junit4] 2> 180165 T790 C:collection1 c:collection1 oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 180168 T790 C:collection1 c:collection1
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 180182 T790 C:collection1 c:collection1
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 180626 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 180644 T790 C:collection1 c:collection1
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 180646 T790 C:collection1 c:collection1
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 180675 T790 C:collection1 c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 180685 T790 C:collection1 c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 180691 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 180694 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 180694 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 180694 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 180697 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 180697 T790 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 180697 T790 C:collection1 c:collection1
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection collection1
[junit4] 2> 180698 T790 C:collection1 c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 180698 T790 C:collection1 c:collection1 oasc.SolrCore.<init>
[collection1] Opening new SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/data/
[junit4] 2> 180698 T790 C:collection1 c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a570c7b
[junit4] 2> 180699 T790 C:collection1 c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/data
[junit4] 2> 180699 T790 C:collection1 c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 180699 T790 C:collection1 c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 180700 T790 C:collection1 c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 180701 T790 C:collection1 c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2122394601,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 180702 T790 C:collection1 c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@39cfc05a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@765d725c),segFN=segments_1,generation=1}
[junit4] 2> 180703 T790 C:collection1 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 180710 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 180711 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 180712 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 180712 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 180713 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 180713 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 180714 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 180714 T790 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 180714 T790 C:collection1 c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 180727 T790 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 180729 T790 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 180731 T790 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 180734 T790 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 180744 T790 C:collection1 c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/ping,/admin/file,/replication,/update/json/docs,/admin/luke,/get,/admin/logging,/admin/properties,/update/csv,/admin/threads,/update,/admin/segments,/schema,/update/json,standard,/admin/system,/admin/plugins,/admin/mbeans,/config
[junit4] 2> 180747 T790 C:collection1 c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 180748 T790 C:collection1 c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 180748 T790 C:collection1 c:collection1 oasu.UpdateLog.init
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10
[junit4] 2> 180750 T790 C:collection1 c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 180750 T790 C:collection1 c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 180751 T790 C:collection1 c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=34.9384765625,
floorSegmentMB=1.7607421875, forceMergeDeletesPctAllowed=19.96837708210637,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21462450706676384
[junit4] 2> 180752 T790 C:collection1 c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@39cfc05a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@765d725c),segFN=segments_1,generation=1}
[junit4] 2> 180752 T790 C:collection1 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 180753 T790 C:collection1 c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@47144109[collection1] main
[junit4] 2> 180753 T790 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 180756 T790 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 180756 T790 C:collection1 c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 180757 T790 C:collection1 c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 180758 T790 C:collection1 c:collection1 oasr.RestManager.init
Initializing RestManager with initArgs: {}
[junit4] 2> 180758 T790 C:collection1 c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 180759 T790 C:collection1 c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 180759 T790 C:collection1 c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 180760 T790 C:collection1 c:collection1 oasr.RestManager.init
Initializing 0 registered ManagedResources
[junit4] 2> 180760 T790 C:collection1 c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 180761 T790 C:collection1 c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 180762 T791 C:collection1 c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@47144109[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 180763 T794 C:collection1 S:shard2 oasc.ZkController.register
Register replica - core:collection1 address:https://127.0.0.1:56869/zm/l
collection:collection1 shard:shard2
[junit4] 2> 180764 T731 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
[junit4] 2> 180765 T731 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 180767 T794 C:collection1 S:shard2 oascc.SolrZkClient.makePath
makePath: /collections/collection1/leader_elect/shard2/election
[junit4] 2> 180786 T794 C:collection1 S:shard2
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 180790 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 180793 T794 C:collection1 S:shard2
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 180793 T794 C:collection1 S:shard2
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C77 name=collection1
org.apache.solr.core.SolrCore@250603d1
url=https://127.0.0.1:56869/zm/l/collection1 node=127.0.0.1:56869_zm%2Fl
C77_STATE=coll:collection1 core:collection1 props:{core=collection1,
node_name=127.0.0.1:56869_zm%2Fl, state=down,
base_url=https://127.0.0.1:56869/zm/l}
[junit4] 2> 180793 T794 C:collection1 S:shard2 C77 P56869
oasc.SyncStrategy.sync Sync replicas to
https://127.0.0.1:56869/zm/l/collection1/
[junit4] 2> 180794 T794 C:collection1 S:shard2 C77 P56869
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 180793 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 180794 T794 C:collection1 S:shard2 C77 P56869
oasc.SyncStrategy.syncToMe https://127.0.0.1:56869/zm/l/collection1/ has no
replicas
[junit4] 2> 180795 T794 C:collection1 S:shard2
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
https://127.0.0.1:56869/zm/l/collection1/ shard2
[junit4] 2> 180795 T794 C:collection1 S:shard2 oascc.SolrZkClient.makePath
makePath: /collections/collection1/leaders/shard2
[junit4] 2> 180801 T761 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 180804 T789 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 180808 T789 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 180823 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:56869/zm/l",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 180836 T761 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 180842 T789 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 180844 T789 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 180853 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 180875 T794 C:collection1 S:shard2 oasc.ZkController.register
We are https://127.0.0.1:56869/zm/l/collection1/ and leader is
https://127.0.0.1:56869/zm/l/collection1/
[junit4] 2> 180875 T794 C:collection1 S:shard2 oasc.ZkController.register
No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:56869/zm/l
[junit4] 2> 180875 T794 C:collection1 S:shard2
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 180881 T794 C:collection1 S:shard2 c:collection1
oasc.ZkController.publish publishing core=collection1 state=active
collection=collection1
[junit4] 2> 180881 T794 C:collection1 S:shard2 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 180887 T760 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 180891 T761 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56869_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:56869/zm/l",
[junit4] 2> "numShards":"2"} current state version: 5
[junit4] 2> 180897 T761 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:56869_zm%2Fl",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:56869/zm/l",
[junit4] 2> "numShards":"2"}
[junit4] 2> 180903 T761 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 180906 T789 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 180926 T794 C:collection1 S:shard2
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 4
[junit4] 2> 180930 T789 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 181207 T731 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores/collection1
[junit4] 2> 181210 T731 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001
[junit4] 2> 181211 T731 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 181219 T731 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1,
TLSv1.2]
[junit4] 2> 181223 T731 oejs.AbstractConnector.doStart Started
[email protected]:56872
[junit4] 2> 181224 T731 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostContext=/zm/l,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores, solrconfig=solrconfig.xml,
hostPort=56872,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/tempDir-001/jetty2}
[junit4] 2> 181227 T731 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@7e199049
[junit4] 2> 181227 T731 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/'
[junit4] 2> 181262 T731 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/solr.xml
[junit4] 2> 181303 T731 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores
[junit4] 2> 181303 T731 oasc.CoreContainer.<init> New CoreContainer
580018164
[junit4] 2> 181303 T731 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/]
[junit4] 2> 181304 T731 oasc.CoreContainer.load loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/lib
[junit4] 2> 181304 T731 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/lib).
[junit4] 2> 181314 T731 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 181314 T731 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 181315 T731 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 181315 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 181315 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 181316 T731 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 181316 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 181317 T731 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 181317 T731 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 181317 T731 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 181317 T731 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 181319 T731 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 181322 T731 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 181322 T731 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 181322 T731 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 181322 T731 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:56859/solr
[junit4] 2> 181322 T731 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 181323 T731
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 181324 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 181328 T806 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1c7ab4e1
name:ZooKeeperConnection Watcher:127.0.0.1:56859 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 181329 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 181329 T731 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 181334 T731 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 181338 T809 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d2764e7 name:ZooKeeperConnection
Watcher:127.0.0.1:56859/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 181338 T731 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 181355 T731
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 182377 T731 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:56872_zm%2Fl
[junit4] 2> 182379 T731 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:56872_zm%2Fl
[junit4] 2> 182399 T731 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 182407 T731 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores
[junit4] 2> 182409 T731 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{config=solrconfig.xml, loadOnStartup=true, collection=collection1,
name=collection1,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores/collection1/, schema=schema.xml,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores/collection1, shard=, coreNodeName=,
transient=false, dataDir=data/}
[junit4] 2> 182409 T731 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud
B858371628878423-001/shard-2-001/cores/collection1/
[junit4] 2> 182409 T731 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 182423 T810 C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 182423 T810 C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading i
[...truncated too long message...]
r
[junit4] 2> 514764 T1796 C:control_collection S:shard1 c:collection1
oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with
IndexWriterCloser
[junit4] 2> 514765 T1796 C:control_collection S:shard1 c:collection1
oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4] 2> 514768 T2123 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:57278_ui_%2Fs",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:57278/ui_/s",
[junit4] 2> "numShards":"3"} current state version: 8
[junit4] 2> 514770 T2123 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:57278_ui_%2Fs",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:57278/ui_/s",
[junit4] 2> "numShards":"3"}
[junit4] 2> 514786 T2123 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 32
[junit4] 2> 514787 T1796 C:control_collection S:shard1 c:collection1
oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories
currently being tracked
[junit4] 2> 514787 T1796 C:control_collection S:shard1 c:collection1
oasc.CachingDirectoryFactory.closeCacheValue looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001/shard-6-001/cores/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001/shard-6-001/cores/collection1/data/index;done=false>>]
[junit4] 2> 514788 T1796 C:control_collection S:shard1 c:collection1
oasc.CachingDirectoryFactory.close Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001/shard-6-001/cores/collection1/data/index
[junit4] 2> 514788 T1796 C:control_collection S:shard1 c:collection1
oasc.CachingDirectoryFactory.closeCacheValue looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001/shard-6-001/cores/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001/shard-6-001/cores/collection1/data;done=false>>]
[junit4] 2> 514788 T1796 C:control_collection S:shard1 c:collection1
oasc.CachingDirectoryFactory.close Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001/shard-6-001/cores/collection1/data
[junit4] 2> 514790 T2114 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 1)
[junit4] 2> 514791 T1796 C:control_collection S:shard1 c:collection1
oasc.Overseer.close Overseer
(id=93565889581547537-127.0.0.1:57278_ui_%2Fs-n_0000000006) closing
[junit4] 2> 514793 T2123 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:57278_ui_%2Fs
[junit4] 2> 514798 T2114 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 33
[junit4] 2> 516303 T2114 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 516343 T1796 C:control_collection S:shard1 c:collection1
oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/ui_/s,null}
[junit4] 2> 516536 T1796 C:control_collection S:shard1 c:collection1
oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57221 57221
[junit4] 2> 516557 T1797 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:57221 57221
[junit4] 2> 517624 T1797 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 14 /solr/aliases.json
[junit4] 2> 14 /solr/clusterstate.json
[junit4] 2> 7 /solr/configs/conf1
[junit4] 2> 6 /solr/collections/collection1/state.json
[junit4] 2> 4
/solr/collections/compositeid_collection_with_routerfield/state.json
[junit4] 2> 4
/solr/collections/implicit_collection_without_routerfield/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 14 /solr/live_nodes
[junit4] 2> 7 /solr/overseer/collection-queue-work
[junit4] 2> 6 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test
-Dtests.seed=B858371628878423 -Dtests.slow=true -Dtests.locale=lt_LT
-Dtests.timezone=America/Coral_Harbour -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 83.6s J1 | FullSolrCloudDistribCmdsTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<0> but
was:<1>
[junit4] > at
__randomizedtesting.SeedInfo.seed([B858371628878423:300C08CC867BE9DB]:0)
[junit4] > at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
[junit4] > at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 517661 T1796 C:control_collection S:shard1 c:collection1
oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest
B858371628878423-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=DefaultSimilarity, locale=lt_LT, timezone=America/Coral_Harbour
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_76
(64-bit)/cpus=3,threads=1,free=47661488,total=240205824
[junit4] 2> NOTE: All tests run in this JVM: [ExternalFileFieldSortTest,
HdfsCollectionsAPIDistributedZkTest, TestReload, TestDFRSimilarityFactory,
HdfsDirectoryFactoryTest, TestValueSourceCache, XsltUpdateRequestHandlerTest,
TestFieldResource, MergeStrategyTest, TestQuerySenderNoQuery,
DirectSolrSpellCheckerTest, SpellPossibilityIteratorTest, ZkSolrClientTest,
UUIDUpdateProcessorFallbackTest, TestCustomSort, TestSchemaVersionResource,
BadIndexSchemaTest, TestCoreDiscovery, CloudExitableDirectoryReaderTest,
TestMacros, LoggingHandlerTest, FieldMutatingUpdateProcessorTest,
UpdateRequestProcessorFactoryTest, TestDynamicFieldCollectionResource,
DebugComponentTest, DistributedTermsComponentTest, DateMathParserTest,
TestRandomMergePolicy, TestSolrConfigHandlerCloud,
CurrencyFieldOpenExchangeTest, TestManagedStopFilterFactory,
BinaryUpdateRequestHandlerTest, MinimalSchemaTest,
VMParamsZkACLAndCredentialsProvidersTest, TestDistributedMissingSort,
TestConfigOverlay, HighlighterTest, DisMaxRequestHandlerTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestEmbeddedSolrServerConstructors,
NotRequiredUniqueKeyTest, AutoCommitTest, CSVRequestHandlerTest,
TestSolr4Spatial, SignatureUpdateProcessorFactoryTest, ReturnFieldsTest,
TestDistribDocBasedVersion, TestInitParams, TestBulkSchemaConcurrent,
FullSolrCloudDistribCmdsTest]
[junit4] Completed on J1 in 83.64s, 1 test, 1 failure <<< FAILURES!
[...truncated 1208 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:191: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:509: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1370:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:976:
There were test failures: 478 suites, 1902 tests, 2 failures, 53 ignored (20
assumptions)
Total time: 84 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0
-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
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]