Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/141/
4 tests failed.
FAILED:
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>
Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync
expected:<2000> but was:<1100>
at
__randomizedtesting.SeedInfo.seed([15EA23792653C05E:C1AF6820C10573A5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
Doc with id=1 not found in http://127.0.0.1:48204/xuet/collMinRf_1x3 due to:
Path not found: /id; rsp={doc=null}
Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in
http://127.0.0.1:48204/xuet/collMinRf_1x3 due to: Path not found: /id;
rsp={doc=null}
at
__randomizedtesting.SeedInfo.seed([15EA23792653C05E:9DBE1CA388AFADA6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
at
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream
Error Message:
Error from server at https://127.0.0.1:38942/solr/workQueue_shard2_replica_n2:
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/workQueue_shard2_replica_n2/update. Reason: <pre> Can not
find: /solr/workQueue_shard2_replica_n2/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 https://127.0.0.1:38942/solr/workQueue_shard2_replica_n2: 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/workQueue_shard2_replica_n2/update. Reason:
<pre> Can not find: /solr/workQueue_shard2_replica_n2/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([2DAF65A43E1E26D9:F6FE45F1D740CC9]: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.client.solrj.io.stream.StreamExpressionTest.testExecutorStream(StreamExpressionTest.java:6815)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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 https://127.0.0.1:38942/solr/workQueue_shard2_replica_n2:
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/workQueue_shard2_replica_n2/update. Reason:
<pre> Can not find: /solr/workQueue_shard2_replica_n2/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
FAILED: org.apache.solr.cloud.LeaderElectionContextKeyTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([15EA23792653C05E:9DBE1CA388AFADA6]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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)
Build Log:
[...truncated 11205 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/init-core-data-001
[junit4] 2> 280140 WARN
(SUITE-HttpPartitionTest-seed#[15EA23792653C05E]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 280140 INFO
(SUITE-HttpPartitionTest-seed#[15EA23792653C05E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 280141 INFO
(SUITE-HttpPartitionTest-seed#[15EA23792653C05E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 280141 INFO
(SUITE-HttpPartitionTest-seed#[15EA23792653C05E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 280141 INFO
(SUITE-HttpPartitionTest-seed#[15EA23792653C05E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /xuet/
[junit4] 2> 280142 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 280158 INFO (Thread-177) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 280158 INFO (Thread-177) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 280199 ERROR (Thread-177) [ ] 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> 280258 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ZkTestServer start zk server on port:33872
[junit4] 2> 280286 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 280287 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 280288 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 280289 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 280289 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 280290 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 280291 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 280291 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 280292 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 280293 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 280293 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 280294 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 280380 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 280437 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5b4472da{/xuet,null,AVAILABLE}
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ff38524{HTTP/1.1,[http/1.1]}{127.0.0.1:41907}
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
Started @284549ms
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/tempDir-001/control/data,
hostContext=/xuet, hostPort=48204,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/control-001/cores}
[junit4] 2> 280438 ERROR
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 280438 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-18T22:35:29.715Z
[junit4] 2> 280461 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 280461 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/control-001/solr.xml
[junit4] 2> 280472 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 280520 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33872/solr
[junit4] 2> 280570 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 280571 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:48204_xuet
[junit4] 2> 280571 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.c.Overseer Overseer
(id=98506881724776452-127.0.0.1:48204_xuet-n_0000000000) starting
[junit4] 2> 280601 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48204_xuet
[junit4] 2> 280606 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 280663 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 280674 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 280674 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 280675 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:48204_xuet
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/control-001/cores
[junit4] 2> 280788 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 280788 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33872/solr ready
[junit4] 2> 280789 INFO (SocketProxy-Acceptor-48204) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58648,localport=48204], receiveBufferSize:531000
[junit4] 2> 280818 INFO (SocketProxy-Acceptor-48204) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41907,localport=53892], receiveBufferSize=530904
[junit4] 2> 280819 INFO (qtp985158934-3250) [n:127.0.0.1:48204_xuet ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:48204_xuet&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 280834 INFO
(OverseerThreadFactory-444-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 280987 INFO (SocketProxy-Acceptor-48204) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58650,localport=48204], receiveBufferSize:531000
[junit4] 2> 280998 INFO (SocketProxy-Acceptor-48204) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41907,localport=53894], receiveBufferSize=530904
[junit4] 2> 281001 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 281010 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 281114 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 282040 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 282053 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 282148 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 282168 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 282169 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 282169 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 282170 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 282173 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=25.4423828125,
floorSegmentMB=2.1669921875, forceMergeDeletesPctAllowed=18.99584468011428,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5690924713966198
[junit4] 2> 282176 WARN (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 282234 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 282234 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 282235 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 282235 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 282237 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=42.1875,
floorSegmentMB=0.3671875, forceMergeDeletesPctAllowed=6.384805745528085,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.23012433011972436
[junit4] 2> 282237 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@63f34e6d[control_collection_shard1_replica_n1] main]
[junit4] 2> 282238 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 282238 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 282239 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 282242 INFO
(searcherExecutor-447-thread-1-processing-n:127.0.0.1:48204_xuet
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:48204_xuet c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@63f34e6d[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 282242 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1576110109773266944
[junit4] 2> 282248 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 282248 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 282248 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:48204/xuet/control_collection_shard1_replica_n1/
[junit4] 2> 282248 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 282248 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:48204/xuet/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 282248 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 282252 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:48204/xuet/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 282354 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 282403 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 282404 INFO (qtp985158934-3248) [n:127.0.0.1:48204_xuet
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1403
[junit4] 2> 282411 INFO (qtp985158934-3250) [n:127.0.0.1:48204_xuet ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 282511 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 282837 INFO
(OverseerCollectionConfigSetProcessor-98506881724776452-127.0.0.1:48204_xuet-n_0000000000)
[n:127.0.0.1:48204_xuet ] 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> 283411 INFO (qtp985158934-3250) [n:127.0.0.1:48204_xuet ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:48204_xuet&wt=javabin&version=2}
status=0 QTime=2592
[junit4] 2> 283437 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 283437 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33872/solr ready
[junit4] 2> 283437 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 283438 INFO (SocketProxy-Acceptor-48204) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58653,localport=48204], receiveBufferSize:531000
[junit4] 2> 283450 INFO (SocketProxy-Acceptor-48204) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41907,localport=53897], receiveBufferSize=530904
[junit4] 2> 283453 INFO (qtp985158934-3247) [n:127.0.0.1:48204_xuet ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 283470 INFO
(OverseerThreadFactory-444-thread-2-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 283472 WARN
(OverseerThreadFactory-444-thread-2-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 283681 INFO (qtp985158934-3247) [n:127.0.0.1:48204_xuet ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 283682 INFO (qtp985158934-3247) [n:127.0.0.1:48204_xuet ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=229
[junit4] 2> 283818 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-1-001
of type TLOG
[junit4] 2> 283818 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 283820 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@46c7ef0f{/xuet,null,AVAILABLE}
[junit4] 2> 283820 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@76859883{HTTP/1.1,[http/1.1]}{127.0.0.1:49941}
[junit4] 2> 283820 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
Started @287932ms
[junit4] 2> 283820 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xuet,
hostPort=58979,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-1-001/cores}
[junit4] 2> 283821 ERROR
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 283821 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 283821 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 283821 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 283821 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-18T22:35:33.098Z
[junit4] 2> 283829 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 283829 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-1-001/solr.xml
[junit4] 2> 283834 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 283837 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33872/solr
[junit4] 2> 283874 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 283875 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 283877 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58979_xuet
[junit4] 2> 283878 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 283878 INFO (zkCallback-1723-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 283886 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 284043 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 284053 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 284053 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 284054 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:58979_xuet
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-1-001/cores
[junit4] 2> 284125 INFO (SocketProxy-Acceptor-58979) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=39020,localport=58979], receiveBufferSize:531000
[junit4] 2> 284152 INFO (SocketProxy-Acceptor-58979) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=49941,localport=49158], receiveBufferSize=530904
[junit4] 2> 284159 INFO (qtp2054174831-3298) [n:127.0.0.1:58979_xuet ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:58979_xuet&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 284173 INFO
(OverseerCollectionConfigSetProcessor-98506881724776452-127.0.0.1:48204_xuet-n_0000000000)
[n:127.0.0.1:48204_xuet ] 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> 284174 INFO
(OverseerThreadFactory-444-thread-3-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:58979_xuet for creating new replica
[junit4] 2> 284182 INFO (SocketProxy-Acceptor-58979) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=39022,localport=58979], receiveBufferSize:531000
[junit4] 2> 284222 INFO (SocketProxy-Acceptor-58979) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=49941,localport=49160], receiveBufferSize=530904
[junit4] 2> 284233 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 284233 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 284337 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 285255 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 285280 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 285462 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 285577 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 285578 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 285578 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 285578 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
[junit4] 2> 285588 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=25.4423828125,
floorSegmentMB=2.1669921875, forceMergeDeletesPctAllowed=18.99584468011428,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5690924713966198
[junit4] 2> 285604 WARN (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 285679 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 285679 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 285680 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 285680 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 285686 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=42.1875,
floorSegmentMB=0.3671875, forceMergeDeletesPctAllowed=6.384805745528085,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.23012433011972436
[junit4] 2> 285694 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@638c535d[collection1_shard2_replica_t41] main]
[junit4] 2> 285695 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 285695 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 285696 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 285696 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1576110113395048448
[junit4] 2> 285699 INFO
(searcherExecutor-458-thread-1-processing-n:127.0.0.1:58979_xuet
x:collection1_shard2_replica_t41 s:shard2 c:collection1)
[n:127.0.0.1:58979_xuet c:collection1 s:shard2
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@638c535d[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:58979/xuet/collection1_shard2_replica_t41/
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:58979/xuet/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 285703 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 285706 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:58979/xuet/collection1_shard2_replica_t41/ shard2
[junit4] 2> 285807 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 285857 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 285859 INFO (qtp2054174831-3300) [n:127.0.0.1:58979_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1625
[junit4] 2> 285868 INFO (qtp2054174831-3298) [n:127.0.0.1:58979_xuet ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:58979_xuet&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1709
[junit4] 2> 285960 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 286175 INFO
(OverseerCollectionConfigSetProcessor-98506881724776452-127.0.0.1:48204_xuet-n_0000000000)
[n:127.0.0.1:48204_xuet ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 286200 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-2-001
of type TLOG
[junit4] 2> 286201 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 286258 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63b12b28{/xuet,null,AVAILABLE}
[junit4] 2> 286258 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7d70c426{HTTP/1.1,[http/1.1]}{127.0.0.1:35340}
[junit4] 2> 286258 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
Started @290370ms
[junit4] 2> 286258 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xuet,
hostPort=38120,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-2-001/cores}
[junit4] 2> 286259 ERROR
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 286282 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 286282 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 286282 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 286282 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-18T22:35:35.559Z
[junit4] 2> 286315 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 286315 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-2-001/solr.xml
[junit4] 2> 286320 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 286342 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33872/solr
[junit4] 2> 286425 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 286426 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 286429 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38120_xuet
[junit4] 2> 286429 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 286430 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 286430 INFO (zkCallback-1723-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 286430 INFO
(zkCallback-1734-thread-1-processing-n:127.0.0.1:38120_xuet)
[n:127.0.0.1:38120_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 286758 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 286768 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 286768 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 286776 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:38120_xuet
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-2-001/cores
[junit4] 2> 286860 INFO (SocketProxy-Acceptor-38120) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=51601,localport=38120], receiveBufferSize:531000
[junit4] 2> 286894 INFO (SocketProxy-Acceptor-38120) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35340,localport=48394], receiveBufferSize=530904
[junit4] 2> 286894 INFO (qtp2128841896-3332) [n:127.0.0.1:38120_xuet ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:38120_xuet&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 286911 INFO
(OverseerThreadFactory-444-thread-4-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:38120_xuet for creating new replica
[junit4] 2> 286913 INFO (SocketProxy-Acceptor-38120) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=51603,localport=38120], receiveBufferSize:531000
[junit4] 2> 286922 INFO (SocketProxy-Acceptor-38120) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35340,localport=48396], receiveBufferSize=530904
[junit4] 2> 286929 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 286929 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 287223 INFO
(zkCallback-1734-thread-1-processing-n:127.0.0.1:38120_xuet)
[n:127.0.0.1:38120_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 287223 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 287977 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 287994 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 288514 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 288632 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from
collection collection1, trusted=true
[junit4] 2> 288633 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t43' (registry
'solr.core.collection1.shard1.replica_t43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 288633 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 288633 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-2-001/cores/collection1_shard1_replica_t43],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
[junit4] 2> 288635 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=25.4423828125,
floorSegmentMB=2.1669921875, forceMergeDeletesPctAllowed=18.99584468011428,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5690924713966198
[junit4] 2> 288642 WARN (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 288712 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 288712 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 288713 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 288713 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 288714 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=42.1875,
floorSegmentMB=0.3671875, forceMergeDeletesPctAllowed=6.384805745528085,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.23012433011972436
[junit4] 2> 288714 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2cd4c7dc[collection1_shard1_replica_t43] main]
[junit4] 2> 288715 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 288715 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 288716 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 288716 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1576110116561747968
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:38120/xuet/collection1_shard1_replica_t43/
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:38120/xuet/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 288725 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
collection1_shard1_replica_t43 stopping background replication from leader
[junit4] 2> 288726 INFO
(searcherExecutor-469-thread-1-processing-n:127.0.0.1:38120_xuet
x:collection1_shard1_replica_t43 s:shard1 c:collection1)
[n:127.0.0.1:38120_xuet c:collection1 s:shard1
x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@2cd4c7dc[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 288728 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38120/xuet/collection1_shard1_replica_t43/ shard1
[junit4] 2> 288829 INFO
(zkCallback-1734-thread-1-processing-n:127.0.0.1:38120_xuet)
[n:127.0.0.1:38120_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 288829 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 288879 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 288881 INFO (qtp2128841896-3330) [n:127.0.0.1:38120_xuet
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1952
[junit4] 2> 288883 INFO (qtp2128841896-3332) [n:127.0.0.1:38120_xuet ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:38120_xuet&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1989
[junit4] 2> 288913 INFO
(OverseerCollectionConfigSetProcessor-98506881724776452-127.0.0.1:48204_xuet-n_0000000000)
[n:127.0.0.1:48204_xuet ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 288982 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 288982 INFO
(zkCallback-1734-thread-1-processing-n:127.0.0.1:38120_xuet)
[n:127.0.0.1:38120_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 289097 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-3-001
of type TLOG
[junit4] 2> 289099 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 289218 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@652e473e{/xuet,null,AVAILABLE}
[junit4] 2> 289219 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4b292f3c{HTTP/1.1,[http/1.1]}{127.0.0.1:37537}
[junit4] 2> 289219 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ] o.e.j.s.Server
Started @293330ms
[junit4] 2> 289219 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xuet,
hostPort=50042,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-3-001/cores}
[junit4] 2> 289219 ERROR
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 289221 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 289221 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 289221 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 289221 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-18T22:35:38.498Z
[junit4] 2> 289251 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 289251 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-3-001/solr.xml
[junit4] 2> 289256 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 289286 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33872/solr
[junit4] 2> 289299 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 289302 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 289304 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50042_xuet
[junit4] 2> 289306 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 289311 INFO
(zkCallback-1716-thread-1-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 289311 INFO
(zkCallback-1734-thread-1-processing-n:127.0.0.1:38120_xuet)
[n:127.0.0.1:38120_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 289310 INFO (zkCallback-1723-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 289334 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:50042_xuet)
[n:127.0.0.1:50042_xuet ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 289384 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 289393 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 289393 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bdbcf0
[junit4] 2> 289395 INFO
(TEST-HttpPartitionTest.test-seed#[15EA23792653C05E]) [n:127.0.0.1:50042_xuet
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_15EA23792653C05E-001/shard-3-001/cores
[junit4] 2> 289507 INFO (qtp2128841896-3333) [n:127.0.0.1:38120_xuet ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:50042_xuet&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 289520 INFO
(OverseerThreadFactory-444-thread-5-processing-n:127.0.0.1:48204_xuet)
[n:127.0.0.1:48204_xuet ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:50042_xuet for creating new replica
[junit4] 2> 289523 INFO (SocketProxy-Acceptor-50042) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60191,localport=50042], receiveBufferSize:531000
[junit4] 2> 289724 INFO (SocketProxy-Acceptor-50042) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37537,localport=50572], receiveBufferSize=530904
[junit4] 2> 289741 INFO (qtp1519555550-3367) [n:127.0.0.1:50042_xuet ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 289741 INFO (qtp1519555550-3367) [n:127.0.0.1:50042_xuet ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 289846 INFO
(zkCallback-1728-thread-1-processing-n:127.0.0.1:58979_xuet)
[n:127.0.0.1:58979_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 289847 INFO
(zkCallback-1734-thread-1-processing-n:127.0.0.1:38120_xuet)
[n:127.0.0.1:38120_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 289847 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:50042_xuet)
[n:127.0.0.1:50042_xuet ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 290766 INFO (qtp1519555550-3367) [n:127.0.0.1:50042_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 290777 INFO (qtp1519555550-3367) [n:127.0.0.1:50042_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
[collection1_shard2_replica_t45] Schema name=test
[junit4] 2> 290864 INFO (qtp1519555550-3367) [n:127.0.0.1:50042_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 290877 INFO (qtp1519555550-3367) [n:127.0.0.1:50042_xuet
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t45' using co
[...truncated too long message...]
ion.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5d38bc7d
[junit4] 2> 226751 INFO (coreCloseExecutor-481-thread-2)
[n:127.0.0.1:42446_solr c:destination s:shard1 r:core_node3
x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.destination.shard1.leader, tag=1574743956
[junit4] 2> 226751 INFO (coreCloseExecutor-481-thread-1)
[n:127.0.0.1:42446_solr c:mainCorpus s:shard2 r:core_node4
x:mainCorpus_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.mainCorpus.shard2.leader, tag=1305841456
[junit4] 2> 226752 INFO (coreCloseExecutor-483-thread-1)
[n:127.0.0.1:38942_solr c:collection1_collection s:shard1 r:core_node3
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.collection1_collection.shard1.leader, tag=2039041264
[junit4] 2> 226752 INFO (coreCloseExecutor-483-thread-2)
[n:127.0.0.1:38942_solr c:destination s:shard2 r:core_node4
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.destination.shard2.replica_n2, tag=2005271049
[junit4] 2> 226752 INFO (coreCloseExecutor-483-thread-2)
[n:127.0.0.1:38942_solr c:destination s:shard2 r:core_node4
x:destination_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c9016c0: rootName =
solr_38942, domain = solr.core.destination.shard2.replica_n2, service url =
null, agent id = null] for registry solr.core.destination.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@20f65aed
[junit4] 2> 226759 INFO (coreCloseExecutor-483-thread-2)
[n:127.0.0.1:38942_solr c:destination s:shard2 r:core_node4
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.destination.shard2.leader, tag=2005271049
[junit4] 2> 226768 INFO
(zkCallback-660-thread-2-processing-n:127.0.0.1:38942_solr)
[n:127.0.0.1:38942_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 226768 INFO
(zkCallback-661-thread-1-processing-n:127.0.0.1:48864_solr)
[n:127.0.0.1:48864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 226773 INFO
(zkCallback-661-thread-2-processing-n:127.0.0.1:48864_solr)
[n:127.0.0.1:48864_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:48864_solr
[junit4] 2> 226773 INFO
(zkCallback-661-thread-1-processing-n:127.0.0.1:48864_solr)
[n:127.0.0.1:48864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 228220 WARN
(zkCallback-659-thread-1-processing-n:127.0.0.1:40993_solr)
[n:127.0.0.1:40993_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 228221 INFO (jetty-closer-641-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@15c636da{/solr,null,UNAVAILABLE}
[junit4] 2> 228268 WARN
(zkCallback-662-thread-1-processing-n:127.0.0.1:42446_solr)
[n:127.0.0.1:42446_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 228268 INFO (jetty-closer-641-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@113fca5c{/solr,null,UNAVAILABLE}
[junit4] 2> 228272 WARN
(zkCallback-660-thread-2-processing-n:127.0.0.1:38942_solr)
[n:127.0.0.1:38942_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 228273 INFO (jetty-closer-641-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@75a75e2f{/solr,null,UNAVAILABLE}
[junit4] 2> 228275 WARN
(zkCallback-661-thread-2-processing-n:127.0.0.1:48864_solr)
[n:127.0.0.1:48864_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 228276 INFO (jetty-closer-641-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@308dbfd3{/solr,null,UNAVAILABLE}
[junit4] 2> 228277 ERROR
(SUITE-StreamExpressionTest-seed#[2DAF65A43E1E26D9]-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> 228278 INFO
(SUITE-StreamExpressionTest-seed#[2DAF65A43E1E26D9]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46678 46678
[junit4] 2> 228387 INFO (Thread-187) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:46678 46678
[junit4] 2> 228388 WARN (Thread-187) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 72 /solr/aliases.json
[junit4] 2> 7 /solr/configs/conf
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 72 /solr/clusterprops.json
[junit4] 2> 72 /solr/clusterstate.json
[junit4] 2> 22 /solr/collections/destination/state.json
[junit4] 2> 20
/solr/collections/parallelDestinationCollection/state.json
[junit4] 2> 20 /solr/collections/workQueue/state.json
[junit4] 2> 20
/solr/collections/destinationCollection/state.json
[junit4] 2> 20 /solr/collections/mainCorpus/state.json
[junit4] 2> 18
/solr/collections/parallelDestinationCollection1/state.json
[junit4] 2> 12
/solr/collections/collection1_collection/state.json
[junit4] 2> 2
/solr/overseer_elect/election/98507064241553418-127.0.0.1:38942_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 72 /solr/live_nodes
[junit4] 2> 72 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_2DAF65A43E1E26D9-001
[junit4] 2> Aug 18, 2017 11:23:31 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):
{expr_s=PostingsFormat(name=LuceneFixedGap),
join2_s=BlockTreeOrds(blocksize=128),
multiDefault=BlockTreeOrds(blocksize=128),
subject=BlockTreeOrds(blocksize=128),
a1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a2_s=PostingsFormat(name=LuceneFixedGap),
test_t=PostingsFormat(name=LuceneVarGapFixedInterval),
level1_s=PostingsFormat(name=LuceneFixedGap),
ident_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
body_t=PostingsFormat(name=LuceneVarGapFixedInterval),
s_multi=PostingsFormat(name=LuceneFixedGap),
col_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
level2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a_ss=BlockTreeOrds(blocksize=128), a_s=PostingsFormat(name=LuceneFixedGap),
a_t=BlockTreeOrds(blocksize=128),
side_s=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
text=PostingsFormat(name=LuceneFixedGap)},
docValues:{expr_s=DocValuesFormat(name=Memory),
join2_s=DocValuesFormat(name=Lucene70),
multiDefault=DocValuesFormat(name=Lucene70),
price_f=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Asserting),
intDefault=DocValuesFormat(name=Asserting),
join1_i=DocValuesFormat(name=Memory), a_f=DocValuesFormat(name=Asserting),
a2_s=DocValuesFormat(name=Memory), a_i=DocValuesFormat(name=Direct),
join3_i=DocValuesFormat(name=Direct), test_i=DocValuesFormat(name=Lucene70),
field_i=DocValuesFormat(name=Lucene70), level1_s=DocValuesFormat(name=Memory),
s_multi=DocValuesFormat(name=Memory), col_s=DocValuesFormat(name=Asserting),
level2_s=DocValuesFormat(name=Asserting), a_ss=DocValuesFormat(name=Lucene70),
a_s=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Direct),
b_ls=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Memory),
ident_s=DocValuesFormat(name=Asserting),
order_i=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Direct),
miles_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=18,
maxMBSortInHeap=6.917473878328904, sim=RandomSimilarity(queryNorm=false): {},
locale=en-US, timezone=Africa/Tripoli
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=194345824,total=503840768
[junit4] 2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest,
SolrExampleJettyTest, RawValueEvaluatorTest, SolrZkClientTest, TestRetryUtil,
CommonAdminParamsTest, SquareRootEvaluatorTest, JettyWebappTest,
FloorEvaluatorTest, ModuloEvaluatorTest, CosineEvaluatorTest,
EqualsEvaluatorTest, SolrSchemalessExampleTest, AndEvaluatorTest,
LargeVolumeJettyTest, ConcatOperationTest, TestDelegationTokenRequest,
NotEvaluatorTest, TestJavaBinCodec, TestV2Request, JdbcTest,
LargeVolumeBinaryJettyTest, TestBatchUpdate, LargeVolumeEmbeddedTest,
TestSolrProperties, TermsResponseTest, TestEmbeddedSolrServer, SolrQueryTest,
TestHash, ContentStreamTest, DocumentAnalysisResponseTest, SolrExceptionTest,
TestUpdateRequestCodec, ClientUtilsTest, NamedListTest,
AnlysisResponseBaseTest, FacetFieldTest, TestPolicy, BasicHttpSolrClientTest,
LBHttpSolrClientBuilderTest, TestCloudSolrClientConnections,
StreamExpressionTest]
[junit4] Completed [135/135 (1!)] on J2 in 97.85s, 94 tests, 1 error, 9
skipped <<< FAILURES!
[...truncated 42485 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]