Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18972/ Java: 32bit/jdk-9-ea+155 -client -XX:+UseG1GC
2 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:46882/solr/awhollynewcollection_0] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46882/solr/awhollynewcollection_0] at __randomizedtesting.SeedInfo.seed([A837D7486D452A66:E042A3FC6B7605F3]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:418) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1358) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1109) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:523) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:543) 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 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.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46882/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/awhollynewcollection_0/select. Reason: <pre> Can not find: /solr/awhollynewcollection_0/select</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:595) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391) ... 44 more FAILED: org.apache.solr.handler.admin.TestApiFramework.testFramework Error Message: Stack Trace: java.lang.ExceptionInInitializerError at __randomizedtesting.SeedInfo.seed([A837D7486D452A66:BF411D6F6B91C65B]:0) at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166) at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216) at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144) at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116) at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108) at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104) at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69) at org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259) at org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174) at org.easymock.internal.MocksControl.createMock(MocksControl.java:60) at org.easymock.EasyMock.createMock(EasyMock.java:104) at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:83) at org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:543) 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 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.base/java.lang.Thread.run(Thread.java:844) Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @16b418 at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207) at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192) at java.base/java.lang.reflect.Method.setAccessible(Method.java:186) at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46) ... 52 more Build Log: [...truncated 11466 lines...] [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/init-core-data-001 [junit4] 2> 635820 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields [junit4] 2> 635823 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 635825 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001 [junit4] 2> 635826 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 635827 INFO (Thread-954) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 635827 INFO (Thread-954) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 635927 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:40087 [junit4] 2> 635954 INFO (jetty-launcher-653-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 635955 INFO (jetty-launcher-653-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 635955 INFO (jetty-launcher-653-thread-3) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 635955 INFO (jetty-launcher-653-thread-4) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 635956 INFO (jetty-launcher-653-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14b52e1{/solr,null,AVAILABLE} [junit4] 2> 635956 INFO (jetty-launcher-653-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@134676e{/solr,null,AVAILABLE} [junit4] 2> 635956 INFO (jetty-launcher-653-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b2b808{/solr,null,AVAILABLE} [junit4] 2> 635956 INFO (jetty-launcher-653-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@dbe78d{/solr,null,AVAILABLE} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@b26ec6{SSL,[ssl, http/1.1]}{127.0.0.1:46882} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@c002e3{SSL,[ssl, http/1.1]}{127.0.0.1:37511} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@142e348{SSL,[ssl, http/1.1]}{127.0.0.1:40101} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-3) [ ] o.e.j.s.Server Started @637713ms [junit4] 2> 635959 INFO (jetty-launcher-653-thread-1) [ ] o.e.j.s.Server Started @637713ms [junit4] 2> 635959 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37511} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40101} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@156e0c8{SSL,[ssl, http/1.1]}{127.0.0.1:35383} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-4) [ ] o.e.j.s.Server Started @637713ms [junit4] 2> 635959 INFO (jetty-launcher-653-thread-2) [ ] o.e.j.s.Server Started @637713ms [junit4] 2> 635959 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46882} [junit4] 2> 635959 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35383} [junit4] 2> 635959 ERROR (jetty-launcher-653-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 635959 ERROR (jetty-launcher-653-thread-3) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 635959 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 635960 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 635960 ERROR (jetty-launcher-653-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 635960 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 635959 ERROR (jetty-launcher-653-thread-4) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 635960 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 635960 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-02-15T23:17:49.302202Z [junit4] 2> 635960 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 635960 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-02-15T23:17:49.302415Z [junit4] 2> 635960 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-02-15T23:17:49.302438Z [junit4] 2> 635960 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 635960 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-02-15T23:17:49.302552Z [junit4] 2> 635962 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 635962 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 635964 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 635965 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 635967 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 0x15a44114df40002, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 635973 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40087/solr [junit4] 2> 635974 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40087/solr [junit4] 2> 635975 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40087/solr [junit4] 2> 635976 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40087/solr [junit4] 2> 635987 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 635987 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 635987 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 635987 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 635988 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37511_solr [junit4] 2> 635988 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35383_solr [junit4] 2> 635988 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40101_solr [junit4] 2> 635988 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46882_solr [junit4] 2> 635988 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.Overseer Overseer (id=97465183054856203-127.0.0.1:37511_solr-n_0000000000) starting [junit4] 2> 635989 INFO (zkCallback-674-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 635989 INFO (zkCallback-670-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 635989 INFO (zkCallback-672-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 635989 INFO (zkCallback-673-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 635989 INFO (zkCallback-674-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 635989 INFO (zkCallback-670-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 635990 INFO (zkCallback-673-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 635990 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 635993 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37511_solr [junit4] 2> 635995 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 635995 INFO (zkCallback-673-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 635995 INFO (zkCallback-670-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 635995 INFO (zkCallback-674-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 636119 INFO (jetty-launcher-653-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node1/. [junit4] 2> 636178 INFO (jetty-launcher-653-thread-4) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node4/. [junit4] 2> 636294 INFO (jetty-launcher-653-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node3/. [junit4] 2> 636464 INFO (jetty-launcher-653-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node2/. [junit4] 2> 636767 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 636768 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A837D7486D452A66]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40087/solr ready [junit4] 2> 636799 INFO (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionRemovesStaleZkCollectionsNode [junit4] 2> 636799 INFO (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 636850 INFO (qtp16473490-3831) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=out_of_sync_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 636853 INFO (qtp16473490-3831) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=out_of_sync_collection&action=DELETE&wt=javabin&version=2} status=0 QTime=3 [junit4] 2> 636854 INFO (qtp16473490-3802) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 636855 INFO (qtp16473490-3802) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 636855 INFO (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionRemovesStaleZkCollectionsNode [junit4] 2> 636874 INFO (TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testNoCollectionSpecified [junit4] 2> 636875 INFO (TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 636878 INFO (qtp16473490-3825) [ ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2 [junit4] 2> 636880 INFO (OverseerStateUpdate-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 637888 INFO (qtp16473490-3825) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 637895 INFO (qtp16473490-3825) [ ] o.a.s.s.IndexSchema [corewithnocollection] Schema name=minimal [junit4] 2> 637897 INFO (qtp16473490-3825) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 637897 INFO (qtp16473490-3825) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corewithnocollection' using configuration from collection corewithnocollection [junit4] 2> 637898 INFO (qtp16473490-3825) [ ] o.a.s.c.SolrCore [[corewithnocollection] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node1/corewithnocollection], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-002/] [junit4] 2> 638183 INFO (qtp16473490-3825) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 638183 INFO (qtp16473490-3825) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 638185 INFO (qtp16473490-3825) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 638185 INFO (qtp16473490-3825) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 638186 INFO (qtp16473490-3825) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@aa5095[corewithnocollection] main] [junit4] 2> 638186 INFO (qtp16473490-3825) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 638186 INFO (qtp16473490-3825) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 638186 INFO (qtp16473490-3825) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 638187 INFO (searcherExecutor-1858-thread-1) [ ] o.a.s.c.SolrCore [corewithnocollection] Registered new searcher Searcher@aa5095[corewithnocollection] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 638187 INFO (qtp16473490-3825) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1559442931349192704 [junit4] 2> 638191 INFO (qtp16473490-3825) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 638191 INFO (qtp16473490-3825) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 638191 INFO (qtp16473490-3825) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40101/solr/corewithnocollection/ [junit4] 2> 638191 INFO (qtp16473490-3825) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 638191 INFO (qtp16473490-3825) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:40101/solr/corewithnocollection/ has no replicas [junit4] 2> 638193 INFO (qtp16473490-3825) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40101/solr/corewithnocollection/ shard1 [junit4] 2> 638344 INFO (qtp16473490-3825) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 638348 INFO (qtp16473490-3825) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=0 QTime=1471 [junit4] 2> 638349 INFO (qtp16473490-3829) [ ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2 [junit4] 2> 638351 INFO (OverseerStateUpdate-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 638852 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] 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> 639358 INFO (qtp16473490-3829) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 639362 INFO (qtp16473490-3829) [ ] o.a.s.s.IndexSchema [corewithnocollection2] Schema name=minimal [junit4] 2> 639364 INFO (qtp16473490-3829) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 639364 INFO (qtp16473490-3829) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corewithnocollection2' using configuration from collection corewithnocollection2 [junit4] 2> 639365 INFO (qtp16473490-3829) [ ] o.a.s.c.SolrCore [[corewithnocollection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node1/corewithnocollection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-002/] [junit4] 2> 639570 INFO (qtp16473490-3829) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 639570 INFO (qtp16473490-3829) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 639571 INFO (qtp16473490-3829) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 639571 INFO (qtp16473490-3829) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 639572 INFO (qtp16473490-3829) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12c8513[corewithnocollection2] main] [junit4] 2> 639572 INFO (qtp16473490-3829) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 639573 INFO (qtp16473490-3829) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 639573 INFO (qtp16473490-3829) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 639573 INFO (searcherExecutor-1863-thread-1) [ ] o.a.s.c.SolrCore [corewithnocollection2] Registered new searcher Searcher@12c8513[corewithnocollection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 639573 INFO (qtp16473490-3829) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1559442932802519040 [junit4] 2> 639578 INFO (qtp16473490-3829) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 639578 INFO (qtp16473490-3829) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 639578 INFO (qtp16473490-3829) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40101/solr/corewithnocollection2/ [junit4] 2> 639578 INFO (qtp16473490-3829) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 639578 INFO (qtp16473490-3829) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:40101/solr/corewithnocollection2/ has no replicas [junit4] 2> 639579 INFO (qtp16473490-3829) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40101/solr/corewithnocollection2/ shard1 [junit4] 2> 639730 INFO (qtp16473490-3829) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 639733 INFO (qtp16473490-3829) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1383 [junit4] 2> 639733 INFO (TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testNoCollectionSpecified [junit4] 2> 639751 INFO (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets [junit4] 2> 639752 INFO (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 639752 INFO (qtp16473490-3831) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=corewithnocollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 639754 INFO (OverseerThreadFactory-1849-thread-2) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 639760 INFO (qtp16473490-3806) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection [junit4] 2> 639760 INFO (qtp16473490-3806) [ ] o.a.s.c.SolrCore [corewithnocollection] CLOSING SolrCore org.apache.solr.core.SolrCore@13f0ff1 [junit4] 2> 639761 INFO (qtp16473490-3806) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection [junit4] 2> 639766 INFO (qtp16473490-3806) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=corewithnocollection&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=7 [junit4] 2> 640468 INFO (qtp16473490-3831) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection&action=DELETE&wt=javabin&version=2} status=0 QTime=716 [junit4] 2> 640469 INFO (qtp16473490-3802) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=corewithnocollection2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 640471 INFO (OverseerThreadFactory-1849-thread-3) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 640471 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] 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> 640473 INFO (qtp16473490-3825) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection2 [junit4] 2> 640473 INFO (qtp16473490-3825) [ ] o.a.s.c.SolrCore [corewithnocollection2] CLOSING SolrCore org.apache.solr.core.SolrCore@1ea0542 [junit4] 2> 640474 INFO (qtp16473490-3825) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection2 [junit4] 2> 640482 INFO (qtp16473490-3825) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=corewithnocollection2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=9 [junit4] 2> 641185 INFO (qtp16473490-3802) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection2&action=DELETE&wt=javabin&version=2} status=0 QTime=715 [junit4] 2> 641186 INFO (qtp16473490-3829) [ ] 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> 641187 INFO (OverseerThreadFactory-1849-thread-4) [ ] o.a.s.c.CreateCollectionCmd Create collection withconfigset2 [junit4] 2> 641187 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] 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> 641392 INFO (qtp16473490-3806) [ ] 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> 641496 INFO (zkCallback-670-thread-1) [ ] 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> 642402 INFO (qtp16473490-3806) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 642409 INFO (qtp16473490-3806) [ ] o.a.s.s.IndexSchema [withconfigset2_shard1_replica1] Schema name=minimal [junit4] 2> 642410 INFO (qtp16473490-3806) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 642411 INFO (qtp16473490-3806) [ ] o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica1' using configuration from collection withconfigset2 [junit4] 2> 642412 INFO (qtp16473490-3806) [ ] o.a.s.c.SolrCore [[withconfigset2_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node1/withconfigset2_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node1/./withconfigset2_shard1_replica1/data/] [junit4] 2> 642412 INFO (qtp16473490-3806) [ ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b17dec [junit4] 2> 642679 INFO (qtp16473490-3806) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 642679 INFO (qtp16473490-3806) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 642685 INFO (qtp16473490-3806) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 642685 INFO (qtp16473490-3806) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 642685 INFO (qtp16473490-3806) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b6f062[withconfigset2_shard1_replica1] main] [junit4] 2> 642686 INFO (qtp16473490-3806) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2 [junit4] 2> 642686 INFO (qtp16473490-3806) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2 [junit4] 2> 642686 INFO (qtp16473490-3806) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 642687 INFO (searcherExecutor-1868-thread-1) [ ] o.a.s.c.SolrCore [withconfigset2_shard1_replica1] Registered new searcher Searcher@b6f062[withconfigset2_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 642687 INFO (qtp16473490-3806) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1559442936067784704 [junit4] 2> 642691 INFO (qtp16473490-3806) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 642691 INFO (qtp16473490-3806) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 642691 INFO (qtp16473490-3806) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40101/solr/withconfigset2_shard1_replica1/ [junit4] 2> 642691 INFO (qtp16473490-3806) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 642691 INFO (qtp16473490-3806) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:40101/solr/withconfigset2_shard1_replica1/ has no replicas [junit4] 2> 642694 INFO (qtp16473490-3806) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40101/solr/withconfigset2_shard1_replica1/ shard1 [junit4] 2> 642795 INFO (zkCallback-670-thread-1) [ ] 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> 642844 INFO (qtp16473490-3806) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 642848 INFO (qtp16473490-3806) [ ] 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=1456 [junit4] 2> 642850 INFO (qtp16473490-3829) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 642947 INFO (zkCallback-670-thread-1) [ ] 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> 643189 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] 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> 643850 INFO (qtp16473490-3829) [ ] 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=2664 [junit4] 2> 643851 INFO (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testSpecificConfigsets [junit4] 2> 643869 INFO (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection [junit4] 2> 643870 INFO (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 643871 INFO (qtp16473490-3831) [ ] 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> 643890 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 643893 INFO (qtp16473490-3825) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.withconfigset2.shard1.replica1 [junit4] 2> 643893 INFO (qtp16473490-3825) [ ] o.a.s.c.SolrCore [withconfigset2_shard1_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@9eeb1c [junit4] 2> 643913 INFO (qtp16473490-3825) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.withconfigset2.shard1.replica1 [junit4] 2> 643942 INFO (qtp16473490-3825) [ ] 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=50 [junit4] 2> 644645 INFO (qtp16473490-3831) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=withconfigset2&action=DELETE&wt=javabin&version=2} status=0 QTime=774 [junit4] 2> 644647 INFO (qtp16473490-3802) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=unknown_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 644648 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] 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> 644648 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 644648 ERROR (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Collection: unknown_collection operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : unknown_collection [junit4] 2> at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:843) [junit4] 2> at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 644650 INFO (qtp16473490-3802) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400 QTime=3 [junit4] 2> 644651 INFO (qtp16473490-3829) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 644652 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.CreateCollectionCmd Create collection acollectionafterbaddelete [junit4] 2> 644653 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] 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> 644894 INFO (qtp25520403-3830) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2 [junit4] 2> 644896 INFO (qtp8636344-3827) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2 [junit4] 2> 644999 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 644999 INFO (zkCallback-673-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 645903 INFO (qtp25520403-3830) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 645904 INFO (qtp8636344-3827) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 645928 INFO (qtp25520403-3830) [ ] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica1] Schema name=minimal [junit4] 2> 645928 INFO (qtp8636344-3827) [ ] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica2] Schema name=minimal [junit4] 2> 645929 INFO (qtp8636344-3827) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 645929 INFO (qtp25520403-3830) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 645931 INFO (qtp8636344-3827) [ ] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from collection acollectionafterbaddelete [junit4] 2> 645931 INFO (qtp25520403-3830) [ ] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from collection acollectionafterbaddelete [junit4] 2> 645931 INFO (qtp8636344-3827) [ ] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node3/acollectionafterbaddelete_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node3/./acollectionafterbaddelete_shard1_replica2/data/] [junit4] 2> 645931 INFO (qtp25520403-3830) [ ] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node4/acollectionafterbaddelete_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-001/node4/./acollectionafterbaddelete_shard1_replica1/data/] [junit4] 2> 646170 INFO (qtp8636344-3827) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 646170 INFO (qtp8636344-3827) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 646170 INFO (qtp25520403-3830) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 646170 INFO (qtp25520403-3830) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 646176 INFO (qtp8636344-3827) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 646176 INFO (qtp8636344-3827) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 646176 INFO (qtp25520403-3830) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 646176 INFO (qtp25520403-3830) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 646177 INFO (qtp8636344-3827) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b3d84e[acollectionafterbaddelete_shard1_replica2] main] [junit4] 2> 646177 INFO (qtp25520403-3830) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1314ff4[acollectionafterbaddelete_shard1_replica1] main] [junit4] 2> 646177 INFO (qtp8636344-3827) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 646177 INFO (qtp25520403-3830) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 646178 INFO (qtp8636344-3827) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 646178 INFO (qtp25520403-3830) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 646178 INFO (qtp8636344-3827) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 646178 INFO (qtp25520403-3830) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 646178 INFO (searcherExecutor-1873-thread-1) [ ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2] Registered new searcher Searcher@b3d84e[acollectionafterbaddelete_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 646178 INFO (searcherExecutor-1874-thread-1) [ ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1] Registered new searcher Searcher@1314ff4[acollectionafterbaddelete_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 646178 INFO (qtp8636344-3827) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1559442939728363520 [junit4] 2> 646178 INFO (qtp25520403-3830) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1559442939728363520 [junit4] 2> 646183 INFO (qtp8636344-3827) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 646183 INFO (qtp8636344-3827) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 646183 INFO (qtp8636344-3827) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37511/solr/acollectionafterbaddelete_shard1_replica2/ [junit4] 2> 646183 INFO (qtp8636344-3827) [ ] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica2 url=https://127.0.0.1:37511/solr START replicas=[https://127.0.0.1:46882/solr/acollectionafterbaddelete_shard1_replica1/] nUpdates=100 [junit4] 2> 646184 INFO (qtp8636344-3827) [ ] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica2 url=https://127.0.0.1:37511/solr DONE. We have no versions. sync failed. [junit4] 2> 646189 INFO (qtp25520403-3826) [ ] o.a.s.c.S.Request [acollectionafterbaddelete_shard1_replica1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 646189 INFO (qtp8636344-3827) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 646189 INFO (qtp8636344-3827) [ ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 646191 INFO (qtp8636344-3827) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37511/solr/acollectionafterbaddelete_shard1_replica2/ shard1 [junit4] 2> 646293 INFO (zkCallback-673-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 646293 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 646342 INFO (qtp8636344-3827) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 646348 INFO (qtp8636344-3827) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2} status=0 QTime=1451 [junit4] 2> 646444 INFO (zkCallback-673-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 646444 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 647186 INFO (qtp25520403-3830) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2} status=0 QTime=2292 [junit4] 2> 647188 INFO (qtp16473490-3829) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 647286 INFO (zkCallback-673-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 647286 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 648189 INFO (qtp16473490-3829) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3537 [junit4] 2> 648190 INFO (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection [junit4] 2> 648215 INFO (TEST-CollectionsAPIDistributedZkTest.testCreateNodeSet-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCreateNodeSet [junit4] 2> 648216 INFO (TEST-CollectionsAPIDistributedZkTest.testCreateNodeSet-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 648217 INFO (qtp16473490-3825) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 648218 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 648218 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 648221 INFO (qtp25520403-3803) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica1 [junit4] 2> 648221 INFO (qtp25520403-3803) [ ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@695701 [junit4] 2> 648222 INFO (qtp25520403-3803) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica1 [junit4] 2> 648223 INFO (qtp8636344-3804) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica2 [junit4] 2> 648223 INFO (qtp8636344-3804) [ ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2] CLOSING SolrCore org.apache.solr.core.SolrCore@13e85b4 [junit4] 2> 648224 INFO (qtp8636344-3804) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica2 [junit4] 2> 648244 INFO (qtp25520403-3803) [ ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration. [junit4] 2> 648244 INFO (qtp25520403-3803) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=24 [junit4] 2> 648245 WARN (zkCallback-672-thread-2) [ ] o.a.s.c.LeaderElector Our node is no longer in line to be leader [junit4] 2> 648247 INFO (qtp8636344-3804) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=24 [junit4] 2> 648949 INFO (qtp16473490-3825) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2} status=0 QTime=731 [junit4] 2> 648950 INFO (qtp16473490-3831) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=nodeset_collection&action=CREATE&numShards=2&createNodeSet=https://127.0.0.1:46882/solr,https://127.0.0.1:35383/solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 648951 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.CreateCollectionCmd Create collection nodeset_collection [junit4] 2> 648951 WARN (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (nodeset_collection) without cores. [junit4] 2> 648951 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 649154 INFO (qtp16473490-3831) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 649154 INFO (qtp16473490-3831) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=nodeset_collection&action=CREATE&numShards=2&createNodeSet=https://127.0.0.1:46882/solr,https://127.0.0.1:35383/solr&wt=javabin&version=2} status=0 QTime=204 [junit4] 2> 649155 INFO (TEST-CollectionsAPIDistributedZkTest.testCreateNodeSet-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testCreateNodeSet [junit4] 2> 649177 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters [junit4] 2> 649177 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 649178 INFO (qtp16473490-3802) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=nodeset_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 649180 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 649180 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 649882 INFO (qtp16473490-3802) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=nodeset_collection&action=DELETE&wt=javabin&version=2} status=0 QTime=704 [junit4] 2> 649883 INFO (qtp16473490-3829) [ ] 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> 649884 ERROR (qtp16473490-3829) [ ] 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:461) [junit4] 2> at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:478) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:394) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:888) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:226) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:213) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298) [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:139) [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.ssl.SslConnection.onFillable(SslConnection.java:202) [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.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 649884 INFO (qtp16473490-3829) [ ] 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> 649884 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters [junit4] 2> 649904 INFO (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist [junit4] 2> 649905 INFO (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 649908 INFO (qtp16473490-3825) [ ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-003&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2 [junit4] 2> 649910 INFO (OverseerStateUpdate-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 650911 ERROR (qtp16473490-3825) [ ] o.a.s.c.c.ZkStateReader Specified config=[conf123] does not exist in ZooKeeper at location=[/configs/conf123] [junit4] 2> 650912 ERROR (qtp16473490-3825) [ ] 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:907) [junit4] 2> at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88) [junit4] 2> at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378) [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:171) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298) [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:139) [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.ssl.SslConnection.onFillable(SslConnection.java:202) [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.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to create core [corewithnocollection3] [junit4] 2> at org.apache.solr.core.CoreContainer.create(CoreContainer.java:952) [junit4] 2> at org.apache.solr.core.CoreContainer.create(CoreContainer.java:873) [junit4] 2> ... 37 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:74) [junit4] 2> at org.apache.solr.core.CoreContainer.create(CoreContainer.java:934) [junit4] 2> ... 38 more [junit4] 2> [junit4] 2> 650913 INFO (qtp16473490-3825) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A837D7486D452A66-001/tempDir-003&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=400 QTime=1004 [junit4] 2> 651181 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000018 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 651915 INFO (qtp16473490-3831) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 651915 INFO (qtp16473490-3831) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 651916 INFO (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist [junit4] 2> 651942 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testMissingNumShards [junit4] 2> 651942 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 651943 INFO (qtp16473490-3802) [ ] 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> 651944 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 652647 INFO (qtp16473490-3802) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 QTime=703 [junit4] 2> 652648 INFO (qtp16473490-3829) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 652649 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.CreateCollectionCmd Create collection acollection [junit4] 2> 652649 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000020 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 652649 ERROR (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Collection: acollection operation: create failed:org.apache.solr.common.SolrException: numShards is a required param (when using CompositeId router). [junit4] 2> at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:112) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 652652 INFO (qtp16473490-3829) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2} status=400 QTime=4 [junit4] 2> 652652 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testMissingNumShards [junit4] 2> 652686 INFO (TEST-CollectionsAPIDistributedZkTest.testMaxNodesPerShard-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testMaxNodesPerShard [junit4] 2> 652687 INFO (TEST-CollectionsAPIDistributedZkTest.testMaxNodesPerShard-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 652689 INFO (qtp16473490-3825) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=oversharded&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 652690 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.CreateCollectionCmd Create collection oversharded [junit4] 2> 652690 ERROR (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Collection: oversharded operation: create failed:org.apache.solr.common.SolrException: Cannot create collection oversharded. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 4. This allows a maximum of 4 to be created. Value of numShards is 3 and value of replicationFactor is 2. This requires 6 shards to be created (higher than the allowed number) [junit4] 2> at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:155) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 652692 INFO (qtp16473490-3825) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=oversharded&action=CREATE&numShards=3&wt=javabin&version=2} status=400 QTime=3 [junit4] 2> 652692 INFO (TEST-CollectionsAPIDistributedZkTest.testMaxNodesPerShard-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testMaxNodesPerShard [junit4] 2> 652723 INFO (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload [junit4] 2> 652724 INFO (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[A837D7486D452A66]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 652725 INFO (qtp16473490-3831) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 652726 INFO (OverseerThreadFactory-1849-thread-5) [ ] o.a.s.c.CreateCollectionCmd Create collection reloaded_collection [junit4] 2> 652727 INFO (OverseerCollectionConfigSetProcessor-97465183054856203-127.0.0.1:37511_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000024 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 652933 INFO (qtp16473490-3806) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2 [junit4] 2> 652935 INFO (qtp8636344-3822) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2 [junit4] 2> 652937 INFO (qtp25520403-3807) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2 [junit4] 2> 652972 INFO (qtp22629263-3835) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2 [junit4] 2> 653077 INFO (zkCallback-672-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 653077 INFO (zkCallback-674-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4]) [junit4] 2> 653077 INFO (zkCallback-673-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change [...truncated too long message...] LTest, TestExactStatsCache, ClusterStateUpdateTest, DistributedSuggestComponentTest, TestSchemaResource, JsonValidatorTest, TestInfoStreamLogging, MigrateRouteKeyTest, HLLUtilTest, AlternateDirectoryTest, DistributedVersionInfoTest, CursorMarkTest, RemoteQueryErrorTest, DistributedTermsComponentTest, TestMinMaxOnMultiValuedField, AsyncCallRequestStatusResponseTest, DistanceFunctionTest, OutOfBoxZkACLAndCredentialsProvidersTest, DistributedExpandComponentTest, TestSolrCoreSnapshots, TestExpandComponent, TestScoreJoinQPScore, SolrCmdDistributorTest, TestStressUserVersions, TestFiltering, TestCloudSchemaless, TestCloudPseudoReturnFields, WordBreakSolrSpellCheckerTest, TestBM25SimilarityFactory, IndexSchemaRuntimeFieldTest, TestElisionMultitermQuery, TestSolrIndexConfig, TestOnReconnectListenerSupport, JavabinLoaderTest, TestRandomCollapseQParserPlugin, TestSurroundQueryParser, CSVRequestHandlerTest, TestRecoveryHdfs, HdfsChaosMonkeyNothingIsSafeTest, UpdateRequestProcessorFactoryTest, CollectionTooManyReplicasTest, MoreLikeThisHandlerTest, ConvertedLegacyTest, ZkSolrClientTest, TestCloudDeleteByQuery, CollectionsAPIDistributedZkTest] [junit4] Completed [209/694 (1!)] on J1 in 106.93s, 20 tests, 1 error <<< FAILURES! [...truncated 1173 lines...] [junit4] Suite: org.apache.solr.handler.admin.TestApiFramework [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.TestApiFramework_A837D7486D452A66-001/init-core-data-001 [junit4] 2> 2258667 INFO (SUITE-TestApiFramework-seed#[A837D7486D452A66]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields [junit4] 2> 2258668 INFO (SUITE-TestApiFramework-seed#[A837D7486D452A66]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 2258671 INFO (TEST-TestApiFramework.testTrailingTemplatePaths-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testTrailingTemplatePaths [junit4] 2> 2258671 INFO (TEST-TestApiFramework.testTrailingTemplatePaths-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testTrailingTemplatePaths [junit4] 2> 2258672 INFO (TEST-TestApiFramework.testFramework-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testFramework [junit4] 2> 2258708 INFO (TEST-TestApiFramework.testFramework-seed#[A837D7486D452A66]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testFramework [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestApiFramework -Dtests.method=testFramework -Dtests.seed=A837D7486D452A66 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-VU -Dtests.timezone=Pacific/Bougainville -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.04s J0 | TestApiFramework.testFramework <<< [junit4] > Throwable #1: java.lang.ExceptionInInitializerError [junit4] > at __randomizedtesting.SeedInfo.seed([A837D7486D452A66:BF411D6F6B91C65B]:0) [junit4] > at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166) [junit4] > at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) [junit4] > at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216) [junit4] > at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144) [junit4] > at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116) [junit4] > at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108) [junit4] > at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104) [junit4] > at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69) [junit4] > at org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259) [junit4] > at org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174) [junit4] > at org.easymock.internal.MocksControl.createMock(MocksControl.java:60) [junit4] > at org.easymock.EasyMock.createMock(EasyMock.java:104) [junit4] > at org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:83) [junit4] > at org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:543) [junit4] > at java.base/java.lang.Thread.run(Thread.java:844) [junit4] > Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @16b418 [junit4] > at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207) [junit4] > at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192) [junit4] > at java.base/java.lang.reflect.Method.setAccessible(Method.java:186) [junit4] > at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56) [junit4] > at java.base/java.security.AccessController.doPrivileged(Native Method) [junit4] > at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46) [junit4] > ... 52 more [junit4] 2> 2258710 INFO (SUITE-TestApiFramework-seed#[A837D7486D452A66]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.TestApiFramework_A837D7486D452A66-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1493, maxMBSortInHeap=7.170914106999057, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-VU, timezone=Pacific/Bougainville [junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=352589648,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestFileDictionaryLookup, InfixSuggestersTest, PreAnalyzedUpdateProcessorTest, TestOmitPositions, XsltUpdateRequestHandlerTest, SegmentsInfoRequestHandlerTest, BasicAuthIntegrationTest, ZkStateReaderTest, BasicDistributedZkTest, TestCloudPivotFacet, TestLockTree, StandardRequestHandlerTest, TestComplexPhraseQParserPlugin, TestUnifiedSolrHighlighter, TestInPlaceUpdatesStandalone, TestUseDocValuesAsStored, SpellPossibilityIteratorTest, DistributedQueryElevationComponentTest, MinimalSchemaTest, ReturnFieldsTest, TestExactSharedStatsCache, AnalyticsQueryTest, ScriptEngineTest, TestFastWriter, QueryElevationComponentTest, ForceLeaderTest, TestStressCloudBlindAtomicUpdates, SystemInfoHandlerTest, AssignTest, TestSolrDeletionPolicy2, TestConfigSetImmutable, TestSolrCloudWithDelegationTokens, TestAtomicUpdateErrorCases, PluginInfoTest, ReplicationFactorTest, TestSolrConfigHandler, TestFaceting, ConnectionReuseTest, TestSortByMinMaxFunction, DocExpirationUpdateProcessorFactoryTest, SolrCoreMetricManagerTest, TestDistributedStatsComponentCardinality, DefaultValueUpdateProcessorTest, TestPointFields, ConnectionManagerTest, LeaderElectionIntegrationTest, DisMaxRequestHandlerTest, CloudMLTQParserTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestCodecSupport, TestBlobHandler, BitVectorTest, CdcrRequestHandlerTest, TestRTimerTree, TestFunctionQuery, TestHighlightDedupGrouping, PolyFieldTest, MultiThreadedOCPTest, ClassificationUpdateProcessorIntegrationTest, CurrencyFieldOpenExchangeTest, RecoveryAfterSoftCommitTest, TestScoreJoinQPNoScore, TestCSVLoader, TestMissingGroups, TestManagedSchema, TestReRankQParserPlugin, TestLRUCache, CleanupOldIndexTest, TestRequestForwarding, SolrJmxReporterTest, TestDynamicFieldCollectionResource, TestReplicationHandler, AnalysisErrorHandlingTest, EnumFieldTest, TestCorePropertiesReload, TestLFUCache, DocumentAnalysisRequestHandlerTest, OverseerStatusTest, CdcrBootstrapTest, DistanceUnitsTest, FileBasedSpellCheckerTest, TestSha256AuthenticationProvider, HLLSerializationTest, TestSchemaVersionResource, TestSolrCoreProperties, LeaderInitiatedRecoveryOnShardRestartTest, SpatialHeatmapFacetsTest, TestSegmentSorting, TestJsonFacets, BasicZkTest, TestSolr4Spatial, TestExclusionRuleCollectionAccess, LeaderFailoverAfterPartitionTest, AddSchemaFieldsUpdateProcessorFactoryTest, SolrRequestParserTest, CoreAdminCreateDiscoverTest, TestMiniSolrCloudClusterSSL, SharedFSAutoReplicaFailoverTest, ClusterStateTest, TestSuggestSpellingConverter, HdfsRecoveryZkTest, TestClusterProperties, TestDistributedSearch, TestQuerySenderListener, TestSolrQueryParserResource, TestBinaryResponseWriter, TestJoin, TestManagedSynonymFilterFactory, TestPathTrie, CollectionsAPISolrJTest, DeleteReplicaTest, TestManagedResourceStorage, TestFieldCacheSort, TestCharFilters, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestSystemIdResolver, RAMDirectoryFactoryTest, ZkNodePropsTest, FileUtilsTest, TestCrossCoreJoin, TestSimpleTrackingShardHandler, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, DeleteShardTest, DistributedQueueTest, LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest, OverseerTaskQueueTest, SSLMigrationTest, ShardSplitTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, MetricsHandlerTest, StatsReloadRaceTest, TestApiFramework] [junit4] Completed [560/694 (2!)] on J0 in 0.05s, 2 tests, 1 error <<< FAILURES! [...truncated 52080 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
