Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/658/
3 tests failed.
REGRESSION:
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch
Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily
Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can
happen, but shouldn't easily
at
__randomizedtesting.SeedInfo.seed([7623E1151B611AA4:F7C56F0D6C3E7A98]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:223)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
REGRESSION:
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch
Error Message:
No live SolrServers available to handle this
request:[http://127.0.0.1:11571/blx, http://127.0.0.1:33031/blx,
http://127.0.0.1:11248/blx]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:11571/blx, http://127.0.0.1:33031/blx,
http://127.0.0.1:11248/blx]
at
__randomizedtesting.SeedInfo.seed([7623E1151B611AA4:F7C56F0D6C3E7A98]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:333)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:1015)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:793)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:736)
at
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
at
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
remove replica : customcollreplicadeletion/a/core_node2
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.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:354)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:313)
... 46 more
REGRESSION:
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch
Error Message:
IOException occured when talking to server at:
http://127.0.0.1:55246/collection1
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:55246/collection1
at
__randomizedtesting.SeedInfo.seed([7623E1151B611AA4:F7C56F0D6C3E7A98]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:583)
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.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
at
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223)
at
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:414)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:144)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
at
org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159)
at
org.apache.http.impl.io.AbstractSessionOutputBuffer.writeLine(AbstractSessionOutputBuffer.java:258)
at
org.apache.http.impl.io.HttpRequestWriter.writeHeadLine(HttpRequestWriter.java:59)
at
org.apache.http.impl.io.HttpRequestWriter.writeHeadLine(HttpRequestWriter.java:46)
at
org.apache.http.impl.io.AbstractMessageWriter.write(AbstractMessageWriter.java:109)
at
org.apache.http.impl.AbstractHttpClientConnection.sendRequestHeader(AbstractHttpClientConnection.java:254)
at
org.apache.http.impl.conn.DefaultClientConnection.sendRequestHeader(DefaultClientConnection.java:270)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestHeader(ManagedClientConnectionImpl.java:209)
at
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:203)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:121)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
... 49 more
Build Log:
[...truncated 11911 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/init-core-data-001
[junit4] 2> 248437 T608 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 248443 T608 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 248444 T608 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 248445 T609 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 248545 T608 oasc.ZkTestServer.run start zk server on port:55236
[junit4] 2> 248546 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 248547 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 248551 T615 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4a34c02c
name:ZooKeeperConnection Watcher:127.0.0.1:55236 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 248551 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 248552 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 248552 T608 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 248555 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 248557 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 248558 T617 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6c091303
name:ZooKeeperConnection Watcher:127.0.0.1:55236/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 248559 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 248559 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 248559 T608 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 248563 T608 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 248566 T608 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 248568 T608 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 248572 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 248573 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 248578 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 248578 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 248682 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 248683 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 248687 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 248687 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 248691 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 248691 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 248695 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 248695 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 248699 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 248700 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 248703 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 248704 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 248707 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 248708 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 248711 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 248712 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 248715 T608 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 248716 T608 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 250004 T608 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 250008 T608 oejs.AbstractConnector.doStart Started
[email protected]:55246
[junit4] 2> 250008 T608 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 250009 T608 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 250009 T608 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002
[junit4] 2> 250009 T608 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/'
[junit4] 2> 250043 T608 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/solr.xml
[junit4] 2> 250127 T608 oasc.CoreContainer.<init> New CoreContainer
1814825197
[junit4] 2> 250127 T608 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/]
[junit4] 2> 250128 T608 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 250128 T608 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 250129 T608 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 250129 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 250129 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 250129 T608 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 250129 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 250130 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 250130 T608 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 250130 T608 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 250131 T608 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 250131 T608 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 250131 T608 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 250131 T608 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 250132 T608 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:55236/solr
[junit4] 2> 250132 T608 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 250132 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 250133 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 250135 T628 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3efe3716
name:ZooKeeperConnection Watcher:127.0.0.1:55236 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 250135 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 250136 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 250138 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 250139 T630 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2d01f7d9
name:ZooKeeperConnection Watcher:127.0.0.1:55236/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 250140 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 250141 T608 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 250145 T608 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 250148 T608 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 250151 T608 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 250155 T608 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 250158 T608 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 250160 T608 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:55246_
[junit4] 2> 250161 T608 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:55246_
[junit4] 2> 250164 T608 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 250167 T608 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 250169 T608 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 250171 T608 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:55246_
[junit4] 2> 250172 T608 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 250174 T608 oasc.Overseer.start Overseer
(id=92681822473289731-127.0.0.1:55246_-n_0000000000) starting
[junit4] 2> 250177 T608 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 250188 T608 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 250189 T632 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 250191 T608 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 250193 T608 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 250195 T608
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 250200 T631 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 250207 T634 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 250207 T634 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 250208 T634 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 250208 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 250212 T631 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "roles":null,
[junit4] 2> "shard":null,
[junit4] 2> "operation":"state",
[junit4] 2> "base_url":"http://127.0.0.1:55246",
[junit4] 2> "node_name":"127.0.0.1:55246_",
[junit4] 2> "core":"collection1"}
[junit4] 2> 250213 T631 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection control_collection with shards [shard1]
[junit4] 2> 250213 T631 oasc.Overseer$ClusterStateUpdater.createCollection
state version control_collection 1
[junit4] 2> 250213 T631 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 250216 T635 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> 251209 T634 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 251210 T634 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:control_collection
[junit4] 2> 251211 T634 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 251211 T634 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 251212 T634 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 251212 T634 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/collection1/'
[junit4] 2> 251215 T634 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 251216 T634 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 251216 T634 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 251284 T634 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 251332 T634 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 251434 T634 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 251441 T634 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 251700 T634 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 251702 T634 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 251703 T634 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 251708 T634 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 251737 T634 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 251737 T634 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 251737 T634 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/control/data/
[junit4] 2> 251738 T634 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72b69ba3
[junit4] 2> 251738 T634 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/control/data
[junit4] 2> 251739 T634 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/control/data/index/
[junit4] 2> 251739 T634 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 251739 T634 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/control/data/index
[junit4] 2> 251740 T634 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4795777660978364]
[junit4] 2> 251740 T634 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-3bc26253)),segFN=segments_1,generation=1}
[junit4] 2> 251741 T634 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 251744 T634 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 251745 T634 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 251745 T634 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 251745 T634 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 251745 T634 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 251746 T634 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 251746 T634 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 251746 T634 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 251746 T634 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 251747 T634 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 251747 T634 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 251748 T634 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 251748 T634 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 251748 T634 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 251749 T634 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 251749 T634 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 251749 T634 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 251749 T634 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 251750 T634 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 251750 T634 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 251764 T634 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 251766 T634 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 251767 T634 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 251769 T634 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 251773 T634 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 251773 T634 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 251774 T634 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=1.1923828125,
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=11.572364167646583,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8668722100270879
[junit4] 2> 251774 T634 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-3bc26253)),segFN=segments_1,generation=1}
[junit4] 2> 251775 T634 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 251775 T634 oass.SolrIndexSearcher.<init> Opening
Searcher@4ee7d550[collection1] main
[junit4] 2> 251775 T634 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 251776 T634 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 251776 T634 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 251777 T634
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 251777 T634 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 251778 T634 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 251778 T634
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 251778 T634 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 251779 T634 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 251782 T634
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 251782 T634 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 251782 T634 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 251785 T636 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4ee7d550[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 251787 T634 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 251787 T639 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:55246 collection:control_collection
shard:shard1
[junit4] 2> 251788 T608 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 251788 T608 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 251789 T639 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 251789 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 251790 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 251791 T641 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@24b4b355
name:ZooKeeperConnection Watcher:127.0.0.1:55236/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 251791 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 251792 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 251793 T608
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 251796 T639 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 251798 T608 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 251798 T608 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 251798 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 251798 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 251799 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 251799 T639
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 251799 T639 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C115 name=collection1
org.apache.solr.core.SolrCore@4c059601 url=http://127.0.0.1:55246/collection1
node=127.0.0.1:55246_ C115_STATE=coll:control_collection core:collection1
props:{state=down, base_url=http://127.0.0.1:55246, node_name=127.0.0.1:55246_,
core=collection1}
[junit4] 2> 251799 T639 C115 P55246 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:55246/collection1/
[junit4] 2> 251800 T639 C115 P55246 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 251800 T639 C115 P55246 oasc.SyncStrategy.syncToMe
http://127.0.0.1:55246/collection1/ has no replicas
[junit4] 2> 251800 T639 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:55246/collection1/ shard1
[junit4] 2> 251800 T639 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 251800 T643 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7a10e529
name:ZooKeeperConnection Watcher:127.0.0.1:55236/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 251801 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 251801 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 251808 T644 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> 251808 T635 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> 251816 T631 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: collection1
[junit4] 2> 251816 T631 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection collection1 with shards [shard1, shard2, shard3]
[junit4] 2> 251816 T631 oasc.Overseer$ClusterStateUpdater.createCollection
state version collection1 2
[junit4] 2> 251819 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 251820 T631 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 251821 T635 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> 251821 T644 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> 251831 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 251934 T635 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> 251934 T644 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> 251962 T639 oasc.ZkController.register We are
http://127.0.0.1:55246/collection1/ and leader is
http://127.0.0.1:55246/collection1/
[junit4] 2> 251963 T639 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:55246
[junit4] 2> 251963 T639 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 251963 T639 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 251963 T639 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 251965 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 251971 T631 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "roles":null,
[junit4] 2> "shard":"shard1",
[junit4] 2> "operation":"state",
[junit4] 2> "base_url":"http://127.0.0.1:55246",
[junit4] 2> "node_name":"127.0.0.1:55246_",
[junit4] 2> "core":"collection1"}
[junit4] 2> 252076 T635 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> 252076 T644 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> 253543 T608 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 253544 T608 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 253547 T608 oejs.AbstractConnector.doStart Started
[email protected]:55285
[junit4] 2> 253548 T608 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 253548 T608 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 253548 T608 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003
[junit4] 2> 253549 T608 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/'
[junit4] 2> 253609 T608 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/solr.xml
[junit4] 2> 253716 T608 oasc.CoreContainer.<init> New CoreContainer
473449927
[junit4] 2> 253716 T608 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/]
[junit4] 2> 253718 T608 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 253718 T608 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 253718 T608 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 253719 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 253719 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 253720 T608 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 253720 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 253720 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 253721 T608 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 253721 T608 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 253722 T608 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 253722 T608 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 253723 T608 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 253723 T608 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 253723 T608 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:55236/solr
[junit4] 2> 253724 T608 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 253724 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 253725 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 253727 T655 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@326d1a4a
name:ZooKeeperConnection Watcher:127.0.0.1:55236 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 253728 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 253728 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 253730 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 253732 T657 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1ac4ced4
name:ZooKeeperConnection Watcher:127.0.0.1:55236/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 253732 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 253740 T608
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 254748 T608 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:55285_
[junit4] 2> 254749 T608 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:55285_
[junit4] 2> 254754 T608 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 254763 T659 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 254763 T659 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 254765 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 254766 T659 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 254766 T659 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 254767 T659 oascc.ZkStateReader.addZkWatch Updating collection
state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 254769 T659 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 254769 T659 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 254769 T631 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "shard":null,
[junit4] 2> "operation":"state",
[junit4] 2> "base_url":"http://127.0.0.1:55285",
[junit4] 2> "node_name":"127.0.0.1:55285_",
[junit4] 2> "core":"collection1"}
[junit4] 2> 254773 T631 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=3
[junit4] 2> 254774 T631 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 254781 T631 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 254782 T658 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 254783 T658 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 255769 T659 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 255770 T659 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 255771 T659 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 255771 T659 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 255772 T659 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 255773 T659 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/collection1/'
[junit4] 2> 255775 T659 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 255776 T659 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 255776 T659 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 255842 T659 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 255889 T659 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 255990 T659 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 256000 T659 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 256336 T659 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 256338 T659 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 256341 T659 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 256350 T659 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 256385 T659 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 256386 T659 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 256386 T659 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty1/
[junit4] 2> 256387 T659 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72b69ba3
[junit4] 2> 256388 T659 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty1
[junit4] 2> 256388 T659 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty1/index/
[junit4] 2> 256388 T659 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 256389 T659 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty1/index
[junit4] 2> 256390 T659 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4795777660978364]
[junit4] 2> 256391 T659 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-4399f154)),segFN=segments_1,generation=1}
[junit4] 2> 256391 T659 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 256397 T659 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 256398 T659 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 256398 T659 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 256399 T659 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 256399 T659 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 256399 T659 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 256400 T659 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 256400 T659 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 256400 T659 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 256401 T659 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 256402 T659 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 256402 T659 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 256403 T659 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 256404 T659 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 256404 T659 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 256404 T659 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 256405 T659 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 256405 T659 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 256406 T659 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 256407 T659 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 256426 T659 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 256428 T659 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 256430 T659 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 256432 T659 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 256437 T659 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 256437 T659 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 256438 T659 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=1.1923828125,
floorSegmentMB=1.828125, forceMergeDeletesPctAllowed=11.572364167646583,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8668722100270879
[junit4] 2> 256439 T659 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-4399f154)),segFN=segments_1,generation=1}
[junit4] 2> 256439 T659 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 256440 T659 oass.SolrIndexSearcher.<init> Opening
Searcher@20ed4023[collection1] main
[junit4] 2> 256440 T659 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 256441 T659 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 256442 T659 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 256442 T659
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 256442 T659 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 256443 T659 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 256444 T659
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 256444 T659 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 256445 T659 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 256445 T659 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 256450 T660 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@20ed4023[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 256454 T659 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 256455 T663 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:55285 collection:collection1
shard:shard1
[junit4] 2> 256456 T608 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 256456 T608 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 256456 T663 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 256463 T663 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 256466 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 256466 T663
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 256467 T663 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C116 name=collection1
org.apache.solr.core.SolrCore@233730e0 url=http://127.0.0.1:55285/collection1
node=127.0.0.1:55285_ C116_STATE=coll:collection1 core:collection1
props:{state=down, base_url=http://127.0.0.1:55285, node_name=127.0.0.1:55285_,
core=collection1}
[junit4] 2> 256467 T663 C116 P55285 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:55285/collection1/
[junit4] 2> 256467 T663 C116 P55285 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 256467 T663 C116 P55285 oasc.SyncStrategy.syncToMe
http://127.0.0.1:55285/collection1/ has no replicas
[junit4] 2> 256468 T663 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:55285/collection1/ shard1
[junit4] 2> 256468 T663 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 256475 T631 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 256476 T658 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 256477 T658 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 256486 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 256487 T631 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 256487 T658 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 256488 T658 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 256526 T663 oasc.ZkController.register We are
http://127.0.0.1:55285/collection1/ and leader is
http://127.0.0.1:55285/collection1/
[junit4] 2> 256527 T663 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:55285
[junit4] 2> 256527 T663 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 256527 T663 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 256527 T663 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 256529 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 256533 T663 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 256534 T631 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "shard":"shard1",
[junit4] 2> "operation":"state",
[junit4] 2> "base_url":"http://127.0.0.1:55285",
[junit4] 2> "node_name":"127.0.0.1:55285_",
[junit4] 2> "core":"collection1"}
[junit4] 2> 256542 T631 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 256543 T658 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 256544 T658 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 258395 T608 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 258397 T608 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 258400 T608 oejs.AbstractConnector.doStart Started
[email protected]:55303
[junit4] 2> 258400 T608 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 258401 T608 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 258401 T608 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004
[junit4] 2> 258401 T608 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/'
[junit4] 2> 258454 T608 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/solr.xml
[junit4] 2> 258545 T608 oasc.CoreContainer.<init> New CoreContainer
1657780696
[junit4] 2> 258545 T608 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/]
[junit4] 2> 258547 T608 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 258547 T608 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 258547 T608 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 258548 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 258548 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 258548 T608 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 258549 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 258549 T608 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 258550 T608 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 258550 T608 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 258551 T608 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 258551 T608 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 258552 T608 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 258552 T608 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 258552 T608 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:55236/solr
[junit4] 2> 258553 T608 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 258553 T608
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 258554 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 258556 T674 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@33b24696
name:ZooKeeperConnection Watcher:127.0.0.1:55236 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 258557 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 258558 T608 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 258561 T608 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 258563 T676 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@39e85f81
name:ZooKeeperConnection Watcher:127.0.0.1:55236/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 258563 T608 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 258573 T608
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 259582 T608 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:55303_
[junit4] 2> 259584 T608 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:55303_
[junit4] 2> 259589 T608 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 259599 T678 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 259599 T678 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 259601 T635 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 259603 T678 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 259603 T678 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 259603 T678 oascc.ZkStateReader.addZkWatch Updating collection
state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 259605 T678 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 259605 T631 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "shard":null,
[junit4] 2> "operation":"state",
[junit4] 2> "base_url":"http://127.0.0.1:55303",
[junit4] 2> "node_name":"127.0.0.1:55303_",
[junit4] 2> "core":"collection1"}
[junit4] 2> 259606 T678 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 259610 T631 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=3
[junit4] 2> 259612 T631 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 259619 T631 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 259620 T658 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 259620 T677 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 259621 T658 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 259622 T677 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 260606 T678 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 260607 T678 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 260608 T678 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 260608 T678 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 260609 T678 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 260610 T678 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/collection1/'
[junit4] 2> 260612 T678 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 260612 T678 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 260613 T678 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 260705 T678 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 260772 T678 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 260874 T678 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 260892 T678 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 261304 T678 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 261307 T678 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 261309 T678 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 261315 T678 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 261347 T678 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 261347 T678 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 261347 T678 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-004/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty2/
[junit4] 2> 261348 T678 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72b69ba3
[junit4] 2> 261349 T678 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty2
[junit4] 2> 261349 T678 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty2/index/
[junit4] 2> 261349 T678 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 261350 T678 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7623E1151B611AA4-001/tempDir-001/jetty2/index
[junit4] 2> 261350 T678 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4795777660978364]
[junit4] 2> 261351 T678 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5847ae1e)),segFN=segments_1,generation=1}
[junit4] 2> 261352 T678 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 261358 T678 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 261359 T678 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 261359 T678 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 261359 T678 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 261359 T678 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 261360 T678 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 261360 T678 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 261361 T678 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 261361 T678 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 261362 T678 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 261362 T678 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 261363 T678 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 261364 T678 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 261364 T678 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 261364 T678 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 261365 T678 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHan
[...truncated too long message...]
dExecution(ThreadPoolExecutor.java:2048)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2>
[junit4] 2> 2295778 T10906 oaz.ClientCnxn$EventThread.processEvent ERROR
Error while calling watcher java.util.concurrent.RejectedExecutionException:
Task java.util.concurrent.FutureTask@301ea4f3 rejected from
java.util.concurrent.ThreadPoolExecutor@d97dfbf[Terminated, pool size = 0,
active threads = 0, queued tasks = 0, completed tasks = 5]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2>
[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=DeleteLastCustomShardedReplicaTest -Dtests.method=testDistribSearch
-Dtests.seed=7623E1151B611AA4 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=el_CY -Dtests.timezone=IET -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 134s J0 |
DeleteLastCustomShardedReplicaTest.testDistribSearch <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:11571/blx, http://127.0.0.1:33031/blx,
http://127.0.0.1:11248/blx]
[junit4] > at
__randomizedtesting.SeedInfo.seed([7623E1151B611AA4:F7C56F0D6C3E7A98]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:333)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:1015)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:793)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:736)
[junit4] > at
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
[junit4] > at
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
remove replica : customcollreplicadeletion/a/core_node2
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:354)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:313)
[junit4] > ... 46 more
[junit4] 2> 2295793 T10842 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7623E1151B611AA4-001
[junit4] 2> 134090 T10841 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 2 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50),
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=el_CY,
timezone=IET
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=46440504,total=184025088
[junit4] 2> NOTE: All tests run in this JVM: [BlockCacheTest,
CSVRequestHandlerTest, TestFileDictionaryLookup, TestBinaryResponseWriter,
TestLeaderElectionZkExpiry, TestBulkSchemaConcurrent, RecoveryZkTest,
HdfsDirectoryTest, TestPostingsSolrHighlighter, TestReplicationHandlerBackup,
TestSolrDeletionPolicy1, TestCollectionAPI, ReturnFieldsTest,
TestDefaultSearchFieldResource, HdfsSyncSliceTest, TestRecoveryHdfs,
TestRequestStatusCollectionAPI, TestRestManager, TestReloadAndDeleteDocs,
ConvertedLegacyTest, TestXIncludeConfig, TestFoldingMultitermQuery,
TestFiltering, TestValueSourceCache, OverseerTest, FileUtilsTest,
TestDefaultSimilarityFactory, TestStressReorder,
TestFieldTypeCollectionResource, TestOrdValues, TestDistribDocBasedVersion,
TestReRankQParserPlugin, MigrateRouteKeyTest, ChangedSchemaMergeTest,
TestLazyCores, DirectSolrConnectionTest, BasicDistributedZkTest,
SuggesterWFSTTest, TestSimpleQParserPlugin, TestCoreContainer,
HdfsCollectionsAPIDistributedZkTest, SimplePostToolTest, TestSolrXml,
TestArbitraryIndexDir, ParsingFieldUpdateProcessorsTest,
CoreAdminCreateDiscoverTest, SynonymTokenizerTest, TestFaceting,
TestWordDelimiterFilterFactory, DistanceFunctionTest, SoftAutoCommitTest,
TestRangeQuery, PrimUtilsTest, ChaosMonkeySafeLeaderTest,
UnloadDistributedZkTest, BasicZkTest, ClusterStateUpdateTest,
TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot,
TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest,
TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest,
TestJoin, TestMultiCoreConfBootstrap, TestReload, TestStressVersions,
HardAutoCommitTest, DistributedTermsComponentTest, TestSolr4Spatial,
SolrCmdDistributorTest, TestSort, OverseerCollectionProcessorTest,
DistributedQueryElevationComponentTest, DocValuesTest, SuggesterTest, TestTrie,
PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate,
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest,
XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest,
TestSurroundQueryParser, StandardRequestHandlerTest,
TestReversedWildcardFilterFactory, TestQueryTypes, TermsComponentTest,
TermVectorComponentTest, RequiredFieldsTest, FastVectorHighlighterTest,
LoggingHandlerTest, SolrPluginUtilsTest, TestJmxIntegration,
TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest,
TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache,
TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery,
ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2,
TestDocSet, NumericFieldsTest, TestElisionMultitermQuery,
TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, TestCharFilters,
EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, ScriptEngineTest,
OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest,
TestSuggestSpellingConverter, SpellingQueryConverterTest, TestSolrJ, TestUtils,
TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest,
TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest,
TestCursorMarkWithoutUniqueKey, CloudExitableDirectoryReaderTest,
DeleteLastCustomShardedReplicaTest]
[junit4] Completed on J0 in 134.37s, 1 test, 1 error <<< FAILURES!
[...truncated 523 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:532:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:473:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:966:
There were test failures: 437 suites, 1799 tests, 2 errors, 1 failure, 54
ignored (9 assumptions)
Total time: 220 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #654
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 694410032 bytes
Compression is 0.0%
Took 2 min 2 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]