Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23260/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED:
org.apache.solr.cloud.api.collections.CustomCollectionTest.testCustomCollectionsAPI
Error Message:
Could not find collection : implicitcoll
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
at
__randomizedtesting.SeedInfo.seed([56D8FC937BD302B0:3C3972F84649B4C8]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
at
org.apache.solr.cloud.api.collections.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:70)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
FAILED:
org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter
Error Message:
Error from server at https://127.0.0.1:34879/solr/withShardField: Async
exception during distributed update: Socket input is already shutdown
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:34879/solr/withShardField: Async exception
during distributed update: Socket input is already shutdown
at
__randomizedtesting.SeedInfo.seed([56D8FC937BD302B0:3881401D72ACD40]: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:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:237)
at
org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:143)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
FAILED:
org.apache.solr.cloud.api.collections.CustomCollectionTest.testCustomCollectionsAPI
Error Message:
Could not find collection : implicitcoll
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
at
__randomizedtesting.SeedInfo.seed([56D8FC937BD302B0:3C3972F84649B4C8]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
at
org.apache.solr.cloud.api.collections.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:70)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:834)
Build Log:
[...truncated 12937 lines...]
[junit4] Suite: org.apache.solr.cloud.api.collections.CustomCollectionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001/init-core-data-001
[junit4] 2> 291565 INFO
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001/tempDir-001
[junit4] 2> 291565 INFO
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 291566 INFO (Thread-1068) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 291566 INFO (Thread-1068) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 291567 ERROR (Thread-1068) [ ] 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> 291666 INFO
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:40037
[junit4] 2> 291668 INFO (zkConnectionManagerCallback-1403-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291671 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
[junit4] 2> 291671 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
[junit4] 2> 291671 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
[junit4] 2> 291671 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@71b81009{/solr,null,AVAILABLE}
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@29b13243{/solr,null,AVAILABLE}
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@40ea8d18{/solr,null,AVAILABLE}
[junit4] 2> 291673 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5f4037a5{/solr,null,AVAILABLE}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@721d6887{SSL,[ssl,
http/1.1]}{127.0.0.1:40637}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7d589b96{SSL,[ssl,
http/1.1]}{127.0.0.1:44497}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@73e04fc3{SSL,[ssl,
http/1.1]}{127.0.0.1:39221}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@35ff1138{SSL,[ssl,
http/1.1]}{127.0.0.1:35129}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.e.j.s.Server Started @291698ms
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.e.j.s.Server Started @291698ms
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.e.j.s.Server Started @291698ms
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.e.j.s.Server Started @291698ms
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39221}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40637}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35129}
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44497}
[junit4] 2> 291675 ERROR (jetty-launcher-1400-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 291675 ERROR (jetty-launcher-1400-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 291675 ERROR (jetty-launcher-1400-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 291675 ERROR (jetty-launcher-1400-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-25T12:04:43.236591Z
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-25T12:04:43.236607Z
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-25T12:04:43.236659Z
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 291675 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-25T12:04:43.236725Z
[junit4] 2> 291684 INFO (zkConnectionManagerCallback-1405-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291685 INFO (zkConnectionManagerCallback-1411-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291685 INFO (zkConnectionManagerCallback-1407-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291685 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 291685 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 291685 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 291686 INFO (zkConnectionManagerCallback-1409-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291687 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 291739 INFO (jetty-launcher-1400-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40037/solr
[junit4] 2> 291740 INFO (zkConnectionManagerCallback-1415-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291746 INFO (zkConnectionManagerCallback-1417-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291775 INFO (jetty-launcher-1400-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40037/solr
[junit4] 2> 291776 INFO (zkConnectionManagerCallback-1423-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291776 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100188c47480007, likely client has closed socket
[junit4] 2> 291777 INFO (zkConnectionManagerCallback-1425-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291781 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39221_solr
[junit4] 2> 291781 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.Overseer Overseer
(id=72084584808316936-127.0.0.1:39221_solr-n_0000000000) starting
[junit4] 2> 291785 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44497_solr
[junit4] 2> 291794 INFO (zkConnectionManagerCallback-1432-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291795 INFO (zkCallback-1416-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 291795 INFO (zkCallback-1424-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 291795 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 291795 INFO (zkConnectionManagerCallback-1437-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291796 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40037/solr ready
[junit4] 2> 291796 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 291796 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:39221_solr
[junit4] 2> 291796 INFO (jetty-launcher-1400-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40037/solr
[junit4] 2> 291796 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40037/solr ready
[junit4] 2> 291797 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 291798 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 291799 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39221_solr
[junit4] 2> 291799 INFO (zkCallback-1424-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291799 INFO (zkCallback-1416-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291802 INFO (zkConnectionManagerCallback-1441-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291812 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44497.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291819 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 291819 INFO (zkCallback-1436-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291819 INFO (zkCallback-1431-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 291819 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44497.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291820 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44497.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291820 INFO (jetty-launcher-1400-thread-3)
[n:127.0.0.1:44497_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001/tempDir-001/node3/.
[junit4] 2> 291822 INFO (zkConnectionManagerCallback-1444-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291825 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 291827 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 291827 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40637_solr
[junit4] 2> 291827 INFO (zkCallback-1431-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 291827 INFO (zkCallback-1416-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 291827 INFO (zkCallback-1424-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 291830 INFO (zkCallback-1436-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 291831 INFO (zkCallback-1443-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 291832 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39221.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291839 INFO (zkConnectionManagerCallback-1452-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291839 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39221.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291839 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39221.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291839 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 291840 INFO (jetty-launcher-1400-thread-4)
[n:127.0.0.1:39221_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001/tempDir-001/node4/.
[junit4] 2> 291840 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40037/solr ready
[junit4] 2> 291846 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 291855 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40637.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291859 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40637.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291860 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40637.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291860 INFO (jetty-launcher-1400-thread-1)
[n:127.0.0.1:40637_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001/tempDir-001/node1/.
[junit4] 2> 291911 INFO (jetty-launcher-1400-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40037/solr
[junit4] 2> 291912 INFO (zkConnectionManagerCallback-1457-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291918 INFO (zkConnectionManagerCallback-1459-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291921 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 291923 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 291923 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35129_solr
[junit4] 2> 291924 INFO (zkCallback-1424-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291924 INFO (zkCallback-1431-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291924 INFO (zkCallback-1436-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291924 INFO (zkCallback-1416-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291924 INFO (zkCallback-1443-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291924 INFO (zkCallback-1451-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291924 INFO (zkCallback-1458-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 291933 INFO (zkConnectionManagerCallback-1466-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291933 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 291934 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40037/solr ready
[junit4] 2> 291934 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 291943 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35129.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291948 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35129.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291948 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35129.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@732da82d
[junit4] 2> 291948 INFO (jetty-launcher-1400-thread-2)
[n:127.0.0.1:35129_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001/tempDir-001/node2/.
[junit4] 2> 291970 INFO (zkConnectionManagerCallback-1469-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291976 INFO (zkConnectionManagerCallback-1474-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 291977 INFO
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 291977 INFO
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40037/solr ready
[junit4] 2> 291996 INFO
(TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[56D8FC937BD302B0]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 292006 INFO (qtp375289583-4954) [n:127.0.0.1:44497_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
shards=a,b,c&collection.configName=conf&maxShardsPerNode=6&name=implicitcoll&router.name=implicit&nrtReplicas=5&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 292008 INFO
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
implicitcoll
[junit4] 2> 292111 WARN
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.CreateCollectionCmd Specified number
of replicas of 5 on collection implicitcoll is higher than the number of Solr
instances currently live or live and part of your createNodeSet(4). It's
unusual to run two replica of the same slice on the same Solr-instance.
[junit4] 2> 292121 INFO (qtp375289583-4958) [n:127.0.0.1:44497_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 292132 INFO (qtp1700284711-4965) [n:127.0.0.1:35129_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 292144 INFO (qtp998304232-4955) [n:127.0.0.1:39221_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 292156 INFO (qtp27018060-4964) [n:127.0.0.1:40637_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 292162 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"implicitcoll_a_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40637/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292163 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"implicitcoll_a_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39221/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292163 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"implicitcoll_a_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35129/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292165 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"implicitcoll_a_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44497/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292166 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"implicitcoll_a_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44497/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292166 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"implicitcoll_b_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35129/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292167 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"implicitcoll_b_replica_n12",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39221/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292168 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"implicitcoll_b_replica_n14",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40637/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292169 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"implicitcoll_b_replica_n16",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40637/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292170 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"implicitcoll_b_replica_n18",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39221/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292171 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"implicitcoll_c_replica_n20",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35129/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292171 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"implicitcoll_c_replica_n22",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44497/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292172 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"implicitcoll_c_replica_n24",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44497/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292173 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"implicitcoll_c_replica_n26",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35129/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292174 INFO
(OverseerStateUpdate-72084584808316936-127.0.0.1:39221_solr-n_0000000000)
[n:127.0.0.1:39221_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"implicitcoll",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"implicitcoll_c_replica_n28",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39221/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292379 WARN (qtp375289583-4946) [ ]
o.e.j.u.t.s.EatWhatYouKill
[junit4] 2> java.util.NoSuchElementException: No value present
[junit4] 2> at java.util.Optional.get(Optional.java:148) ~[?:?]
[junit4] 2> at
sun.security.ssl.ServerHello$T13ServerHelloProducer.produce(ServerHello.java:551)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) ~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1189)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1125)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:831)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:792)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) ~[?:?]
[junit4] 2> at
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1065)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1052)
~[?:?]
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:999) ~[?:?]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:775)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> 292389 WARN (qtp998304232-4943) [ ]
o.e.j.u.t.s.EatWhatYouKill
[junit4] 2> java.util.NoSuchElementException: No value present
[junit4] 2> at java.util.Optional.get(Optional.java:148) ~[?:?]
[junit4] 2> at
sun.security.ssl.ServerHello$T13ServerHelloProducer.produce(ServerHello.java:551)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) ~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1189)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1125)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:831)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:792)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) ~[?:?]
[junit4] 2> at
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1065)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1052)
~[?:?]
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:999) ~[?:?]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:775)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> 292389 WARN (qtp998304232-4937) [ ]
o.e.j.u.t.s.EatWhatYouKill
[junit4] 2> java.util.NoSuchElementException: No value present
[junit4] 2> at java.util.Optional.get(Optional.java:148) ~[?:?]
[junit4] 2> at
sun.security.ssl.ServerHello$T13ServerHelloProducer.produce(ServerHello.java:551)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) ~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1189)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1125)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:831)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:792)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) ~[?:?]
[junit4] 2> at
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1065)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1052)
~[?:?]
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:999) ~[?:?]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:775)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> 292396 INFO (qtp375289583-4958) [n:127.0.0.1:44497_solr
x:implicitcoll_a_replica_n6] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica_n6&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292397 INFO (qtp375289583-4958) [n:127.0.0.1:44497_solr
x:implicitcoll_a_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 292398 INFO (qtp375289583-5085) [n:127.0.0.1:44497_solr
x:implicitcoll_c_replica_n22] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node25&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n22&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292398 WARN (qtp1700284711-4947) [ ]
o.e.j.u.t.s.EatWhatYouKill
[junit4] 2> java.util.NoSuchElementException: No value present
[junit4] 2> at java.util.Optional.get(Optional.java:148) ~[?:?]
[junit4] 2> at
sun.security.ssl.ServerHello$T13ServerHelloProducer.produce(ServerHello.java:551)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) ~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1189)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1125)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:831)
~[?:?]
[junit4] 2> at
sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:792)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) ~[?:?]
[junit4] 2> at
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1065)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1052)
~[?:?]
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:999) ~[?:?]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:775)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> 292410 INFO (qtp998304232-4955) [n:127.0.0.1:39221_solr
x:implicitcoll_b_replica_n12] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n12&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292411 INFO (qtp27018060-4964) [n:127.0.0.1:40637_solr
x:implicitcoll_a_replica_n1] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica_n1&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292410 INFO (qtp1700284711-4967) [n:127.0.0.1:35129_solr
x:implicitcoll_b_replica_n10] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n10&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292403 ERROR
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: https://127.0.0.1:44497/solr
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:44497/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> Caused by: java.net.SocketException: Socket input is already
shutdown
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.getInputStream(SSLSocketImpl.java:696) ~[?:?]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.getSocketInputStream(BHttpConnectionBase.java:142)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.LoggingManagedHttpClientConnection.getSocketInputStream(LoggingManagedHttpClientConnection.java:103)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.ensureOpen(BHttpConnectionBase.java:134)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestHeader(DefaultBHttpClientConnection.java:140)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.sendRequestHeader(CPoolProxy.java:155)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:205)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
~[java/:?]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
~[java/:?]
[junit4] 2> ... 12 more
[junit4] 2> 292419 ERROR
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: https://127.0.0.1:39221/solr
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:39221/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> Caused by: java.net.SocketException: Socket input is already
shutdown
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.getInputStream(SSLSocketImpl.java:696) ~[?:?]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.getSocketInputStream(BHttpConnectionBase.java:142)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.LoggingManagedHttpClientConnection.getSocketInputStream(LoggingManagedHttpClientConnection.java:103)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.ensureOpen(BHttpConnectionBase.java:134)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestHeader(DefaultBHttpClientConnection.java:140)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.sendRequestHeader(CPoolProxy.java:155)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:205)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
~[java/:?]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
~[java/:?]
[junit4] 2> ... 12 more
[junit4] 2> 292420 ERROR
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: https://127.0.0.1:39221/solr
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:39221/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> Caused by: java.net.SocketException: Socket input is already
shutdown
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.getInputStream(SSLSocketImpl.java:696) ~[?:?]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.getSocketInputStream(BHttpConnectionBase.java:142)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.LoggingManagedHttpClientConnection.getSocketInputStream(LoggingManagedHttpClientConnection.java:103)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.ensureOpen(BHttpConnectionBase.java:134)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestHeader(DefaultBHttpClientConnection.java:140)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.sendRequestHeader(CPoolProxy.java:155)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:205)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
~[java/:?]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
~[java/:?]
[junit4] 2> ... 12 more
[junit4] 2> 292427 INFO (qtp998304232-4943) [n:127.0.0.1:39221_solr
x:implicitcoll_c_replica_n28] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node30&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n28&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292427 INFO (qtp27018060-5088) [n:127.0.0.1:40637_solr
x:implicitcoll_b_replica_n16] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n16&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292421 ERROR
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: https://127.0.0.1:40637/solr
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:40637/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> Caused by: javax.net.ssl.SSLException: Received fatal alert:
internal_error
[junit4] 2> at
sun.security.ssl.Alert.createSSLException(Alert.java:129) ~[?:?]
[junit4] 2> at
sun.security.ssl.Alert.createSSLException(Alert.java:117) ~[?:?]
[junit4] 2> at
sun.security.ssl.TransportContext.fatal(TransportContext.java:308) ~[?:?]
[junit4] 2> at
sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:279) ~[?:?]
[junit4] 2> at
sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) ~[?:?]
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
~[?:?]
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) ~[?:?]
[junit4] 2> at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
~[java/:?]
[junit4] 2> ... 12 more
[junit4] 2> 292433 INFO (qtp1700284711-5082) [n:127.0.0.1:35129_solr
x:implicitcoll_c_replica_n26] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node29&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n26&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292434 INFO (qtp1700284711-5095) [n:127.0.0.1:35129_solr
x:implicitcoll_c_replica_n20] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node23&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n20&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292436 INFO (qtp375289583-4946) [n:127.0.0.1:44497_solr
x:implicitcoll_c_replica_n24] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node27&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n24&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 292432 ERROR
(OverseerThreadFactory-2254-thread-1-processing-n:127.0.0.1:39221_solr)
[n:127.0.0.1:39221_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: https://127.0.0.1:35129/solr
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:35129/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:834) [?:?]
[junit4] 2> Caused by: java.net.SocketException: Socket input is already
shutdown
[junit4] 2> at
sun.security.ssl.SSLSocketImpl.getInputStream(SSLSocketImpl.java:696) ~[?:?]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.getSocketInputStream(BHttpConnectionBase.java:142)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.LoggingManagedHttpClientConnection.getSocketInputStream(LoggingManagedHttpClientConnection.java:103)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.BHttpConnectionBase.ensureOpen(BHttpConnectionBase.java:134)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestHeader(DefaultBHttpClientConnection.java:140)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.sendRequestHeader(CPoolProxy.java:155)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:205)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
~[httpcore-4.4.6.jar:4.4.6]
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
~[java/:?]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.3.jar:4.5.3]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
~[java/:?]
[junit4] 2> ... 12 more
[junit4] 2> 293404 INFO (qtp375289583-5085) [n:127.0.0.1:44497_solr
c:implicitcoll s:c r:core_node25 x:implicitcoll_c_replica_n22]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 293408 INFO (qtp375289583-5085) [n:127.0.0.1:44497_solr
c:implicitcoll s:c r:core_node25 x:implicitcoll_c_replica_n22]
o.a.s.s.IndexSchema [implicitcoll_c_replica_n22] Schema name=cloud-dynamic
[junit4] 2> 293421 INFO (qtp375289583-5085) [n:127.0.0.1:44497_s
[...truncated too long message...]
unit4] 2> 101513 INFO (coreCloseExecutor-485-thread-1)
[n:127.0.0.1:39509_solr c:testCreateShardRepFactor s:a r:core_node3
x:testCreateShardRepFactor_a_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.core.testCreateShardRepFactor.a.replica_n1,
tag=3216e6d4
[junit4] 2> 101513 INFO (coreCloseExecutor-485-thread-1)
[n:127.0.0.1:39509_solr c:testCreateShardRepFactor s:a r:core_node3
x:testCreateShardRepFactor_a_replica_n1] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bfdf815: rootName
= solr_39509, domain = solr.core.testCreateShardRepFactor.a.replica_n1, service
url = null, agent id = null] for registry
solr.core.testCreateShardRepFactor.a.replica_n1 /
com.codahale.metrics.MetricRegistry@374cf76
[junit4] 2> 101517 INFO (coreCloseExecutor-486-thread-1)
[n:127.0.0.1:34879_solr c:testCreateShardRepFactor s:x r:core_node6
x:testCreateShardRepFactor_x_replica_n5] o.a.s.c.SolrCore
[testCreateShardRepFactor_x_replica_n5] CLOSING SolrCore
org.apache.solr.core.SolrCore@7f784354
[junit4] 2> 101517 INFO (coreCloseExecutor-486-thread-1)
[n:127.0.0.1:34879_solr c:testCreateShardRepFactor s:x r:core_node6
x:testCreateShardRepFactor_x_replica_n5] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.core.testCreateShardRepFactor.x.replica_n5,
tag=7f784354
[junit4] 2> 101517 INFO (coreCloseExecutor-486-thread-1)
[n:127.0.0.1:34879_solr c:testCreateShardRepFactor s:x r:core_node6
x:testCreateShardRepFactor_x_replica_n5] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18952463: rootName
= solr_34879, domain = solr.core.testCreateShardRepFactor.x.replica_n5, service
url = null, agent id = null] for registry
solr.core.testCreateShardRepFactor.x.replica_n5 /
com.codahale.metrics.MetricRegistry@3ba7c26c
[junit4] 2> 101520 INFO (jetty-closer-89-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@27cc23ba{/solr,null,UNAVAILABLE}
[junit4] 2> 101521 INFO (jetty-closer-89-thread-1) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 101522 INFO (zkCallback-114-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34879_solr
[junit4] 2> 101526 INFO (coreCloseExecutor-485-thread-1)
[n:127.0.0.1:39509_solr c:testCreateShardRepFactor s:a r:core_node3
x:testCreateShardRepFactor_a_replica_n1] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.testCreateShardRepFactor.a.leader, tag=3216e6d4
[junit4] 2> 101527 INFO (jetty-closer-89-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@12ce8e04{/solr,null,UNAVAILABLE}
[junit4] 2> 101527 INFO (jetty-closer-89-thread-4) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 101529 INFO (coreCloseExecutor-486-thread-1)
[n:127.0.0.1:34879_solr c:testCreateShardRepFactor s:x r:core_node6
x:testCreateShardRepFactor_x_replica_n5] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.testCreateShardRepFactor.x.leader, tag=7f784354
[junit4] 2> 101533 INFO (zkCallback-116-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39509_solr
[junit4] 2> 101534 INFO (jetty-closer-89-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@77854298{/solr,null,UNAVAILABLE}
[junit4] 2> 101534 INFO (jetty-closer-89-thread-2) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 103035 INFO (jetty-closer-89-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4bc63ab{/solr,null,UNAVAILABLE}
[junit4] 2> 103035 INFO (jetty-closer-89-thread-3) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 103035 ERROR
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 103036 INFO
(SUITE-CustomCollectionTest-seed#[56D8FC937BD302B0]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41557 41557
[junit4] 2> 103165 INFO (Thread-64) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:41557 41557
[junit4] 2> 103166 WARN (Thread-64) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 31 /solr/collections/implicitcoll/terms/a
[junit4] 2> 26 /solr/collections/implicitcoll/terms/b
[junit4] 2> 17 /solr/collections/withShardField/terms/a
[junit4] 2> 15 /solr/configs/conf
[junit4] 2> 14 /solr/collections/withShardField/terms/d
[junit4] 2> 14 /solr/collections/implicitcoll/terms/c
[junit4] 2> 13 /solr/aliases.json
[junit4] 2> 11 /solr/collections/withShardField/terms/c
[junit4] 2> 10 /solr/collections/routeFieldColl/terms/shard4
[junit4] 2> 10 /solr/collections/routeFieldColl/terms/shard2
[junit4] 2> 10 /solr/collections/routeFieldColl/terms/shard3
[junit4] 2> 10 /solr/collections/routeFieldColl/terms/shard1
[junit4] 2> 9 /solr/collections/withShardField/terms/b
[junit4] 2> 4 /solr/security.json
[junit4] 2> 2
/solr/collections/testCreateShardRepFactor/terms/x
[junit4] 2> 2
/solr/collections/testCreateShardRepFactor/terms/a
[junit4] 2> 2
/solr/collections/testCreateShardRepFactor/terms/b
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 13 /solr/collections/implicitcoll/state.json
[junit4] 2> 13 /solr/clusterprops.json
[junit4] 2> 13 /solr/clusterstate.json
[junit4] 2> 13 /solr/collections/withShardField/state.json
[junit4] 2> 11 /solr/collections/routeFieldColl/state.json
[junit4] 2> 10 /solr/aliases.json
[junit4] 2> 5
/solr/collections/testCreateShardRepFactor/state.json
[junit4] 2> 2
/solr/collections/implicitcoll/leader_elect/b/election/72084781754744840-core_node13-n_0000000000
[junit4] 2> 2
/solr/collections/implicitcoll/leader_elect/c/election/72084781754744841-core_node30-n_0000000000
[junit4] 2> 2
/solr/collections/implicitcoll/leader_elect/b/election/72084781754744841-core_node21-n_0000000002
[junit4] 2> 2
/solr/overseer_elect/election/72084781754744840-127.0.0.1:34879_solr-n_0000000001
[junit4] 2> 2
/solr/collections/withShardField/leader_elect/d/election/72084781754744840-core_node23-n_0000000000
[junit4] 2> 2
/solr/collections/implicitcoll/leader_elect/a/election/72084781754744840-core_node6-n_0000000002
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 31 /solr/collections
[junit4] 2> 13 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CustomCollectionTest_56D8FC937BD302B0-001
[junit4] 2> Nov 25, 2018 12:55:47 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{shard_s=PostingsFormat(name=Asserting),
id=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=78,
maxMBSortInHeap=5.472973087340598,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2c292f4f),
locale=sl-SI, timezone=MST7MDT
[junit4] 2> NOTE: Linux 4.15.0-39-generic amd64/Oracle Corporation 11
(64-bit)/cpus=8,threads=1,free=76214448,total=501219328
[junit4] 2> NOTE: All tests run in this JVM: [CustomCollectionTest,
CustomCollectionTest]
[junit4] Completed [5/5 (1!)] on J2 in 60.61s, 4 tests, 2 errors <<<
FAILURES!
[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092:
There were test failures: 5 suites, 20 tests, 2 errors [seed: 56D8FC937BD302B0]
Total time: 1 minute 47 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 1/5 failed: org.apache.solr.cloud.api.collections.CustomCollectionTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=d7b878e90c6ce185d799f1fa554e8c3770793f80,
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23259
Recording test results
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]