Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1952/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: false)
3 tests failed.
FAILED:
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch
Error Message:
There are still nodes recoverying - waited for 30 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30
seconds
at
__randomizedtesting.SeedInfo.seed([34FBDCA1467722B2:B51D52B93128428E]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:178)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:840)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1459)
at
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.doTest(DistribDocExpirationUpdateProcessorTest.java:79)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.RemoteQueryErrorTest.testDistribSearch
Error Message:
expected:<[]Document is missing ...> but was:<[Error from server at
https://127.0.0.1:60267/qt/y/collection1: ]Document is missing ...>
Stack Trace:
org.junit.ComparisonFailure: expected:<[]Document is missing ...> but
was:<[Error from server at https://127.0.0.1:60267/qt/y/collection1: ]Document
is missing ...>
at
__randomizedtesting.SeedInfo.seed([34FBDCA1467722B2:B51D52B93128428E]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.RemoteQueryErrorTest.doTest(RemoteQueryErrorTest.java:63)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.TestModifyConfFiles.testDistribSearch
Error Message:
expected:<[Error from server at https://127.0.0.1:57361/pl_/collection1: ]Input
stream list wa...> but was:<[]Input stream list wa...>
Stack Trace:
org.junit.ComparisonFailure: expected:<[Error from server at
https://127.0.0.1:57361/pl_/collection1: ]Input stream list wa...> but
was:<[]Input stream list wa...>
at
__randomizedtesting.SeedInfo.seed([34FBDCA1467722B2:B51D52B93128428E]: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:51)
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 9181 lines...]
[junit4] Suite: org.apache.solr.cloud.TestModifyConfFiles
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/init-core-data-001
[junit4] 2> 1582630 T3967 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 1582631 T3967
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /pl_/
[junit4] 2> 1582637 T3967 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 1582639 T3967 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1582640 T3968 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1582740 T3967 oasc.ZkTestServer.run start zk server on
port:57352
[junit4] 2> 1582741 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1582743 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1582756 T3975 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2e7e6c8f
name:ZooKeeperConnection Watcher:127.0.0.1:57352 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1582757 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1582758 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1582758 T3967 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1582769 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1582771 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1582775 T3978 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4f53e5d1
name:ZooKeeperConnection Watcher:127.0.0.1:57352/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1582776 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1582776 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1582776 T3967 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1582786 T3967 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1582796 T3967 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1582803 T3967 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1582811 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1582813 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1582823 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1582824 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1582835 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1582836 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1582842 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1582842 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1582848 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1582849 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1582855 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1582855 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1582863 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1582864 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1582871 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1582872 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1582879 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1582880 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1582888 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1582889 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1582896 T3967 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1582896 T3967 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1582903 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1582905 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1582910 T3981 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5ebf76a6
name:ZooKeeperConnection Watcher:127.0.0.1:57352/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1582910 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1582911 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1584906 T3967 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1584913 T3967 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3,
TLSv1, TLSv1.1, TLSv1.2]
[junit4] 2> 1584922 T3967 oejs.AbstractConnector.doStart Started
[email protected]:57356
[junit4] 2> 1584925 T3967 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1584925 T3967 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1584926 T3967 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002
[junit4] 2> 1584926 T3967 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/'
[junit4] 2> 1585010 T3967 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/solr.xml
[junit4] 2> 1585081 T3967 oasc.CoreContainer.<init> New CoreContainer
964101645
[junit4] 2> 1585081 T3967 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/]
[junit4] 2> 1585083 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1585083 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1585084 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1585084 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1585084 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1585085 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1585085 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1585085 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1585086 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1585086 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1585090 T3967 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 1585091 T3967 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1585091 T3967 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1585092 T3967 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1585093 T3967 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:57352/solr
[junit4] 2> 1585093 T3967 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1585093 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1585095 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1585099 T3993 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@253978c9
name:ZooKeeperConnection Watcher:127.0.0.1:57352 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1585100 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1585101 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1585110 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1585111 T3996 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@212608a8
name:ZooKeeperConnection Watcher:127.0.0.1:57352/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1585112 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1585115 T3967 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1585126 T3967 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1585135 T3967 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1585144 T3967 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1585153 T3967 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1585165 T3967 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1585170 T3967 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57356_pl_
[junit4] 2> 1585172 T3967 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:57356_pl_
[junit4] 2> 1585181 T3967 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1585187 T3967 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1585194 T3967 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1585200 T3967 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:57356_pl_
[junit4] 2> 1585201 T3967 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1585207 T3967 oasc.Overseer.start Overseer
(id=92973405209034756-127.0.0.1:57356_pl_-n_0000000000) starting
[junit4] 2> 1585215 T3967 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1585245 T3967 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1585247 T3998 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1585249 T3967 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1585257 T3967 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1585262 T3967
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1585276 T3997 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1585288 T4000 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 1585289 T4000 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1585291 T4000 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1585291 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1585302 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:57356_pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:57356/pl_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "shard":null}
[junit4] 2> 1585302 T3997
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 1585303 T3997
oasc.Overseer$ClusterStateUpdater.createCollection state version
control_collection 1
[junit4] 2> 1585303 T3997 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 1585311 T3996 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> 1586292 T4000 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1586292 T4000 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 1586295 T4000 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1586295 T4000 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1586302 T4000 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1586302 T4000 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/collection1/'
[junit4] 2> 1586305 T4000 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 1586310 T4000 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 1586312 T4000 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 1586352 T4000 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1586359 T4000 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1586412 T4000 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1586477 T4000 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1586481 T4000 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1586497 T4000 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1586962 T4000 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1586973 T4000 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1586975 T4000 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1587012 T4000 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1587020 T4000 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1587027 T4000 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1587032 T4000
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1587033 T4000
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1587033 T4000 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1587037 T4000
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1587037 T4000
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1587037 T4000 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 1587037 T4000 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1587038 T4000 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-002/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/control/data/
[junit4] 2> 1587038 T4000 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4ec3ee8
[junit4] 2> 1587040 T4000 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/control/data
[junit4] 2> 1587041 T4000 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/control/data/index/
[junit4] 2> 1587041 T4000 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1587041 T4000 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/control/data/index
[junit4] 2> 1587042 T4000 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=47.1474609375,
floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=10.601667528001682,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1587043 T4000 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@261d9069
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ef3f10b),segFN=segments_1,generation=1}
[junit4] 2> 1587043 T4000 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1587051 T4000 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1587052 T4000 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1587053 T4000 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1587053 T4000 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1587053 T4000 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1587053 T4000 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1587054 T4000 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1587054 T4000 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1587054 T4000 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1587055 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1587056 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1587057 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1587057 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1587058 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1587059 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1587059 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1587060 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1587060 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1587062 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1587064 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1587064 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1587064 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1587065 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1587065 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1587066 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1587066 T4000 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1587067 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1587067 T4000 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 1587080 T4000 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1587081 T4000 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1587085 T4000 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1587087 T4000 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1587092 T4000 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1587092 T4000 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1587092 T4000 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.19448427239970548]
[junit4] 2> 1587093 T4000 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@261d9069
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ef3f10b),segFN=segments_1,generation=1}
[junit4] 2> 1587093 T4000 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1587093 T4000 oass.SolrIndexSearcher.<init> Opening
Searcher@405baab9[collection1] main
[junit4] 2> 1587093 T4000 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1587096 T4000 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1587096 T4000 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1587098 T4000
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1587099 T4000 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1587099 T4000 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1587101 T4000
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1587101 T4000 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1587104 T4000 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 1587111 T4000
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 1587111 T4000 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1587112 T4000 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1587112 T4000 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1587113 T4000 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1587113 T4001 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@405baab9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1587115 T4004 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:57356/pl_
collection:control_collection shard:shard1
[junit4] 2> 1587116 T3967 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 1587116 T3967 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1587117 T4004 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1587127 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1587131 T4004 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 1587136 T4004
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1587136 T4004 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C745 name=collection1
org.apache.solr.core.SolrCore@8ecd29
url=https://127.0.0.1:57356/pl_/collection1 node=127.0.0.1:57356_pl_
C745_STATE=coll:control_collection core:collection1
props:{node_name=127.0.0.1:57356_pl_, core=collection1,
base_url=https://127.0.0.1:57356/pl_, state=down}
[junit4] 2> 1587137 T4004 C745 P57356 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:57356/pl_/collection1/
[junit4] 2> 1587137 T4004 C745 P57356 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1587138 T4004 C745 P57356 oasc.SyncStrategy.syncToMe
https://127.0.0.1:57356/pl_/collection1/ has no replicas
[junit4] 2> 1587138 T4004 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:57356/pl_/collection1/ shard1
[junit4] 2> 1587139 T4004 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1587139 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1587140 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1587145 T4007 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@385b8f30
name:ZooKeeperConnection Watcher:127.0.0.1:57352/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1587145 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1587146 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1587148 T3967
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1587156 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"}
[junit4] 2> 1587158 T3967 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1587159 T3967 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1587159 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1587160 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1587164 T4010 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4c6e997c
name:ZooKeeperConnection Watcher:127.0.0.1:57352/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1587165 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1587165 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1587166 T3996 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> 1587167 T4007 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> 1587184 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"https://127.0.0.1:57356/pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"}
[junit4] 2> 1587189 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1587190 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":2}
[junit4] 2> 1587191 T3997
oasc.Overseer$ClusterStateUpdater.buildCollection Building a new collection:
collection1
[junit4] 2> 1587191 T3997
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2]
[junit4] 2> 1587191 T3997
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 1587197 T3997 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 1587200 T4007 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> 1587201 T3996 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> 1587218 T4004 oasc.ZkController.register We are
https://127.0.0.1:57356/pl_/collection1/ and leader is
https://127.0.0.1:57356/pl_/collection1/
[junit4] 2> 1587218 T4004 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:57356/pl_
[junit4] 2> 1587218 T4004 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1587218 T4004 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 1587219 T4004 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1587221 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1587230 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:57356_pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:57356/pl_",
[junit4] 2> "numShards":"2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "operation":"state",
[junit4] 2> "shard":"shard1"}
[junit4] 2> 1587339 T4007 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> 1587339 T3996 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> 1589095 T3967 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 1589095 T3967 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1589109 T3967 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3,
TLSv1, TLSv1.1, TLSv1.2]
[junit4] 2> 1589110 T3967 oejs.AbstractConnector.doStart Started
[email protected]:57361
[junit4] 2> 1589116 T3967 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1589117 T3967 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1589118 T3967 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003
[junit4] 2> 1589118 T3967 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/'
[junit4] 2> 1589176 T3967 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/solr.xml
[junit4] 2> 1589257 T3967 oasc.CoreContainer.<init> New CoreContainer
1951781510
[junit4] 2> 1589257 T3967 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/]
[junit4] 2> 1589260 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1589260 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1589261 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1589261 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1589262 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1589262 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1589263 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1589263 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1589264 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1589264 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1589268 T3967 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 1589271 T3967 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1589271 T3967 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1589271 T3967 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1589272 T3967 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:57352/solr
[junit4] 2> 1589272 T3967 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1589272 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1589274 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1589279 T4022 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@631b5b08
name:ZooKeeperConnection Watcher:127.0.0.1:57352 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1589280 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1589281 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1589290 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1589294 T4025 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f0c2d7b name:ZooKeeperConnection
Watcher:127.0.0.1:57352/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1589295 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1589321 T3967
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1590347 T3967 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57361_pl_
[junit4] 2> 1590350 T3967 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:57361_pl_
[junit4] 2> 1590366 T3967 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1590393 T4026 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1590393 T4026 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1590400 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1590402 T4026 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 1590402 T4026 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 1590404 T4026 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1590409 T4026 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 1590410 T4026 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1590431 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:57361_pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:57361/pl_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "shard":null}
[junit4] 2> 1590444 T3997 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=2
[junit4] 2> 1590447 T3997 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard2
[junit4] 2> 1590465 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1590466 T3997 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 1590468 T4025 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1590470 T4025 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 1591411 T4026 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1591413 T4026 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1591416 T4026 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1591416 T4026 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1591423 T4026 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1591423 T4026 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/collection1/'
[junit4] 2> 1591426 T4026 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 1591427 T4026 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 1591428 T4026 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 1591484 T4026 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1591491 T4026 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1591548 T4026 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1591598 T4026 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1591602 T4026 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1591611 T4026 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1592120 T4026 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1592129 T4026 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1592133 T4026 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1592170 T4026 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1592177 T4026 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1592186 T4026 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1592190 T4026
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1592191 T4026
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1592191 T4026 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1592194 T4026
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1592194 T4026
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1592194 T4026 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1592194 T4026 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1592195 T4026 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-003/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/jetty1/
[junit4] 2> 1592195 T4026 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4ec3ee8
[junit4] 2> 1592195 T4026 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/jetty1
[junit4] 2> 1592197 T4026 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/jetty1/index/
[junit4] 2> 1592197 T4026 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 1592197 T4026 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/jetty1/index
[junit4] 2> 1592198 T4026 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=47.1474609375,
floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=10.601667528001682,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1592199 T4026 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@46867430
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25361f7c),segFN=segments_1,generation=1}
[junit4] 2> 1592199 T4026 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1592209 T4026 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1592210 T4026 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1592210 T4026 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1592210 T4026 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1592211 T4026 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1592212 T4026 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1592212 T4026 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1592212 T4026 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1592213 T4026 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1592214 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1592215 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1592216 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1592217 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1592218 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1592218 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1592220 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1592221 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1592222 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1592224 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1592225 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1592225 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1592226 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1592227 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1592228 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1592229 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1592229 T4026 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1592230 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1592231 T4026 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 1592242 T4026 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1592245 T4026 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1592246 T4026 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1592248 T4026 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1592253 T4026 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1592253 T4026 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1592254 T4026 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.19448427239970548]
[junit4] 2> 1592254 T4026 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@46867430
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25361f7c),segFN=segments_1,generation=1}
[junit4] 2> 1592254 T4026 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1592255 T4026 oass.SolrIndexSearcher.<init> Opening
Searcher@7cb5cc6b[collection1] main
[junit4] 2> 1592256 T4026 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1592259 T4026 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1592259 T4026 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1592260 T4026
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1592260 T4026 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1592261 T4026 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1592264 T4026
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 1592265 T4026 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1592265 T4026 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 1592265 T4026 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1592265 T4026 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1592268 T4027 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7cb5cc6b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1592268 T4026 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1592271 T4030 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:57361/pl_ collection:collection1
shard:shard2
[junit4] 2> 1592271 T3967 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 1592271 T3967 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1592273 T4030 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1592287 T4030 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 1592293 T4030
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1592293 T4030 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C746 name=collection1
org.apache.solr.core.SolrCore@79ffc073
url=https://127.0.0.1:57361/pl_/collection1 node=127.0.0.1:57361_pl_
C746_STATE=coll:collection1 core:collection1
props:{node_name=127.0.0.1:57361_pl_, core=collection1,
base_url=https://127.0.0.1:57361/pl_, state=down}
[junit4] 2> 1592293 T4030 C746 P57361 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:57361/pl_/collection1/
[junit4] 2> 1592293 T4030 C746 P57361 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1592294 T4030 C746 P57361 oasc.SyncStrategy.syncToMe
https://127.0.0.1:57361/pl_/collection1/ has no replicas
[junit4] 2> 1592294 T4030 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:57361/pl_/collection1/ shard2
[junit4] 2> 1592294 T4030 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 1592296 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1592308 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"}
[junit4] 2> 1592317 T3997 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 1592320 T4025 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1592322 T4025 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 1592338 T3997 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:57361/pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"}
[junit4] 2> 1592345 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1592347 T3997 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 1592348 T4025 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1592350 T4025 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1592376 T4030 oasc.ZkController.register We are
https://127.0.0.1:57361/pl_/collection1/ and leader is
https://127.0.0.1:57361/pl_/collection1/
[junit4] 2> 1592376 T4030 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:57361/pl_
[junit4] 2> 1592376 T4030 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1592376 T4030 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 1592377 T4030 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1592379 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1592395 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:57361_pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:57361/pl_",
[junit4] 2> "numShards":"2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "operation":"state",
[junit4] 2> "shard":"shard2"}
[junit4] 2> 1592397 T4030 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1592411 T3997 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 1592414 T4025 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1592416 T4025 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1594232 T3967 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 1594234 T3967 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1594243 T3967 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3,
TLSv1, TLSv1.1, TLSv1.2]
[junit4] 2> 1594248 T3967 oejs.AbstractConnector.doStart Started
[email protected]:57364
[junit4] 2> 1594253 T3967 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1594253 T3967 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1594254 T3967 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004
[junit4] 2> 1594254 T3967 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/'
[junit4] 2> 1594300 T3967 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/solr.xml
[junit4] 2> 1594384 T3967 oasc.CoreContainer.<init> New CoreContainer
139035184
[junit4] 2> 1594385 T3967 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/]
[junit4] 2> 1594386 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1594386 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1594387 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1594387 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1594387 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1594388 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1594388 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1594389 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1594389 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1594389 T3967 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1594392 T3967 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 1594396 T3967 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1594396 T3967 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1594396 T3967 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1594397 T3967 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:57352/solr
[junit4] 2> 1594397 T3967 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1594397 T3967
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1594399 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1594403 T4042 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@21f732e8
name:ZooKeeperConnection Watcher:127.0.0.1:57352 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1594404 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1594405 T3967 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1594411 T3967 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1594416 T4045 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@fd40553 name:ZooKeeperConnection
Watcher:127.0.0.1:57352/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1594417 T3967 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1594444 T3967
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1595467 T3967 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57364_pl_
[junit4] 2> 1595473 T3967 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:57364_pl_
[junit4] 2> 1595491 T3967 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1595522 T4046 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1595522 T4046 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1595527 T3996 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1595530 T4046 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 1595530 T4046 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 1595533 T4046 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1595536 T4046 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1595537 T4046 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1595539 T3997 oasc.Overseer$ClusterStateUpdater.processMessage
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:57364_pl_",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:57364/pl_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "shard":null}
[junit4] 2> 1595550 T3997 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=2
[junit4] 2> 1595554 T3997 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 1595572 T3997 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 1595575 T4025 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1595575 T4045 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1595577 T4025 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1595577 T4045 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1596538 T4046 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1596538 T4046 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1596542 T4046 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1596542 T4046 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1596550 T4046 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1596551 T4046 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/collection1/'
[junit4] 2> 1596554 T4046 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 1596555 T4046 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 1596556 T4046 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 1596591 T4046 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1596599 T4046 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1596645 T4046 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1596708 T4046 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1596711 T4046 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1596735 T4046 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1597203 T4046 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1597212 T4046 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1597215 T4046 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1597251 T4046 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1597258 T4046 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1597265 T4046 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1597270 T4046
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1597271 T4046
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1597272 T4046 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1597276 T4046
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1597276 T4046
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1597276 T4046 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1597277 T4046 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1597277 T4046 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-004/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-34FBDCA1467722B2-001/tempDir-001/jetty2/
[junit4] 2> 1597278 T4046 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4ec3ee8
[junit4] 2>
[...truncated too long message...]
dsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6318,
maxDocsPerChunk=626),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=6318)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {},
locale=ja, timezone=America/Curacao
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67
(64-bit)/cpus=2,threads=1,free=96112280,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestQueryUtils,
SolrXmlInZkTest, TestAddFieldRealTimeGet,
DistributedQueryElevationComponentTest, NoCacheHeaderTest,
TestMergePolicyConfig, HighlighterMaxOffsetTest, DocumentBuilderTest,
OpenExchangeRatesOrgProviderTest, TestFuzzyAnalyzedSuggestions,
TestReplicationHandler, TestCharFilters, TestBinaryResponseWriter, SOLR749Test,
SpellCheckComponentTest, DirectUpdateHandlerTest,
HdfsCollectionsAPIDistributedZkTest, TestSortingResponseWriter,
TestSystemIdResolver, RequiredFieldsTest, TestRandomDVFaceting,
CloudExitableDirectoryReaderTest, HdfsBasicDistributedZkTest,
CoreContainerCoreInitFailuresTest, TestCopyFieldCollectionResource,
ScriptEngineTest, DisMaxRequestHandlerTest, SolrCoreCheckLockOnStartupTest,
FullSolrCloudDistribCmdsTest, AtomicUpdatesTest, TestRangeQuery,
TestSolrConfigHandlerConcurrent, JSONWriterTest, HdfsUnloadDistributedZkTest,
TestRandomMergePolicy, TriLevelCompositeIdRoutingTest, CustomCollectionTest,
ZkSolrClientTest, PluginInfoTest, DistributedQueueTest, BasicZkTest,
TestSolrCoreProperties, SolrPluginUtilsTest, SpellingQueryConverterTest,
CollectionsAPIAsyncDistributedZkTest, ShardSplitTest, ClusterStateTest,
TestStressVersions, TestQuerySenderNoQuery,
DistributedQueryComponentCustomSortTest, TestFieldTypeResource,
IndexBasedSpellCheckerTest, HardAutoCommitTest, FileUtilsTest, BJQParserTest,
HttpPartitionTest, MultiThreadedOCPTest, TestModifyConfFiles,
ResourceLoaderTest, DirectSolrConnectionTest, TestPhraseSuggestions,
DocExpirationUpdateProcessorFactoryTest, TestCollationField, TestSolrXml,
TestComplexPhraseQParserPlugin, UUIDFieldTest, QueryEqualityTest,
HdfsWriteToMultipleCollectionsTest, TestSolrQueryParser,
SharedFSAutoReplicaFailoverTest, TestJmxIntegration,
TestHighlightDedupGrouping, TestSerializedLuceneMatchVersion,
TestRemoteStreaming, CircularListTest, TimeZoneUtilsTest,
ReplicationFactorTest, SliceStateTest, ZkCLITest, ExitableDirectoryReaderTest,
TestSweetSpotSimilarityFactory, TestSchemaSimilarityResource,
QueryElevationComponentTest, TestIndexSearcher, TestCollapseQParserPlugin,
SSLMigrationTest, SolrInfoMBeanTest, TestMiniSolrCloudCluster, TestWriterPerf,
TestRestManager, TestCollectionAPI, TestFieldTypeCollectionResource,
NumericFieldsTest, TestBulkSchemaConcurrent, SolrRequestParserTest,
OpenCloseCoreStressTest, DocumentAnalysisRequestHandlerTest,
BinaryUpdateRequestHandlerTest, TestSearchPerf, TestOrdValues,
TestLuceneMatchVersion, CoreMergeIndexesAdminHandlerTest, TestRecoveryHdfs,
RollingRestartTest, TestPartialUpdateDeduplication, HdfsSyncSliceTest,
SolrIndexSplitterTest, TestConfigReload, TestDistributedMissingSort,
TestIBSimilarityFactory, TestFunctionQuery, ClusterStateUpdateTest,
CoreAdminHandlerTest, MBeansHandlerTest, LeaderFailoverAfterPartitionTest,
TestLMJelinekMercerSimilarityFactory, TestSchemaNameResource, TestZkChroot,
TestDefaultSimilarityFactory, TestJoin, LeaderElectionIntegrationTest,
SystemInfoHandlerTest, RecoveryZkTest, TestUtils, MultiTermTest,
SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, AddBlockUpdateTest,
QueryParsingTest, LeaderInitiatedRecoveryOnCommitTest,
TestRequestStatusCollectionAPI, TestSolrQueryParserDefaultOperatorResource,
TestSolrXmlPersistence, TestSolrConfigHandlerCloud, CopyFieldTest,
TestSolrIndexConfig, OverseerCollectionProcessorTest, CurrencyFieldXmlFileTest,
SpellPossibilityIteratorTest, TestCloudInspectUtil, TestFastOutputStream,
StandardRequestHandlerTest, TestReRankQParserPlugin,
TermVectorComponentDistributedTest, XmlUpdateRequestHandlerTest,
TestFileDictionaryLookup, TestSurroundQueryParser, TestSchemaVersionResource,
DistribDocExpirationUpdateProcessorTest, SchemaVersionSpecificBehaviorTest,
TestRecovery, TestJmxMonitoredMap, DefaultValueUpdateProcessorTest,
MoreLikeThisHandlerTest, TestAnalyzeInfixSuggestions, TestFastWriter,
SolrCoreTest, TestNonNRTOpen, SearchHandlerTest, ExternalFileFieldSortTest,
PreAnalyzedUpdateProcessorTest, SampleTest, TestXIncludeConfig,
CoreAdminCreateDiscoverTest, CSVRequestHandlerTest, AliasIntegrationTest,
BadIndexSchemaTest, TestLFUCache, TestShardHandlerFactory,
XsltUpdateRequestHandlerTest, SynonymTokenizerTest, TestLazyCores,
ExternalCollectionsTest, ReturnFieldsTest, TestManagedResource,
TestRandomFaceting, ModifyConfFileTest,
AddSchemaFieldsUpdateProcessorFactoryTest, HdfsBasicDistributedZk2Test,
TestBM25SimilarityFactory, AnalysisErrorHandlingTest, UnloadDistributedZkTest,
OverseerStatusTest, TestFaceting, TestArbitraryIndexDir, TestReload,
TestConfig, SuggesterTSTTest, TestDefaultSearchFieldResource,
DistributedQueryComponentOptimizationTest, HdfsDirectoryTest,
TestCloudManagedSchema, TestBadConfig, TestElisionMultitermQuery,
DeleteLastCustomShardedReplicaTest, StressHdfsTest, PolyFieldTest,
SimpleCollectionCreateDeleteTest, TestRTGBase, ShardRoutingTest,
SpatialFilterTest, TestNoOpRegenerator, DOMUtilTest, CursorPagingTest,
DeleteReplicaTest, FacetPivotSmallTest, ParsingFieldUpdateProcessorsTest,
IndexSchemaTest, TestDocumentBuilder, TestFastLRUCache,
TestDFRSimilarityFactory, ConvertedLegacyTest, TestSimpleQParserPlugin,
TestDocBasedVersionConstraints, IndexSchemaRuntimeFieldTest,
DirectUpdateHandlerOptimizeTest, MigrateRouteKeyTest, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest,
OverseerTest, LeaderElectionTest, ShardRoutingCustomTest,
TestDistributedSearch, AutoCommitTest, TestDistributedGrouping,
TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest,
TestRealTimeGet, TestStressReorder, DistributedTermsComponentTest,
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest,
TestGroupingSearch, PeerSyncTest, TestSort, TestFiltering,
BasicFunctionalityTest, HighlighterTest, SoftAutoCommitTest,
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest,
TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery,
DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SuggesterWFSTTest,
TestCSVLoader, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields,
TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest,
SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest,
TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest,
LukeRequestHandlerTest, DirectSolrSpellCheckerTest,
TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest,
TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest,
RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest,
TermVectorComponentTest, TestIndexingPerformance,
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest,
RegexBoostProcessorTest, UpdateRequestProcessorFactoryTest,
TestCSVResponseWriter, TestAnalyzedSuggestions,
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest,
TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName,
HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest,
AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest,
BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, TestDocSet,
TestBinaryField, MinimalSchemaTest, OutputWriterTest,
TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestCodecSupport,
EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory,
LegacyHTMLStripCharFilterTest, URLClassifyProcessorTest, DateMathParserTest,
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest,
TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest,
TestSolrJ, TestLRUCache, ZkNodePropsTest, DistributedIntervalFacetingTest,
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestTolerantSearch,
AssignTest, AsyncMigrateRouteKeyTest, ConnectionManagerTest,
DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
RemoteQueryErrorTest]
[junit4] Completed in 55.83s, 1 test, 1 failure <<< FAILURES!
[...truncated 313 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:190: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970:
There were test failures: 450 suites, 1845 tests, 3 failures, 51 ignored (21
assumptions)
Total time: 183 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0
-XX:-UseCompressedOops -XX:+UseG1GC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]