Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20804/ Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.servlet.HttpSolrCallGetCoreTest Error Message: Error from server at https://127.0.0.1:36255/solr: create the collection time out:180s Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36255/solr: create the collection time out:180s at __randomizedtesting.SeedInfo.seed([AA28E36B9A89E8A0]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200) at org.apache.solr.servlet.HttpSolrCallGetCoreTest.setupCluster(HttpSolrCallGetCoreTest.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication Error Message: Index: 0, Size: 0 Stack Trace: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at __randomizedtesting.SeedInfo.seed([AA28E36B9A89E8A0:BE60B83EB98E55BE]:0) at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Build Log: [...truncated 12595 lines...] [junit4] Suite: org.apache.solr.servlet.HttpSolrCallGetCoreTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/init-core-data-001 [junit4] 2> 876098 WARN (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6 [junit4] 2> 876099 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 876100 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 876101 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 876101 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001 [junit4] 2> 876101 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 876102 INFO (Thread-2607) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 876102 INFO (Thread-2607) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 876118 ERROR (Thread-2607) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 876202 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:41569 [junit4] 2> 876209 INFO (jetty-launcher-1021-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 876221 INFO (jetty-launcher-1021-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f824e78{/solr,null,AVAILABLE} [junit4] 2> 876222 INFO (jetty-launcher-1021-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1cac1a5{SSL,[ssl, http/1.1]}{127.0.0.1:36255} [junit4] 2> 876222 INFO (jetty-launcher-1021-thread-1) [ ] o.e.j.s.Server Started @877632ms [junit4] 2> 876222 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36255} [junit4] 2> 876223 ERROR (jetty-launcher-1021-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 876223 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 876223 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 876223 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 876223 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-02T15:05:41.096Z [junit4] 2> 876224 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 876245 INFO (jetty-launcher-1021-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41569/solr [junit4] 2> 876323 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 876324 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36255_solr [junit4] 2> 876324 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.c.Overseer Overseer (id=98935448599003139-127.0.0.1:36255_solr-n_0000000000) starting [junit4] 2> 876343 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36255_solr [junit4] 2> 876348 INFO (zkCallback-1028-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 876462 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 876469 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 876469 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 876470 INFO (jetty-launcher-1021-thread-1) [n:127.0.0.1:36255_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/. [junit4] 2> 876516 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 876517 INFO (SUITE-HttpSolrCallGetCoreTest-seed#[AA28E36B9A89E8A0]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41569/solr ready [junit4] 2> 876555 INFO (qtp103408872-7652) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=config&maxShardsPerNode=6&name=collection1&nrtReplicas=2&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 876581 INFO (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 876581 WARN (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.CreateCollectionCmd Specified number of replicas of 2 on collection collection1 is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance. [junit4] 2> 876690 INFO (OverseerStateUpdate-98935448599003139-127.0.0.1:36255_solr-n_0000000000) [n:127.0.0.1:36255_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:36255/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 876692 INFO (OverseerStateUpdate-98935448599003139-127.0.0.1:36255_solr-n_0000000000) [n:127.0.0.1:36255_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n3", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:36255/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 876693 INFO (OverseerStateUpdate-98935448599003139-127.0.0.1:36255_solr-n_0000000000) [n:127.0.0.1:36255_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"collection1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:36255/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 876694 INFO (OverseerStateUpdate-98935448599003139-127.0.0.1:36255_solr-n_0000000000) [n:127.0.0.1:36255_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"collection1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:36255/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 876695 INFO (OverseerStateUpdate-98935448599003139-127.0.0.1:36255_solr-n_0000000000) [n:127.0.0.1:36255_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"collection1_shard3_replica_n8", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:36255/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 876697 INFO (OverseerStateUpdate-98935448599003139-127.0.0.1:36255_solr-n_0000000000) [n:127.0.0.1:36255_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard3", [junit4] 2> "core":"collection1_shard3_replica_n10", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:36255/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 876922 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n3&action=CREATE&numShards=3&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 876922 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=3&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 876922 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 876923 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=3&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 876923 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=config&newCollection=true&name=collection1_shard3_replica_n10&action=CREATE&numShards=3&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT [junit4] 2> 876923 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=config&newCollection=true&name=collection1_shard3_replica_n8&action=CREATE&numShards=3&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT [junit4] 2> 876923 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n6&action=CREATE&numShards=3&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 877049 INFO (zkCallback-1028-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1]) [junit4] 2> 877931 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 877931 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 877931 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 877951 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.s.IndexSchema [collection1_shard3_replica_n8] Schema name=minimal [junit4] 2> 877953 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.s.IndexSchema [collection1_shard2_replica_n6] Schema name=minimal [junit4] 2> 877954 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 877955 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 877955 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n6' using configuration from collection collection1, trusted=true [junit4] 2> 877959 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.IndexSchema [collection1_shard2_replica_n4] Schema name=minimal [junit4] 2> 877961 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.collection1.shard2.replica_n6' (registry 'solr.core.collection1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 877961 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 877961 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [[collection1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/collection1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/./collection1_shard2_replica_n6/data/] [junit4] 2> 877963 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 877964 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.s.IndexSchema [collection1_shard1_replica_n3] Schema name=minimal [junit4] 2> 877966 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 877966 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from collection collection1, trusted=true [junit4] 2> 877969 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 877969 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 877969 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/collection1_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/./collection1_shard1_replica_n3/data/] [junit4] 2> 877970 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 877993 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 877994 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n8' using configuration from collection collection1, trusted=true [junit4] 2> 877995 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.collection1.shard3.replica_n8' (registry 'solr.core.collection1.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 877995 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 877995 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.SolrCore [[collection1_shard3_replica_n8] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/collection1_shard3_replica_n8], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/./collection1_shard3_replica_n8/data/] [junit4] 2> 877996 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 877996 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using configuration from collection collection1, trusted=true [junit4] 2> 877996 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.collection1.shard2.replica_n4' (registry 'solr.core.collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 877996 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 877996 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/collection1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/./collection1_shard2_replica_n4/data/] [junit4] 2> 878001 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal [junit4] 2> 878004 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.s.IndexSchema [collection1_shard3_replica_n10] Schema name=minimal [junit4] 2> 878005 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 878005 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n10' using configuration from collection collection1, trusted=true [junit4] 2> 878006 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.collection1.shard3.replica_n10' (registry 'solr.core.collection1.shard3.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 878006 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 878006 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.c.SolrCore [[collection1_shard3_replica_n10] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/collection1_shard3_replica_n10], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/./collection1_shard3_replica_n10/data/] [junit4] 2> 878024 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 878024 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true [junit4] 2> 878025 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c80f951 [junit4] 2> 878025 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 878025 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.servlet.HttpSolrCallGetCoreTest_AA28E36B9A89E8A0-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/] [junit4] 2> 878049 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 878049 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 878049 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 878049 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 878050 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 878050 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 878050 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 878050 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 878052 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@22bea769[collection1_shard2_replica_n6] main] [junit4] 2> 878053 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 878053 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 878053 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c49e441[collection1_shard1_replica_n3] main] [junit4] 2> 878054 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 878054 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 878056 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config [junit4] 2> 878056 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.s.SolrIndexSearcher Opening [Searcher@33e6979[collection1_shard3_replica_n8] main] [junit4] 2> 878056 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config [junit4] 2> 878057 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 878057 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config [junit4] 2> 878058 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config [junit4] 2> 878058 INFO (searcherExecutor-2585-thread-1-processing-n:127.0.0.1:36255_solr x:collection1_shard2_replica_n6 s:shard2 c:collection1 r:core_node9) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [collection1_shard2_replica_n6] Registered new searcher Searcher@22bea769[collection1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 878058 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582967179634016256 [junit4] 2> 878058 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 878058 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582967179634016256 [junit4] 2> 878060 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config [junit4] 2> 878088 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config [junit4] 2> 878090 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 878090 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582967179667570688 [junit4] 2> 878093 INFO (searcherExecutor-2586-thread-1-processing-n:127.0.0.1:36255_solr x:collection1_shard1_replica_n3 s:shard1 c:collection1 r:core_node5) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.SolrCore [collection1_shard1_replica_n3] Registered new searcher Searcher@5c49e441[collection1_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 878100 INFO (searcherExecutor-2587-thread-1-processing-n:127.0.0.1:36255_solr x:collection1_shard3_replica_n8 s:shard3 c:collection1 r:core_node11) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.SolrCore [collection1_shard3_replica_n8] Registered new searcher Searcher@33e6979[collection1_shard3_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 878105 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoutin=9999ms [junit4] 2> 878111 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 878114 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 878119 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 878120 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 878120 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 878120 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 878121 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 878122 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 878123 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 878123 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 878124 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.s.SolrIndexSearcher Opening [Searcher@12aba246[collection1_shard3_replica_n10] main] [junit4] 2> 878124 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b4292c1[collection1_shard2_replica_n4] main] [junit4] 2> 878153 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config [junit4] 2> 878153 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config [junit4] 2> 878153 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config [junit4] 2> 878153 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config [junit4] 2> 878154 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 878154 INFO (qtp103408872-7655) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582967179734679552 [junit4] 2> 878154 INFO (searcherExecutor-2589-thread-1-processing-n:127.0.0.1:36255_solr x:collection1_shard3_replica_n10 s:shard3 c:collection1 r:core_node12) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.c.SolrCore [collection1_shard3_replica_n10] Registered new searcher Searcher@12aba246[collection1_shard3_replica_n10] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 878155 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 878155 INFO (searcherExecutor-2588-thread-1-processing-n:127.0.0.1:36255_solr x:collection1_shard2_replica_n4 s:shard2 c:collection1 r:core_node7) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [collection1_shard2_replica_n4] Registered new searcher Searcher@3b4292c1[collection1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 878155 INFO (qtp103408872-7659) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582967179735728128 [junit4] 2> 878156 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 878156 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 878157 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 878157 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 878158 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@719df7e0[collection1_shard1_replica_n1] main] [junit4] 2> 878159 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config [junit4] 2> 878159 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config [junit4] 2> 878159 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 878160 INFO (searcherExecutor-2592-thread-1-processing-n:127.0.0.1:36255_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@719df7e0[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 878160 INFO (qtp103408872-7653) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582967179740971008 [junit4] 2> 878605 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 878605 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 878605 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36255/solr/collection1_shard3_replica_n8/ [junit4] 2> 878605 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.PeerSync PeerSync: core=collection1_shard3_replica_n8 url=https://127.0.0.1:36255/solr START replicas=[https://127.0.0.1:36255/solr/collection1_shard3_replica_n10/] nUpdates=100 [junit4] 2> 878609 INFO (qtp103408872-7695) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n10] o.a.s.c.S.Request [collection1_shard3_replica_n10] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 878611 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 878611 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 878611 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36255/solr/collection1_shard2_replica_n6/ [junit4] 2> 878612 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n6 url=https://127.0.0.1:36255/solr START replicas=[https://127.0.0.1:36255/solr/collection1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 878612 INFO (qtp103408872-7718) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.S.Request [collection1_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 878614 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 878614 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 878614 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36255/solr/collection1_shard1_replica_n3/ [junit4] 2> 878614 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3 url=https://127.0.0.1:36255/solr START replicas=[https://127.0.0.1:36255/solr/collection1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 878614 INFO (qtp103408872-7701) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 878906 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.u.PeerSync PeerSync: core=collection1_shard3_replica_n8 url=https://127.0.0.1:36255/solr DONE. We have no versions. sync failed. [junit4] 2> 878906 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 878906 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] 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> 878906 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 878908 INFO (qtp103408872-7654) [n:127.0.0.1:36255_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36255/solr/collection1_shard3_replica_n8/ shard3 [junit4] 2> 878912 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n6 url=https://127.0.0.1:36255/solr DONE. We have no versions. sync failed. [junit4] 2> 878912 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 878912 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] 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> 878912 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 878913 INFO (qtp103408872-7696) [n:127.0.0.1:36255_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36255/solr/collection1_shard2_replica_n6/ shard2 [junit4] 2> 878914 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3 url=https://127.0.0.1:36255/solr DONE. We have no versions. sync failed. [junit4] 2> 878914 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 878914 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 878914 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 878915 INFO (qtp103408872-7658) [n:127.0.0.1:36255_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36255/solr/collection1_shard1_replica_n3/ shard1 [junit4] 2> 1056562 ERROR (qtp103408872-7652) [n:127.0.0.1:36255_solr ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 1056563 INFO (qtp103408872-7652) [n:127.0.0.1:36255_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=config&maxShardsPerNode=6&name=collection1&nrtReplicas=2&action=CREATE&numShards=3&wt=javabin&version=2} status=500 QTime=180007 [junit4] 2> 1056563 ERROR (qtp103408872-7652) [n:127.0.0.1:36255_solr ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 1056565 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36255 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] 2> ... 12 more [junit4] 2> 1056567 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36255 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] 2> ... 12 more [junit4] 2> 1056568 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36255 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] 2> ... 12 more [junit4] 2> 1056569 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36255 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] 2> ... 12 more [junit4] 2> 1056570 INFO (jetty-closer-1022-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@1cac1a5{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 1056570 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36255 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] 2> ... 12 more [junit4] 2> 1056570 INFO (jetty-closer-1022-thread-1) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2140976041 [junit4] 2> 1056571 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36255 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] 2> ... 12 more [junit4] 2> 1056571 INFO (jetty-closer-1022-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 1056571 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [collection1]. [junit4] 2> 1056571 INFO (jetty-closer-1022-thread-1) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6960c5f9: rootName = solr_36255, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@340868cb [junit4] 2> 1056572 INFO (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 1056573 ERROR (OverseerThreadFactory-2582-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:36255/solr [junit4] 2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:36255/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:36255 [/127.0.0.1] failed: Connection refused (Connection refused) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) [junit4] 2> at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) [junit4] 2> at org.apache.http.impl.execchain.MainClie [...truncated too long message...] =0 [junit4] 2> 1261955 INFO (qtp1115713078-14313) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 1261955 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testEmptyCommits [junit4] 2> 1261955 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@27515f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 1261955 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=229889468 [junit4] 2> 1261955 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 1261955 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e80514: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@74d22b32 [junit4] 2> 1261958 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 1261958 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b133a4a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7ea7087c [junit4] 2> 1261960 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 1261960 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@219d1faa: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@22f4708c [junit4] 2> 1261961 INFO (coreCloseExecutor-6122-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@cb24187 [junit4] 2> 1261961 INFO (coreCloseExecutor-6122-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=213008775 [junit4] 2> 1261961 INFO (coreCloseExecutor-6122-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a116021: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@40c25eeb [junit4] 2> 1261967 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bd2454{/solr,null,UNAVAILABLE} [junit4] 2> 1261967 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@10eb2688{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 1261967 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=91728654 [junit4] 2> 1261967 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 1261967 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cf3b1b3: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@75587a92 [junit4] 2> 1261971 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 1261971 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@513bda0e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7ea7087c [junit4] 2> 1261974 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 1261974 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55dcefbd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@22f4708c [junit4] 2> 1261974 INFO (coreCloseExecutor-6124-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@6fcd33fd [junit4] 2> 1261975 INFO (coreCloseExecutor-6124-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1875719165 [junit4] 2> 1261975 INFO (coreCloseExecutor-6124-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@717947f7: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3b532e65 [junit4] 2> 1261982 INFO (TEST-TestReplicationHandler.testEmptyCommits-seed#[AA28E36B9A89E8A0]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@459e19dc{/solr,null,UNAVAILABLE} [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_AA28E36B9A89E8A0-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@137b9235), locale=es-CR, timezone=Etc/GMT0 [junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=176824272,total=531628032 [junit4] 2> NOTE: All tests run in this JVM: [MigrateRouteKeyTest, FieldAnalysisRequestHandlerTest, TestNumericRangeQuery64, TestSolrCoreProperties, CustomCollectionTest, PluginInfoTest, CollectionReloadTest, TestRawTransformer, LoggingHandlerTest, TestExtendedDismaxParser, TestCloudDeleteByQuery, SmileWriterTest, CollectionsAPIAsyncDistributedZkTest, TestHashQParserPlugin, TestSolrCloudWithSecureImpersonation, FullSolrCloudDistribCmdsTest, RequiredFieldsTest, QueryElevationComponentTest, ClusterStateTest, TestPivotHelperCode, NodeMutatorTest, TestRequestForwarding, TestCustomStream, TestQuerySenderListener, DistributedFacetPivotLargeTest, SpatialHeatmapFacetsTest, TestZkChroot, TestRTimerTree, IgnoreCommitOptimizeUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, SSLMigrationTest, ReturnFieldsTest, HdfsRecoverLeaseTest, TestBackupRepositoryFactory, TestMacroExpander, TestMiniSolrCloudClusterSSL, TestCoreDiscovery, TestSegmentSorting, LargeFieldTest, SolrShardReporterTest, TestComplexPhraseLeadingWildcard, ScriptEngineTest, SortByFunctionTest, AnalyticsMergeStrategyTest, TolerantUpdateProcessorTest, CopyFieldTest, TestLMDirichletSimilarityFactory, SparseHLLTest, TestFunctionQuery, DirectSolrSpellCheckerTest, AtomicUpdatesTest, AsyncCallRequestStatusResponseTest, TestExactSharedStatsCache, ConfigSetsAPITest, TestSolrCoreSnapshots, TestDistributedMissingSort, TestSolrFieldCacheBean, SuggesterWFSTTest, TestIndexSearcher, TestFieldCacheVsDocValues, AutoAddReplicasPlanActionTest, NodeAddedTriggerTest, TestConfigSetProperties, HdfsUnloadDistributedZkTest, TestCoreContainer, RecoveryZkTest, TestTolerantSearch, TestCSVResponseWriter, TestDFISimilarityFactory, DisMaxRequestHandlerTest, TestRealTimeGet, TestNoOpRegenerator, SegmentsInfoRequestHandlerTest, TestFieldCacheReopen, FullHLLTest, HdfsLockFactoryTest, CoreAdminRequestStatusTest, TestCollectionAPIs, TestEmbeddedSolrServerConstructors, SolrCloudExampleTest, TestConfigSetsAPIZkFailure, DefaultValueUpdateProcessorTest, FileBasedSpellCheckerTest, TestCollectionsAPIViaSolrCloudCluster, TestJsonFacetRefinement, TestCloudPivotFacet, BlobRepositoryCloudTest, ExecutePlanActionTest, TestSolrCloudWithHadoopAuthPlugin, GraphQueryTest, SystemInfoHandlerTest, TestCharFilters, SolrMetricManagerTest, TestHdfsCloudBackupRestore, MoveReplicaHDFSTest, HighlighterTest, TestLegacyField, TestReloadDeadlock, ImplicitSnitchTest, SuggesterTest, TestManagedSchemaThreadSafety, SharedFSAutoReplicaFailoverTest, TestDistribDocBasedVersion, ResponseHeaderTest, TestAnalyzeInfixSuggestions, XmlUpdateRequestHandlerTest, TestReplicationHandlerBackup, V2StandaloneTest, TestRestManager, TestSolrDeletionPolicy2, CdcrReplicationDistributedZkTest, DistributedQueryComponentOptimizationTest, SolrTestCaseJ4Test, TestSolrConfigHandler, TestDistributedStatsComponentCardinality, TestPayloadScoreQParserPlugin, TestInfoStreamLogging, TestGroupingSearch, BasicDistributedZk2Test, UnloadDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, TestReplicationHandler] [junit4] Completed [333/747 (2!)] on J2 in 95.57s, 16 tests, 1 error, 1 skipped <<< FAILURES! [...truncated 48556 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
