Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/441/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC
2 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.analytics.facet.FieldFacetCloudTest
Error Message:
org.apache.http.ParseException: Invalid content type:
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.ParseException: Invalid content type:
at __randomizedtesting.SeedInfo.seed([46200DC61F98EE2]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:523)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
at
org.apache.solr.analytics.facet.AbstractAnalyticsFacetCloudTest.setupCluster(AbstractAnalyticsFacetCloudTest.java:58)
at
org.apache.solr.analytics.facet.FieldFacetCloudTest.beforeClass(FieldFacetCloudTest.java:90)
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)
Caused by: org.apache.http.ParseException: Invalid content type:
at org.apache.http.entity.ContentType.parse(ContentType.java:298)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
... 32 more
FAILED: org.apache.solr.cloud.TestAuthenticationFramework.testBasics
Error Message:
Error from server at
http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3: Expected mime
type application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error
404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing
/solr/testcollection_shard1_replica_n3/update. Reason: <pre> Can not find:
/solr/testcollection_shard1_replica_n3/update</pre></p> <hr /><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre> Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([AB95FA4A61FE571:3761F1889EF1BB01]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
at
org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
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)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre> Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
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.lambda$directUpdate$0(CloudSolrClient.java:516)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Build Log:
[...truncated 11269 lines...]
[junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
[junit4] 2> 142112 INFO
(SUITE-TestAuthenticationFramework-seed#[AB95FA4A61FE571]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/init-core-data-001
[junit4] 2> 142112 WARN
(SUITE-TestAuthenticationFramework-seed#[AB95FA4A61FE571]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1305 numCloses=1305
[junit4] 2> 142112 INFO
(SUITE-TestAuthenticationFramework-seed#[AB95FA4A61FE571]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 142114 INFO
(SUITE-TestAuthenticationFramework-seed#[AB95FA4A61FE571]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 142117 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001
[junit4] 2> 142117 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 142118 INFO (Thread-547) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 142118 INFO (Thread-547) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 142119 ERROR (Thread-547) [ ] 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> 142218 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35237
[junit4] 2> 142223 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 142223 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 142226 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16b691d{/solr,null,AVAILABLE}
[junit4] 2> 142226 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@97b0b3{/solr,null,AVAILABLE}
[junit4] 2> 142230 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@16839e8{HTTP/1.1,[http/1.1]}{127.0.0.1:38539}
[junit4] 2> 142230 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@17b80cb{HTTP/1.1,[http/1.1]}{127.0.0.1:32887}
[junit4] 2> 142230 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.Server Started @143285ms
[junit4] 2> 142230 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.Server Started @143285ms
[junit4] 2> 142230 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38539}
[junit4] 2> 142230 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32887}
[junit4] 2> 142230 ERROR (jetty-launcher-982-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-19T17:12:55.327Z
[junit4] 2> 142231 ERROR (jetty-launcher-982-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 142231 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-19T17:12:55.327Z
[junit4] 2> 142233 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 142233 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 142262 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35237/solr
[junit4] 2> 142269 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35237/solr
[junit4] 2> 142378 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 142378 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 142379 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38539_solr
[junit4] 2> 142379 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32887_solr
[junit4] 2> 142380 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.c.Overseer Overseer
(id=98686807258824708-127.0.0.1:38539_solr-n_0000000000) starting
[junit4] 2> 142381 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 142381 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 142393 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38539_solr
[junit4] 2> 142394 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 142394 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 142477 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 142528 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38539.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 142531 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 142551 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38539.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 142551 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38539.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 142553 INFO (jetty-launcher-982-thread-1)
[n:127.0.0.1:38539_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node1/.
[junit4] 2> 142579 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32887.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 142592 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32887.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 142592 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32887.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 142593 INFO (jetty-launcher-982-thread-2)
[n:127.0.0.1:32887_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node2/.
[junit4] 2> 142625 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15e9b20daae0007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 142628 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 142628 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35237/solr ready
[junit4] 2> 142630 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasics
[junit4] 2> 142633 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 142636 INFO
(OverseerThreadFactory-792-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.CreateCollectionCmd Create collection
testcollection
[junit4] 2> 142742 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testcollection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38539/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 142745 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testcollection_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:32887/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 142748 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testcollection_shard2_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38539/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 142750 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testcollection_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:32887/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 142953 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 142953 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n3&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 142953 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 142956 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n5&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 142957 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 142964 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 143069 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 143069 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 143973 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 143990 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 143990 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 143990 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 144006 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.s.IndexSchema [testcollection_shard1_replica_n3] Schema name=minimal
[junit4] 2> 144011 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 144011 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n3'
using configuration from collection testcollection, trusted=true
[junit4] 2> 144013 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32887.solr.core.testcollection.shard1.replica_n3' (registry
'solr.core.testcollection.shard1.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 144013 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.s.IndexSchema [testcollection_shard2_replica_n5] Schema name=minimal
[junit4] 2> 144013 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 144013 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.s.IndexSchema [testcollection_shard2_replica_n6] Schema name=minimal
[junit4] 2> 144013 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.SolrCore [[testcollection_shard1_replica_n3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node2/testcollection_shard1_replica_n3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node2/./testcollection_shard1_replica_n3/data/]
[junit4] 2> 144022 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 144023 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n5'
using configuration from collection testcollection, trusted=true
[junit4] 2> 144023 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 144023 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n6'
using configuration from collection testcollection, trusted=true
[junit4] 2> 144023 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38539.solr.core.testcollection.shard2.replica_n5' (registry
'solr.core.testcollection.shard2.replica_n5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 144023 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 144023 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 144023 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.SolrCore [[testcollection_shard2_replica_n5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node1/testcollection_shard2_replica_n5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node1/./testcollection_shard2_replica_n5/data/]
[junit4] 2> 144023 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_32887.solr.core.testcollection.shard2.replica_n6' (registry
'solr.core.testcollection.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 144024 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 144024 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.c.SolrCore [[testcollection_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node2/testcollection_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node2/./testcollection_shard2_replica_n6/data/]
[junit4] 2> 144028 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 144028 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1'
using configuration from collection testcollection, trusted=true
[junit4] 2> 144028 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38539.solr.core.testcollection.shard1.replica_n1' (registry
'solr.core.testcollection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@e5c0bd
[junit4] 2> 144029 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 144029 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node1/testcollection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
[junit4] 2> 144111 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 144112 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 144116 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 144116 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 144117 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 144117 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 144119 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@19b076e[testcollection_shard2_replica_n6] main]
[junit4] 2> 144121 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 144121 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 144121 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 144121 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 144124 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@df6e86[testcollection_shard2_replica_n5] main]
[junit4] 2> 144125 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/solrCloudCollectionConfig
[junit4] 2> 144125 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/solrCloudCollectionConfig
[junit4] 2> 144125 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
[junit4] 2> 144126 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
[junit4] 2> 144127 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 144127 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 144127 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 144127 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 144127 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 144127 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 144127 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1578988918247784448
[junit4] 2> 144131 INFO
(searcherExecutor-799-thread-1-processing-n:127.0.0.1:32887_solr
x:testcollection_shard2_replica_n6 s:shard2 c:testcollection r:core_node8)
[n:127.0.0.1:32887_solr c:testcollection s:shard2 r:core_node8
x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore
[testcollection_shard2_replica_n6] Registered new searcher
Searcher@19b076e[testcollection_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 144131 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1578988918251978752
[junit4] 2> 144133 INFO
(searcherExecutor-798-thread-1-processing-n:127.0.0.1:38539_solr
x:testcollection_shard2_replica_n5 s:shard2 c:testcollection r:core_node7)
[n:127.0.0.1:38539_solr c:testcollection s:shard2 r:core_node7
x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore
[testcollection_shard2_replica_n5] Registered new searcher
Searcher@df6e86[testcollection_shard2_replica_n5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 144133 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@df7f20[testcollection_shard1_replica_n3] main]
[junit4] 2> 144133 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/solrCloudCollectionConfig
[junit4] 2> 144134 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 144134 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 144134 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
[junit4] 2> 144135 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 144137 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@152d131[testcollection_shard1_replica_n1] main]
[junit4] 2> 144137 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1578988918258270208
[junit4] 2> 144138 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/solrCloudCollectionConfig
[junit4] 2> 144138 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
[junit4] 2> 144138 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 144138 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 144139 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38539/solr/testcollection_shard2_replica_n5/
[junit4] 2> 144139 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n5
url=http://127.0.0.1:38539/solr START
replicas=[http://127.0.0.1:32887/solr/testcollection_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 144140 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 144146 INFO
(searcherExecutor-797-thread-1-processing-n:127.0.0.1:32887_solr
x:testcollection_shard1_replica_n3 s:shard1 c:testcollection r:core_node4)
[n:127.0.0.1:32887_solr c:testcollection s:shard1 r:core_node4
x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore
[testcollection_shard1_replica_n3] Registered new searcher
Searcher@df7f20[testcollection_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 144147 INFO
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:38539_solr
x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node2)
[n:127.0.0.1:38539_solr c:testcollection s:shard1 r:core_node2
x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore
[testcollection_shard1_replica_n1] Registered new searcher
Searcher@152d131[testcollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 144147 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1578988918268755968
[junit4] 2> 144150 INFO (qtp22880364-3366) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.c.S.Request [testcollection_shard2_replica_n6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 144151 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 144151 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 144151 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/
[junit4] 2> 144152 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n3
url=http://127.0.0.1:32887/solr START
replicas=[http://127.0.0.1:38539/solr/testcollection_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 144165 INFO (qtp14912578-3315) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.c.S.Request [testcollection_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 144254 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 144254 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 144440 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n5
url=http://127.0.0.1:38539/solr DONE. We have no versions. sync failed.
[junit4] 2> 144440 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 144440 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 144440 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 144443 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38539/solr/testcollection_shard2_replica_n5/ shard2
[junit4] 2> 144463 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n3
url=http://127.0.0.1:32887/solr DONE. We have no versions. sync failed.
[junit4] 2> 144464 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 144464 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 144464 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 144466 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/ shard1
[junit4] 2> 144568 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 144568 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 144594 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 144595 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n5&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1638
[junit4] 2> 144617 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 144618 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n3&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1664
[junit4] 2> 144719 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 144719 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 145140 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2187
[junit4] 2> 145154 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2190
[junit4] 2> 145161 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 145260 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 145260 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 146161 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=3527
[junit4] 2> 146161 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
testcollection failOnTimeout:true timeout (sec):330
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:active live:true
[junit4] 1> replica:core_node7 rstate:active live:true
[junit4] 1> replica:core_node8 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 2> 146162 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
testcollection
[junit4] 2> 146166 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.S.Request [testcollection_shard1_replica_n3] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/|http://127.0.0.1:38539/solr/testcollection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1505841179259&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 146167 INFO (qtp14912578-3309) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.S.Request [testcollection_shard2_replica_n5] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:38539/solr/testcollection_shard2_replica_n5/|http://127.0.0.1:32887/solr/testcollection_shard2_replica_n6/&rows=10&version=2&q=*:*&NOW=1505841179259&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 146167 INFO (qtp22880364-3314) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.c.S.Request [testcollection_shard2_replica_n6] webapp=/solr path=/select
params={q=*:*&_stateVer_=testcollection:6&wt=javabin&version=2} hits=0 status=0
QTime=4
[junit4] 2> 146191 INFO (qtp14912578-3378) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/&wt=javabin&version=2}{add=[1
(1578988920388976640)]} 0 10
[junit4] 2> 146192 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n3]
webapp=/solr path=/update
params={_stateVer_=testcollection:6&wt=javabin&version=2}{add=[1
(1578988920388976640)]} 0 23
[junit4] 2> 146193 INFO (qtp14912578-3380) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1578988920414142464,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 146193 INFO (qtp14912578-3380) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@17c93f1
commitCommandVersion:1578988920414142464
[junit4] 2> 146194 INFO (qtp22880364-3302) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1578988920415191040,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 146194 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1578988920415191040,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 146195 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@2918d5
commitCommandVersion:1578988920415191040
[junit4] 2> 146195 INFO (qtp22880364-3302) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 146196 INFO (qtp22880364-3302) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 146197 INFO (qtp14912578-3317) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1578988920418336768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 146198 INFO (qtp14912578-3317) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 146198 INFO (qtp14912578-3317) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 146198 INFO (qtp22880364-3302) [n:127.0.0.1:32887_solr
c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n6]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 3
[junit4] 2> 146198 INFO (qtp14912578-3317) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n5]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 146201 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@95a2ac[testcollection_shard1_replica_n3] main]
[junit4] 2> 146201 INFO (qtp14912578-3380) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@168fe1a[testcollection_shard1_replica_n1] main]
[junit4] 2> 146201 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 146204 INFO
(searcherExecutor-797-thread-1-processing-n:127.0.0.1:32887_solr
x:testcollection_shard1_replica_n3 s:shard1 c:testcollection r:core_node4)
[n:127.0.0.1:32887_solr c:testcollection s:shard1 r:core_node4
x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore
[testcollection_shard1_replica_n3] Registered new searcher
Searcher@95a2ac[testcollection_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
[junit4] 2> 146205 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n3]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 10
[junit4] 2> 146206 INFO
(searcherExecutor-800-thread-1-processing-n:127.0.0.1:38539_solr
x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node2)
[n:127.0.0.1:38539_solr c:testcollection s:shard1 r:core_node2
x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore
[testcollection_shard1_replica_n1] Registered new searcher
Searcher@168fe1a[testcollection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
[junit4] 2> 146207 INFO (qtp14912578-3380) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 146207 INFO (qtp14912578-3380) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 13
[junit4] 2> 146207 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n3]
webapp=/solr path=/update
params={_stateVer_=testcollection:6&commit=true&wt=javabin&version=2}{commit=}
0 14
[junit4] 2> 146210 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr
c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n5]
o.a.s.c.S.Request [testcollection_shard2_replica_n5] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:38539/solr/testcollection_shard2_replica_n5/|http://127.0.0.1:32887/solr/testcollection_shard2_replica_n6/&rows=10&version=2&q=*:*&NOW=1505841179305&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 146210 INFO (qtp22880364-3366) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.S.Request [testcollection_shard1_replica_n3] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/|http://127.0.0.1:38539/solr/testcollection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1505841179305&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 146212 INFO (qtp22880364-3314) [n:127.0.0.1:32887_solr
c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3]
o.a.s.c.S.Request [testcollection_shard1_replica_n3] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=testcollection:6&shards.purpose=64&NOW=1505841179305&ids=1&isShard=true&shard.url=http://127.0.0.1:32887/solr/testcollection_shard1_replica_n3/|http://127.0.0.1:38539/solr/testcollection_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 146212 INFO (qtp14912578-3313) [n:127.0.0.1:38539_solr
c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1]
o.a.s.c.S.Request [testcollection_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=testcollection:6&wt=javabin&version=2} hits=1 status=0
QTime=3
[junit4] 2> 146214 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=testcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 146216 INFO
(OverseerCollectionConfigSetProcessor-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 146220 INFO
(OverseerThreadFactory-792-thread-2-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 146221 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard2.replica_n6, tag=null
[junit4] 2> 146221 INFO (qtp14912578-3305) [n:127.0.0.1:38539_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard2.replica_n5, tag=null
[junit4] 2> 146221 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@a522b7: rootName =
solr_32887, domain = solr.core.testcollection.shard2.replica_n6, service url =
null, agent id = null] for registry solr.core.testcollection.shard2.replica_n6
/ com.codahale.metrics.MetricRegistry@1e4f290
[junit4] 2> 146221 INFO (qtp14912578-3305) [n:127.0.0.1:38539_solr ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@f8de59: rootName =
solr_38539, domain = solr.core.testcollection.shard2.replica_n5, service url =
null, agent id = null] for registry solr.core.testcollection.shard2.replica_n5
/ com.codahale.metrics.MetricRegistry@17677c8
[junit4] 2> 146381 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard1.replica_n3, tag=null
[junit4] 2> 146381 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1533bda: rootName =
solr_32887, domain = solr.core.testcollection.shard1.replica_n3, service url =
null, agent id = null] for registry solr.core.testcollection.shard1.replica_n3
/ com.codahale.metrics.MetricRegistry@431da0
[junit4] 2> 146382 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard1.replica_n1, tag=null
[junit4] 2> 146382 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@fc864e: rootName =
solr_38539, domain = solr.core.testcollection.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@3730a6
[junit4] 2> 146384 INFO (qtp14912578-3305) [n:127.0.0.1:38539_solr ]
o.a.s.c.SolrCore [testcollection_shard2_replica_n5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1759981
[junit4] 2> 146388 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.c.SolrCore [testcollection_shard2_replica_n6] CLOSING SolrCore
org.apache.solr.core.SolrCore@8d8202
[junit4] 2> 146397 INFO (qtp14912578-3305) [n:127.0.0.1:38539_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard2.replica_n5, tag=24484225
[junit4] 2> 146397 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.c.SolrCore [testcollection_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@784adf
[junit4] 2> 146397 INFO (qtp14912578-3305) [n:127.0.0.1:38539_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testcollection.shard2.leader, tag=24484225
[junit4] 2> 146397 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard1.replica_n1, tag=7883487
[junit4] 2> 146397 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testcollection.shard1.leader, tag=7883487
[junit4] 2> 146397 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard2.replica_n6, tag=9273858
[junit4] 2> 146397 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testcollection.shard2.leader, tag=9273858
[junit4] 2> 146399 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr ]
o.a.s.c.SolrCore [testcollection_shard1_replica_n3] CLOSING SolrCore
org.apache.solr.core.SolrCore@560fe9
[junit4] 2> 146399 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcollection.shard1.replica_n3, tag=5640169
[junit4] 2> 146399 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testcollection.shard1.leader, tag=5640169
[junit4] 2> 146401 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 146402 WARN
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.LeaderElector Our node is no longer in
line to be leader
[junit4] 2> 146402 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 146405 INFO (qtp14912578-3303) [n:127.0.0.1:38539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testcollection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=184
[junit4] 2> 146406 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testcollection_shard2_replica_n6&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=184
[junit4] 2> 146409 WARN
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.LeaderElector Our node is no longer in
line to be leader
[junit4] 2> 146415 INFO (qtp22880364-3316) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testcollection_shard1_replica_n3&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=192
[junit4] 2> 146416 INFO (qtp14912578-3305) [n:127.0.0.1:38539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testcollection_shard2_replica_n5&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=194
[junit4] 2> 147120 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testcollection&action=DELETE&wt=javabin&version=2} status=0
QTime=905
[junit4] 2> 147120 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for collection to disappear -
collection: testcollection failOnTimeout:true timeout (sec):330
[junit4] 1> -
[junit4] 2> 147120 INFO
(TEST-TestAuthenticationFramework.testBasics-seed#[AB95FA4A61FE571]) [ ]
o.a.s.c.AbstractDistribZkTestBase Collection has disappeared - collection:
testcollection
[junit4] 2> 147121 INFO (qtp22880364-3302) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=4ee55b53-dcce-4949-8d60-934f3237e39c&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 147122 INFO (qtp22880364-3302) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=4ee55b53-dcce-4949-8d60-934f3237e39c&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 147125 INFO
(OverseerThreadFactory-792-thread-3-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.CreateCollectionCmd Create collection
testcollection
[junit4] 2> 147125 INFO (qtp22880364-3366) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=4ee55b53-dcce-4949-8d60-934f3237e39c&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 147128 INFO
(OverseerCollectionConfigSetProcessor-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 147128 INFO (qtp22880364-3366) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=4ee55b53-dcce-4949-8d60-934f3237e39c&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 147333 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testcollection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:32887/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 147335 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testcollection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38539/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 147337 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testcollection_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:32887/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 147338 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testcollection_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38539/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 147543 INFO (qtp22880364-3304) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018648206504&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=2
[junit4] 2> 147545 INFO
(parallelCoreAdminExecutor-794-thread-1-processing-n:127.0.0.1:32887_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018648206504 CREATE)
[n:127.0.0.1:32887_solr ] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018648206504&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 147545 INFO (qtp14912578-3317) [n:127.0.0.1:38539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018649912896&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=4
[junit4] 2> 147543 INFO
(parallelCoreAdminExecutor-793-thread-2-processing-n:127.0.0.1:38539_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018653089648 CREATE)
[n:127.0.0.1:38539_solr ] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018653089648&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 147543 INFO
(parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:38539_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018649912896 CREATE)
[n:127.0.0.1:38539_solr ] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018649912896&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 147543 INFO (qtp14912578-3378) [n:127.0.0.1:38539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018653089648&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=0
[junit4] 2> 147545 INFO (qtp22880364-3306) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=5
[junit4] 2> 147545 INFO
(parallelCoreAdminExecutor-794-thread-2-processing-n:127.0.0.1:32887_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104 CREATE)
[n:127.0.0.1:32887_solr ] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 147548 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104
[junit4] 2> 147548 INFO (qtp22880364-3308) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147654 INFO
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 147654 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 147654 INFO
(zkCallback-994-thread-2-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 147654 INFO
(zkCallback-993-thread-2-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 148129 INFO (qtp22880364-3314) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=4ee55b53-dcce-4949-8d60-934f3237e39c&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 148130 INFO (qtp22880364-3314) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=4ee55b53-dcce-4949-8d60-934f3237e39c&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 148549 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104
[junit4] 2> 148549 INFO (qtp22880364-3312) [n:127.0.0.1:32887_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 148564 INFO
(parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:38539_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018649912896 CREATE)
[n:127.0.0.1:38539_solr c:testcollection s:shard1 r:core_node5
x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.1.0
[junit4] 2> 148564 INFO
(parallelCoreAdminExecutor-794-thread-2-processing-n:127.0.0.1:32887_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018651455104 CREATE)
[n:127.0.0.1:32887_solr c:testcollection s:shard2 r:core_node7
x:testcollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.1.0
[junit4] 2> 148564 INFO
(parallelCoreAdminExecutor-794-thread-1-processing-n:127.0.0.1:32887_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018648206504 CREATE)
[n:127.0.0.1:32887_solr c:testcollection s:shard1 r:core_node3
x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.1.0
[junit4] 2> 148565 INFO
(parallelCoreAdminExecutor-793-thread-2-processing-n:127.0.0.1:38539_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018653089648 CREATE)
[n:127.0.0.1:38539_solr c:testcollection s:shard2 r:core_node8
x:testcollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.1.0
[junit4] 2> 148575 INFO
(parallelCoreAdminExecutor-793-thread-1-processing-n:127.0.0.1:38539_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018649912896 CREATE)
[n:127.0.0.1:38539_solr c:testcollection s:shard1 r:core_node5
x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema
[testcollection_shard1_replica_n2] Schema name=minimal
[junit4] 2> 148577 INFO
(parallelCoreAdminExecutor-793-thread-2-processing-n:127.0.0.1:38539_solr
4ee55b53-dcce-4949-8d60-934f3237e39c1760018653089648 CREATE)
[n:127.0.0.1:38539_solr c:testcollection s:shard2 r:core
[...truncated too long message...]
org.apache.solr.metrics.reporters.SolrJmxReporter@f1cef2: rootName =
solr_32887, domain = solr.core.testcollection.shard2.replica_n4, service url =
null, agent id = null] for registry solr.core.testcollection.shard2.replica_n4
/ com.codahale.metrics.MetricRegistry@1c78e1f
[junit4] 2> 151198 INFO (coreCloseExecutor-838-thread-2)
[n:127.0.0.1:38539_solr c:testcollection s:shard2 r:core_node8
x:testcollection_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testcollection.shard2.replica_n6, tag=4597331
[junit4] 2> 151198 INFO (coreCloseExecutor-838-thread-2)
[n:127.0.0.1:38539_solr c:testcollection s:shard2 r:core_node8
x:testcollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@141b6fd: rootName =
solr_38539, domain = solr.core.testcollection.shard2.replica_n6, service url =
null, agent id = null] for registry solr.core.testcollection.shard2.replica_n6
/ com.codahale.metrics.MetricRegistry@1e2e535
[junit4] 2> 151209 INFO (coreCloseExecutor-837-thread-1)
[n:127.0.0.1:32887_solr c:testcollection s:shard1 r:core_node3
x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcollection.shard1.leader, tag=9324836
[junit4] 2> 151209 INFO (coreCloseExecutor-837-thread-2)
[n:127.0.0.1:32887_solr c:testcollection s:shard2 r:core_node7
x:testcollection_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcollection.shard2.leader, tag=1787145
[junit4] 2> 151213 INFO (coreCloseExecutor-838-thread-1)
[n:127.0.0.1:38539_solr c:testcollection s:shard1 r:core_node5
x:testcollection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcollection.shard1.leader,
tag=23290064
[junit4] 2> 151213 INFO (coreCloseExecutor-838-thread-2)
[n:127.0.0.1:38539_solr c:testcollection s:shard2 r:core_node8
x:testcollection_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcollection.shard2.leader, tag=4597331
[junit4] 2> 151216 INFO (jetty-closer-983-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=98686807258824708-127.0.0.1:38539_solr-n_0000000000) closing
[junit4] 2> 151217 INFO
(OverseerStateUpdate-98686807258824708-127.0.0.1:38539_solr-n_0000000000)
[n:127.0.0.1:38539_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:38539_solr
[junit4] 2> 151217 WARN
(zkCallback-994-thread-1-processing-n:127.0.0.1:32887_solr)
[n:127.0.0.1:32887_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 151217 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15e9b20daae0006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 151218 INFO
(zkCallback-993-thread-1-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 151218 INFO (jetty-closer-983-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@97b0b3{/solr,null,UNAVAILABLE}
[junit4] 2> 152718 WARN
(zkCallback-993-thread-2-processing-n:127.0.0.1:38539_solr)
[n:127.0.0.1:38539_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 152718 INFO (jetty-closer-983-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@16b691d{/solr,null,UNAVAILABLE}
[junit4] 2> 152719 ERROR
(SUITE-TestAuthenticationFramework-seed#[AB95FA4A61FE571]-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> 152719 INFO
(SUITE-TestAuthenticationFramework-seed#[AB95FA4A61FE571]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35237 35237
[junit4] 2> 152766 INFO (Thread-547) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35237 35237
[junit4] 2> 152767 WARN (Thread-547) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/configs/solrCloudCollectionConfig
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 16 /solr/collections/testcollection/state.json
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_AB95FA4A61FE571-001
[junit4] 2> Sep 19, 2017 5:13:05 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{id=BlockTreeOrds(blocksize=128)},
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1464,
maxMBSortInHeap=7.425685770995445, sim=RandomSimilarity(queryNorm=true): {},
locale=de-DE, timezone=Asia/Srednekolymsk
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=80336288,total=169984000
[junit4] 2> NOTE: All tests run in this JVM: [TestBinaryResponseWriter,
TestReversedWildcardFilterFactory, CloneFieldUpdateProcessorFactoryTest,
DateFieldTest, TestSolrConfigHandlerCloud, TestSolr4Spatial2,
ResponseLogComponentTest, TestStressReorder, SolrInfoBeanTest,
TestSolrCloudWithSecureImpersonation, ClusterStateTest, TestSort,
MoveReplicaHDFSUlogDirTest, TestTolerantUpdateProcessorRandomCloud,
TestAuthenticationFramework]
[junit4] Completed [28/732 (1!)] on J2 in 10.93s, 1 test, 1 error <<<
FAILURES!
[...truncated 5258 lines...]
[junit4] Suite: org.apache.solr.analytics.facet.FieldFacetCloudTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analytics/test/J1/temp/solr.analytics.facet.FieldFacetCloudTest_46200DC61F98EE2-001/init-core-data-001
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=4, maxDocsPerChunk=810, blockSize=5),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=4, blockSize=5)), sim=RandomSimilarity(queryNorm=false): {},
locale=zh, timezone=Etc/GMT-11
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=10064184,total=54968320
[junit4] 2> NOTE: All tests run in this JVM: [ExpressionTest,
QueryFacetCloudTest, RangeFacetTest, AbstractAnalyticsFacetCloudTest,
AbstractAnalyticsFacetTest, FieldFacetCloudTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=FieldFacetCloudTest
-Dtests.seed=46200DC61F98EE2 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=zh -Dtests.timezone=Etc/GMT-11 -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | FieldFacetCloudTest (suite) <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.ParseException: Invalid content type:
[junit4] > at
__randomizedtesting.SeedInfo.seed([46200DC61F98EE2]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:523)
[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:1121)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
[junit4] > at
org.apache.solr.analytics.facet.AbstractAnalyticsFacetCloudTest.setupCluster(AbstractAnalyticsFacetCloudTest.java:58)
[junit4] > at
org.apache.solr.analytics.facet.FieldFacetCloudTest.beforeClass(FieldFacetCloudTest.java:90)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: org.apache.http.ParseException: Invalid content
type:
[junit4] > at
org.apache.http.entity.ContentType.parse(ContentType.java:298)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
[junit4] > ... 32 more
[junit4] Completed [14/17 (1!)] on J1 in 7.73s, 0 tests, 1 error <<<
FAILURES!
[...truncated 39243 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]