Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2331/
2 tests failed.
REGRESSION:
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch
Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily
Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can
happen, but shouldn't easily
at
__randomizedtesting.SeedInfo.seed([F3F9910F335E3722:721F1F174401571E]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:223)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
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.cloud.TestModifyConfFiles.testDistribSearch
Error Message:
expected:<[Error from server at https://127.0.0.1:57759/collection1: ]No file
name specifi...> but was:<[]No file name specifi...>
Stack Trace:
org.junit.ComparisonFailure: expected:<[Error from server at
https://127.0.0.1:57759/collection1: ]No file name specifi...> but was:<[]No
file name specifi...>
at
__randomizedtesting.SeedInfo.seed([F3F9910F335E3722:721F1F174401571E]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.TestModifyConfFiles.doTest(TestModifyConfFiles.java:65)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
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)
Build Log:
[...truncated 9149 lines...]
[junit4] Suite: org.apache.solr.cloud.TestModifyConfFiles
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/init-core-data-001
[junit4] 2> 30195 T21 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 30196 T21 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 30207 T21 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 30230 T21 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 30237 T22 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 30437 T21 oasc.ZkTestServer.run start zk server on port:56568
[junit4] 2> 30444 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 30712 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 30944 T29 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@47414b57
name:ZooKeeperConnection Watcher:127.0.0.1:56568 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 30945 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 30946 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 30959 T21 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 31094 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 31096 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 31099 T32 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4011088a
name:ZooKeeperConnection Watcher:127.0.0.1:56568/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 31099 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 31100 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 31109 T21 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 31115 T21 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 31120 T21 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 31124 T21 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 31130 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 31167 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 31175 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 31176 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 31182 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 31183 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 31189 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 31190 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 31195 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 31196 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 31202 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 31203 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 31208 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 31209 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 31215 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 31216 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 31221 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 31222 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 31227 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 31229 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 31234 T21 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 31235 T21 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 31266 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 31267 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 31270 T35 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5a3525c5
name:ZooKeeperConnection Watcher:127.0.0.1:56568/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 31271 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 31271 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 34487 T21 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 35140 T21 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 35203 T21 oejs.AbstractConnector.doStart Started
[email protected]:55135
[junit4] 2> 35495 T21 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 35496 T21 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 35496 T21 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002
[junit4] 2> 35497 T21 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/'
[junit4] 2> 35558 T21 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/solr.xml
[junit4] 2> 35669 T21 oasc.CoreContainer.<init> New CoreContainer 46266380
[junit4] 2> 35670 T21 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/]
[junit4] 2> 35758 T21 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 35759 T21 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 35759 T21 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 35760 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 35760 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 35761 T21 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 35761 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 35762 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 35762 T21 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 35763 T21 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 35767 T21 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 35770 T21 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 35771 T21 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 35771 T21 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 35772 T21 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:56568/solr
[junit4] 2> 35831 T21 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 35832 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 35833 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 35836 T48 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@556990a8
name:ZooKeeperConnection Watcher:127.0.0.1:56568 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 35837 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 35838 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 35860 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 35862 T51 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7948432f
name:ZooKeeperConnection Watcher:127.0.0.1:56568/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 35863 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 35881 T21 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4] 2> 35906 T21 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 35921 T21 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 35927 T21 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 35933 T21 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 35978 T21 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 35981 T21 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:55135_
[junit4] 2> 35988 T21 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:55135_
[junit4] 2> 35992 T21 oascc.SolrZkClient.makePath makePath: /overseer_elect
[junit4] 2> 35995 T21 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 35998 T21 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 36034 T21 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:55135_
[junit4] 2> 36035 T21 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 36039 T21 oasc.Overseer.start Overseer
(id=92974286953054212-127.0.0.1:55135_-n_0000000000) starting
[junit4] 2> 36081 T21 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 36127 T21 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 36156 T53 oasc.OverseerCollectionProcessor.run Process current
queue of collection creations
[junit4] 2> 36157 T21 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 36161 T21 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 36164 T21
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 36196 T52 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 36222 T55 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 36223 T55 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 36242 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 36242 T55 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 36255 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:55135",
[junit4] 2> "numShards":"1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":null,
[junit4] 2> "node_name":"127.0.0.1:55135_"}
[junit4] 2> 36275 T52 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection control_collection with shards [shard1]
[junit4] 2> 36308 T52 oasc.Overseer$ClusterStateUpdater.createCollection
state version control_collection 1
[junit4] 2> 36327 T52 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 36350 T51 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> 37244 T55 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 37244 T55 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:control_collection
[junit4] 2> 37246 T55 oasc.ZkController.createCollectionZkNode Collection
zkNode exists
[junit4] 2> 37246 T55 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 37248 T55 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 37249 T55 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/collection1/'
[junit4] 2> 37252 T55 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 37253 T55 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 37254 T55 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 37337 T55 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 37366 T55 oasc.Config.<init> loaded config solrconfig.xml with
version 0
[junit4] 2> 37498 T55 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 37568 T55 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 37571 T55 oass.IndexSchema.readSchema Reading Solr Schema from
/configs/conf1/schema.xml
[junit4] 2> 37652 T55 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 38268 T55 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 38292 T55 oass.IndexSchema.readSchema default search field in
schema is text
[junit4] 2> 38296 T55 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 38339 T55 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 38357 T55 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 38365 T55 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 38368 T55
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 38368 T55
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 38369 T55 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 38371 T55
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 38371 T55
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 38372 T55 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 38373 T55 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 38373 T55 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/control/data/
[junit4] 2> 38374 T55 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ada2d72
[junit4] 2> 38398 T55 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/control/data
[junit4] 2> 38398 T55 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/control/data/index/
[junit4] 2> 38399 T55 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 38400 T55 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/control/data/index
[junit4] 2> 38401 T55 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 38403 T55 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@3f3d370a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4be891f5),segFN=segments_1,generation=1}
[junit4] 2> 38403 T55 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 38415 T55 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 38580 T55 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 38581 T55 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 38581 T55 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 38582 T55 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 38582 T55 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 38583 T55 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 38584 T55 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 38584 T55 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 38596 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38597 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38599 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38601 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38603 T55 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 38605 T55 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 38606 T55 oasc.RequestHandlers.initHandlersFromConfig created
/replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 38608 T55 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 38610 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 38614 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 38616 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 38618 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 38620 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 38622 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 38623 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 38626 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 38628 T55 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 38629 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 38631 T55 oasc.RequestHandlers.initHandlersFromConfig created
/admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 38653 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38656 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38658 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38661 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38668 T55 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 38669 T55 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 38671 T55 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=31.22265625,
floorSegmentMB=1.52734375, forceMergeDeletesPctAllowed=12.540116176737811,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2245847457484838
[junit4] 2> 38673 T55 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@3f3d370a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4be891f5),segFN=segments_1,generation=1}
[junit4] 2> 38673 T55 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 38674 T55 oass.SolrIndexSearcher.<init> Opening
Searcher@16b1e830[collection1] main
[junit4] 2> 38675 T55 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 38677 T55 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 38678 T55 oasr.ManagedResourceStorage.newStorageIO Setting up
ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 38693 T55
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 38693 T55 oasr.RestManager.init Initializing RestManager with
initArgs: {}
[junit4] 2> 38694 T55 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 38695 T55
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 38696 T55 oasr.ManagedResourceStorage.load Loaded null at path
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 38697 T55 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 38701 T55
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 38702 T55 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 38702 T55 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 38710 T55 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 38713 T56 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@16b1e830[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 38714 T55 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 38715 T59 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:55135 collection:control_collection
shard:shard1
[junit4] 2> 38716 T21 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
[junit4] 2> 38717 T21 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 38764 T59 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 38771 T59 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 38773 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 38774 T59
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 38774 T59 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> 38777 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"}
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@494dcf34 url=https://127.0.0.1:55135/collection1
node=127.0.0.1:55135_ C3_STATE=coll:control_collection core:collection1
props:{state=down, core=collection1, base_url=https://127.0.0.1:55135,
node_name=127.0.0.1:55135_}
[junit4] 2> 38785 T59 C3 P55135 oasc.SyncStrategy.sync Sync replicas to
https://127.0.0.1:55135/collection1/
[junit4] 2> 38786 T59 C3 P55135 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 38786 T59 C3 P55135 oasc.SyncStrategy.syncToMe
https://127.0.0.1:55135/collection1/ has no replicas
[junit4] 2> 38787 T59 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: https://127.0.0.1:55135/collection1/ shard1
[junit4] 2> 38789 T51 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> 38806 T59 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 38812 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 38816 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"https://127.0.0.1:55135",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"}
[junit4] 2> 38891 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 38893 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 38895 T62 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7c57d968
name:ZooKeeperConnection Watcher:127.0.0.1:56568/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 38895 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 38896 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 38897 T21
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 38904 T21 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 38922 T62 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> 38922 T51 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> 38965 T59 oasc.ZkController.register We are
https://127.0.0.1:55135/collection1/ and leader is
https://127.0.0.1:55135/collection1/
[junit4] 2> 38966 T59 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=https://127.0.0.1:55135
[junit4] 2> 38967 T59 oasc.ZkController.checkRecovery I am the leader, no
recovery necessary
[junit4] 2> 38967 T59 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 38968 T59 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 38970 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 38978 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:55135",
[junit4] 2> "numShards":"2",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "node_name":"127.0.0.1:55135_"}
[junit4] 2> 39086 T51 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> 39086 T62 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> 40883 T21 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 40893 T21 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 40945 T21 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 40949 T21 oejs.AbstractConnector.doStart Started
[email protected]:51343
[junit4] 2> 40953 T21 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 40953 T21 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 40954 T21 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003
[junit4] 2> 40954 T21 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/'
[junit4] 2> 40998 T21 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/solr.xml
[junit4] 2> 41089 T21 oasc.CoreContainer.<init> New CoreContainer
1408088949
[junit4] 2> 41090 T21 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/]
[junit4] 2> 41091 T21 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 41091 T21 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 41092 T21 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 41092 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 41093 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 41093 T21 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 41093 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 41094 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 41094 T21 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 41095 T21 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 41098 T21 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 41101 T21 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 41101 T21 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 41102 T21 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 41102 T21 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:56568/solr
[junit4] 2> 41103 T21 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 41103 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 41104 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 41106 T74 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4036a060
name:ZooKeeperConnection Watcher:127.0.0.1:56568 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 41107 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 41107 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 41110 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 41112 T77 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@50b68ec6
name:ZooKeeperConnection Watcher:127.0.0.1:56568/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 41112 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 41121 T21
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 42126 T21 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:51343_
[junit4] 2> 42128 T21 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51343_
[junit4] 2> 42133 T21 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 42147 T78 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 42148 T78 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 42149 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 42149 T78 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 42155 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:51343",
[junit4] 2> "numShards":"2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "node_name":"127.0.0.1:51343_"}
[junit4] 2> 42155 T52 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection collection1 with shards [shard1, shard2]
[junit4] 2> 42156 T52 oasc.Overseer$ClusterStateUpdater.createCollection
state version collection1 1
[junit4] 2> 42156 T52 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard2
[junit4] 2> 42161 T77 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 42161 T51 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 42161 T62 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 43150 T78 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 43151 T78 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 43153 T78 oasc.ZkController.createCollectionZkNode Collection
zkNode exists
[junit4] 2> 43153 T78 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 43155 T78 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 43156 T78 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/collection1/'
[junit4] 2> 43159 T78 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 43160 T78 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 43161 T78 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 43203 T78 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 43208 T78 oasc.Config.<init> loaded config solrconfig.xml with
version 0
[junit4] 2> 43263 T78 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 43331 T78 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 43334 T78 oass.IndexSchema.readSchema Reading Solr Schema from
/configs/conf1/schema.xml
[junit4] 2> 43393 T78 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 43934 T78 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 43956 T78 oass.IndexSchema.readSchema default search field in
schema is text
[junit4] 2> 43960 T78 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 43993 T78 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 43999 T78 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 44005 T78 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 44008 T78
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 44008 T78
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 44008 T78 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 44010 T78
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 44010 T78
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 44011 T78 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 44011 T78 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 44012 T78 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty1/
[junit4] 2> 44012 T78 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ada2d72
[junit4] 2> 44013 T78 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty1
[junit4] 2> 44014 T78 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty1/index/
[junit4] 2> 44014 T78 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 44014 T78 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty1/index
[junit4] 2> 44015 T78 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 44016 T78 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@334c3ee7
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52b5ca00),segFN=segments_1,generation=1}
[junit4] 2> 44016 T78 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 44027 T78 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 44028 T78 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 44028 T78 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 44029 T78 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 44029 T78 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 44029 T78 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 44030 T78 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 44031 T78 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 44031 T78 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 44033 T78 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 44035 T78 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 44037 T78 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 44039 T78 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 44040 T78 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 44042 T78 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 44057 T78 oasc.RequestHandlers.initHandlersFromConfig created
/replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 44059 T78 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 44061 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 44063 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 44064 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 44066 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 44068 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 44069 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 44071 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 44072 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 44074 T78 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 44076 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 44077 T78 oasc.RequestHandlers.initHandlersFromConfig created
/admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 44098 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 44101 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 44103 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 44105 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 44110 T78 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 44111 T78 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 44113 T78 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=31.22265625,
floorSegmentMB=1.52734375, forceMergeDeletesPctAllowed=12.540116176737811,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2245847457484838
[junit4] 2> 44114 T78 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@334c3ee7
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52b5ca00),segFN=segments_1,generation=1}
[junit4] 2> 44115 T78 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 44115 T78 oass.SolrIndexSearcher.<init> Opening
Searcher@2df2bc4e[collection1] main
[junit4] 2> 44116 T78 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 44118 T78 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 44118 T78 oasr.ManagedResourceStorage.newStorageIO Setting up
ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 44119 T78
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 44119 T78 oasr.RestManager.init Initializing RestManager with
initArgs: {}
[junit4] 2> 44120 T78 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 44122 T78
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 44122 T78 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 44122 T78 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 44123 T78 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 44123 T78 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 44128 T79 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2df2bc4e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 44129 T78 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 44130 T82 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:51343 collection:collection1
shard:shard2
[junit4] 2> 44131 T21 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
[junit4] 2> 44132 T21 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 44132 T82 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 44142 T82 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 44154 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 44155 T82
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 44156 T82 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@66893099 url=https://127.0.0.1:51343/collection1
node=127.0.0.1:51343_ C4_STATE=coll:collection1 core:collection1
props:{state=down, core=collection1, base_url=https://127.0.0.1:51343,
node_name=127.0.0.1:51343_}
[junit4] 2> 44156 T82 C4 P51343 oasc.SyncStrategy.sync Sync replicas to
https://127.0.0.1:51343/collection1/
[junit4] 2> 44157 T82 C4 P51343 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 44158 T82 C4 P51343 oasc.SyncStrategy.syncToMe
https://127.0.0.1:51343/collection1/ has no replicas
[junit4] 2> 44158 T82 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: https://127.0.0.1:51343/collection1/ shard2
[junit4] 2> 44158 T82 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 44161 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"}
[junit4] 2> 44167 T77 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44168 T62 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44167 T51 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44178 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:51343",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"}
[junit4] 2> 44182 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 44185 T62 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44185 T77 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44185 T51 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44221 T82 oasc.ZkController.register We are
https://127.0.0.1:51343/collection1/ and leader is
https://127.0.0.1:51343/collection1/
[junit4] 2> 44222 T82 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=https://127.0.0.1:51343
[junit4] 2> 44223 T82 oasc.ZkController.checkRecovery I am the leader, no
recovery necessary
[junit4] 2> 44224 T82 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 44224 T82 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 44228 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 44234 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:51343",
[junit4] 2> "numShards":"2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "node_name":"127.0.0.1:51343_"}
[junit4] 2> 44342 T51 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44342 T77 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 44342 T62 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 45672 T21 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 45673 T21 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 45681 T21 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 45685 T21 oejs.AbstractConnector.doStart Started
[email protected]:28896
[junit4] 2> 45689 T21 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 45690 T21 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 45690 T21 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004
[junit4] 2> 45691 T21 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/'
[junit4] 2> 45728 T21 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/solr.xml
[junit4] 2> 45801 T21 oasc.CoreContainer.<init> New CoreContainer
1505607488
[junit4] 2> 45802 T21 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/]
[junit4] 2> 45803 T21 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 45803 T21 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 45804 T21 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 45804 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 45805 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 45805 T21 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 45805 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 45806 T21 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 45806 T21 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 45806 T21 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 45810 T21 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 45813 T21 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 45813 T21 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 45814 T21 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 45814 T21 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:56568/solr
[junit4] 2> 45815 T21 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 45815 T21
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 45816 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 45819 T94 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1ddc3fb2
name:ZooKeeperConnection Watcher:127.0.0.1:56568 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 45819 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 45820 T21 oascc.SolrZkClient.createZkACLProvider Using default
ZkACLProvider
[junit4] 2> 45823 T21 oascc.ConnectionManager.waitForConnected Waiting for
client to connect to ZooKeeper
[junit4] 2> 45825 T97 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2052c9cf
name:ZooKeeperConnection Watcher:127.0.0.1:56568/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 45825 T21 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 45833 T21
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 46840 T21 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:28896_
[junit4] 2> 46841 T21 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:28896_
[junit4] 2> 46849 T21 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 46862 T98 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 46862 T98 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 46864 T51 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 46864 T98 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 46870 T52 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:28896",
[junit4] 2> "numShards":"2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "node_name":"127.0.0.1:28896_"}
[junit4] 2> 46871 T52 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=2
[junit4] 2> 46871 T52 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 46877 T62 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 46877 T51 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 46877 T97 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 46877 T77 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 47865 T98 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 47866 T98 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 47868 T98 oasc.ZkController.createCollectionZkNode Collection
zkNode exists
[junit4] 2> 47868 T98 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 47870 T98 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 47871 T98 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/collection1/'
[junit4] 2> 47873 T98 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 47874 T98 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 47874 T98 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 47915 T98 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 47920 T98 oasc.Config.<init> loaded config solrconfig.xml with
version 0
[junit4] 2> 47971 T98 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 48015 T98 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 48017 T98 oass.IndexSchema.readSchema Reading Solr Schema from
/configs/conf1/schema.xml
[junit4] 2> 48056 T98 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 48431 T98 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 48446 T98 oass.IndexSchema.readSchema default search field in
schema is text
[junit4] 2> 48449 T98 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 48477 T98 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 48483 T98 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 48488 T98 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 48489 T98
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 48490 T98
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 48490 T98 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 48492 T98
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 48492 T98
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 48492 T98 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 48493 T98 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 48493 T98 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-004/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty2/
[junit4] 2> 48493 T98 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ada2d72
[junit4] 2> 48494 T98 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty2
[junit4] 2> 48495 T98 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty2/index/
[junit4] 2> 48495 T98 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 48495 T98 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.TestModifyConfFiles-F3F9910F335E3722-001/tempDir-001/jetty2/index
[junit4] 2> 48496 T98 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 48497 T98 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@49507550
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4145fcca),segFN=segments_1,generation=1}
[junit4] 2> 48497 T98 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 48506 T98 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 48507 T98 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 48507 T98 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 48507 T98 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 48508 T98 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 48508 T98 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 48509 T98 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 48509 T98 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 48510 T98 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 48511 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 48513 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 48514 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 48515 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 48517 T98 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 48518 T98 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 48520 T98 oasc.RequestHandlers.initHandlersFromConfig created
/replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 48522 T98 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 48523 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 48525 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 48527 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 48529 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 48531 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 48533 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 48535 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 48537 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 48538 T98 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 48539 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 48539 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 48555 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 48556 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 48558 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 48560 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 48564 T98 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 48564 T98 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 48566 T98 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=31.22265625,
floorSegmentMB=1.52734375, forceMergeDeletesPctAllowed=12.540116176737811,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2245847457484838
[junit4] 2> 48567 T98 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@49507550
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4145fcca),segFN=segments_1,generation=1}
[junit4] 2> 48567 T98 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 48567 T98 oass.SolrIndexSearcher.<init> Opening
Searcher@52c62ad9[collection1] main
[junit4] 2> 48568 T98 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 48569 T98 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 48570 T98 oasr.ManagedResourceStorage.newStorageIO Setting up
ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 48570 T98
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 48571 T98 oasr.RestManager.init Initializing RestManager with
initArgs: {}
[junit4] 2> 48571 T98 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 48572 T98
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 48573 T98 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 48573 T98 oasr.ManagedResource.reloadFromStorage Loade
[...truncated too long message...]
kControl.forkTimeoutingTask(ThreadLeakControl.java:798)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 515418 T544 oasc.CachingDirectoryFactory.close Closing
StandardDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 515418 T544 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001/tempDir-001/jetty2/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001/tempDir-001/jetty2/index;done=false>>]
[junit4] 2> 515419 T544 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001/tempDir-001/jetty2/index
[junit4] 2> 515419 T544 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001/tempDir-001/jetty2
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001/tempDir-001/jetty2;done=false>>]
[junit4] 2> 515419 T544 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001/tempDir-001/jetty2
[junit4] 2> 515421 T544 oasc.Overseer.close Overseer
(id=92974309646598152-127.0.0.1:37062_wld%2Fx-n_0000000002) closing
[junit4] 2> 515421 T644 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:37062_wld%2Fx
[junit4] 2> 516923 T643 oascc.ZkStateReader$3.process WARN ZooKeeper watch
triggered, but Solr cannot talk to ZK
[junit4] 2> 516926 T544 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/wld/x,null}
[junit4] 2> 521929 T544 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 521930 T544 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:24580 24580
[junit4] 2> 521998 T545 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:24580 24580
[junit4] 2> 521999 T545 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 2
/solr/overseer_elect/election/92974309646598147-127.0.0.1:64545_wld%2Fx-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=testDistribSearch
-Dtests.seed=F3F9910F335E3722 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ar_JO -Dtests.timezone=Pacific/Nauru -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 145s J3 | ChaosMonkeyNothingIsSafeTest.testDistribSearch
<<<
[junit4] > Throwable #1: java.lang.AssertionError: There were too many
update fails - we expect it can happen, but shouldn't easily
[junit4] > at
__randomizedtesting.SeedInfo.seed([F3F9910F335E3722:721F1F174401571E]:0)
[junit4] > at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:223)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 522014 T544 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-F3F9910F335E3722-001
[junit4] 2> 145201 T543 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_i=PostingsFormat(name=Direct), rnd_b=PostingsFormat(name=Direct),
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=PostingsFormat(name=Direct)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_JO,
timezone=Pacific/Nauru
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=128838856,total=252182528
[junit4] 2> NOTE: All tests run in this JVM: [TermVectorComponentTest,
TestIBSimilarityFactory, ShardRoutingCustomTest, TestPostingsSolrHighlighter,
QueryElevationComponentTest, LeaderElectionIntegrationTest, TestGroupingSearch,
ScriptEngineTest, UniqFieldsUpdateProcessorFactoryTest,
HdfsBasicDistributedZkTest, FileUtilsTest, SoftAutoCommitTest,
TestStressReorder, ChaosMonkeySafeLeaderTest, TestXIncludeConfig,
ChaosMonkeyNothingIsSafeTest]
[junit4] Completed on J3 in 145.99s, 1 test, 1 failure <<< FAILURES!
[...truncated 1269 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:190:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
There were test failures: 450 suites, 1845 tests, 2 failures, 60 ignored (23
assumptions)
Total time: 62 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2329
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 184441417 bytes
Compression is 0.0%
Took 40 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]