Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/172/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.update.AutoCommitTest.testMaxDocs
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([E7BF4C35D486CF13:5E3E9AEAF86CCB99]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
at
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
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: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
... 40 more
FAILED:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Something is broken in the assert for no shards using the same indexDir -
probably something was changed in the attributes published in the MBean of
SolrCore : {}
Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using
the same indexDir - probably something was changed in the attributes published
in the MBean of SolrCore : {}
at
__randomizedtesting.SeedInfo.seed([E7BF4C35D486CF13:AFCA3881D2B5E086]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
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 12085 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/init-core-data-001
[junit4] 2> 909501 WARN
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 909501 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 909502 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 909503 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001
[junit4] 2> 909503 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 909504 INFO (Thread-3135) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 909504 INFO (Thread-3135) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 909509 ERROR (Thread-3135) [ ] 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> 909604 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:44381
[junit4] 2> 909614 INFO (jetty-launcher-1029-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 909614 INFO (jetty-launcher-1029-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 909614 INFO (jetty-launcher-1029-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 909615 INFO (jetty-launcher-1029-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@ed678a{/solr,null,AVAILABLE}
[junit4] 2> 909618 INFO (jetty-launcher-1029-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 909623 INFO (jetty-launcher-1029-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@491038{HTTP/1.1,[http/1.1]}{127.0.0.1:34087}
[junit4] 2> 909623 INFO (jetty-launcher-1029-thread-4) [ ]
o.e.j.s.Server Started @910691ms
[junit4] 2> 909623 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34087}
[junit4] 2> 909623 ERROR (jetty-launcher-1029-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 909624 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.2
[junit4] 2> 909624 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 909624 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 909624 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-17T15:36:29.402Z
[junit4] 2> 909634 INFO (jetty-launcher-1029-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@ecb4b3{/solr,null,AVAILABLE}
[junit4] 2> 909634 INFO (jetty-launcher-1029-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ab0d5{HTTP/1.1,[http/1.1]}{127.0.0.1:34669}
[junit4] 2> 909634 INFO (jetty-launcher-1029-thread-1) [ ]
o.e.j.s.Server Started @910703ms
[junit4] 2> 909634 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34669}
[junit4] 2> 909635 ERROR (jetty-launcher-1029-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 909635 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.2
[junit4] 2> 909635 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 909635 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 909635 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-17T15:36:29.413Z
[junit4] 2> 909641 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 909643 INFO (jetty-launcher-1029-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@189dfaa{/solr,null,AVAILABLE}
[junit4] 2> 909644 INFO (jetty-launcher-1029-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@78145{HTTP/1.1,[http/1.1]}{127.0.0.1:37751}
[junit4] 2> 909644 INFO (jetty-launcher-1029-thread-2) [ ]
o.e.j.s.Server Started @910713ms
[junit4] 2> 909644 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37751}
[junit4] 2> 909645 ERROR (jetty-launcher-1029-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 909645 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.2
[junit4] 2> 909645 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 909645 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 909645 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-17T15:36:29.423Z
[junit4] 2> 909649 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 909655 INFO (jetty-launcher-1029-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5055b4{/solr,null,AVAILABLE}
[junit4] 2> 909656 INFO (jetty-launcher-1029-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@b59e0c{HTTP/1.1,[http/1.1]}{127.0.0.1:34415}
[junit4] 2> 909656 INFO (jetty-launcher-1029-thread-3) [ ]
o.e.j.s.Server Started @910724ms
[junit4] 2> 909656 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34415}
[junit4] 2> 909656 ERROR (jetty-launcher-1029-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 909656 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.2
[junit4] 2> 909656 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 909656 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 909657 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-17T15:36:29.434Z
[junit4] 2> 909665 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 909666 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 909669 INFO (jetty-launcher-1029-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
[junit4] 2> 909695 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 909695 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 909698 INFO (jetty-launcher-1029-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
[junit4] 2> 909700 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 909703 INFO (jetty-launcher-1029-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
[junit4] 2> 909712 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 909713 INFO (jetty-launcher-1029-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
[junit4] 2> 909717 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f2afaa163000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 909733 INFO (jetty-launcher-1029-thread-1)
[n:127.0.0.1:34669_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 909734 INFO (jetty-launcher-1029-thread-4)
[n:127.0.0.1:34087_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 909734 INFO (jetty-launcher-1029-thread-1)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34669_solr
[junit4] 2> 909735 INFO (jetty-launcher-1029-thread-4)
[n:127.0.0.1:34087_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34087_solr
[junit4] 2> 909736 INFO (jetty-launcher-1029-thread-1)
[n:127.0.0.1:34669_solr ] o.a.s.c.Overseer Overseer
(id=98844972763250697-127.0.0.1:34669_solr-n_0000000000) starting
[junit4] 2> 909736 INFO
(zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr)
[n:127.0.0.1:34415_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 909754 INFO
(zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 909755 INFO (jetty-launcher-1029-thread-3)
[n:127.0.0.1:34415_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 909759 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 909765 INFO
(zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr)
[n:127.0.0.1:37751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 909767 INFO (jetty-launcher-1029-thread-3)
[n:127.0.0.1:34415_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34415_solr
[junit4] 2> 909767 INFO (jetty-launcher-1029-thread-2)
[n:127.0.0.1:37751_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 909770 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 909770 INFO
(zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr)
[n:127.0.0.1:34415_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 909772 INFO (jetty-launcher-1029-thread-2)
[n:127.0.0.1:37751_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37751_solr
[junit4] 2> 909772 INFO
(zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 909772 INFO
(zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr)
[n:127.0.0.1:37751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 909773 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 909774 INFO
(zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr)
[n:127.0.0.1:37751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 909780 INFO
(zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 909781 INFO
(zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr)
[n:127.0.0.1:34415_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 909784 INFO (jetty-launcher-1029-thread-1)
[n:127.0.0.1:34669_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34669_solr
[junit4] 2> 909786 INFO
(zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr)
[n:127.0.0.1:34415_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 909786 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 909787 INFO
(zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr)
[n:127.0.0.1:37751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 909787 INFO
(zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 909939 INFO (jetty-launcher-1029-thread-2)
[n:127.0.0.1:37751_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node1/.
[junit4] 2> 909944 INFO (jetty-launcher-1029-thread-4)
[n:127.0.0.1:34087_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/.
[junit4] 2> 909992 INFO (jetty-launcher-1029-thread-3)
[n:127.0.0.1:34415_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node2/.
[junit4] 2> 910147 INFO (jetty-launcher-1029-thread-1)
[n:127.0.0.1:34669_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/.
[junit4] 2> 910158 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 910158 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44381/solr ready
[junit4] 2> 910187 INFO
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
[junit4] 2> 910188 INFO
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[E7BF4C35D486CF13])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 910205 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CoreAdminOperation core create command
dataDir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
[junit4] 2> 910206 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 910208 INFO
(OverseerStateUpdate-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 911210 ERROR (qtp30608233-7928) [n:127.0.0.1:34087_solr
c:corewithnocollection3 x:corewithnocollection3] o.a.s.c.c.ZkStateReader
Specified config=[conf123] does not exist in ZooKeeper at
location=[/configs/conf123]
[junit4] 2> 911211 ERROR (qtp30608233-7928) [n:127.0.0.1:34087_solr
c:corewithnocollection3 x:corewithnocollection3] o.a.s.h.RequestHandlerBase
org.apache.solr.common.SolrException: Error CREATEing SolrCore
'corewithnocollection3': Unable to create core [corewithnocollection3] Caused
by: Specified config does not exist in ZooKeeper: conf123
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:898)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [corewithnocollection3]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:964)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:862)
[junit4] 2> ... 34 more
[junit4] 2> Caused by: org.apache.solr.common.cloud.ZooKeeperException:
Specified config does not exist in ZooKeeper: conf123
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
[junit4] 2> at
org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
[junit4] 2> at
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:944)
[junit4] 2> ... 35 more
[junit4] 2>
[junit4] 2> 911212 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr
c:corewithnocollection3 x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
status=400 QTime=1007
[junit4] 2> 912216 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 912216 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 912217 INFO
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
[junit4] 2> 912236 INFO
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
[junit4] 2> 912237 INFO
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[E7BF4C35D486CF13])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 912240 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 912244 INFO
(OverseerThreadFactory-3000-thread-1-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 912948 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0
QTime=708
[junit4] 2> 912952 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 912953 INFO
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 912957 ERROR
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerTaskProcessor
:org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode
for /overseer/collection-queue-work/qnr-0000000002
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1327)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:374)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:371)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:371)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:572)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:94)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:321)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:202)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 912957 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 912958 INFO
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 912960 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 912960 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 912963 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 912964 INFO
(OverseerThreadFactory-3000-thread-3-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.CreateCollectionCmd Create collection
onlyinzk
[junit4] 2> 913170 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2
[junit4] 2> 913173 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2
[junit4] 2> 913174 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 913277 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 913277 INFO
(zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 914181 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.2
[junit4] 2> 914184 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.2
[junit4] 2> 914190 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema
[onlyinzk_shard1_replica1] Schema name=minimal
[junit4] 2> 914193 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 914193 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'onlyinzk_shard1_replica1' using configuration from collection
onlyinzk, trusted=true
[junit4] 2> 914193 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 914193 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore
[[onlyinzk_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/onlyinzk_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/./onlyinzk_shard1_replica1/data/]
[junit4] 2> 914195 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema
[onlyinzk_shard2_replica1] Schema name=minimal
[junit4] 2> 914204 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 914204 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'onlyinzk_shard2_replica1' using configuration from collection
onlyinzk, trusted=true
[junit4] 2> 914204 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 914205 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore
[[onlyinzk_shard2_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/onlyinzk_shard2_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/./onlyinzk_shard2_replica1/data/]
[junit4] 2> 914238 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 914238 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 914238 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 914239 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 914239 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@e8975b[onlyinzk_shard1_replica1] main]
[junit4] 2> 914240 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 914240 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 914241 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 914241 INFO
(searcherExecutor-3009-thread-1-processing-n:127.0.0.1:34087_solr
x:onlyinzk_shard1_replica1 s:shard1 c:onlyinzk) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore
[onlyinzk_shard1_replica1] Registered new searcher
Searcher@e8975b[onlyinzk_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 914241 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1581519569178066944
[junit4] 2> 914245 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 914246 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 914246 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:34087/solr/onlyinzk_shard1_replica1/
[junit4] 2> 914246 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 914246 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy
http://127.0.0.1:34087/solr/onlyinzk_shard1_replica1/ has no replicas
[junit4] 2> 914246 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 914248 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34087/solr/onlyinzk_shard1_replica1/ shard1
[junit4] 2> 914249 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 914250 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 914250 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 914251 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 914252 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@b04caa[onlyinzk_shard2_replica1] main]
[junit4] 2> 914253 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 914253 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 914253 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 914253 INFO
(searcherExecutor-3010-thread-1-processing-n:127.0.0.1:34669_solr
x:onlyinzk_shard2_replica1 s:shard2 c:onlyinzk) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore
[onlyinzk_shard2_replica1] Registered new searcher
Searcher@b04caa[onlyinzk_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 914253 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1581519569190649856
[junit4] 2> 914257 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 914257 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 914258 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:34669/solr/onlyinzk_shard2_replica1/
[junit4] 2> 914258 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 914258 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy
http://127.0.0.1:34669/solr/onlyinzk_shard2_replica1/ has no replicas
[junit4] 2> 914258 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 914260 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34669/solr/onlyinzk_shard2_replica1/ shard2
[junit4] 2> 914363 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 914363 INFO
(zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 914399 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 914400 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2}
status=0 QTime=1230
[junit4] 2> 914412 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 914414 INFO (qtp28308953-7950) [n:127.0.0.1:34669_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2}
status=0 QTime=1240
[junit4] 2> 914418 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 914518 INFO
(zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 914518 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 914965 INFO
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] 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> 915418 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2455
[junit4] 2> 915421 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 915421 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 915422 INFO
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
[junit4] 2> 915444 INFO
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
[junit4] 2> 915445 INFO
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E7BF4C35D486CF13])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 915448 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 915450 INFO
(OverseerThreadFactory-3000-thread-4-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 915452 INFO (qtp28308953-7951) [n:127.0.0.1:34669_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard2.replica1
[junit4] 2> 915452 INFO (qtp28308953-7951) [n:127.0.0.1:34669_solr ]
o.a.s.c.SolrCore [onlyinzk_shard2_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1f7d6dc
[junit4] 2> 915454 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard1.replica1
[junit4] 2> 915454 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.c.SolrCore [onlyinzk_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1dd55a1
[junit4] 2> 915455 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard1.replica1
[junit4] 2> 915456 INFO (qtp28308953-7951) [n:127.0.0.1:34669_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard2.replica1
[junit4] 2> 915457 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=onlyinzk_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 915459 INFO (qtp28308953-7951) [n:127.0.0.1:34669_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=onlyinzk_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 916166 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=718
[junit4] 2> 916169 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 916169 ERROR (qtp30608233-7925) [n:127.0.0.1:34087_solr ]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing
required parameter: name
[junit4] 2> at
org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
[junit4] 2> at
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:462)
[junit4] 2> at
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:479)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:396)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:922)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:228)
[junit4] 2> at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:215)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 916170 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
[junit4] 2> 916170 INFO
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
[junit4] 2> 916194 INFO
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets
[junit4] 2> 916196 INFO
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[E7BF4C35D486CF13])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 916198 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 916200 INFO
(OverseerThreadFactory-3000-thread-5-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.CreateCollectionCmd Create collection
withconfigset2
[junit4] 2> 916201 INFO
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] 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> 916407 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2
[junit4] 2> 916512 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withconfigset2/state.json] for collection [withconfigset2]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 917421 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.2
[junit4] 2> 917432 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.s.IndexSchema [withconfigset2_shard1_replica1] Schema name=minimal
[junit4] 2> 917449 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 917449 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica1' using
configuration from collection withconfigset2, trusted=true
[junit4] 2> 917449 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 917449 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore
[[withconfigset2_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/withconfigset2_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/./withconfigset2_shard1_replica1/data/]
[junit4] 2> 917486 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 917486 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 917486 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 917486 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 917487 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@463d33[withconfigset2_shard1_replica1] main]
[junit4] 2> 917488 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf2
[junit4] 2> 917489 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf2
[junit4] 2> 917489 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 917489 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1581519572583841792
[junit4] 2> 917489 INFO
(searcherExecutor-3019-thread-1-processing-n:127.0.0.1:34087_solr
x:withconfigset2_shard1_replica1 s:shard1 c:withconfigset2)
[n:127.0.0.1:34087_solr c:withconfigset2 s:shard1
x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore
[withconfigset2_shard1_replica1] Registered new searcher
Searcher@463d33[withconfigset2_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 917498 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 917498 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 917498 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34087/solr/withconfigset2_shard1_replica1/
[junit4] 2> 917498 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 917498 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.SyncStrategy
http://127.0.0.1:34087/solr/withconfigset2_shard1_replica1/ has no replicas
[junit4] 2> 917498 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 917502 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34087/solr/withconfigset2_shard1_replica1/ shard1
[junit4] 2> 917605 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withconfigset2/state.json] for collection [withconfigset2]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 917653 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 917654 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr
c:withconfigset2 s:shard1 x:withconfigset2_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2}
status=0 QTime=1247
[junit4] 2> 917656 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 917756 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withconfigset2/state.json] for collection [withconfigset2]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 918203 INFO
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 918656 INFO (qtp30608233-7930) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2458
[junit4] 2> 918657 INFO
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSpecificConfigsets
[junit4] 2> 918682 INFO
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[E7BF4C35D486CF13])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
[junit4] 2> 918683 INFO
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[E7BF4C35D486CF13])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 918685 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=withconfigset2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 918686 INFO
(OverseerThreadFactory-3000-thread-5-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 918689 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.withconfigset2.shard1.replica1
[junit4] 2> 918689 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.c.SolrCore [withconfigset2_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@ecf179
[junit4] 2> 918690 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.withconfigset2.shard1.replica1
[junit4] 2> 918691 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=withconfigset2_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 919396 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=withconfigset2&action=DELETE&wt=javabin&version=2} status=0
QTime=711
[junit4] 2> 919399 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=1fa45880-6acf-40ba-a04a-ceeca1677467&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 919401 INFO (qtp30608233-7925) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=1fa45880-6acf-40ba-a04a-ceeca1677467&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 919403 INFO
(OverseerThreadFactory-3000-thread-5-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.CreateCollectionCmd Create collection
awhollynewcollection_0
[junit4] 2> 919411 INFO
(OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000)
[n:127.0.0.1:34669_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000010 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 919514 INFO (zkCallback-1059-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeCreated
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 919616 INFO (qtp1803554-7946) [n:127.0.0.1:34415_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 919617 INFO (qtp18709063-7960) [n:127.0.0.1:37751_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 919617 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE)
[n:127.0.0.1:34415_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
[junit4] 2> 919618 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE)
[n:127.0.0.1:34415_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 919618 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
[junit4] 2> 919618 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 919619 INFO (qtp28308953-7941) [n:127.0.0.1:34669_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 919619 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
[junit4] 2> 919620 INFO (qtp30608233-7929) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 919622 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
[junit4] 2> 919626 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401
[junit4] 2> 919626 INFO (qtp30608233-7922) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 919729 INFO
(zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr)
[n:127.0.0.1:37751_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 919729 INFO
(zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr)
[n:127.0.0.1:34415_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 919729 INFO
(zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr)
[n:127.0.0.1:34087_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 919729 INFO (zkCallback-1059-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 919729 INFO
(zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr)
[n:127.0.0.1:34669_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 920632 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401
[junit4] 2> 920632 INFO (qtp30608233-7928) [n:127.0.0.1:34087_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 920634 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.6.2
[junit4] 2> 920634 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.6.2
[junit4] 2> 920650 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.6.2
[junit4] 2> 920651 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE)
[n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.6.2
[junit4] 2> 920653 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema
[awhollynewcollection_0_shard2_replica1] Schema name=minimal
[junit4] 2> 920654 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema
[awhollynewcollection_0_shard1_replica1] Schema name=minimal
[junit4] 2> 920662 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 920663 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 920663 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from
collection awhollynewcollection_0, trusted=true
[junit4] 2> 920663 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from
collection awhollynewcollection_0, trusted=true
[junit4] 2> 920663 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 920663 INFO
(parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE)
[n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore
[[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/awhollynewcollection_0_shard2_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/./awhollynewcollection_0_shard2_replica1/data/]
[junit4] 2> 920663 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 920664 INFO
(parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE)
[n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore
[[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node1/awhollynewcollection_0_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node1/./awhollynewcollection_0_shard1_replica1/data/]
[junit4] 2> 920667 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica2] o.a.s.s.IndexSchema
[awhollynewcollection_0_shard1_replica2] Schema name=minimal
[junit4] 2> 920667 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE)
[n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica2] o.a.s.s.IndexSchema
[awhollynewcollection_0_shard2_replica2] Schema name=minimal
[junit4] 2> 920669 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 920669 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'awhollynewcollection_0_shard1_replica2' using configuration from
collection awhollynewcollection_0, trusted=true
[junit4] 2> 920670 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 920670 INFO
(parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE)
[n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1
x:awhollynewcollection_0_shard1_replica2] o.a.s.c.SolrCore
[[awhollynewcollection_0_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/awhollynewcollection_0_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/./awhollynewcollection_0_shard1_replica2/data/]
[junit4] 2> 920671 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE)
[n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 920671 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE)
[n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2
x:awhollynewcollection_0_shard2_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'awhollynewcollection_0_shard2_replica2' using configuration from
collection awhollynewcollection_0, trusted=true
[junit4] 2> 920671 INFO
(parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr
1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 C
[...truncated too long message...]
ertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1201277 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[E7BF4C35D486CF13]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testMaxDocs -Dtests.seed=E7BF4C35D486CF13 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=uk -Dtests.timezone=VST -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.24s J1 | AutoCommitTest.testMaxDocs <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([E7BF4C35D486CF13:5E3E9AEAF86CCB99]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request
was:q=id:14&qt=standard&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
[junit4] > ... 40 more
[junit4] 2> 1201278 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1201278 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13141843
[junit4] 2> 1201278 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1201279 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a39405: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ null
[junit4] 2> 1201279 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 1201279 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@397a4b: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
null
[junit4] 2> 1201279 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
[junit4] 2> 1201279 INFO
(SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1070d19: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / null
[junit4] 2> 1201279 INFO
(coreCloseExecutor-4417-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@97806c
[junit4] 2> 1201280 INFO
(coreCloseExecutor-4417-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 1201281 INFO (commitScheduler-4416-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@635b95[collection1]
main]
[junit4] 2> 1201282 ERROR (commitScheduler-4416-thread-1) [
x:collection1] o.a.s.u.CommitTracker auto commit
error...:org.apache.solr.common.SolrException: Error opening new searcher
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2069)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2189)
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:667)
[junit4] 2> at
org.apache.solr.update.CommitTracker.run(CommitTracker.java:217)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException:
openNewSearcher called on closed core
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2056)
[junit4] 2> ... 10 more
[junit4] 2>
[junit4] 2> 1201282 INFO
(coreCloseExecutor-4417-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@1a2d9b4
[junit4] 2> 1201294 INFO
(coreCloseExecutor-4417-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_E7BF4C35D486CF13-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=uk, timezone=VST
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=134232984,total=277082112
[junit4] 2> NOTE: All tests run in this JVM: [TestCollectionAPIs,
TestInitParams, CollectionStateFormat2Test, TestSQLHandlerNonCloud, SampleTest,
HdfsCollectionsAPIDistributedZkTest, SpellCheckCollatorWithCollapseTest,
DistributedTermsComponentTest, TestRandomRequestDistribution, TestUpdate,
TestInPlaceUpdatesStandalone, TestConfigSetsAPIExclusivity, MoveReplicaTest,
EchoParamsTest, MoreLikeThisHandlerTest, ConnectionManagerTest,
TestJsonFacetRefinement, TestTestInjection, MultiTermTest,
TestSolrFieldCacheMBean, RestartWhileUpdatingTest, CoreAdminRequestStatusTest,
TestConfigSets, TestCursorMarkWithoutUniqueKey, SolrJmxReporterCloudTest,
TestDeleteCollectionOnDownNodes, ZkCLITest, DistanceFunctionTest,
TestRequestForwarding, TestSchemaManager, SolrIndexConfigTest,
TestSubQueryTransformerDistrib, CoreSorterTest, TestDistribIDF,
SpellingQueryConverterTest, TestDistributedStatsComponentCardinality,
SolrInfoMBeanTest, ConnectionReuseTest,
LeaderInitiatedRecoveryOnShardRestartTest, ZkStateReaderTest, SliceStateTest,
TestPerFieldSimilarityWithDefaultOverride, TestLRUStatsCache,
TestCoreContainer, OpenCloseCoreStressTest, WordBreakSolrSpellCheckerTest,
DistributedQueryComponentOptimizationTest, URLClassifyProcessorTest,
TestFieldCollectionResource, TestSolrQueryParserDefaultOperatorResource,
IndexSchemaRuntimeFieldTest, TestShardHandlerFactory, TestNoOpRegenerator,
CheckHdfsIndexTest, SortByFunctionTest, TestSuggestSpellingConverter,
TestQuerySenderListener, SimplePostToolTest, IndexSchemaTest,
DirectSolrConnectionTest, AssignTest, ParsingFieldUpdateProcessorsTest,
TestTrackingShardHandlerFactory, TestElisionMultitermQuery,
IndexBasedSpellCheckerTest, TestSchemaSimilarityResource,
TestFuzzyAnalyzedSuggestions, TestExceedMaxTermLength, TestCloudManagedSchema,
TestLockTree, TestStressVersions, DocumentBuilderTest,
TestUseDocValuesAsStored2, SoftAutoCommitTest, RemoteQueryErrorTest,
TestNumericTerms64, SpatialHeatmapFacetsTest,
CloneFieldUpdateProcessorFactoryTest, DistributedFacetPivotSmallTest,
UpdateRequestProcessorFactoryTest, HighlighterTest,
TestPartialUpdateDeduplication, TermsComponentTest, OverseerTaskQueueTest,
TestTrieFacet, CopyFieldTest, SpatialFilterTest, CleanupOldIndexTest,
ShardRoutingTest, DistributedDebugComponentTest, TestLuceneMatchVersion,
DeleteReplicaTest, TestBM25SimilarityFactory, TestSurroundQueryParser,
HdfsWriteToMultipleCollectionsTest, TestWordDelimiterFilterFactory,
TermVectorComponentTest, DocValuesMissingTest, DistributedQueueTest,
TestFieldTypeResource, SaslZkACLProviderTest,
TestEmbeddedSolrServerConstructors, TestFastOutputStream,
CollectionsAPIDistributedZkTest, SolrIndexSplitterTest, HdfsThreadLeakTest,
CSVRequestHandlerTest, TestSimpleTrackingShardHandler, TestIntervalFaceting,
AnalysisErrorHandlingTest, SegmentsInfoRequestHandlerTest,
ChaosMonkeySafeLeaderTest, SharedFSAutoReplicaFailoverUtilsTest,
SystemInfoHandlerTest, DistributedIntervalFacetingTest,
SolrMetricsIntegrationTest, SpellCheckCollatorTest, BasicZkTest,
RecoveryZkTest, TestReplicationHandler, ShardRoutingCustomTest, AutoCommitTest]
[junit4] Completed [366/713 (2!)] on J1 in 13.31s, 3 tests, 1 error <<<
FAILURES!
[...truncated 40620 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]