Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1891/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch
Error Message:
There are still nodes recoverying - waited for 30 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30
seconds
at
__randomizedtesting.SeedInfo.seed([BB6A8CF678F0215A:3A8C02EE0FAF4166]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:178)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:837)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1456)
at
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.doTest(DistribDocExpirationUpdateProcessorTest.java:69)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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.testDistribSearch
Error Message:
Could not delete requestHandler
Stack Trace:
java.lang.AssertionError: Could not delete requestHandler
at
__randomizedtesting.SeedInfo.seed([BB6A8CF678F0215A:3A8C02EE0FAF4166]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.reqhandlertests(TestSolrConfigHandler.java:228)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqHandlerAPIs(TestSolrConfigHandlerCloud.java:88)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.doTest(TestSolrConfigHandlerCloud.java:74)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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 9013 lines...]
[junit4] Suite: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/init-core-data-001
[junit4] 2> 157630 T354 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 157631 T354 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /izy/
[junit4] 2> 157640 T354 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 157641 T354 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 157642 T355 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 157743 T354 oasc.ZkTestServer.run start zk server on port:54986
[junit4] 2> 157743 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 157745 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 157752 T362 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@68a3ca9e
name:ZooKeeperConnection Watcher:127.0.0.1:54986 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 157753 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 157753 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 157754 T354 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 157764 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 157765 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 157775 T365 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@ef61e4a name:ZooKeeperConnection
Watcher:127.0.0.1:54986/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 157775 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 157776 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 157776 T354 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 157786 T354 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 157793 T354 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 157800 T354 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 157809 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-doc-expire-update-processor.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 157810 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 157822 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 157823 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 157831 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 157832 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 157840 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 157841 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 157849 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 157850 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 157858 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 157859 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 157868 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 157869 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 157878 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 157878 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 157888 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 157891 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 157901 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 157902 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 157912 T354 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 157913 T354 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 159527 T354 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 159543 T354 oejs.AbstractConnector.doStart Started
[email protected]:54989
[junit4] 2> 159544 T354 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@557ad30a
[junit4] 2> 159544 T354 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 159545 T354 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-002
[junit4] 2> 159545 T354 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-002/'
[junit4] 2> 159593 T354 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-002/solr.xml
[junit4] 2> 159686 T354 oasc.CoreContainer.<init> New CoreContainer
626136175
[junit4] 2> 159687 T354 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-002/]
[junit4] 2> 159688 T354 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 159688 T354 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 159689 T354 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 159689 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 159690 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 159690 T354 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 159691 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 159691 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 159692 T354 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 159692 T354 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 159693 T354 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 159694 T354 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 159695 T354 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 159695 T354 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 159696 T354 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 159696 T354 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:54986/solr
[junit4] 2> 159696 T354 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 159697 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 159704 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 159710 T377 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3831587f
name:ZooKeeperConnection Watcher:127.0.0.1:54986 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 159711 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 159711 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 159721 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 159724 T380 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6829bfd7
name:ZooKeeperConnection Watcher:127.0.0.1:54986/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 159724 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 159728 T354 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 159740 T354 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 159750 T354 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 159760 T354 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 159770 T354 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 159780 T354 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 159784 T354 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:54989_izy
[junit4] 2> 159786 T354 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:54989_izy
[junit4] 2> 159795 T354 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 159803 T354 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 159809 T354 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 159814 T354 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:54989_izy
[junit4] 2> 159814 T354 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 159821 T354 oasc.Overseer.start Overseer
(id=93157057308131331-127.0.0.1:54989_izy-n_0000000000) starting
[junit4] 2> 159829 T354 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 159858 T354 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 159859 T382 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 159862 T354 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 159870 T354 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 159875 T354
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 159888 T381 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 159898 T384 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 159899 T384 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 159902 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 159902 T384 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 159914 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "node_name":"127.0.0.1:54989_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:54989/izy"} current
state version: 0
[junit4] 2> 159916 T381 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "node_name":"127.0.0.1:54989_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:54989/izy"}
[junit4] 2> 159916 T381 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 159917 T381 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 159921 T380 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> 160904 T384 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 160905 T384 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:control_collection
[junit4] 2> 160907 T384 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 160907 T384 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 160910 T384 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 160911 T384 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-002/collection1/'
[junit4] 2> 160913 T384 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 160915 T384 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 160915 T384 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 160961 T384 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 160970 T384 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 160993 T384 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 161032 T384 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 161154 T384 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 161158 T384 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 161172 T384 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 161812 T384 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 161815 T384 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 161822 T384 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 161830 T384 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 161951 T384 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 161952 T384 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 161953 T384 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-002/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/control/data/
[junit4] 2> 161953 T384 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 161954 T384 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/control/data
[junit4] 2> 161955 T384 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/control/data/index/
[junit4] 2> 161955 T384 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/control/data/index' doesn't exist. Creating
new index...
[junit4] 2> 161959 T384 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/control/data/index
[junit4] 2> 161961 T384 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=19.150390625,
floorSegmentMB=0.5751953125, forceMergeDeletesPctAllowed=24.2584965823186,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8184861770076809
[junit4] 2> 161962 T384 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1f4771cb
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b7fd678),segFN=segments_1,generation=1}
[junit4] 2> 161963 T384 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 161965 T384 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-defaults"
[junit4] 2> 162086 T384 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-field"
[junit4] 2> 162088 T384 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-param"
[junit4] 2> 162088 T384 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-field-with-param-default"
[junit4] 2> 162089 T384 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "scheduled-delete" (default)
[junit4] 2> 162247 T384 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"scheduled-delete" (default)
[junit4] 2> 162248 T384 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 162248 T384 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 162249 T384 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 162249 T384 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 162249 T384 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 162250 T384 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 162250 T384 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 162251 T384 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 162251 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 162252 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 162252 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 162253 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 162258 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 162258 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 162258 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 162259 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 162259 T384 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 162259 T384 oasc.RequestHandlers.initHandlersFromConfig
created /select: solr.SearchHandler
[junit4] 2> 162274 T384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 162275 T384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 162278 T384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 162290 T384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 162295 T384 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 162299 T384 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 162299 T384 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 162300 T384 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2091024685269936]
[junit4] 2> 162301 T384 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1f4771cb
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b7fd678),segFN=segments_1,generation=1}
[junit4] 2> 162301 T384 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 162302 T384 oass.SolrIndexSearcher.<init> Opening
Searcher@4b55a8d0[collection1] main
[junit4] 2> 162302 T384 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 162305 T384 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 162306 T384 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 162309 T384
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 162309 T384 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 162309 T384 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 162311 T384
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 162312 T384 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 162312 T384 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 162323 T384 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 162323 T385 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4b55a8d0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 162324 T384 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 162326 T389 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:54989/izy
collection:control_collection shard:shard1
[junit4] 2> 162328 T354 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 162328 T354 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 162329 T389 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 162330 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 162331 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 162336 T392 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1266d261
name:ZooKeeperConnection Watcher:127.0.0.1:54986/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 162338 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 162338 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 162343 T354
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 162349 T389 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 162355 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 162357 T389
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 162358 T389 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C192 name=collection1
org.apache.solr.core.SolrCore@32ad27fb
url=http://127.0.0.1:54989/izy/collection1 node=127.0.0.1:54989_izy
C192_STATE=coll:control_collection core:collection1
props:{node_name=127.0.0.1:54989_izy, core=collection1, state=down,
base_url=http://127.0.0.1:54989/izy}
[junit4] 2> 162358 T389 C192 P54989 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:54989/izy/collection1/
[junit4] 2> 162359 T389 C192 P54989 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 162359 T389 C192 P54989 oasc.SyncStrategy.syncToMe
http://127.0.0.1:54989/izy/collection1/ has no replicas
[junit4] 2> 162359 T389 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:54989/izy/collection1/ shard1
[junit4] 2> 162360 T389 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 162358 T354 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 162361 T354 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 162361 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 162360 T381 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> 162363 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 162369 T380 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> 162369 T392 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> 162372 T395 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@748e0082
name:ZooKeeperConnection Watcher:127.0.0.1:54986/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 162373 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 162374 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 162397 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":2} current state version: 2
[junit4] 2> 162397 T381 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 162411 T396 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 162413 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:54989/izy",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 162415 T381 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 162419 T392 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> 162542 T392 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> 162604 T389 oasc.ZkController.register We are
http://127.0.0.1:54989/izy/collection1/ and leader is
http://127.0.0.1:54989/izy/collection1/
[junit4] 2> 162604 T389 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:54989/izy
[junit4] 2> 162604 T389 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 162605 T389 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 162605 T389 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 162609 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 162620 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "node_name":"127.0.0.1:54989_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:54989/izy"} current
state version: 4
[junit4] 2> 162622 T381 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "node_name":"127.0.0.1:54989_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:54989/izy"}
[junit4] 2> 162738 T380 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> 162739 T392 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> 164432 T354 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 164433 T354 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 164437 T354 oejs.AbstractConnector.doStart Started
[email protected]:54994
[junit4] 2> 164439 T354 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@557ad30a
[junit4] 2> 164439 T354 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 164440 T354 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-003
[junit4] 2> 164440 T354 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-003/'
[junit4] 2> 164495 T354 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-003/solr.xml
[junit4] 2> 164585 T354 oasc.CoreContainer.<init> New CoreContainer
2079074751
[junit4] 2> 164586 T354 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-003/]
[junit4] 2> 164587 T354 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 164588 T354 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 164589 T354 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 164589 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 164590 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 164591 T354 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 164592 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 164593 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 164593 T354 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 164593 T354 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 164594 T354 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 164594 T354 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 164595 T354 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 164596 T354 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 164596 T354 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 164596 T354 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:54986/solr
[junit4] 2> 164597 T354 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 164598 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 164599 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 164604 T408 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@21f279b6
name:ZooKeeperConnection Watcher:127.0.0.1:54986 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 164605 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 164606 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 164612 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 164616 T411 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2d1f342f
name:ZooKeeperConnection Watcher:127.0.0.1:54986/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 164616 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 164639 T354
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> ASYNC NEW_CORE C193 name=collection1
org.apache.solr.core.SolrCore@32ad27fb
url=http://127.0.0.1:54989/izy/collection1 node=127.0.0.1:54989_izy
C193_STATE=coll:control_collection core:collection1
props:{node_name=127.0.0.1:54989_izy, core=collection1, state=active,
base_url=http://127.0.0.1:54989/izy, leader=true}
[junit4] 2> 165324 T386 C193 P54989
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Begining periodic deletion of expired docs
[junit4] 2> 165330 T386 C193 P54989 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 165331 T386 C193 P54989 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 165331 T386 C193 P54989 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 165331 T386 C193 P54989 oasup.LogUpdateProcessor.finish
[collection1] {deleteByQuery={!cache=false}eXpField_tdt:[* TO
2015-01-17T03:04:54.824Z] (-1490512924981067776),commit=} 0 8
[junit4] 2> 165332 T386 C193 P54989
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Finished periodic deletion of expired docs
[junit4] 2> 165660 T354 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:54994_izy
[junit4] 2> 165663 T354 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:54994_izy
[junit4] 2> 165677 T354 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 166039 T412 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 166039 T412 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 166046 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 166050 T412 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 166051 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "node_name":"127.0.0.1:54994_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:54994/izy"} current
state version: 5
[junit4] 2> 166051 T412 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 166053 T412 oascc.ZkStateReader.addZkWatch Updating collection
state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 166053 T381 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "node_name":"127.0.0.1:54994_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:54994/izy"}
[junit4] 2> 166054 T381 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 166054 T381 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 166059 T412 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 166060 T412 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 166060 T381 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 166062 T411 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 166064 T411 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 167061 T412 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 167062 T412 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 167064 T412 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 167064 T412 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 167070 T412 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 167071 T412 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-003/collection1/'
[junit4] 2> 167072 T412 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 167073 T412 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 167074 T412 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 167143 T412 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 167151 T412 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 167176 T412 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 167212 T412 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 167291 T412 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 167296 T412 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 167311 T412 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 167876 T412 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 167879 T412 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 167882 T412 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 167890 T412 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 167985 T412 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 167986 T412 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 167987 T412 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-003/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty1/
[junit4] 2> 167988 T412 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 167989 T412 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty1
[junit4] 2> 167990 T412 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty1/index/
[junit4] 2> 167990 T412 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty1/index' doesn't exist. Creating new
index...
[junit4] 2> 167996 T412 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty1/index
[junit4] 2> 167996 T412 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=19.150390625,
floorSegmentMB=0.5751953125, forceMergeDeletesPctAllowed=24.2584965823186,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8184861770076809
[junit4] 2> 167998 T412 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5c5db987
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d3f7d71),segFN=segments_1,generation=1}
[junit4] 2> 167998 T412 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 168002 T412 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-defaults"
[junit4] 2> 168003 T412 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-field"
[junit4] 2> 168004 T412 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-param"
[junit4] 2> 168005 T412 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-field-with-param-default"
[junit4] 2> 168006 T412 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "scheduled-delete" (default)
[junit4] 2> 168008 T412 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"scheduled-delete" (default)
[junit4] 2> 168009 T412 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 168009 T412 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 168010 T412 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 168011 T412 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 168012 T412 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 168012 T412 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 168013 T412 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 168014 T412 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 168015 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 168028 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 168029 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 168030 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 168030 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 168031 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 168032 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 168033 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 168034 T412 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 168035 T412 oasc.RequestHandlers.initHandlersFromConfig
created /select: solr.SearchHandler
[junit4] 2> 168059 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 168073 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 168079 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 168083 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 168088 T412 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 168092 T412 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 168092 T412 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 168093 T412 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2091024685269936]
[junit4] 2> 168096 T412 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5c5db987
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d3f7d71),segFN=segments_1,generation=1}
[junit4] 2> 168096 T412 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 168097 T412 oass.SolrIndexSearcher.<init> Opening
Searcher@243c8e5b[collection1] main
[junit4] 2> 168097 T412 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 168104 T412 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 168104 T412 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 168106 T412
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 168107 T412 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 168107 T412 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 168109 T412
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 168109 T412 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 168111 T412 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 168112 T412 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 168112 T412 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 168113 T413 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@243c8e5b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 168115 T417 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:54994/izy collection:collection1
shard:shard1
[junit4] 2> 168133 T354 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 168134 T354 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 168144 T417 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 168250 T417 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 168259 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 168263 T417
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 168264 T417 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C194 name=collection1
org.apache.solr.core.SolrCore@6a05f8ae
url=http://127.0.0.1:54994/izy/collection1 node=127.0.0.1:54994_izy
C194_STATE=coll:collection1 core:collection1
props:{node_name=127.0.0.1:54994_izy, core=collection1, state=down,
base_url=http://127.0.0.1:54994/izy}
[junit4] 2> 168265 T417 C194 P54994 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:54994/izy/collection1/
[junit4] 2> 168267 T417 C194 P54994 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 168267 T417 C194 P54994 oasc.SyncStrategy.syncToMe
http://127.0.0.1:54994/izy/collection1/ has no replicas
[junit4] 2> 168268 T417 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:54994/izy/collection1/ shard1
[junit4] 2> 168267 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 168269 T417 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 168278 T381 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 168281 T411 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 168290 T411 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 168315 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> ASYNC NEW_CORE C195 name=collection1
org.apache.solr.core.SolrCore@32ad27fb
url=http://127.0.0.1:54989/izy/collection1 node=127.0.0.1:54989_izy
C195_STATE=coll:control_collection core:collection1
props:{node_name=127.0.0.1:54989_izy, core=collection1, state=active,
base_url=http://127.0.0.1:54989/izy, leader=true}
[junit4] 2> 168324 T386 C195 P54989
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Begining periodic deletion of expired docs
[junit4] 2> 168324 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:54994/izy",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 168337 T386 C195 P54989 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 168339 T386 C195 P54989 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 168340 T386 C195 P54989 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 168340 T386 C195 P54989 oasup.LogUpdateProcessor.finish
[collection1] {deleteByQuery={!cache=false}eXpField_tdt:[* TO
2015-01-17T03:04:57.825Z] (-1490512928126795776),commit=} 0 16
[junit4] 2> 168341 T386 C195 P54989
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Finished periodic deletion of expired docs
[junit4] 2> 168339 T381 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 168344 T411 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 168348 T411 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 168390 T417 oasc.ZkController.register We are
http://127.0.0.1:54994/izy/collection1/ and leader is
http://127.0.0.1:54994/izy/collection1/
[junit4] 2> 168390 T417 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:54994/izy
[junit4] 2> 168391 T417 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 168391 T417 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 168391 T417 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 168396 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 168407 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "node_name":"127.0.0.1:54994_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:54994/izy"} current
state version: 5
[junit4] 2> 168413 T381 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "node_name":"127.0.0.1:54994_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:54994/izy"}
[junit4] 2> 168419 T381 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 168424 T411 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 168441 T417 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 168446 T411 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 170187 T354 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 170188 T354 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 170194 T354 oejs.AbstractConnector.doStart Started
[email protected]:54997
[junit4] 2> 170196 T354 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@557ad30a
[junit4] 2> 170196 T354 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 170196 T354 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-004
[junit4] 2> 170196 T354 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-004/'
[junit4] 2> 170247 T354 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-004/solr.xml
[junit4] 2> 170357 T354 oasc.CoreContainer.<init> New CoreContainer
1886477254
[junit4] 2> 170358 T354 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-004/]
[junit4] 2> 170359 T354 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 170360 T354 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 170360 T354 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 170360 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 170361 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 170361 T354 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 170362 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 170362 T354 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 170363 T354 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 170363 T354 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 170364 T354 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 170364 T354 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 170365 T354 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 170365 T354 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 170366 T354 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 170366 T354 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:54986/solr
[junit4] 2> 170366 T354 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 170367 T354
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 170369 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 170373 T429 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5ef4c3a name:ZooKeeperConnection
Watcher:127.0.0.1:54986 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 170375 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 170377 T354 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 170383 T354 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 170386 T432 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2b047034
name:ZooKeeperConnection Watcher:127.0.0.1:54986/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 170387 T354 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 170413 T354
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> ASYNC NEW_CORE C196 name=collection1
org.apache.solr.core.SolrCore@6a05f8ae
url=http://127.0.0.1:54994/izy/collection1 node=127.0.0.1:54994_izy
C196_STATE=coll:collection1 core:collection1
props:{node_name=127.0.0.1:54994_izy, core=collection1, state=active,
base_url=http://127.0.0.1:54994/izy, leader=true}
[junit4] 2> 171112 T414 C196 P54994
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Begining periodic deletion of expired docs
[junit4] 2> ASYNC NEW_CORE C197 name=collection1
org.apache.solr.core.SolrCore@32ad27fb
url=http://127.0.0.1:54989/izy/collection1 node=127.0.0.1:54989_izy
C197_STATE=coll:control_collection core:collection1
props:{node_name=127.0.0.1:54989_izy, core=collection1, state=active,
base_url=http://127.0.0.1:54989/izy, leader=true}
[junit4] 2> 171323 T386 C197 P54989
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Begining periodic deletion of expired docs
[junit4] 2> 171325 T386 C197 P54989 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 171326 T386 C197 P54989 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 171327 T386 C197 P54989 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 171328 T386 C197 P54989 oasup.LogUpdateProcessor.finish
[collection1] {deleteByQuery={!cache=false}eXpField_tdt:[* TO
2015-01-17T03:05:00.824Z] (-1490512931271475200),commit=} 0 5
[junit4] 2> 171328 T386 C197 P54989
oasup.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run
Finished periodic deletion of expired docs
[junit4] 2> 171435 T354 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:54997_izy
[junit4] 2> 171438 T354 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:54997_izy
[junit4] 2> 171456 T354 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 171487 T433 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 171488 T433 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 171496 T380 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 171500 T433 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 171500 T433 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 171504 T381 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "node_name":"127.0.0.1:54997_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:54997/izy"} current
state version: 5
[junit4] 2> 171505 T381 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "node_name":"127.0.0.1:54997_izy",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:54997/izy"}
[junit4] 2> 171506 T381 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 171506 T381 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 171507 T433 oascc.ZkStateReader.addZkWatch Updating collection
state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 171510 T381 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 171518 T411 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 171522 T411 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 171524 T433 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 171525 T433 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 171525 T433 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 171526 T433 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 171529 T433 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 171530 T433 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 171534 T433 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 171534 T433 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-004/collection1/'
[junit4] 2> 171536 T433 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 171536 T433 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 171537 T433 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest%20BB6A8CF678F0215A-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 171589 T433 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 171598 T433 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 171628 T433 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 171683 T433 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 171764 T433 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 171769 T433 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 171790 T433 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 172313 T433 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 172317 T433 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 172318 T433 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 172332 T433 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 172433 T433 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 172434 T433 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 172434 T433 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-004/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty2/
[junit4] 2> 172435 T433 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 172436 T433 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty2
[junit4] 2> 172437 T433 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty2/index/
[junit4] 2> 172437 T433 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty2/index' doesn't exist. Creating new
index...
[junit4] 2> 172438 T433 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest
BB6A8CF678F0215A-001/tempDir-001/jetty2/index
[junit4] 2> 172438 T433 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=19.150390625,
floorSegmentMB=0.5751953125, forceMergeDeletesPctAllowed=24.2584965823186,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8184861770076809
[junit4] 2> 172445 T433 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7a96b386
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3be4614a),segFN=segments_1,generation=1}
[junit4] 2> 172446 T433 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 172453 T433 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-defaults"
[junit4] 2> 172455 T433 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-field"
[junit4] 2> 172460 T433 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-param"
[junit4] 2> 172461 T433 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "convert-ttl-field-with-param-default"
[junit4] 2> 172470 T433 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "scheduled-delete" (default)
[junit4] 2> 172472 T433 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"scheduled-delete" (default)
[junit4] 2> 172473 T433 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 172474 T433 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 172474 T433 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 172475 T433 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 172476 T433 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 172476 T433 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 172482 T433 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 172488 T433 oasc.RequestHandlers.initHandlersFromConfig create
[...truncated too long message...]
,
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "base_url":"http://127.0.0.1:56546/kz_bmb"}
[junit4] 2> 1984064 T7597 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 1984064 T7597 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001/tempDir-001/jetty4
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001/tempDir-001/jetty4;done=false>>]
[junit4] 2> 1984065 T7597 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001/tempDir-001/jetty4
[junit4] 2> 1984066 T7597 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001/tempDir-001/jetty4/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001/tempDir-001/jetty4/index;done=false>>]
[junit4] 2> 1984067 T7597 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001/tempDir-001/jetty4/index
[junit4] 2> 1984066 T7774 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 23
[junit4] 2> 1984067 T7597 oasc.Overseer.close Overseer
(id=93157173044248589-127.0.0.1:56546_kz_bmb-n_0000000004) closing
[junit4] 2> 1984069 T7774 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:56546_kz_bmb
[junit4] 2> 1984073 T7762 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1985575 T7762 oascc.ZkStateReader$7.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 1985575 T7773 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 1985596 T7597 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/kz_bmb,null}
[junit4] 2> 1985782 T7597 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 1985784 T7597 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:56526 56526
[junit4] 2> 1985910 T7598 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:56526 56526
[junit4] 2> 1986405 T7598 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 20 /solr/configs/conf1
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=testDistribSearch
-Dtests.seed=BB6A8CF678F0215A -Dtests.slow=true -Dtests.locale=fi
-Dtests.timezone=CST6CDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.8s | TestSolrConfigHandlerCloud.testDistribSearch <<<
[junit4] > Throwable #1: java.lang.AssertionError: Could not delete
requestHandler
[junit4] > at
__randomizedtesting.SeedInfo.seed([BB6A8CF678F0215A:3A8C02EE0FAF4166]:0)
[junit4] > at
org.apache.solr.core.TestSolrConfigHandler.reqhandlertests(TestSolrConfigHandler.java:228)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqHandlerAPIs(TestSolrConfigHandlerCloud.java:88)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerCloud.doTest(TestSolrConfigHandlerCloud.java:74)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1986415 T7597 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud
BB6A8CF678F0215A-001
[junit4] 2> 62824 T7596 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene50, sim=DefaultSimilarity,
locale=fi, timezone=CST6CDT
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_72
(64-bit)/cpus=2,threads=1,free=376882984,total=519438336
[junit4] 2> NOTE: All tests run in this JVM: [MBeansHandlerTest,
TestCustomSort, PolyFieldTest, BasicDistributedZk2Test,
PreAnalyzedUpdateProcessorTest, TestCodecSupport, TestReRankQParserPlugin,
TestDefaultSearchFieldResource, SampleTest, TestPivotHelperCode, TestFiltering,
DistribDocExpirationUpdateProcessorTest, DeleteInactiveReplicaTest,
CoreAdminHandlerTest, TestTrie, CachingDirectoryFactoryTest,
ResponseLogComponentTest, BinaryUpdateRequestHandlerTest, BadCopyFieldTest,
DocExpirationUpdateProcessorFactoryTest, CollectionsAPIDistributedZkTest,
TestOrdValues, TestExactStatsCache, TestJoin, TestSimpleQParserPlugin,
TestLRUCache, TestCSVResponseWriter, TestConfig, ConvertedLegacyTest,
SuggesterWFSTTest, TestSolrJ, UpdateParamsTest, TestGroupingSearch,
LeaderInitiatedRecoveryOnCommitTest, TestStressReorder,
TestCollapseQParserPlugin, SortByFunctionTest, DistribCursorPagingTest,
TestDistributedMissingSort, TestImplicitCoreProperties,
TestLMDirichletSimilarityFactory, AutoCommitTest, TestInitParams,
TestXIncludeConfig, TestCollationField, InfoHandlerTest,
FullSolrCloudDistribCmdsTest, ClusterStateTest,
TestNonDefinedSimilarityFactory, TriLevelCompositeIdRoutingTest,
TestFreeTextSuggestions, TestFunctionQuery, DistributedFacetPivotLongTailTest,
OverseerTest, TestCoreDiscovery, SpellingQueryConverterTest,
PreAnalyzedFieldTest, TestSolrQueryParserDefaultOperatorResource,
BufferStoreTest, DistributedFacetPivotLargeTest, TermVectorComponentTest,
TestLFUCache, TestCollationFieldDocValues, TestRecoveryHdfs, TestIndexSearcher,
TestExtendedDismaxParser, TestHashPartitioner, TestSchemaSimilarityResource,
QueryElevationComponentTest, TestSearcherReuse,
TestManagedSchemaDynamicFieldResource, FileBasedSpellCheckerTest,
MergeStrategyTest, TestFieldResource, DistributedSuggestComponentTest,
SimpleMLTQParserTest, SpellPossibilityIteratorTest,
XsltUpdateRequestHandlerTest, ScriptEngineTest, CursorPagingTest,
TestRealTimeGet, TestStressLucene, TestZkChroot, TestLeaderElectionZkExpiry,
LoggingHandlerTest, TestPseudoReturnFields, TestSweetSpotSimilarityFactory,
DateMathParserTest, StressHdfsTest, HdfsDirectoryTest,
TestOverriddenPrefixQueryForCustomFieldType, URLClassifyProcessorTest,
TestReplicationHandler, TestReload, TestDefaultSimilarityFactory,
SpellCheckComponentTest, HdfsLockFactoryTest, TestAddFieldRealTimeGet,
TestCharFilters, QueryEqualityTest, TestSerializedLuceneMatchVersion,
DirectSolrSpellCheckerTest, TestBadConfig, TestManagedSchemaFieldResource,
DOMUtilTest, EnumFieldTest, AlternateDirectoryTest, RankQueryTest,
TestFastLRUCache, TestCloudSchemaless, TestBlobHandler,
TestSolrDeletionPolicy2, TestLuceneMatchVersion, TestSurroundQueryParser,
TestValueSourceCache, TestDynamicLoading, SolrTestCaseJ4Test,
TestRandomMergePolicy, HdfsBasicDistributedZk2Test,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ExternalCollectionsTest,
HdfsWriteToMultipleCollectionsTest, SolrCoreCheckLockOnStartupTest,
DocValuesMultiTest, OutputWriterTest, TestSolrXmlPersistor,
DistributedFacetPivotSmallAdvancedTest, RequestHandlersTest, TestFaceting,
TestSolrConfigHandlerCloud]
[junit4] Completed in 63.18s, 1 test, 1 failure <<< FAILURES!
[...truncated 1043 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:190: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970:
There were test failures: 463 suites, 1873 tests, 2 failures, 52 ignored (20
assumptions)
Total time: 159 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0
-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]