Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1988/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
3 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([206CE36B3B21BD98:A838DCB195DDD060]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest
Error Message:
{responseHeader={status=0, QTime=0}, response={numFound=0, start=0, docs=[]}}
Stack Trace:
java.lang.AssertionError: {responseHeader={status=0, QTime=0},
response={numFound=0, start=0, docs=[]}}
at
__randomizedtesting.SeedInfo.seed([206CE36B3B21BD98:C0ADC13980CDCB6A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'P val' for path 'response/params/y/p' full
output: { "responseHeader":{ "status":0, "QTime":1}, "response":{
"znodeVersion":0, "params":{"x":{ "a":"A val", "b":"B
val", "":{"v":0}}}}}
Stack Trace:
java.lang.AssertionError: Could not get expected value 'P val' for path
'response/params/y/p' full output: {
"responseHeader":{
"status":0,
"QTime":1},
"response":{
"znodeVersion":0,
"params":{"x":{
"a":"A val",
"b":"B val",
"":{"v":0}}}}}
at
__randomizedtesting.SeedInfo.seed([206CE36B3B21BD98:A838DCB195DDD060]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:244)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9573 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/init-core-data-001
[junit4] 2> 2159770 T9306
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /_qi/a
[junit4] 2> 2159774 T9306 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2159775 T9307 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 2159876 T9306 oasc.ZkTestServer.run start zk server on
port:51564
[junit4] 2> 2159876 T9306
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2159880 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2159885 T9314 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@300dd527
name:ZooKeeperConnection Watcher:127.0.0.1:51564 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2159886 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2159886 T9306 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2159886 T9306 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 2159899 T9306
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2159901 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2159905 T9317 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@21e6dadb
name:ZooKeeperConnection Watcher:127.0.0.1:51564/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2159905 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2159905 T9306 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2159906 T9306 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 2159913 T9306 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 2159927 T9306 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 2159935 T9306 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 2159943 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2159943 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 2159950 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2159951 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 2159959 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2159963 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2159968 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2159968 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 2159979 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2159979 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 2159987 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2159987 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 2159994 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2159994 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 2160003 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2160004 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 2160008 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2160011 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2160016 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2160016 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 2160023 T9306 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2160023 T9306 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 2161974 T9306 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/cores/collection1
[junit4] 2> 2161978 T9306 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 2161983 T9306 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@38769c7d{/_qi/a,null,AVAILABLE}
[junit4] 2> 2162023 T9306 oejs.AbstractConnector.doStart Started
ServerConnector@273ba590{HTTP/1.1}{127.0.0.1:51567}
[junit4] 2> 2162024 T9306 oejs.Server.doStart Started @2166751ms
[junit4] 2> 2162024 T9306 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
[junit4] 2> 2162024 T9306 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2162025 T9306 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001
[junit4] 2> 2162025 T9306 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/'
[junit4] 2> 2162067 T9306 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/solr.xml
[junit4] 2> 2162077 T9306 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/cores
[junit4] 2> 2162077 T9306 oasc.CoreContainer.<init> New CoreContainer
1429771738
[junit4] 2> 2162077 T9306 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/]
[junit4] 2> 2162078 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2162078 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2162078 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2162079 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2162079 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2162079 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2162080 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2162080 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2162080 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2162080 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2162081 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 2162081 T9306 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2162085 T9306 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2162086 T9306 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2162086 T9306 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2162086 T9306 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:51564/solr
[junit4] 2> 2162087 T9306 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2162087 T9306
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2162088 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2162090 T9331 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d1840d name:ZooKeeperConnection
Watcher:127.0.0.1:51564 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2162091 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2162093 T9306 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2162103 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2162107 T9334 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1c31b848
name:ZooKeeperConnection Watcher:127.0.0.1:51564/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2162108 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2162111 T9306 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 2162119 T9306 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 2162127 T9306 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 2162134 T9306 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 2162141 T9306 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 2162149 T9306 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 2162153 T9306 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51567__qi%2Fa
[junit4] 2> 2162155 T9306 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51567__qi%2Fa
[junit4] 2> 2162164 T9306 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 2162172 T9306 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 2162178 T9306 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2162183 T9306 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:51567__qi%2Fa
[junit4] 2> 2162184 T9306 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 2162190 T9306 oasc.Overseer.start Overseer
(id=93295515364294659-127.0.0.1:51567__qi%2Fa-n_0000000000) starting
[junit4] 2> 2162195 T9306 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 2162225 T9306 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 2162227 T9336 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 2162230 T9306 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 2162235 T9306 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 2162240 T9306
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2162251 T9335 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 2162254 T9306 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/cores
[junit4] 2> 2162255 T9306 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/cores/collection1/
[junit4] 2> 2162256 T9306 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 2162258 T9338 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 2162258 T9338 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2162259 T9338 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2162260 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2162269 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51567/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51567__qi%2Fa",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2162270 T9335 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51567/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51567__qi%2Fa",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 2162271 T9335 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 2162271 T9335 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 2162273 T9334 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> 2163261 T9338 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2163261 T9338 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 2163265 T9338 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2163265 T9338 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2163270 T9338 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2163270 T9338 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/cores/collection1/'
[junit4] 2> 2163304 T9338 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2163310 T9338 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2163329 T9338 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 2163333 T9338 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2163345 T9338 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2163348 T9338 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2163354 T9338 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2163472 T9338 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2163474 T9338 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2163474 T9338 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2163482 T9338 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2163544 T9338 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 2163544 T9338 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2163545 T9338 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/control-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/control/data/
[junit4] 2> 2163545 T9338 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aec8860
[junit4] 2> 2163546 T9338 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/control/data
[junit4] 2> 2163546 T9338 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/control/data/index/
[junit4] 2> 2163546 T9338 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/control/data/index' doesn't exist. Creating
new index...
[junit4] 2> 2163547 T9338 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/control/data/index
[junit4] 2> 2163547 T9338 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7783434023280296]
[junit4] 2> 2163549 T9338 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1f579abf
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1eb56c8a),segFN=segments_1,generation=1}
[junit4] 2> 2163549 T9338 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2163554 T9338 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2163555 T9338 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2163555 T9338 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2163555 T9338 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2163556 T9338 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2163556 T9338 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2163557 T9338 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2163557 T9338 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2163557 T9338 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2163558 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2163559 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2163560 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2163560 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2163561 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2163563 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2163563 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2163564 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2163564 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2163565 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2163566 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 2163566 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 2163566 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 2163567 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 2163567 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 2163567 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2163568 T9338 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 2163568 T9338 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2163575 T9338 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2163576 T9338 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2163577 T9338 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2163578 T9338 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2163579 T9338 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 2163581 T9338 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2163581 T9338 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2163582 T9338 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44001905187834445]
[junit4] 2> 2163582 T9338 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1f579abf
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1eb56c8a),segFN=segments_1,generation=1}
[junit4] 2> 2163583 T9338 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2163583 T9338 oass.SolrIndexSearcher.<init> Opening
Searcher@63fe6d01[collection1] main
[junit4] 2> 2163583 T9338 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2163586 T9338 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2163587 T9338 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2163588 T9338
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2163588 T9338 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2163588 T9338 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2163590 T9338
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2163590 T9338 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2163590 T9338 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2163591 T9338 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 2163591 T9338 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2163592 T9339 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@63fe6d01[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2163594 T9342 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:51567/_qi/a
collection:control_collection shard:shard1
[junit4] 2> 2163597 T9306 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 2163597 T9306 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2163598 T9306
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2163601 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2163604 T9342 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 2163610 T9345 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5302d0ec
name:ZooKeeperConnection Watcher:127.0.0.1:51564/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2163611 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2163612 T9306 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2163615 T9342 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 2163616 T9306
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2163619 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2163620 T9342
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2163620 T9342 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2228 name=collection1
org.apache.solr.core.SolrCore@48fc0e5b
url=http://127.0.0.1:51567/_qi/a/collection1 node=127.0.0.1:51567__qi%2Fa
C2228_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:51567/_qi/a, node_name=127.0.0.1:51567__qi%2Fa,
state=down}
[junit4] 2> 2163620 T9342 C2228 P51567 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:51567/_qi/a/collection1/
[junit4] 2> 2163621 T9342 C2228 P51567 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2163621 T9342 C2228 P51567 oasc.SyncStrategy.syncToMe
http://127.0.0.1:51567/_qi/a/collection1/ has no replicas
[junit4] 2> 2163621 T9342 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:51567/_qi/a/collection1/ shard1
[junit4] 2> 2163621 T9342 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 2163623 T9335 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> 2163628 T9306 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 2163635 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2163637 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:51567/_qi/a",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 2163745 T9334 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> 2163754 T9345 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> 2163788 T9342 oasc.ZkController.register We are
http://127.0.0.1:51567/_qi/a/collection1/ and leader is
http://127.0.0.1:51567/_qi/a/collection1/
[junit4] 2> 2163788 T9342 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:51567/_qi/a
[junit4] 2> 2163788 T9342 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2163788 T9342 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 2163789 T9342 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2163791 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2163797 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51567/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51567__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 2163798 T9335 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51567/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51567__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 2163905 T9334 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> 2163906 T9345 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> 2165363 T9306 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/cores/collection1
[junit4] 2> 2165366 T9306 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 2165367 T9306 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 2165371 T9306 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@29c2a22e{/_qi/a,null,AVAILABLE}
[junit4] 2> 2165372 T9306 oejs.AbstractConnector.doStart Started
ServerConnector@57dbf6e4{HTTP/1.1}{127.0.0.1:51571}
[junit4] 2> 2165373 T9306 oejs.Server.doStart Started @2170100ms
[junit4] 2> 2165373 T9306 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
[junit4] 2> 2165374 T9306 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2165374 T9306 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001
[junit4] 2> 2165374 T9306 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/'
[junit4] 2> 2165411 T9306 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/solr.xml
[junit4] 2> 2165421 T9306 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/cores
[junit4] 2> 2165422 T9306 oasc.CoreContainer.<init> New CoreContainer
116622212
[junit4] 2> 2165422 T9306 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/]
[junit4] 2> 2165423 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2165423 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2165423 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2165423 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2165424 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2165424 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2165424 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2165425 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2165425 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2165425 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2165425 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 2165426 T9306 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2165426 T9306 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2165427 T9306 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2165427 T9306 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2165427 T9306 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:51564/solr
[junit4] 2> 2165428 T9306 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2165428 T9306
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2165429 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2165434 T9359 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5ebe25b4
name:ZooKeeperConnection Watcher:127.0.0.1:51564 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2165434 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2165435 T9306 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2165440 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2165445 T9362 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@14831b8b
name:ZooKeeperConnection Watcher:127.0.0.1:51564/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2165445 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2165462 T9306
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2166470 T9306 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51571__qi%2Fa
[junit4] 2> 2166472 T9306 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51571__qi%2Fa
[junit4] 2> 2166484 T9306 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2166488 T9306 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/cores
[junit4] 2> 2166490 T9306 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/cores/collection1/
[junit4] 2> 2166490 T9306 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 2166492 T9363 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2166492 T9363 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2166494 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2166495 T9363 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2166497 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51571/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51571__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 2166498 T9335 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51571/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51571__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2166498 T9335 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 2166499 T9335 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 2166501 T9334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2166501 T9345 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2166502 T9362 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2167496 T9363 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2167497 T9363 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2167498 T9363 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2167499 T9363 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2167502 T9363 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2167502 T9363 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/cores/collection1/'
[junit4] 2> 2167525 T9363 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2167531 T9363 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2167542 T9363 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 2167564 T9363 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2167576 T9363 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2167582 T9363 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2167588 T9363 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2167687 T9363 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2167688 T9363 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2167690 T9363 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2167694 T9363 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2167757 T9363 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2167757 T9363 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2167758 T9363 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-1-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty1/
[junit4] 2> 2167758 T9363 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aec8860
[junit4] 2> 2167759 T9363 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty1
[junit4] 2> 2167759 T9363 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty1/index/
[junit4] 2> 2167759 T9363 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty1/index' doesn't exist. Creating new
index...
[junit4] 2> 2167759 T9363 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty1/index
[junit4] 2> 2167760 T9363 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7783434023280296]
[junit4] 2> 2167760 T9363 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@4e82247b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3903963d),segFN=segments_1,generation=1}
[junit4] 2> 2167761 T9363 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2167765 T9363 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2167766 T9363 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2167767 T9363 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2167768 T9363 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2167769 T9363 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2167769 T9363 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2167770 T9363 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2167771 T9363 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2167772 T9363 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2167772 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2167773 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2167774 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2167775 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2167775 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2167777 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2167778 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2167779 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2167780 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2167786 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2167787 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 2167787 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 2167788 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 2167788 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 2167789 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 2167790 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2167790 T9363 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 2167792 T9363 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2167802 T9363 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2167805 T9363 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2167807 T9363 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2167808 T9363 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2167809 T9363 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 2167812 T9363 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2167812 T9363 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2167814 T9363 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44001905187834445]
[junit4] 2> 2167814 T9363 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@4e82247b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3903963d),segFN=segments_1,generation=1}
[junit4] 2> 2167814 T9363 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2167815 T9363 oass.SolrIndexSearcher.<init> Opening
Searcher@34bc7044[collection1] main
[junit4] 2> 2167815 T9363 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2167819 T9363 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2167820 T9363 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2167822 T9363
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2167822 T9363 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2167822 T9363 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2167824 T9363
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2167824 T9363 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2167825 T9363 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2167825 T9363 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 2167826 T9364 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@34bc7044[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2167827 T9363 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2167829 T9367 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:51571/_qi/a collection:collection1
shard:shard2
[junit4] 2> 2167829 T9306 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 2167830 T9306 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2167831 T9367 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 2167841 T9367 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 2167845 T9367
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2167845 T9367 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2229 name=collection1
org.apache.solr.core.SolrCore@7ecd415
url=http://127.0.0.1:51571/_qi/a/collection1 node=127.0.0.1:51571__qi%2Fa
C2229_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:51571/_qi/a, node_name=127.0.0.1:51571__qi%2Fa,
state=down}
[junit4] 2> 2167845 T9367 C2229 P51571 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:51571/_qi/a/collection1/
[junit4] 2> 2167846 T9367 C2229 P51571 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2167846 T9367 C2229 P51571 oasc.SyncStrategy.syncToMe
http://127.0.0.1:51571/_qi/a/collection1/ has no replicas
[junit4] 2> 2167846 T9367 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:51571/_qi/a/collection1/ shard2
[junit4] 2> 2167847 T9367 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 2167851 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2167871 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 2167877 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:51571/_qi/a",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 2167881 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2167884 T9334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2167894 T9362 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2167884 T9345 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2167912 T9367 oasc.ZkController.register We are
http://127.0.0.1:51571/_qi/a/collection1/ and leader is
http://127.0.0.1:51571/_qi/a/collection1/
[junit4] 2> 2167913 T9367 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:51571/_qi/a
[junit4] 2> 2167913 T9367 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2167913 T9367 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 2167914 T9367 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2167921 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2167925 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51571/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51571__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 2167927 T9335 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51571/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51571__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2168039 T9334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2168039 T9345 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2168042 T9362 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2169875 T9306 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/cores/collection1
[junit4] 2> 2169879 T9306 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 2169880 T9306 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 2169885 T9306 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@378cb710{/_qi/a,null,AVAILABLE}
[junit4] 2> 2169887 T9306 oejs.AbstractConnector.doStart Started
ServerConnector@82b1ea9{HTTP/1.1}{127.0.0.1:51574}
[junit4] 2> 2169888 T9306 oejs.Server.doStart Started @2174615ms
[junit4] 2> 2169888 T9306 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
[junit4] 2> 2169888 T9306 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2169889 T9306 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001
[junit4] 2> 2169889 T9306 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/'
[junit4] 2> 2169945 T9306 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/solr.xml
[junit4] 2> 2169963 T9306 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/cores
[junit4] 2> 2169964 T9306 oasc.CoreContainer.<init> New CoreContainer
189462308
[junit4] 2> 2169964 T9306 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/]
[junit4] 2> 2169965 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2169965 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2169965 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2169966 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2169966 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2169966 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2169967 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2169967 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2169967 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2169968 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2169968 T9306 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 2169969 T9306 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2169969 T9306 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2169969 T9306 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2169970 T9306 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2169970 T9306 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:51564/solr
[junit4] 2> 2169970 T9306 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2169971 T9306
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2169973 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2169976 T9381 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@58d2b872
name:ZooKeeperConnection Watcher:127.0.0.1:51564 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2169977 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2169978 T9306 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2169986 T9306 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2169990 T9384 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@30ac9695
name:ZooKeeperConnection Watcher:127.0.0.1:51564/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2169991 T9306 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2170011 T9306
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2171031 T9306 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51574__qi%2Fa
[junit4] 2> 2171034 T9306 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51574__qi%2Fa
[junit4] 2> 2171047 T9306 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2171414 T9306 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/cores
[junit4] 2> 2171416 T9306 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/cores/collection1/
[junit4] 2> 2171416 T9306 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 2171419 T9385 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2171419 T9385 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2171421 T9334 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2171422 T9385 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2171425 T9335 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51574/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51574__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 2171426 T9335 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:51574/_qi/a",
[junit4] 2> "node_name":"127.0.0.1:51574__qi%2Fa",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2171427 T9335 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 2171427 T9335 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 2171430 T9345 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2171431 T9362 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2171431 T9384 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2171431 T9334 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2172423 T9385 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2172424 T9385 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2172426 T9385 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2172426 T9385 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2172429 T9385 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2172429 T9385 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/cores/collection1/'
[junit4] 2> 2172448 T9385 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2172454 T9385 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2172469 T9385 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 2172474 T9385 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2172487 T9385 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2172491 T9385 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2172502 T9385 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2172632 T9385 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2172634 T9385 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2172635 T9385 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2172643 T9385 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2172704 T9385 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2172704 T9385 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2172705 T9385 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/shard-2-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty2/
[junit4] 2> 2172706 T9385 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aec8860
[junit4] 2> 2172706 T9385 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty2
[junit4] 2> 2172707 T9385 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty2/index/
[junit4] 2> 2172707 T9385 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty2/index' doesn't exist. Creating new
index...
[junit4] 2> 2172707 T9385 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest
206CE36B3B21BD98-001/tempDir-001/jetty2/index
[junit4] 2> 2172708 T9385 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7783434023280296]
[junit4] 2> 2172709 T9385 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@221cd664
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ea6ddcf),segFN=segments_1,generation=1}
[junit4] 2> 2172709 T9385 oasc.SolrDeletionPolicy.updateCommits newest
[...truncated too long message...]
xactSharedStatsCache, TestDistributedGrouping, HdfsDirectoryTest,
SuggesterWFSTTest, ReturnFieldsTest, DistributedFacetPivotSmallTest,
OverriddenZkACLAndCredentialsProvidersTest, TestSimpleQParserPlugin,
IndexSchemaTest, WordBreakSolrSpellCheckerTest, TestCoreContainer,
UUIDUpdateProcessorFallbackTest, TestIndexSearcher, TestSchemaVersionResource,
DistanceUnitsTest, TestSolrQueryParserResource, HdfsLockFactoryTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ClusterStateUpdateTest,
TestBulkSchemaConcurrent, TestReloadAndDeleteDocs,
DistributedFacetPivotSmallAdvancedTest, TestSolr4Spatial, TestDocumentBuilder,
TestBlendedInfixSuggestions, QueryElevationComponentTest, TestWriterPerf,
TestSolrCoreProperties, CursorMarkTest, TestFastOutputStream, HighlighterTest,
PluginInfoTest, TestBinaryField, TestPartialUpdateDeduplication,
TriLevelCompositeIdRoutingTest, IndexSchemaRuntimeFieldTest,
ShowFileRequestHandlerTest, TestIndexingPerformance, CircularListTest,
MigrateRouteKeyTest, TestCloudPivotFacet, DistributedFacetPivotLongTailTest,
TestLFUCache, TestPostingsSolrHighlighter, TestCloudManagedSchema,
TestFastWriter, LeaderFailoverAfterPartitionTest,
SharedFSAutoReplicaFailoverTest, TestDFRSimilarityFactory, HttpPartitionTest,
AddSchemaFieldsUpdateProcessorFactoryTest, DirectUpdateHandlerOptimizeTest,
TestLRUStatsCache, CollectionsAPIDistributedZkTest, TestRecoveryHdfs,
TestWordDelimiterFilterFactory, TestSolrXml, OpenCloseCoreStressTest,
SpellCheckCollatorTest, AsyncMigrateRouteKeyTest, DocValuesMissingTest,
SolrCmdDistributorTest, CachingDirectoryFactoryTest, MultiThreadedOCPTest,
NumericFieldsTest, OutputWriterTest, DeleteReplicaTest, BasicZkTest,
OpenExchangeRatesOrgProviderTest, TestLeaderElectionZkExpiry,
NoCacheHeaderTest, SpatialFilterTest, DistributedQueryComponentCustomSortTest,
TestSurroundQueryParser, ZkControllerTest, TestExactStatsCache,
TestCoreDiscovery, UnloadDistributedZkTest, TestIntervalFaceting,
NotRequiredUniqueKeyTest, TestRebalanceLeaders, ShardRoutingCustomTest,
TestNRTOpen, AnalysisErrorHandlingTest, DocumentAnalysisRequestHandlerTest,
TimeZoneUtilsTest, RemoteQueryErrorTest, TestRandomMergePolicy,
XmlUpdateRequestHandlerTest, SynonymTokenizerTest, BlockDirectoryTest,
TermVectorComponentTest, CacheHeaderTest, BasicDistributedZk2Test,
TestImplicitCoreProperties, TestFreeTextSuggestions,
HdfsCollectionsAPIDistributedZkTest, IndexBasedSpellCheckerTest,
TestMissingGroups, HdfsSyncSliceTest, TestCollationFieldDocValues,
AliasIntegrationTest, RegexBoostProcessorTest, PrimitiveFieldTypeTest,
SolrRequestParserTest, BadCopyFieldTest, ZkCLITest, TestDynamicFieldResource,
SpatialHeatmapFacetsTest, TestSolrConfigHandler, CloudMLTQParserTest,
RecoveryZkTest, CloudExitableDirectoryReaderTest,
ParsingFieldUpdateProcessorsTest, TestQuerySenderListener,
TestOverriddenPrefixQueryForCustomFieldType, CoreAdminCreateDiscoverTest,
SharedFSAutoReplicaFailoverUtilsTest, TestFileDictionaryLookup,
TestExceedMaxTermLength, DistributedSpellCheckComponentTest, ShardRoutingTest,
TestValueSourceCache, BlockCacheTest, ExternalFileFieldSortTest,
HdfsBasicDistributedZkTest, DistributedIntervalFacetingTest,
BinaryUpdateRequestHandlerTest, PingRequestHandlerTest,
TestManagedSynonymFilterFactory, TestRandomDVFaceting, TestRangeQuery,
SuggesterTSTTest, TestBulkSchemaAPI, SolrIndexSplitterTest, DateMathParserTest,
TestDefaultSimilarityFactory, JsonLoaderTest, PreAnalyzedUpdateProcessorTest,
MultiTermTest, TestAnalyzedSuggestions, HdfsWriteToMultipleCollectionsTest,
FullSolrCloudDistribCmdsTest, LukeRequestHandlerTest, TestStressVersions,
TestReversedWildcardFilterFactory, TestPhraseSuggestions,
TestManagedSchemaFieldResource, DeleteInactiveReplicaTest,
PreAnalyzedFieldTest, TestPseudoReturnFields, TestPivotHelperCode,
TestDistributedMissingSort, DirectSolrConnectionTest, DocValuesMultiTest,
ZkStateWriterTest, AlternateDirectoryTest, SimpleCollectionCreateDeleteTest,
SpatialRPTFieldTypeTest, TestBadConfig, TestMaxScoreQueryParser,
TestSchemaNameResource, CurrencyFieldXmlFileTest, QueryResultKeyTest,
TestIBSimilarityFactory, RAMDirectoryFactoryTest,
CollectionsAPIAsyncDistributedZkTest, MinimalSchemaTest, AtomicUpdatesTest,
UUIDFieldTest, TestSolr4Spatial2, TestSearchPerf, ChangedSchemaMergeTest,
TestClassNameShortening, TestUniqueKeyFieldResource, ReplicationFactorTest,
TestMiniSolrCloudClusterSSL, EchoParamsTest, OverseerStatusTest,
DistributedExpandComponentTest, TestExpandComponent, InfoHandlerTest,
DebugComponentTest, RequestLoggingTest, ShardSplitTest, DateRangeFieldTest,
TestSolrDeletionPolicy1, TestComponentsName, RecoveryAfterSoftCommitTest,
RankQueryTest, TestConfigOverlay, TestSolrQueryParserDefaultOperatorResource,
ChaosMonkeyNothingIsSafeTest, TestLuceneMatchVersion,
DistributedMLTComponentTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest,
SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest,
TestReplicationHandler, TestRandomFaceting, LeaderElectionTest,
TestDistributedSearch, AutoCommitTest, TestFaceting, TestRecovery,
TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet,
TestStressReorder, TestJoin, TestReload, DistributedTermsComponentTest,
SolrCoreTest, StatsComponentTest, TestGroupingSearch, PeerSyncTest,
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering,
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores,
DirectUpdateHandlerTest, OverseerCollectionProcessorTest, SoftAutoCommitTest,
CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest,
SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser,
SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery,
DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader,
PolyFieldTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest,
TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest,
SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest,
XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils,
StandardRequestHandlerTest, TestQueryTypes, TestOmitPositions,
FileBasedSpellCheckerTest, TermsComponentTest, DocumentBuilderTest,
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, RequiredFieldsTest,
TestSolrQueryParser, LoggingHandlerTest, SolrPluginUtilsTest,
TestJmxIntegration, TestCollationField, JSONWriterTest, TestCSVResponseWriter,
MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest,
TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, UpdateParamsTest,
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, BadComponentTest,
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest,
TestDocSet, TestElisionMultitermQuery, TestConfig,
TestFuzzyAnalyzedSuggestions, SpellPossibilityIteratorTest, TestCharFilters,
TestCodecSupport, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestBM25SimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest,
ScriptEngineTest, URLClassifyProcessorTest, TestFastLRUCache,
TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter,
DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache,
TestUtils, SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, CursorPagingTest,
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping,
TestTolerantSearch, ActionThrottleTest, AssignTest, ConnectionManagerTest,
CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest,
DistribJoinFromCollectionTest, DistributedQueueTest,
LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest,
OverseerRolesTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest,
SolrXmlInZkTest, TestCloudInspectUtil, TestCollectionAPI,
TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicaProperties,
TestRequestStatusCollectionAPI, TestShortCircuitedRequests,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test,
HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest,
StressHdfsTest, TestClusterStateMutator, ExitableDirectoryReaderTest,
HdfsDirectoryFactoryTest, TestConfigSets, TestDynamicLoading,
TestInfoStreamLogging, TestInitParams, TestShardHandlerFactory,
TestBlobHandler, TestConfigReload, TestReplicationHandlerBackup,
TestReqParamsAPI, TestSolrConfigHandlerCloud]
[junit4] Completed in 65.89s, 1 test, 1 failure <<< FAILURES!
[...truncated 178 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:191: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:508:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1348:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:956:
There were test failures: 466 suites, 1859 tests, 3 failures, 51 ignored (20
assumptions)
Total time: 122 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]