Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16607/
Java: 64bit/jdk-9-ea+115 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth
Error Message:
Unexpected exception type, expected SSLHandshakeException
Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected
SSLHandshakeException
at
__randomizedtesting.SeedInfo.seed([6F2E79906F4E6D38:BCAA905DFD8336C4]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterJettys(TestMiniSolrCloudClusterSSL.java:283)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:185)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:147)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth(TestMiniSolrCloudClusterSSL.java:129)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(java.base@9-ea/Native
Method)
at
java.net.SocketOutputStream.socketWrite(java.base@9-ea/SocketOutputStream.java:109)
at
java.net.SocketOutputStream.write(java.base@9-ea/SocketOutputStream.java:153)
at
sun.security.ssl.SSLSocketOutputRecord.flush(java.base@9-ea/SSLSocketOutputRecord.java:236)
at
sun.security.ssl.HandshakeOutStream.flush(java.base@9-ea/HandshakeOutStream.java:79)
at
sun.security.ssl.Handshaker.sendChangeCipherSpec(java.base@9-ea/Handshaker.java:1113)
at
sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(java.base@9-ea/ClientHandshaker.java:1345)
at
sun.security.ssl.ClientHandshaker.serverHelloDone(java.base@9-ea/ClientHandshaker.java:1249)
at
sun.security.ssl.ClientHandshaker.processMessage(java.base@9-ea/ClientHandshaker.java:414)
at
sun.security.ssl.Handshaker.processLoop(java.base@9-ea/Handshaker.java:1003)
at
sun.security.ssl.Handshaker.processRecord(java.base@9-ea/Handshaker.java:937)
at
sun.security.ssl.SSLSocketImpl.processInputRecord(java.base@9-ea/SSLSocketImpl.java:1119)
at
sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-ea/SSLSocketImpl.java:1056)
at
sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-ea/SSLSocketImpl.java:955)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-ea/SSLSocketImpl.java:1382)
at
sun.security.ssl.SSLSocketImpl.startHandshake(java.base@9-ea/SSLSocketImpl.java:1409)
at
sun.security.ssl.SSLSocketImpl.startHandshake(java.base@9-ea/SSLSocketImpl.java:1393)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.doHeadRequest(TestMiniSolrCloudClusterSSL.java:302)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$checkClusterJettys$2(TestMiniSolrCloudClusterSSL.java:284)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
... 43 more
Build Log:
[...truncated 11966 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/init-core-data-001
[junit4] 2> 1571766 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[6F2E79906F4E6D38]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1571767 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNoSsl
[junit4] 2> 1571768 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL
& clientAuth settings selected by base class
[junit4] 2> 1571768 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1571768 INFO (Thread-3518) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1571768 INFO (Thread-3518) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1571868 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.ZkTestServer start zk server on port:38169
[junit4] 2> 1571868 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571869 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571870 INFO (zkCallback-1802-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@597cc4d0
name:ZooKeeperConnection Watcher:127.0.0.1:38169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571871 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571871 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571871 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1571873 INFO (jetty-launcher-1801-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1571873 INFO (jetty-launcher-1801-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1571873 INFO (jetty-launcher-1801-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4e5d2604{/solr,null,AVAILABLE}
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@60638ad6{/solr,null,AVAILABLE}
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4c783110{/solr,null,AVAILABLE}
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@11f4e618{HTTP/1.1,[http/1.1]}{127.0.0.1:34437}
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@35d6b9a{HTTP/1.1,[http/1.1]}{127.0.0.1:33961}
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@6ce1c7f{HTTP/1.1,[http/1.1]}{127.0.0.1:32920}
[junit4] 2> 1571875 INFO (jetty-launcher-1801-thread-3) [ ]
o.e.j.s.Server Started @1573944ms
[junit4] 2> 1571876 INFO (jetty-launcher-1801-thread-2) [ ]
o.e.j.s.Server Started @1573945ms
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33961}
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32920}
[junit4] 2> 1571874 INFO (jetty-launcher-1801-thread-1) [ ]
o.e.j.s.Server Started @1573943ms
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34437}
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@546a03af
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@546a03af
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@546a03af
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node2'
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node1'
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node3'
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571877 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571878 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571878 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571883 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571884 INFO (zkCallback-1805-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2024450 name:ZooKeeperConnection
Watcher:127.0.0.1:38169/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1571884 INFO (zkCallback-1804-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@433a98c0
name:ZooKeeperConnection Watcher:127.0.0.1:38169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571884 INFO (zkCallback-1803-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2323d968
name:ZooKeeperConnection Watcher:127.0.0.1:38169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1571884 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1571888 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node3/.
[junit4] 2> 1571888 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 1947481145
[junit4] 2> 1571889 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node3]
[junit4] 2> 1571889 WARN (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node3/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node3/lib
[junit4] 2> 1571889 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node1/.
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 1057913247
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node1]
[junit4] 2> 1571890 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1545ebf4b210003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node2/.
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 829237610
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node2]
[junit4] 2> 1571890 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1571890 WARN (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node1/lib
[junit4] 2> 1571890 WARN (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node2/lib
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: http,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38169/solr
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1571891 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38169/solr
[junit4] 2> 1571892 INFO (zkCallback-1808-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@329a54f7
name:ZooKeeperConnection Watcher:127.0.0.1:38169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$99/1274530928@4d6fc3f6
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38169/solr
[junit4] 2> 1571892 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1571893 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1571893 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571893 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571896 INFO (zkCallback-1813-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5663bd11
name:ZooKeeperConnection Watcher:127.0.0.1:38169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571896 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571896 INFO (zkCallback-1814-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@36411cfc
name:ZooKeeperConnection Watcher:127.0.0.1:38169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571896 INFO (zkCallback-1815-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@49b4738b
name:ZooKeeperConnection Watcher:127.0.0.1:38169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571896 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571896 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571896 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571896 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1571896 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$99/1274530928@36689122
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$99/1274530928@7607d298
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1571897 INFO (zkCallback-1816-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6c814cf8
name:ZooKeeperConnection Watcher:127.0.0.1:38169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571897 INFO (zkCallback-1817-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@30819d11
name:ZooKeeperConnection Watcher:127.0.0.1:38169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1571897 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 1571899 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1571899 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1571899 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1571899 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 1571899 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 1571899 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 1571901 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1571901 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1571901 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1571901 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1571901 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1571901 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1571902 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1571903 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1571905 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1571905 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1571905 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95805667773841416-127.0.0.1:34437_solr-n_0000000000
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95805667773841417-127.0.0.1:32920_solr-n_0000000001
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95805667773841414-127.0.0.1:33961_solr-n_0000000002
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34437_solr
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95805667773841416-127.0.0.1:34437_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1571906 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95805667773841417-127.0.0.1:32920_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1571907 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32920_solr
[junit4] 2> 1571907 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33961_solr
[junit4] 2> 1571907 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=95805667773841416-127.0.0.1:34437_solr-n_0000000000) starting
[junit4] 2> 1571907 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:32920_solr
[junit4] 2> 1571907 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33961_solr
[junit4] 2> 1571907 INFO (zkCallback-1817-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 1571907 INFO (zkCallback-1814-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 1571907 INFO (zkCallback-1816-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 1571908 INFO (zkCallback-1817-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1571908 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 1571909 INFO (zkCallback-1814-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1571909 INFO (zkCallback-1816-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1571911 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1571911 INFO
(OverseerCollectionConfigSetProcessor-95805667773841416-127.0.0.1:34437_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 1571911 INFO
(OverseerStateUpdate-95805667773841416-127.0.0.1:34437_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1571912 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:34437_solr as DOWN
[junit4] 2> 1571913 INFO
(OverseerStateUpdate-95805667773841416-127.0.0.1:34437_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
[junit4] 2> 1571913 INFO
(OverseerStateUpdate-95805667773841416-127.0.0.1:34437_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:34437_solr"} current state version: 0
[junit4] 2> 1571913 INFO
(OverseerStateUpdate-95805667773841416-127.0.0.1:34437_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34437_solr
[junit4] 2> 1571914 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1571914 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1571914 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node2/.
[junit4] 2> 1571914 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 1571915 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1571915 INFO (jetty-launcher-1801-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1571918 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1571918 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1571918 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node3/.
[junit4] 2> 1571918 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 1571919 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1571919 INFO (jetty-launcher-1801-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1572913 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34437_solr
[junit4] 2> 1572913 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34437_solr
[junit4] 2> 1572914 INFO (zkCallback-1816-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1572914 INFO (zkCallback-1817-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1572914 INFO (zkCallback-1814-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1572914 INFO (zkCallback-1816-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1572914 INFO (zkCallback-1817-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1572914 INFO (zkCallback-1814-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1572924 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1572925 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1572925 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001/tempDir-001/node1/.
[junit4] 2> 1572925 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 1572926 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1572926 INFO (jetty-launcher-1801-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1572926 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1572926 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1572927 INFO (zkCallback-1818-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2c43c88c
name:ZooKeeperConnection Watcher:127.0.0.1:38169 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1572927 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1572927 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1572927 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:38169/solr
[junit4] 2> 1572928 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1572929 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1572929 INFO (zkCallback-1820-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4284c99b
name:ZooKeeperConnection Watcher:127.0.0.1:38169/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1572929 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1572930 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1572930 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/protwords.txt
[junit4] 2> 1572931 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delaying-component.xml
[junit4] 2> 1572932 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad_solrconfig.xml
[junit4] 2> 1572933 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sortingmergepolicyfactory.xml
[junit4] 2> 1572933 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-nocache.xml
[junit4] 2> 1572934 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-implicitproperties.xml
[junit4] 2> 1572935 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicy-legacy.xml
[junit4] 2> 1572935 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-uses-default.xml
[junit4] 2> 1572936 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-has-no-explicit-sim.xml
[junit4] 2> 1572936 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 1572937 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
[junit4] 2> 1572938 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missleading.extension.updateprocessor.js.txt
[junit4] 2> 1572938 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 1572939 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication2.xml
[junit4] 2> 1572939 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-infostream-logging.xml
[junit4] 2> 1572940 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-collapseqparser.xml
[junit4] 2> 1572941 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-code-in-xml.xml
[junit4] 2> 1572941 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
[junit4] 2> 1572942 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/enumsConfig.xml
[junit4] 2> 1572943 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-script-updateprocessor.xml
[junit4] 2> 1572943 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-add-schema-fields-update-processor.xml
[junit4] 2> 1572944 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicyfactory-nocfs.xml
[junit4] 2> 1572945 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 1572945 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-phrasesuggest.xml
[junit4] 2> 1572946 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig.xml
[junit4] 2> 1572947 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy1.xml
[junit4] 2> 1572947 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim.xml
[junit4] 2> 1572948 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema15.xml
[junit4] 2> 1572949 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sql.xml
[junit4] 2> 1572950 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 1572950 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stemdict.txt
[junit4] 2> 1572951 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.aff
[junit4] 2> 1572952 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sql.xml
[junit4] 2> 1572952 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spatial.xml
[junit4] 2> 1572953 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-slave1.xml
[junit4] 2> 1572954 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-fieldType.xml
[junit4] 2> 1572954 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-external-filefield.xml
[junit4] 2> 1572955 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-query-parser-init.xml
[junit4] 2> 1572955 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-nrtmode.xml
[junit4] 2> 1572956 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
[junit4] 2> 1572957 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/conditional.updateprocessor.js
[junit4] 2> 1572958 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-analyzer-class-and-nested.xml
[junit4] 2> 1572958 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
[junit4] 2> 1572959 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-folding.xml
[junit4] 2> 1572959 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicyfactory.xml
[junit4] 2> 1572960 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-simpleqpplugin.xml
[junit4] 2> 1572961 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-hash.xml
[junit4] 2> 1572961 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stopwords.txt
[junit4] 2> 1572962 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
[junit4] 2> 1572962 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicy-nocfs.xml
[junit4] 2> 1572963 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 1572963 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/throw.error.on.add.updateprocessor.js
[junit4] 2> 1572964 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-minimal.xml
[junit4] 2> 1572965 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-defaults.xml
[junit4] 2> 1572965 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/blendedInfixSuggest.txt
[junit4] 2> 1572966 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-postingshighlight.xml
[junit4] 2> 1572966 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesJoin.xml
[junit4] 2> 1572967 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValues.xml
[junit4] 2> 1572968 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 1572969 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-types.incl
[junit4] 2> 1572969 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
[junit4] 2> 1572970 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1572970 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
[junit4] 2> 1572971 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
[junit4] 2> 1572972 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 1572972 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 1572973 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
[junit4] 2> 1572973 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stopwordsWrongEncoding.txt
[junit4] 2> 1572974 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-logmergepolicy.xml
[junit4] 2> 1572975 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-plugcollector.xml
[junit4] 2> 1572975 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-noopregen.xml
[junit4] 2> 1572976 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-analytics-query.xml
[junit4] 2> 1572977 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stoptypes-1.txt
[junit4] 2> 1572978 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-warmer-randommergepolicyfactory.xml
[junit4] 2> 1572978 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spatial.xml
[junit4] 2> 1572979 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spellchecker.xml
[junit4] 2> 1572979 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
[junit4] 2> 1572980 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
[junit4] 2> 1572981 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-1.txt
[junit4] 2> 1572982 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
[junit4] 2> 1572982 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-caching.xml
[junit4] 2> 1572983 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doctransformers.xml
[junit4] 2> 1572983 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/freeTextSuggest.txt
[junit4] 2> 1572984 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tolerant-update-minimal.xml
[junit4] 2> 1572985 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema.xml
[junit4] 2> 1572985 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-querysender-noquery.xml
[junit4] 2> 1572986 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sortingresponse.xml
[junit4] 2> 1572987 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/trivial.updateprocessor1.js
[junit4] 2> 1572987 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-managed-schema-named-schema.xml.xml
[junit4] 2> 1572988 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-paramset.xml
[junit4] 2> 1572988 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmdirichlet.xml
[junit4] 2> 1572989 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-dirfactory.xml
[junit4] 2> 1572989 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
[junit4] 2> 1572990 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-altdirectory.xml
[junit4] 2> 1572990 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tlog.xml
[junit4] 2> 1572991 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hyphenation.dtd
[junit4] 2> 1572991 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-classification.xml
[junit4] 2> 1572992 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sweetspot.xml
[junit4] 2> 1572993 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-xinclude.xml
[junit4] 2> 1572993 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-schemaless.xml
[junit4] 2> 1572994 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schemasurround.xml
[junit4] 2> 1572994 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-binaryfield.xml
[junit4] 2> 1572995 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-SOLR-749.xml
[junit4] 2> 1572995 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
[junit4] 2> 1572996 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/fuzzysuggest.txt
[junit4] 2> 1572996 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-querysender.xml
[junit4] 2> 1572997 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-ib.xml
[junit4] 2> 1572997 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-type.xml
[junit4] 2> 1572998 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-blockjoinfacetcomponent.xml
[junit4] 2> 1572998 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/cross-compatible.js
[junit4] 2> 1572999 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-solcoreproperties.xml
[junit4] 2> 1573000 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master-throttled.xml
[junit4] 2> 1573000 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-components-name.xml
[junit4] 2> 1573001 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-elevate.xml
[junit4] 2> 1573001 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
[junit4] 2> 1573002 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy2.xml
[junit4] 2> 1573002 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-snowball.txt
[junit4] 2> 1573003 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-unexpected-schema-attribute.xml
[junit4] 2> 1573003 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig-mergepolicyfactory.xml
[junit4] 2> 1573004 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
[junit4] 2> 1573005 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-dynamicField.xml
[junit4] 2> 1573005 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
[junit4] 2> 1573006 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-baseline.xml
[junit4] 2> 1573006 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.dic
[junit4] 2> 1573007 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-withgethandler.xml
[junit4] 2> 1573007 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
[junit4] 2> 1573008 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master2.xml
[junit4] 2> 1573009 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/synonyms.txt
[junit4] 2> 1573009 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
[junit4] 2> 1573010 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/mapping-ISOLatin1Accent.txt
[junit4] 2> 1573010 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spellchecker.xml
[junit4] 2> 1573011 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-cfs.xml
[junit4] 2> 1573012 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-phrasesuggest.xml
[junit4] 2> 1573012 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-parsing-update-processor-chains.xml
[junit4] 2> 1573013 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-snippet-processor.xml
[junit4] 2> 1573013 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-invalid-scriptfile.xml
[junit4] 2> 1573014 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-unsupported-docValues.xml
[junit4] 2> 1573014 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-logmergepolicyfactory.xml
[junit4] 2> 1573015 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
[junit4] 2> 1573015 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesFaceting.xml
[junit4] 2> 1573017 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-headers.xml
[junit4] 2> 1573017 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
[junit4] 2> 1573018 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-managed-schema-test.xml
[junit4] 2> 1573018 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-custom-field.xml
[junit4] 2> 1573019 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-classification.xml
[junit4] 2> 1573020 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
[junit4] 2> 1573020 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig_codec.xml
[junit4] 2> 1573021 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-deeppaging.xml
[junit4] 2> 1573021 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
[junit4] 2> 1573022 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-distrib-update-processor-chains.xml
[junit4] 2> 1573022 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-bm25.xml
[junit4] 2> 1573023 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/wdftypes.txt
[junit4] 2> 1573023 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mpf-solrconfig.xml
[junit4] 2> 1573024 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-xinclude.xml
[junit4] 2> 1573024 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-numeric.xml
[junit4] 2> 1573025 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-schema-mutable-but-not-managed.xml
[junit4] 2> 1573025 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missing.functions.updateprocessor.js
[junit4] 2> 1573026 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfi.xml
[junit4] 2> 1573026 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-default-code.xml
[junit4] 2> 1573026 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sortingresponse.xml
[junit4] 2> 1573027 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
[junit4] 2> 1573028 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-charfilters.xml
[junit4] 2> 1573029 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-id-and-version-fields-only.xml
[junit4] 2> 1573029 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/elevate.xml
[junit4] 2> 1573030 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-stop-keep.xml
[junit4] 2> 1573030 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-searcher-listeners1.xml
[junit4] 2> 1573031 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfr.xml
[junit4] 2> 1573031 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 1573032 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_UTF8.xml
[junit4] 2> 1573033 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
[junit4] 2> 1573033 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-multivalued.xml
[junit4] 2> 1573034 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
[junit4] 2> 1573034 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicy-defaults.xml
[junit4] 2> 1573035 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig.xml
[junit4] 2> 1573035 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-suggestercomponent-context-filter-query.xml
[junit4] 2> 1573036 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-reqHandler.incl
[junit4] 2> 1573037 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim-default-override.xml
[junit4] 2> 1573037 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
[junit4] 2> 1573038 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-dv.xml
[junit4] 2> 1573038 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema12.xml
[junit4] 2> 1573039 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-externalversionconstraint.xml
[junit4] 2> 1573039 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-omit-tf-but-not-pos.xml
[junit4] 2> 1573040 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-suggestercomponent.xml
[junit4] 2> 1573041 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication1.xml
[junit4] 2> 1573042 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-tf.xml
[junit4] 2> 1573042 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-warmer.xml
[junit4] 2> 1573042 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-2.txt
[junit4] 2> 1573043 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-field-sort-values.xml
[junit4] 2> 1573044 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
[junit4] 2> 1573044 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distributed-missing-sort.xml
[junit4] 2> 1573045 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-managed-schema.xml
[junit4] 2> 1573045 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-copyfield-test.xml
[junit4] 2> 1573046 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSsl-seed#[6F2E79906F4E6D38]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/s
[...truncated too long message...]
SL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:185)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:147)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth(TestMiniSolrCloudClusterSSL.java:129)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] > Caused by: java.net.SocketException: Broken pipe
[junit4] > at
java.net.SocketOutputStream.socketWrite0(java.base@9-ea/Native Method)
[junit4] > at
java.net.SocketOutputStream.socketWrite(java.base@9-ea/SocketOutputStream.java:109)
[junit4] > at
java.net.SocketOutputStream.write(java.base@9-ea/SocketOutputStream.java:153)
[junit4] > at
sun.security.ssl.SSLSocketOutputRecord.flush(java.base@9-ea/SSLSocketOutputRecord.java:236)
[junit4] > at
sun.security.ssl.HandshakeOutStream.flush(java.base@9-ea/HandshakeOutStream.java:79)
[junit4] > at
sun.security.ssl.Handshaker.sendChangeCipherSpec(java.base@9-ea/Handshaker.java:1113)
[junit4] > at
sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(java.base@9-ea/ClientHandshaker.java:1345)
[junit4] > at
sun.security.ssl.ClientHandshaker.serverHelloDone(java.base@9-ea/ClientHandshaker.java:1249)
[junit4] > at
sun.security.ssl.ClientHandshaker.processMessage(java.base@9-ea/ClientHandshaker.java:414)
[junit4] > at
sun.security.ssl.Handshaker.processLoop(java.base@9-ea/Handshaker.java:1003)
[junit4] > at
sun.security.ssl.Handshaker.processRecord(java.base@9-ea/Handshaker.java:937)
[junit4] > at
sun.security.ssl.SSLSocketImpl.processInputRecord(java.base@9-ea/SSLSocketImpl.java:1119)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-ea/SSLSocketImpl.java:1056)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-ea/SSLSocketImpl.java:955)
[junit4] > at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-ea/SSLSocketImpl.java:1382)
[junit4] > at
sun.security.ssl.SSLSocketImpl.startHandshake(java.base@9-ea/SSLSocketImpl.java:1409)
[junit4] > at
sun.security.ssl.SSLSocketImpl.startHandshake(java.base@9-ea/SSLSocketImpl.java:1393)
[junit4] > at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
[junit4] > at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
[junit4] > at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.doHeadRequest(TestMiniSolrCloudClusterSSL.java:302)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$checkClusterJettys$2(TestMiniSolrCloudClusterSSL.java:284)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
[junit4] > ... 43 more
[junit4] 2> 1604628 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[6F2E79906F4E6D38]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterSSL_6F2E79906F4E6D38-001
[junit4] 2> Apr 28, 2016 9:21:48 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=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=3, maxDocsPerChunk=228, blockSize=9),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=3, blockSize=9)), sim=RandomSimilarity(queryNorm=false,coord=no):
{}, locale=ru-KZ, timezone=Europe/Bratislava
[junit4] 2> NOTE: Linux 4.2.0-35-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=135586608,total=526385152
[junit4] 2> NOTE: All tests run in this JVM:
[TestPartialUpdateDeduplication, TestSolrConfigHandlerCloud,
HdfsRecoveryZkTest, AliasIntegrationTest, HdfsThreadLeakTest,
TestReloadAndDeleteDocs, BitVectorTest, SolrInfoMBeanTest, TestConfigSets,
TestLFUCache, HighlighterMaxOffsetTest, MBeansHandlerTest, ConvertedLegacyTest,
DistribCursorPagingTest, TestLMJelinekMercerSimilarityFactory,
HLLSerializationTest, BasicFunctionalityTest,
UniqFieldsUpdateProcessorFactoryTest, CustomCollectionTest,
DistributedQueueTest, TestCustomSort, TestRequestStatusCollectionAPI,
ZkControllerTest, SaslZkACLProviderTest, TestWordDelimiterFilterFactory,
TestBlobHandler, TestSchemaVersionResource,
LeaderInitiatedRecoveryOnShardRestartTest, OpenExchangeRatesOrgProviderTest,
TestFieldResource, TestCoreContainer, TestSurroundQueryParser,
TestAnalyzeInfixSuggestions, AsyncMigrateRouteKeyTest,
TestBinaryResponseWriter, TestOverriddenPrefixQueryForCustomFieldType,
TestFastLRUCache, TestObjectReleaseTracker, TestTrie, TestConfigOverlay,
MinimalSchemaTest, SpellCheckCollatorTest, CSVRequestHandlerTest,
DistributedQueryComponentCustomSortTest, DateRangeFieldTest,
TestDocumentBuilder, BlockDirectoryTest, TestTestInjection,
SpellCheckComponentTest, TermVectorComponentTest,
SchemaVersionSpecificBehaviorTest, SolrXmlInZkTest, TestGeoJSONResponseWriter,
TestMiniSolrCloudCluster, ConfigSetsAPITest, TestQueryUtils,
RecoveryAfterSoftCommitTest, TestCodecSupport, TestAuthorizationFramework,
FastVectorHighlighterTest, TestCursorMarkWithoutUniqueKey,
HdfsBasicDistributedZkTest, OpenCloseCoreStressTest,
ExitableDirectoryReaderTest, RuleEngineTest,
TestEmbeddedSolrServerConstructors, CoreAdminRequestStatusTest, TestOrdValues,
ZkCLITest, TestInfoStreamLogging, CloneFieldUpdateProcessorFactoryTest,
TestExclusionRuleCollectionAccess, SpatialFilterTest, TestReloadDeadlock,
WordBreakSolrSpellCheckerTest, SoftAutoCommitTest, FacetPivotSmallTest,
TestFiltering, ZkSolrClientTest, NumericFieldsTest,
TestSimpleTrackingShardHandler, MoreLikeThisHandlerTest,
TestUseDocValuesAsStored, TestSolrQueryParserResource,
RestartWhileUpdatingTest, TestMacros, ShardRoutingTest,
TestGraphTermsQParserPlugin, CollectionReloadTest, ZkStateReaderTest,
TestSystemIdResolver, SimplePostToolTest, CollectionsAPIDistributedZkTest,
ClusterStateUpdateTest, TestRandomFaceting, ShardRoutingCustomTest,
TestDistributedSearch, TestReload, DistributedTermsComponentTest, TestSort,
HighlighterTest, DistributedQueryElevationComponentTest,
TestFoldingMultitermQuery, DocValuesTest, DirectSolrSpellCheckerTest,
TermsComponentTest, PathHierarchyTokenizerFactoryTest,
FieldAnalysisRequestHandlerTest, LoggingHandlerTest, JSONWriterTest,
TestAnalyzedSuggestions, TestQuerySenderNoQuery, BadComponentTest,
TestStressRecovery, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest,
SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory,
TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest,
ChaosMonkeyNothingIsSafeTest, CollectionsAPIAsyncDistributedZkTest,
ConnectionManagerTest, DeleteInactiveReplicaTest, HttpPartitionTest,
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL]
[junit4] Completed [454/592 (1!)] on J1 in 33.63s, 4 tests, 1 failure <<<
FAILURES!
[...truncated 467 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014:
There were test failures: 592 suites (10 ignored), 2394 tests, 1 failure, 116
ignored (70 assumptions) [seed: 6F2E79906F4E6D38]
Total time: 55 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]