Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/655/
4 tests failed.
REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch
Error Message:
expected:<0> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<2>
at
__randomizedtesting.SeedInfo.seed([7CEAB97D489AD51F:FD0C37653FC5B523]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:153)
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:43)
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)
REGRESSION:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
Error Message:
Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create
core [halfcollection_shard1_replica1] Caused by: Could not get shard id for
core: halfcollection_shard1_replica1
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error
CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core
[halfcollection_shard1_replica1] Caused by: Could not get shard id for core:
halfcollection_shard1_replica1
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
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:43)
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:
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.handler.TestReplicationHandlerBackup: 1) Thread[id=5041,
name=Thread-2046, state=RUNNABLE, group=TGRP-TestReplicationHandlerBackup]
at java.net.PlainSocketImpl.socketConnect(Native Method) at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at
java.net.Socket.connect(Socket.java:579) at
java.net.Socket.connect(Socket.java:528) at
sun.net.NetworkClient.doConnect(NetworkClient.java:180) at
sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at
sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652) at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
at java.net.URL.openStream(URL.java:1037) at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.handler.TestReplicationHandlerBackup:
1) Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup]
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
at java.net.URL.openStream(URL.java:1037)
at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
at __randomizedtesting.SeedInfo.seed([7CEAB97D489AD51F]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup] at
java.net.PlainSocketImpl.socketConnect(Native Method) at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at
java.net.Socket.connect(Socket.java:579) at
java.net.Socket.connect(Socket.java:528) at
sun.net.NetworkClient.doConnect(NetworkClient.java:180) at
sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at
sun.net.www.http.HttpClient.openServer(HttpClient.java:527) at
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652) at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
at java.net.URL.openStream(URL.java:1037) at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup]
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
at java.net.URL.openStream(URL.java:1037)
at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
at __randomizedtesting.SeedInfo.seed([7CEAB97D489AD51F]:0)
Build Log:
[...truncated 11703 lines...]
[junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/init-core-data-001
[junit4] 2> 939285 T2921 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (true)
[junit4] 2> 939285 T2921 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 939292 T2921 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 939293 T2921 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 939294 T2922 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 939394 T2921 oasc.ZkTestServer.run start zk server on
port:31640
[junit4] 2> 939395 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 939396 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 939400 T2928 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4f7edb14
name:ZooKeeperConnection Watcher:127.0.0.1:31640 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 939400 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 939400 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 939401 T2921 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 939403 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 939404 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 939405 T2930 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6c80e286
name:ZooKeeperConnection Watcher:127.0.0.1:31640/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 939405 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 939406 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 939406 T2921 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 939408 T2921 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 939409 T2921 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 939410 T2921 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 939412 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 939413 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 939415 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 939416 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 939518 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 939518 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 939520 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 939521 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 939523 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 939524 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 939525 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 939526 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 939528 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 939528 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 939530 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 939531 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 939532 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 939533 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 939535 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 939536 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 939537 T2921 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 939538 T2921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 939540 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 939541 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 939542 T2932 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f5e3634
name:ZooKeeperConnection Watcher:127.0.0.1:31640/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 939542 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 939543 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 941109 T2921 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 941115 T2921 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 941118 T2921 oejs.AbstractConnector.doStart Started
[email protected]:31654
[junit4] 2> 941122 T2921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 941122 T2921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 941122 T2921 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002
[junit4] 2> 941123 T2921 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/'
[junit4] 2> 941184 T2921 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/solr.xml
[junit4] 2> 941273 T2921 oasc.CoreContainer.<init> New CoreContainer
2014182616
[junit4] 2> 941273 T2921 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/]
[junit4] 2> 941274 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 941275 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 941275 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 941275 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 941275 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 941275 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 941276 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 941276 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 941276 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 941276 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 941278 T2921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 941280 T2921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 941280 T2921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 941280 T2921 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 941281 T2921 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:31640/solr
[junit4] 2> 941281 T2921 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 941281 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 941282 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 941283 T2943 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7c26dd7b
name:ZooKeeperConnection Watcher:127.0.0.1:31640 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 941284 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 941285 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 941286 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 941287 T2945 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2ec88a0 name:ZooKeeperConnection
Watcher:127.0.0.1:31640/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 941287 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 941288 T2921 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 941290 T2921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 941291 T2921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 941293 T2921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 941294 T2921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 941296 T2921 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 941297 T2921 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:31654_
[junit4] 2> 941297 T2921 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:31654_
[junit4] 2> 941299 T2921 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 941300 T2921 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 941301 T2921 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 941302 T2921 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:31654_
[junit4] 2> 941302 T2921 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 941303 T2921 oasc.Overseer.start Overseer
(id=92612672838565892-127.0.0.1:31654_-n_0000000000) starting
[junit4] 2> 941305 T2921 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 941310 T2921 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 941310 T2947 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 941311 T2921 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 941312 T2921 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 941313 T2921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 941315 T2946 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 941319 T2949 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 941319 T2949 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 941319 T2949 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 941319 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 941321 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:31654_",
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:31654"}
[junit4] 2> 941321 T2946
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 941321 T2946
oasc.Overseer$ClusterStateUpdater.createCollection state version
control_collection 1
[junit4] 2> 941322 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 941323 T2950 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> 942320 T2949 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 942321 T2949 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 942321 T2949 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 942322 T2949 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 942322 T2949 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 942322 T2949 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/collection1/'
[junit4] 2> 942324 T2949 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 942325 T2949 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 942325 T2949 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 942390 T2949 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 942435 T2949 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 942536 T2949 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 942545 T2949 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 942881 T2949 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 942883 T2949 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 942885 T2949 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 942890 T2949 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 942906 T2949 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 942906 T2949 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 942907 T2949 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data/
[junit4] 2> 942907 T2949 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@484ff8fa
[junit4] 2> 942910 T2949 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data
[junit4] 2> 942911 T2949 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data/index/
[junit4] 2> 942912 T2949 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 942913 T2949 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data/index
[junit4] 2> 942914 T2949 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=29.9375,
floorSegmentMB=1.666015625, forceMergeDeletesPctAllowed=2.5492460313621357,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31738124865380357
[junit4] 2> 942939 T2949 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
[junit4] 2> 942939 T2949 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 942943 T2949 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 942943 T2949 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 942944 T2949 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 942944 T2949 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 942944 T2949 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 942944 T2949 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 942945 T2949 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 942945 T2949 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 942945 T2949 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 942946 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 942946 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 942947 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 942947 T2949 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 942948 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 942948 T2949 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 942948 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 942949 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 942949 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 942949 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 942950 T2949 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 942968 T2949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 942970 T2949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 942972 T2949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 942974 T2949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 942977 T2949 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 942978 T2949 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 942978 T2949 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 942980 T2949 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
[junit4] 2> 942980 T2949 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 942980 T2949 oass.SolrIndexSearcher.<init> Opening
Searcher@1e677c93[collection1] main
[junit4] 2> 942981 T2949 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 942982 T2949 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 942982 T2949 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 942982 T2949
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 942982 T2949 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 942983 T2949 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 942983 T2949
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 942983 T2949 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 942984 T2949 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 942985 T2949
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 942986 T2949 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 942986 T2949 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 942988 T2951 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1e677c93[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 942991 T2949 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 942992 T2954 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:31654 collection:control_collection
shard:shard1
[junit4] 2> 942992 T2921 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4] 2> 942992 T2921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 942993 T2954 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 942997 T2954 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 942998 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 942998 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 942998 T2954
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 942998 T2954 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 942998 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> ASYNC NEW_CORE C558 name=collection1
org.apache.solr.core.SolrCore@78ca96a7 url=https://127.0.0.1:31654/collection1
node=127.0.0.1:31654_ C558_STATE=coll:control_collection core:collection1
props:{state=down, core=collection1, node_name=127.0.0.1:31654_,
base_url=https://127.0.0.1:31654}
[junit4] 2> 942999 T2954 C558 P31654 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:31654/collection1/
[junit4] 2> 942999 T2954 C558 P31654 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 943000 T2954 C558 P31654 oasc.SyncStrategy.syncToMe
https://127.0.0.1:31654/collection1/ has no replicas
[junit4] 2> 943000 T2954 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:31654/collection1/ shard1
[junit4] 2> 943000 T2956 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@75490bd8
name:ZooKeeperConnection Watcher:127.0.0.1:31640/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 943000 T2954 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 943000 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 943001 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 943002 T2921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 943003 T2950 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> 943003 T2957 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
[junit4] 2> 943004 T2921 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 943004 T2921 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 943005 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 943005 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 943007 T2959 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7ae5f6be
name:ZooKeeperConnection Watcher:127.0.0.1:31640/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 943007 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 943007 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 943008 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 943009 T2957 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> 943009 T2950 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> 943012 T2946 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: collection1
[junit4] 2> 943012 T2946
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2, shard3]
[junit4] 2> 943012 T2946
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 943014 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 943014 T2946 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 943015 T2950 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> 943015 T2957 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> 943054 T2954 oasc.ZkController.register We are
https://127.0.0.1:31654/collection1/ and leader is
https://127.0.0.1:31654/collection1/
[junit4] 2> 943055 T2954 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:31654
[junit4] 2> 943055 T2954 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 943055 T2954 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 943055 T2954 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 943057 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 943059 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:31654_",
[junit4] 2> "numShards":"3",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"https://127.0.0.1:31654"}
[junit4] 2> 943162 T2950 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> 943162 T2957 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> 944215 T2921 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 944215 T2921 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 944219 T2921 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 944221 T2921 oejs.AbstractConnector.doStart Started
[email protected]:31665
[junit4] 2> 944223 T2921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 944223 T2921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 944224 T2921 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003
[junit4] 2> 944224 T2921 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/'
[junit4] 2> 944284 T2921 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/solr.xml
[junit4] 2> 944366 T2921 oasc.CoreContainer.<init> New CoreContainer
923543013
[junit4] 2> 944366 T2921 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/]
[junit4] 2> 944367 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 944368 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 944368 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 944368 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 944369 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 944369 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 944369 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 944370 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 944370 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 944370 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 944373 T2921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 944376 T2921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 944376 T2921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 944377 T2921 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 944377 T2921 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:31640/solr
[junit4] 2> 944377 T2921 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 944378 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 944379 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 944380 T2970 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@556ac6fd
name:ZooKeeperConnection Watcher:127.0.0.1:31640 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 944381 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 944382 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 944383 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 944384 T2972 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@fa78d29 name:ZooKeeperConnection
Watcher:127.0.0.1:31640/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 944384 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 944389 T2921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 945393 T2921 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:31665_
[junit4] 2> 945394 T2921 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:31665_
[junit4] 2> 945396 T2921 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 945404 T2974 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 945405 T2974 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 945406 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 945406 T2974 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 945407 T2974 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 945407 T2974 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 945408 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:31665_",
[junit4] 2> "numShards":"3",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:31665"}
[junit4] 2> 945408 T2974 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 945408 T2974 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 945410 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=3
[junit4] 2> 945410 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 945414 T2946 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 945414 T2973 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 945415 T2973 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 946409 T2974 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 946410 T2974 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 946410 T2974 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 946411 T2974 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 946411 T2974 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 946411 T2974 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/collection1/'
[junit4] 2> 946413 T2974 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 946414 T2974 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 946414 T2974 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 946477 T2974 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 946522 T2974 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 946623 T2974 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 946632 T2974 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 946973 T2974 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 946976 T2974 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 946978 T2974 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 946983 T2974 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 946999 T2974 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 947000 T2974 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 947000 T2974 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1/
[junit4] 2> 947000 T2974 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@484ff8fa
[junit4] 2> 947002 T2974 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1
[junit4] 2> 947003 T2974 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1/index/
[junit4] 2> 947004 T2974 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 947005 T2974 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1/index
[junit4] 2> 947006 T2974 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=29.9375,
floorSegmentMB=1.666015625, forceMergeDeletesPctAllowed=2.5492460313621357,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31738124865380357
[junit4] 2> 947011 T2974 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
[junit4] 2> 947011 T2974 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 947015 T2974 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 947016 T2974 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 947016 T2974 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 947016 T2974 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 947017 T2974 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 947017 T2974 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 947017 T2974 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 947018 T2974 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 947018 T2974 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 947019 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 947019 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 947020 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 947020 T2974 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 947021 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 947021 T2974 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 947021 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 947022 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 947022 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 947023 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 947023 T2974 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 947043 T2974 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 947045 T2974 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 947048 T2974 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 947050 T2974 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 947053 T2974 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 947053 T2974 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 947054 T2974 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 947056 T2974 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
[junit4] 2> 947056 T2974 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 947056 T2974 oass.SolrIndexSearcher.<init> Opening
Searcher@298e93a6[collection1] main
[junit4] 2> 947057 T2974 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 947057 T2974 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 947058 T2974 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 947058 T2974
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 947058 T2974 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 947058 T2974 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 947059 T2974
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 947059 T2974 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 947060 T2974 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 947060 T2974 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 947063 T2975 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@298e93a6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 947066 T2974 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 947067 T2978 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:31665 collection:collection1
shard:shard1
[junit4] 2> 947067 T2921 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4] 2> 947068 T2921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 947068 T2978 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 947072 T2978 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 947073 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 947074 T2978
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 947074 T2978 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C559 name=collection1
org.apache.solr.core.SolrCore@7bb72f2c url=https://127.0.0.1:31665/collection1
node=127.0.0.1:31665_ C559_STATE=coll:collection1 core:collection1
props:{state=down, core=collection1, node_name=127.0.0.1:31665_,
base_url=https://127.0.0.1:31665}
[junit4] 2> 947074 T2978 C559 P31665 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:31665/collection1/
[junit4] 2> 947074 T2978 C559 P31665 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 947075 T2978 C559 P31665 oasc.SyncStrategy.syncToMe
https://127.0.0.1:31665/collection1/ has no replicas
[junit4] 2> 947075 T2978 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:31665/collection1/ shard1
[junit4] 2> 947075 T2978 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 947077 T2946 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 947078 T2973 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 947079 T2973 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 947083 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 947083 T2946 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 947084 T2973 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 947088 T2973 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 947129 T2978 oasc.ZkController.register We are
https://127.0.0.1:31665/collection1/ and leader is
https://127.0.0.1:31665/collection1/
[junit4] 2> 947130 T2978 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:31665
[junit4] 2> 947130 T2978 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 947130 T2978 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 947130 T2978 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 947132 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 947134 T2978 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 947134 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:31665_",
[junit4] 2> "numShards":"3",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"https://127.0.0.1:31665"}
[junit4] 2> 947138 T2946 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 947138 T2973 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 947139 T2973 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 948329 T2921 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 948330 T2921 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 948335 T2921 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 948336 T2921 oejs.AbstractConnector.doStart Started
[email protected]:31685
[junit4] 2> 948338 T2921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 948339 T2921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 948339 T2921 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004
[junit4] 2> 948339 T2921 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/'
[junit4] 2> 948369 T2921 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/solr.xml
[junit4] 2> 948423 T2921 oasc.CoreContainer.<init> New CoreContainer
1167823090
[junit4] 2> 948423 T2921 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/]
[junit4] 2> 948424 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 948424 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 948425 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 948425 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 948425 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 948425 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 948425 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 948426 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 948426 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 948426 T2921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 948428 T2921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 948430 T2921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 948430 T2921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 948430 T2921 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 948431 T2921 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:31640/solr
[junit4] 2> 948431 T2921 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 948431 T2921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 948432 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 948433 T2989 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3904473d
name:ZooKeeperConnection Watcher:127.0.0.1:31640 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 948434 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 948435 T2921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 948436 T2921 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 948437 T2991 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@78d50b00
name:ZooKeeperConnection Watcher:127.0.0.1:31640/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 948437 T2921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 948441 T2921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 949445 T2921 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:31685_
[junit4] 2> 949446 T2921 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:31685_
[junit4] 2> 949448 T2921 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 949456 T2993 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 949456 T2993 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 949457 T2950 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 949458 T2993 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 949458 T2993 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 949459 T2993 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 949459 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "node_name":"127.0.0.1:31685_",
[junit4] 2> "numShards":"3",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:31685"}
[junit4] 2> 949459 T2993 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 949460 T2993 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 949461 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=3
[junit4] 2> 949462 T2946 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 949465 T2946 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 949466 T2992 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 949466 T2973 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 949467 T2992 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 949467 T2973 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 950460 T2993 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 950461 T2993 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 950461 T2993 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 950462 T2993 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 950462 T2993 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 950463 T2993 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/collection1/'
[junit4] 2> 950465 T2993 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 950466 T2993 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 950466 T2993 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 950530 T2993 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 950576 T2993 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 950677 T2993 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 950686 T2993 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 951023 T2993 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 951026 T2993 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 951028 T2993 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 951032 T2993 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 951049 T2993 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 951049 T2993 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 951049 T2993 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-004/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty2/
[junit4] 2> 951050 T2993 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@484ff8fa
[junit4] 2> 951051 T2993 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty2
[junit4] 2> 951052 T2993 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty2/index/
[junit4] 2> 951053 T2993 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 951054 T2993 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty2/index
[junit4] 2> 951055 T2993 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=29.9375,
floorSegmentMB=1.666015625, forceMergeDeletesPctAllowed=2.5492460313621357,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.31738124865380357
[junit4] 2> 951077 T2993 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-7CEAB97D489AD51F-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
[junit4] 2> 951086 T2993 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 951090 T2993 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 951091 T2993 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 951091 T2993 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 951091 T2993 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 951092 T2993 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 951092 T2993 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 951092 T2993 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 951093 T2993 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 951093 T2993 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 951094 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 951094 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 951095 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 951095 T2993 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 951096 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 951096 T2993 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 951096 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 951097 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 951097 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 951098 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 951098 T2993 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 951117 T2993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 951119 T2993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4]
[...truncated too long message...]
kup.java:318)
[junit4] 2> 27076 T5020 ccr.ThreadLeakControl.tryToInterruptAll Starting
to interrupt leaked threads:
[junit4] 2> 1) Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup]
[junit4] 2> 30084 T5020 ccr.ThreadLeakControl.tryToInterruptAll SEVERE
There are still zombie threads that couldn't be terminated:
[junit4] 2> 1) Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup]
[junit4] 2> at
java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4] 2> at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit4] 2> at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4] 2> at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4] 2> at
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[junit4] 2> at java.net.Socket.connect(Socket.java:579)
[junit4] 2> at java.net.Socket.connect(Socket.java:528)
[junit4] 2> at
sun.net.NetworkClient.doConnect(NetworkClient.java:180)
[junit4] 2> at
sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
[junit4] 2> at
sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
[junit4] 2> at
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
[junit4] 2> at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
[junit4] 2> at java.net.URL.openStream(URL.java:1037)
[junit4] 2> at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
[junit4] 2> NOTE: test params are: codec=SimpleText,
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=hr_HR,
timezone=Europe/Oslo
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=2,free=150141464,total=308281344
[junit4] 2> NOTE: All tests run in this JVM:
[TestOverriddenPrefixQueryForCustomFieldType, TestUniqueKeyFieldResource,
ZkNodePropsTest, TestReplicationHandler, TestReplicaProperties,
HdfsUnloadDistributedZkTest, XsltUpdateRequestHandlerTest,
TestSolrQueryParserResource, TestDFRSimilarityFactory,
TestMultiCoreConfBootstrap, RemoteQueryErrorTest, DocValuesTest,
DateMathParserTest, TestManagedResourceStorage, TestDistributedMissingSort,
TestQuerySenderListener, TestCloudInspectUtil, TestSolr4Spatial, TestUpdate,
TestSchemaManager, BJQParserTest, TestStressLucene, TestSolrXmlPersistence,
TestOmitPositions, TestReversedWildcardFilterFactory,
CollectionsAPIAsyncDistributedZkTest, AliasIntegrationTest,
DistributedDebugComponentTest, TestHashPartitioner, ModifyConfFileTest,
StatsComponentTest, UpdateRequestProcessorFactoryTest, RAMDirectoryFactoryTest,
NumericFieldsTest, TestMissingGroups, PolyFieldTest,
AnalysisAfterCoreReloadTest, ShardSplitTest, BinaryUpdateRequestHandlerTest,
CursorPagingTest, OverseerCollectionProcessorTest,
LeaderElectionIntegrationTest, TestSearcherReuse, BasicDistributedZk2Test,
MultiTermTest, XmlUpdateRequestHandlerTest, TestManagedSchema,
TestRemoteStreaming, TestLuceneMatchVersion, TestStressRecovery,
OverseerStatusTest, BasicFunctionalityTest, TestIndexingPerformance,
SimpleFacetsTest, SolrCoreTest, TestSort, TestLazyCores, HighlighterTest,
ShowFileRequestHandlerTest, CoreAdminHandlerTest,
SolrCoreCheckLockOnStartupTest, QueryEqualityTest, DocValuesMultiTest,
TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest,
PrimitiveFieldTypeTest, DocumentBuilderTest, MoreLikeThisHandlerTest,
TestSolrQueryParser, IndexSchemaTest, QueryParsingTest, PingRequestHandlerTest,
CoreContainerCoreInitFailuresTest, SOLR749Test, CopyFieldTest,
BadComponentTest, TestElisionMultitermQuery, NotRequiredUniqueKeyTest,
TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory,
TestIBSimilarityFactory, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap,
OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest,
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest,
SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestCloudPivotFacet,
TestShortCircuitedRequests, QueryResultKeyTest, TestInfoStreamLogging,
TestNonNRTOpen, TestShardHandlerFactory, TestReplicationHandlerBackup]
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestReplicationHandlerBackup -Dtests.seed=7CEAB97D489AD51F
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=hr_HR -Dtests.timezone=Europe/Oslo -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | TestReplicationHandlerBackup (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.handler.TestReplicationHandlerBackup:
[junit4] > 1) Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup]
[junit4] > at java.net.PlainSocketImpl.socketConnect(Native
Method)
[junit4] > at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit4] > at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4] > at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4] > at
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[junit4] > at java.net.Socket.connect(Socket.java:579)
[junit4] > at java.net.Socket.connect(Socket.java:528)
[junit4] > at
sun.net.NetworkClient.doConnect(NetworkClient.java:180)
[junit4] > at
sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
[junit4] > at
sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
[junit4] > at
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
[junit4] > at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
[junit4] > at java.net.URL.openStream(URL.java:1037)
[junit4] > at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
[junit4] > at
__randomizedtesting.SeedInfo.seed([7CEAB97D489AD51F]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=5041, name=Thread-2046, state=RUNNABLE,
group=TGRP-TestReplicationHandlerBackup]
[junit4] > at java.net.PlainSocketImpl.socketConnect(Native
Method)
[junit4] > at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit4] > at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4] > at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4] > at
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[junit4] > at java.net.Socket.connect(Socket.java:579)
[junit4] > at java.net.Socket.connect(Socket.java:528)
[junit4] > at
sun.net.NetworkClient.doConnect(NetworkClient.java:180)
[junit4] > at
sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
[junit4] > at
sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
[junit4] > at
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
[junit4] > at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323)
[junit4] > at java.net.URL.openStream(URL.java:1037)
[junit4] > at
org.apache.solr.handler.TestReplicationHandlerBackup$BackupThread.run(TestReplicationHandlerBackup.java:318)
[junit4] > at
__randomizedtesting.SeedInfo.seed([7CEAB97D489AD51F]:0)
[junit4] Completed on J2 in 30.12s, 1 test, 2 errors <<< FAILURES!
[...truncated 221 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:531:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:472:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:961:
There were test failures: 437 suites, 1784 tests, 2 suite-level errors, 1
error, 1 failure, 238 ignored (9 assumptions)
Total time: 208 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-trunk #651
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 633418189 bytes
Compression is 0.0%
Took 1 min 48 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]