Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20956/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at __randomizedtesting.SeedInfo.seed([2EA165A38CB7CCFE]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.CreateCollectionCleanupTest.testCreateCollectionCleanup
Error Message:
Error from server at http://127.0.0.1:41539/solr: Could not fully remove
collection: foo
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:41539/solr: Could not fully remove collection:
foo
at
__randomizedtesting.SeedInfo.seed([2EA165A38CB7CCFE:9A04CBB84E6E9756]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.CreateCollectionCleanupTest.testCreateCollectionCleanup(CreateCollectionCleanupTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test
Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:38641/p_
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:38641/p_
at
__randomizedtesting.SeedInfo.seed([2EA165A38CB7CCFE:A6F55A79224BA106]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 43 more
Build Log:
[...truncated 12205 lines...]
[junit4] Suite: org.apache.solr.cloud.CreateCollectionCleanupTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_2EA165A38CB7CCFE-001/init-core-data-001
[junit4] 2> 1147688 WARN
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1147688 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1147689 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1147689 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1147689 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_2EA165A38CB7CCFE-001/tempDir-001
[junit4] 2> 1147689 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1147689 INFO (Thread-1672) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1147689 INFO (Thread-1672) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1147692 ERROR (Thread-1672) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1147789 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:32953
[junit4] 2> 1147804 INFO (jetty-launcher-922-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1147806 INFO (jetty-launcher-922-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15afde7{/solr,null,AVAILABLE}
[junit4] 2> 1147810 INFO (jetty-launcher-922-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@a518b2{HTTP/1.1,[http/1.1]}{127.0.0.1:41539}
[junit4] 2> 1147810 INFO (jetty-launcher-922-thread-1) [ ]
o.e.j.s.Server Started @1149128ms
[junit4] 2> 1147810 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41539}
[junit4] 2> 1147810 ERROR (jetty-launcher-922-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1147810 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1147810 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1147811 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1147811 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-20T11:18:37.024Z
[junit4] 2> 1147814 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1147823 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@feb632, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1147828 INFO (jetty-launcher-922-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32953/solr
[junit4] 2> 1147939 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1147940 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41539_solr
[junit4] 2> 1147941 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.c.Overseer Overseer
(id=99036477318955011-127.0.0.1:41539_solr-n_0000000000) starting
[junit4] 2> 1147947 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41539_solr
[junit4] 2> 1147949 INFO
(OverseerStateUpdate-99036477318955011-127.0.0.1:41539_solr-n_0000000000)
[n:127.0.0.1:41539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1148199 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@feb632
[junit4] 2> 1148207 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@feb632
[junit4] 2> 1148207 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@feb632
[junit4] 2> 1148208 INFO (jetty-launcher-922-thread-1)
[n:127.0.0.1:41539_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_2EA165A38CB7CCFE-001/tempDir-001/node1/.
[junit4] 2> 1148230 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1148231 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32953/solr ready
[junit4] 2> 1148253 INFO
(TEST-CreateCollectionCleanupTest.testCreateCollectionCleanup-seed#[2EA165A38CB7CCFE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionCleanup
[junit4] 2> 1148254 INFO (qtp9851880-7205) [n:127.0.0.1:41539_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&name=foo&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1148256 INFO
(OverseerThreadFactory-2474-thread-1-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.CreateCollectionCmd Create collection foo
[junit4] 2> 1148367 INFO
(OverseerStateUpdate-99036477318955011-127.0.0.1:41539_solr-n_0000000000)
[n:127.0.0.1:41539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"foo",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"foo_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41539/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1148570 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&newCollection=true&collection=foo&version=2&replicaType=NRT&coreNodeName=core_node2&name=foo_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
[junit4] 2> 1148570 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1148675 INFO
(zkCallback-929-thread-1-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/foo/state.json] for collection [foo] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 1148676 INFO
(zkCallback-929-thread-2-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/foo/state.json] for collection [foo] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 1149589 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 1149600 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.s.IndexSchema
[foo_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1149604 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 1149604 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'foo_shard1_replica_n1' using configuration from collection foo,
trusted=true
[junit4] 2> 1149605 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.foo.shard1.replica_n1' (registry
'solr.core.foo.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@feb632
[junit4] 2> 1149605 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1149605 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrCore
[[foo_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_2EA165A38CB7CCFE-001/tempDir-001/node1/foo_shard1_replica_n1],
dataDir=[/some_invalid_dir/foo/]
[junit4] 2> 1149651 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1149651 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1149651 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrCore
[foo_shard1_replica_n1] CLOSING SolrCore org.apache.solr.core.SolrCore@1a357b7
[junit4] 2> 1149651 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.foo.shard1.replica_n1,
tag=27482039
[junit4] 2> 1149651 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fdaff1:
rootName = null, domain = solr.core.foo.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core.foo.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@1faa5f0
[junit4] 2> 1149659 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.collection.foo.shard1.leader,
tag=27482039
[junit4] 2> 1149660 ERROR (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.h.RequestHandlerBase
org.apache.solr.common.SolrException: Error CREATEing SolrCore
'foo_shard1_replica_n1': Unable to create core [foo_shard1_replica_n1] Caused
by: access denied ("java.io.FilePermission" "/some_invalid_dir/foo/tlog"
"write")
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:991)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [foo_shard1_replica_n1]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1057)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
[junit4] 2> ... 34 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error
Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate
org.apache.solr.update.UpdateHandler
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1041)
[junit4] 2> ... 35 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error
Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate
org.apache.solr.update.UpdateHandler
[junit4] 2> at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:788)
[junit4] 2> at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:836)
[junit4] 2> at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1089)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:959)
[junit4] 2> ... 37 more
[junit4] 2> Caused by: java.lang.reflect.InvocationTargetException
[junit4] 2> at
sun.reflect.GeneratedConstructorAccessor276.newInstance(Unknown Source)
[junit4] 2> at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4] 2> at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[junit4] 2> at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:774)
[junit4] 2> ... 40 more
[junit4] 2> Caused by: java.security.AccessControlException: access denied
("java.io.FilePermission" "/some_invalid_dir/foo/tlog" "write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:884)
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
[junit4] 2> at java.io.File.mkdir(File.java:1311)
[junit4] 2> at java.io.File.mkdirs(File.java:1343)
[junit4] 2> at
org.apache.solr.update.UpdateLog.init(UpdateLog.java:359)
[junit4] 2> at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:161)
[junit4] 2> at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:116)
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:113)
[junit4] 2> ... 44 more
[junit4] 2>
[junit4] 2> 1149661 INFO (qtp9851880-7207) [n:127.0.0.1:41539_solr c:foo
s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&newCollection=true&collection=foo&version=2&replicaType=NRT&coreNodeName=core_node2&name=foo_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
status=400 QTime=1090
[junit4] 2> 1149661 ERROR
(OverseerThreadFactory-2474-thread-1-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:41539/solr
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:41539/solr: Error CREATEing SolrCore
'foo_shard1_replica_n1': Unable to create core [foo_shard1_replica_n1] Caused
by: access denied ("java.io.FilePermission" "/some_invalid_dir/foo/tlog"
"write")
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1149662 ERROR
(OverseerThreadFactory-2474-thread-1-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.OverseerCollectionMessageHandler Cleaning
up collection [foo].
[junit4] 2> 1149663 INFO
(OverseerThreadFactory-2474-thread-1-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1149664 INFO (qtp9851880-7200) [n:127.0.0.1:41539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=foo_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1179711 INFO
(zkCallback-929-thread-3-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDeleted
path:/collections/foo/state.json] for collection [foo] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 1179711 INFO
(zkCallback-929-thread-2-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDeleted
path:/collections/foo/state.json] for collection [foo] has occurred -
updating... (live nodes size: [1])
[junit4] 2> 1179712 ERROR
(OverseerThreadFactory-2474-thread-1-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.OverseerCollectionMessageHandler
Collection: foo operation: create failed:org.apache.solr.common.SolrException:
Could not fully remove collection: foo
[junit4] 2> at
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:677)
[junit4] 2> at
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:231)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1179735 INFO (qtp9851880-7205) [n:127.0.0.1:41539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&name=foo&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=500 QTime=31480
[junit4] 2> 1179735 ERROR (qtp9851880-7205) [n:127.0.0.1:41539_solr ]
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Could not fully
remove collection: foo
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:307)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1179736 INFO
(TEST-CreateCollectionCleanupTest.testCreateCollectionCleanup-seed#[2EA165A38CB7CCFE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionCleanup
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CreateCollectionCleanupTest
-Dtests.method=testCreateCollectionCleanup -Dtests.seed=2EA165A38CB7CCFE
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-DO
-Dtests.timezone=America/El_Salvador -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 31.5s J1 |
CreateCollectionCleanupTest.testCreateCollectionCleanup <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:41539/solr: Could not fully remove collection:
foo
[junit4] > at
__randomizedtesting.SeedInfo.seed([2EA165A38CB7CCFE:9A04CBB84E6E9756]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
[junit4] > at
org.apache.solr.cloud.CreateCollectionCleanupTest.testCreateCollectionCleanup(CreateCollectionCleanupTest.java:75)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1179750 INFO (jetty-closer-923-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@a518b2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1179751 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=33543858
[junit4] 2> 1179751 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1179752 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1940a25: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@165023f
[junit4] 2> 1179762 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1179762 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a70912: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@1f58a9a
[junit4] 2> 1179769 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1179770 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@61265: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@b5bb10
[junit4] 2> 1179772 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:41539_solr
[junit4] 2> 1179773 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1179774 INFO
(zkCallback-929-thread-3-processing-n:127.0.0.1:41539_solr)
[n:127.0.0.1:41539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 1179774 INFO (jetty-closer-923-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=99036477318955011-127.0.0.1:41539_solr-n_0000000000) closing
[junit4] 2> 1179774 INFO
(OverseerStateUpdate-99036477318955011-127.0.0.1:41539_solr-n_0000000000)
[n:127.0.0.1:41539_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:41539_solr
[junit4] 2> 1179775 WARN
(OverseerAutoScalingTriggerThread-99036477318955011-127.0.0.1:41539_solr-n_0000000000)
[n:127.0.0.1:41539_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 1179779 INFO (jetty-closer-923-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@15afde7{/solr,null,UNAVAILABLE}
[junit4] 2> 1179781 ERROR
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 1179782 INFO
(SUITE-CreateCollectionCleanupTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:32953 32953
[junit4] 2> 1182064 INFO (Thread-1672) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:32953 32953
[junit4] 2> 1182065 WARN (Thread-1672) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/collections/foo/state.json
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/live_nodes
[junit4] 2> 2 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_2EA165A38CB7CCFE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1927, maxMBSortInHeap=7.479888159898726,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@26f5c9),
locale=es-DO, timezone=America/El_Salvador
[junit4] 2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=150114280,total=330473472
[junit4] 2> NOTE: All tests run in this JVM: [TestJettySolrRunner,
OverseerTaskQueueTest, DistributedDebugComponentTest, TestSolr4Spatial,
CoreAdminRequestStatusTest, HealthCheckHandlerTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ZkCLITest, TestStressRecovery,
TestPerFieldSimilarity, TestManagedStopFilterFactory, OpenCloseCoreStressTest,
TestManagedSchemaThreadSafety, RestartWhileUpdatingTest,
ConcurrentDeleteAndCreateCollectionTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, SchemaVersionSpecificBehaviorTest,
DebugComponentTest, EnumFieldTest, TestDFISimilarityFactory,
HdfsUnloadDistributedZkTest, TestBackupRepositoryFactory,
ShardRoutingCustomTest, OutOfBoxZkACLAndCredentialsProvidersTest,
SignatureUpdateProcessorFactoryTest, TestLegacyField,
DistributedIntervalFacetingTest, TestExactSharedStatsCache,
DistributedVersionInfoTest, TlogReplayBufferedWhileIndexingTest,
LargeFieldTest, AssignTest, TestConfigSetsAPI, TestScoreJoinQPNoScore,
LeaderFailoverAfterPartitionTest, TestSolrCloudWithHadoopAuthPlugin,
TestFaceting, TestPullReplicaErrorHandling, TestStressLucene,
TestNumericTerms32, TestOnReconnectListenerSupport, TestSolrConfigHandler,
TestNoOpRegenerator, ShardRoutingTest, CollectionsAPIDistributedZkTest,
HdfsAutoAddReplicasIntegrationTest, CdcrBidirectionalTest,
HdfsChaosMonkeySafeLeaderTest, TestDownShardTolerantSearch,
SaslZkACLProviderTest, SpatialHeatmapFacetsTest, TestMacroExpander,
TestOmitPositions, CreateCollectionCleanupTest]
[junit4] Completed [183/750 (1!)] on J1 in 34.40s, 1 test, 1 error <<<
FAILURES!
[...truncated 589 lines...]
[junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/init-core-data-001
[junit4] 2> 1619665 WARN
(SUITE-UnloadDistributedZkTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 1619665 INFO
(SUITE-UnloadDistributedZkTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1619667 INFO
(SUITE-UnloadDistributedZkTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 1619667 INFO
(SUITE-UnloadDistributedZkTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1619667 INFO
(SUITE-UnloadDistributedZkTest-seed#[2EA165A38CB7CCFE]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /p_/
[junit4] 2> 1619670 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1619670 INFO (Thread-1940) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1619671 INFO (Thread-1940) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1619672 ERROR (Thread-1940) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1619770 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.ZkTestServer start zk server on port:45725
[junit4] 2> 1619779 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1619780 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1619780 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1619781 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1619782 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1619782 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1619783 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1619783 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1619784 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1619785 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1619785 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1619786 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 1619855 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1619856 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@8426d6{/p_,null,AVAILABLE}
[junit4] 2> 1619857 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19651aa{HTTP/1.1,[http/1.1]}{127.0.0.1:38641}
[junit4] 2> 1619857 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.e.j.s.Server Started @1621232ms
[junit4] 2> 1619857 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/tempDir-001/control/data,
hostContext=/p_, hostPort=38641,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/control-001/cores}
[junit4] 2> 1619857 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1619857 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1619857 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1619857 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1619858 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-20T11:26:29.122Z
[junit4] 2> 1619860 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1619860 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/control-001/solr.xml
[junit4] 2> 1619865 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1619865 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1619867 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b70fa0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1619870 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45725/solr
[junit4] 2> 1619917 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1619918 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:38641_p_
[junit4] 2> 1619918 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.c.Overseer Overseer
(id=99036508254044164-127.0.0.1:38641_p_-n_0000000000) starting
[junit4] 2> 1619924 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38641_p_
[junit4] 2> 1619929 INFO
(zkCallback-1494-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1620143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b70fa0
[junit4] 2> 1620153 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b70fa0
[junit4] 2> 1620153 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b70fa0
[junit4] 2> 1620155 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE])
[n:127.0.0.1:38641_p_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/control-001/cores
[junit4] 2> 1620174 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1620174 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45725/solr ready
[junit4] 2> 1620176 INFO (qtp12575847-9653) [n:127.0.0.1:38641_p_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38641_p_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1620177 INFO
(OverseerThreadFactory-4025-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1620281 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1620282 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1620384 INFO
(zkCallback-1494-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1621300 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1621322 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1621445 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1621460 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1621460 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b70fa0
[junit4] 2> 1621461 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1621461 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_2EA165A38CB7CCFE-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1621465 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=41.654296875,
floorSegmentMB=0.9765625, forceMergeDeletesPctAllowed=21.18441329846622,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5731684834505874
[junit4] 2> 1621468 WARN (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1621554 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1621554 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1621555 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1621556 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1621558 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=23.625,
floorSegmentMB=1.181640625, forceMergeDeletesPctAllowed=17.191949106172075,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1621558 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@13019d8[control_collection_shard1_replica_n1] main]
[junit4] 2> 1621560 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1621561 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1621562 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1621563 INFO
(searcherExecutor-4028-thread-1-processing-n:127.0.0.1:38641_p_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:38641_p_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@13019d8[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1621563 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584584134048612352
[junit4] 2> 1621567 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1621568 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1621568 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38641/p_/control_collection_shard1_replica_n1/
[junit4] 2> 1621568 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1621568 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:38641/p_/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1621568 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1621570 INFO (qtp12575847-9655) [n:127.0.0.1:38641_p_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38641/p_/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1680226 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.ChaosMonkey monkey: stop jetty! 38641
[junit4] 2> 1680226 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29342343
[junit4] 2> 1680226 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1680226 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@b4f5c8: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@15166dc
[junit4] 2> 1680231 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1680231 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@17eb67d: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@6d0abe
[junit4] 2> 1680236 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1680236 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@c4ab76: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@e0e57d
[junit4] 2> 1680237 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:38641_p_
[junit4] 2> 1680238 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1680239 INFO
(zkCallback-1494-thread-2-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 1680239 INFO (coreCloseExecutor-4033-thread-1)
[n:127.0.0.1:38641_p_ c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@da0a7c
[junit4] 2> 1680239 INFO (coreCloseExecutor-4033-thread-1)
[n:127.0.0.1:38641_p_ c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.core.control_collection.shard1.replica_n1,
tag=14289532
[junit4] 2> 1680239 INFO (coreCloseExecutor-4033-thread-1)
[n:127.0.0.1:38641_p_ c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1559f80: rootName =
null, domain = solr.core.control_collection.shard1.replica_n1, service url =
null, agent id = null] for registry
solr.core.control_collection.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@180f862
[junit4] 2> 1680249 INFO (coreCloseExecutor-4033-thread-1)
[n:127.0.0.1:38641_p_ c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.collection.control_collection.shard1.leader,
tag=14289532
[junit4] 2> 1690951 INFO (ScheduledTrigger-4023-thread-1)
[n:127.0.0.1:38641_p_ ] o.a.s.c.a.SystemLogListener Collection .system does
not exist, disabling logging.
[junit4] 2> 1690952 INFO
(AutoscalingActionExecutor-4024-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.a.ExecutePlanAction No operations to execute
for event: {
[junit4] 2> "id":"14f8c7b3d789b100T7d0ds3mh0xx0ko27cjnx01t7q",
[junit4] 2> "source":".auto_add_replicas",
[junit4] 2> "eventTime":1511177250212000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1511177250212000000],
[junit4] 2> "_enqueue_time_":1511177260214000000,
[junit4] 2> "nodeNames":["127.0.0.1:38641_p_"]}}
[junit4] 2> 1800178 ERROR (qtp12575847-9653) [n:127.0.0.1:38641_p_ ]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the
collection time out:180s
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1800179 INFO (qtp12575847-9653) [n:127.0.0.1:38641_p_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38641_p_&wt=javabin&version=2}
status=500 QTime=180003
[junit4] 2> 1800180 ERROR (qtp12575847-9653) [n:127.0.0.1:38641_p_ ]
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the
collection time out:180s
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2220378 ERROR
(OverseerThreadFactory-4025-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.OverseerCollectionMessageHandler Error from
shard: http://127.0.0.1:38641/p_
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: Timeout
occured while waiting response from server at: http://127.0.0.1:38641/p_
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] 2> at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] 2> at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[junit4] 2> at
java.net.SocketInputStream.read(SocketInputStream.java:171)
[junit4] 2> at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] 2> at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
[junit4] 2> at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
[junit4] 2> at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
[junit4] 2> at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
[junit4] 2> ... 12 more
[junit4] 2> 2220379 INFO
(TEST-UnloadDistributedZkTest.test-seed#[2EA165A38CB7CCFE]) [ ]
o.a.s.c.Overseer Overseer
(id=99036508254044164-127.0.0.1:38641_p_-n_0000000000) closing
[junit4] 2> 2220380 ERROR
(OverseerThreadFactory-4025-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up
collection [control_collection].
[junit4] 2> 2220380 INFO
(OverseerStateUpdate-99036508254044164-127.0.0.1:38641_p_-n_0000000000)
[n:127.0.0.1:38641_p_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:38641_p_
[junit4] 2> 2220380 INFO
(OverseerThreadFactory-4025-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2250412 ERROR
(OverseerThreadFactory-4025-thread-1-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.OverseerCollectionMessageHandler Collection:
control_collection operation: create
failed:org.apache.solr.common.SolrException: Could not fully remove collection:
control_collection
[junit4] 2> at
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:677)
[junit4] 2> at
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:231)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2250413 INFO
(zkCallback-1494-thread-5-processing-n:127.0.0.1:38641_p_)
[n:127.0.0.1:38641_p_ ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDeleted
path:/collections/control_collection/state.json] for collection [control_collect
[...truncated too long message...]
ard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.collection.test_col.shard1.leader,
tag=31537069
[junit4] 2> 3518772 INFO (jetty-closer-4811-thread-5) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@792734{/solr,null,UNAVAILABLE}
[junit4] 2> 3518773 INFO (coreCloseExecutor-7135-thread-1)
[n:127.0.0.1:34597_solr c:test_col s:shard2 r:core_node10
x:test_col_shard2_replica_n8] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.test_col.shard2.leader, tag=19347475
[junit4] 2> 3518777 INFO (jetty-closer-4811-thread-6) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@ddb1d1{/solr,null,UNAVAILABLE}
[junit4] 2> 3518777 INFO (coreCloseExecutor-7134-thread-1)
[n:127.0.0.1:44861_solr c:test_col s:shard1 r:core_node6
x:test_col_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.test_col.shard1.leader, tag=10905849
[junit4] 2> 3518779 INFO (coreCloseExecutor-7136-thread-1)
[n:127.0.0.1:41323_solr c:test_col s:shard1 r:core_node4
x:test_col_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.test_col.shard1.leader, tag=5459447
[junit4] 2> 3518779 INFO (coreCloseExecutor-7138-thread-1)
[n:127.0.0.1:39177_solr c:test_col s:shard2 r:core_node12
x:test_col_shard2_replica_n11] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.test_col.shard2.leader, tag=3861498
[junit4] 2> 3518779 INFO (coreCloseExecutor-7137-thread-1)
[n:127.0.0.1:42037_solr c:test_col s:shard2 r:core_node9
x:test_col_shard2_replica_n7] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.test_col.shard2.leader, tag=31864345
[junit4] 2> 3518780 INFO (jetty-closer-4811-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5c625a{/solr,null,UNAVAILABLE}
[junit4] 2> 3518782 INFO (jetty-closer-4811-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=99036608616857612-127.0.0.1:42037_solr-n_0000000000) closing
[junit4] 2> 3518783 INFO
(OverseerStateUpdate-99036608616857612-127.0.0.1:42037_solr-n_0000000000)
[n:127.0.0.1:42037_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:42037_solr
[junit4] 2> 3518783 WARN
(OverseerAutoScalingTriggerThread-99036608616857612-127.0.0.1:42037_solr-n_0000000000)
[n:127.0.0.1:42037_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 3518783 INFO (jetty-closer-4811-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@9e76d{/solr,null,UNAVAILABLE}
[junit4] 2> 3518784 INFO (jetty-closer-4811-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1ecfbd1{/solr,null,UNAVAILABLE}
[junit4] 2> 3518785 INFO (jetty-closer-4811-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@14001f4{/solr,null,UNAVAILABLE}
[junit4] 2> 3520246 WARN
(zkCallback-4849-thread-2-processing-n:127.0.0.1:37139_solr)
[n:127.0.0.1:37139_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3520247 INFO (jetty-closer-4811-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@92ef{/solr,null,UNAVAILABLE}
[junit4] 2> 3520247 ERROR
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[2EA165A38CB7CCFE]-worker) [
] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 3520248 INFO
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[2EA165A38CB7CCFE]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38255 38255
[junit4] 2> 3525583 INFO (Thread-7088) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:38255 38255
[junit4] 2> 3525583 WARN (Thread-7088) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/aliases.json
[junit4] 2> 8 /solr/clusterprops.json
[junit4] 2> 7 /solr/security.json
[junit4] 2> 6
/solr/configs/solrCloudCollectionConfig/managed-schema
[junit4] 2> 6 /solr/configs/solrCloudCollectionConfig
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 36 /solr/collections/test_col/state.json
[junit4] 2> 8 /solr/clusterstate.json
[junit4] 2> 3
/solr/overseer_elect/election/99036608616857612-127.0.0.1:42037_solr-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/99036608616857616-127.0.0.1:39177_solr-n_0000000003
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/live_nodes
[junit4] 2> 8 /solr/collections
[junit4] 2>
[junit4] 2> 3525584 INFO
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[2EA165A38CB7CCFE]-worker) [
] o.a.s.SolrTestCaseJ4
------------------------------------------------------- Done waiting for
tracked resources to be released
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1361, maxMBSortInHeap=7.6406025619071105,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@ba44b9),
locale=nl-BE, timezone=America/Aruba
[junit4] 2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=210979312,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory,
TestSuggestSpellingConverter, SoftAutoCommitTest, SpellCheckCollatorTest,
TestSkipOverseerOperations, FileUtilsTest, TestCSVLoader,
PrimitiveFieldTypeTest, TestJoin, TestBadConfig, DocValuesTest,
SecurityConfHandlerTest, OverseerStatusTest, CdcrVersionReplicationTest,
SpellCheckCollatorWithCollapseTest, PKIAuthenticationIntegrationTest,
CursorPagingTest, UpdateParamsTest, TestMiniSolrCloudClusterSSL,
URLClassifyProcessorTest, TestMinMaxOnMultiValuedField, CheckHdfsIndexTest,
TestCodecSupport, TestSolrCoreParser, TestImplicitCoreProperties,
ForceLeaderTest, StatelessScriptUpdateProcessorFactoryTest, MetricUtilsTest,
TestSolrJ, TestCollectionsAPIViaSolrCloudCluster, BasicFunctionalityTest,
MigrateRouteKeyTest, TestConfig, HttpSolrCallGetCoreTest,
TestRandomRequestDistribution, ReplicationFactorTest,
TestImpersonationWithHadoopAuth, TestFastOutputStream, TestSimpleQParserPlugin,
SolrJmxReporterCloudTest, TestDistribIDF,
ChaosMonkeyNothingIsSafeWithPullReplicasTest,
PreAnalyzedFieldManagedSchemaCloudTest,
OverseerCollectionConfigSetProcessorTest, TestWordDelimiterFilterFactory,
TestPostingsSolrHighlighter, SSLMigrationTest, ExternalFileFieldSortTest,
AnalysisAfterCoreReloadTest, PeerSyncTest,
TestPerFieldSimilarityWithDefaultOverride, BasicZkTest,
TestHttpShardHandlerFactory, TestRandomFaceting, DirectoryFactoryTest,
MultiTermTest, SolrInfoBeanTest, TestUninvertingReader,
TestRuleBasedAuthorizationPlugin, DocValuesMissingTest, TestReplicationHandler,
TestSolrConfigHandlerCloud, NodeAddedTriggerTest,
LeaderInitiatedRecoveryOnCommitTest, TestCustomDocTransformer,
TestRecoveryHdfs, TestStressVersions, TestCorePropertiesReload,
TestSimpleTextCodec, DirectUpdateHandlerOptimizeTest,
TestLuceneIndexBackCompat, InfoHandlerTest, AutoAddReplicasPlanActionTest,
TestSort, TestLRUStatsCache, TestFieldTypeResource, TestUseDocValuesAsStored2,
TestQueryUtils, TestSolrCloudWithSecureImpersonation, ActionThrottleTest,
TestRawResponseWriter, CdcrReplicationDistributedZkTest,
TestSubQueryTransformerCrossCore, UpdateRequestProcessorFactoryTest,
SolrCoreTest, TestPullReplica, IndexSchemaRuntimeFieldTest,
TestFileDictionaryLookup, ResponseLogComponentTest, TestMergePolicyConfig,
SharedFSAutoReplicaFailoverTest, TestSolrIndexConfig, V2ApiIntegrationTest,
TestJsonRequest, TestXmlQParserPlugin, TestCloudSearcherWarming,
TestEmbeddedSolrServerSchemaAPI, SolrPluginUtilsTest, JSONWriterTest,
SearchHandlerTest, TestNamedUpdateProcessors, SystemLogListenerTest,
HdfsTlogReplayBufferedWhileIndexingTest, TestPhraseSuggestions, TestCustomSort,
TestSchemaManager, PreAnalyzedUpdateProcessorTest, SpellCheckComponentTest,
TermsComponentTest, CdcrUpdateLogTest, TestReversedWildcardFilterFactory,
SliceStateTest, TestCloudPivotFacet, TestFieldCache,
TestSweetSpotSimilarityFactory, DocExpirationUpdateProcessorFactoryTest,
AssignBackwardCompatibilityTest, NodeMutatorTest, TestMultiWordSynonyms,
TestSolrCloudSnapshots, RAMDirectoryFactoryTest, TestSchemaSimilarityResource,
LeaderElectionContextKeyTest, CursorMarkTest, BasicDistributedZkTest,
TestRebalanceLeaders, TestSizeLimitedDistributedMap,
TestSolrCloudWithDelegationTokens, TestStressLiveNodes,
TestTolerantUpdateProcessorRandomCloud]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestTolerantUpdateProcessorRandomCloud -Dtests.seed=2EA165A38CB7CCFE
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl-BE
-Dtests.timezone=America/Aruba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestTolerantUpdateProcessorRandomCloud (suite)
<<<
[junit4] > Throwable #1: java.lang.AssertionError: There are still nodes
recoverying - waited for 330 seconds
[junit4] > at
__randomizedtesting.SeedInfo.seed([2EA165A38CB7CCFE]:0)
[junit4] > at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
[junit4] > at
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:127)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] Completed [586/750 (3!)] on J0 in 374.61s, 0 tests, 1 failure <<<
FAILURES!
[...truncated 43648 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]