Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/648/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testNoSsl
Error Message:
Could not load collection from ZK: first_collection
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
first_collection
at
__randomizedtesting.SeedInfo.seed([368F7DBE9108C640:53759303208FA86]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
at
org.apache.solr.common.cloud.ClusterState.getSlicesMap(ClusterState.java:151)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:153)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:212)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:181)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:145)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testNoSsl(TestMiniSolrCloudClusterSSL.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/first_collection/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
... 47 more
Build Log:
[...truncated 11382 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/init-core-data-001
[junit4] 2> 1583788 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[368F7DBE9108C640]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1583790 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNoSslButSillyClientAuth
[junit4] 2> 1583790 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the
randomized SSL & clientAuth settings selected by base class
[junit4] 2> 1583791 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1583791 INFO (Thread-4550) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1583791 INFO (Thread-4550) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1583891 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.ZkTestServer start zk server on port:50567
[junit4] 2> 1583891 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583892 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583921 INFO (zkCallback-8116-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6467c585
name:ZooKeeperConnection Watcher:127.0.0.1:50567 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583921 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583921 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583921 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1583931 INFO (jetty-launcher-8115-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1583932 INFO (jetty-launcher-8115-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1583934 INFO (jetty-launcher-8115-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@53da1ce6{/solr,null,AVAILABLE}
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@31ce1aa{HTTP/1.1,[http/1.1]}{127.0.0.1:61704}
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.e.j.s.Server Started @1587849ms
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=61704}
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node3'
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15da7da4{/solr,null,AVAILABLE}
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@23ff6e84{HTTP/1.1,[http/1.1]}{127.0.0.1:55794}
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-2) [ ]
o.e.j.s.Server Started @1587849ms
[junit4] 2> 1583936 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55794}
[junit4] 2> 1583937 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1583937 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583939 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node2'
[junit4] 2> 1583939 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1583939 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1583939 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583939 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583945 INFO (jetty-launcher-8115-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1583946 INFO (jetty-launcher-8115-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5fcb23f3{/solr,null,AVAILABLE}
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@6744d237{HTTP/1.1,[http/1.1]}{127.0.0.1:55876}
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.e.j.s.Server Started @1587860ms
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55876}
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node1'
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1583947 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1583948 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583948 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583954 INFO (zkCallback-8118-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@51bbb8a7
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583954 INFO (zkCallback-8117-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@45c05624
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583954 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583955 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583955 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583955 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583956 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1583956 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1583957 INFO (zkCallback-8119-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@50fe1e92
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583957 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583957 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583957 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1583962 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node1/.
[junit4] 2> 1583963 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 1692072147
[junit4] 2> 1583963 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node1]
[junit4] 2> 1583963 WARN (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node1/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node1/lib
[junit4] 2> 1583963 INFO (jetty-launcher-8115-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> 1583964 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1583964 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node3/.
[junit4] 2> 1583965 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 997093274
[junit4] 2> 1583965 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node3]
[junit4] 2> 1583965 WARN (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node3/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node3/lib
[junit4] 2> 1583965 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1583965 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1583965 INFO (jetty-launcher-8115-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> 1583965 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50567/solr
[junit4] 2> 1583965 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1583965 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583966 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583966 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1583967 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1583967 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1583967 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50567/solr
[junit4] 2> 1583967 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1583967 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583967 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583968 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node2/.
[junit4] 2> 1583968 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 1072909383
[junit4] 2> 1583968 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node2]
[junit4] 2> 1583968 WARN (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node2/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node2/lib
[junit4] 2> 1583968 INFO (jetty-launcher-8115-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> 1583969 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1583970 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1583970 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1583970 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50567/solr
[junit4] 2> 1583970 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1583970 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1583970 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1583972 INFO (zkCallback-8125-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@71f842d7
name:ZooKeeperConnection Watcher:127.0.0.1:50567 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583972 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583972 INFO (zkCallback-8122-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4df3e0a2
name:ZooKeeperConnection Watcher:127.0.0.1:50567 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583972 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583973 INFO (jetty-launcher-8115-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583974 INFO (jetty-launcher-8115-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583975 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$37/1146401063@6bac3471
[junit4] 2> 1583976 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1583980 INFO (zkCallback-8128-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5fdcf55 name:ZooKeeperConnection
Watcher:127.0.0.1:50567 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1583980 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1583980 INFO (jetty-launcher-8115-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1583981 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@127a253e
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583981 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1583982 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1583983 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$37/1146401063@5a9c3931
[junit4] 2> 1583983 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$37/1146401063@2b372761
[junit4] 2> 1583983 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1583984 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1583985 INFO
(zkCallback-8130-thread-1-processing-n:127.0.0.1:55794_solr)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@266eb8cf
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583985 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1583985 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@28c5dea9
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1583985 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1583985 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1583987 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1583990 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1583992 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1583993 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1583996 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1583997 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1583999 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1583999 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1584000 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1584001 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1584002 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1584002 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1584004 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1584004 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1584004 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1584006 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1584006 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1584007 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1584008 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1584009 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1584009 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1584010 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1584011 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1584011 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1584012 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1584012 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1584013 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1584014 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1584014 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1584018 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1584018 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1584019 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1584020 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1584021 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1584022 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96072286113497097-127.0.0.1:61704_solr-n_0000000000
[junit4] 2> 1584022 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1584022 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96072286113497095-127.0.0.1:55876_solr-n_0000000001
[junit4] 2> 1584023 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:61704_solr
[junit4] 2> 1584023 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1584023 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96072286113497097-127.0.0.1:61704_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1584024 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55876_solr
[junit4] 2> 1584024 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:55876_solr
[junit4] 2> 1584025 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.Overseer Overseer
(id=96072286113497097-127.0.0.1:61704_solr-n_0000000000) starting
[junit4] 2> 1584027 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] 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> 1584027 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] 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> 1584028 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1584029 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1584029 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1584034 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1584043 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1584044 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96072286113497096-127.0.0.1:55794_solr-n_0000000002
[junit4] 2> 1584044 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96072286113497095-127.0.0.1:55876_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1584044 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1584045 INFO
(OverseerStateUpdate-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1584045 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:55794_solr as DOWN
[junit4] 2> 1584045 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:61704_solr as DOWN
[junit4] 2> 1584047 INFO
(OverseerStateUpdate-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (1)
[junit4] 2> 1584048 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1584048 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1584048 INFO
(OverseerCollectionConfigSetProcessor-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1584048 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node1/.
[junit4] 2> 1584049 INFO
(OverseerStateUpdate-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:55794_solr"} current state version: 0
[junit4] 2> 1584049 INFO
(OverseerStateUpdate-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:55794_solr
[junit4] 2> 1584049 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1584051 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1584051 INFO (jetty-launcher-8115-thread-1)
[n:127.0.0.1:55876_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1584051 INFO
(OverseerStateUpdate-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.Overseer processMessage: queueSize: 0,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:61704_solr"} current state version: 0
[junit4] 2> 1584051 INFO
(OverseerStateUpdate-96072286113497097-127.0.0.1:61704_solr-n_0000000000)
[n:127.0.0.1:61704_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:61704_solr
[junit4] 2> 1585047 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55794_solr
[junit4] 2> 1585048 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:55794_solr
[junit4] 2> 1585048 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61704_solr
[junit4] 2> 1585049 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:61704_solr
[junit4] 2> 1585050 INFO
(zkCallback-8130-thread-1-processing-n:127.0.0.1:55794_solr)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 1585050 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 1585050 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 1585051 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1585051 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1585051 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] 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> 1585052 INFO
(zkCallback-8131-thread-1-processing-n:127.0.0.1:61704_solr)
[n:127.0.0.1:61704_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1585053 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] 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> 1585064 INFO
(zkCallback-8130-thread-2-processing-n:127.0.0.1:55794_solr)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 1585065 INFO
(zkCallback-8130-thread-1-processing-n:127.0.0.1:55794_solr)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1585072 INFO
(zkCallback-8129-thread-1-processing-n:127.0.0.1:55876_solr)
[n:127.0.0.1:55876_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1585079 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1585079 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1585080 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node2/.
[junit4] 2> 1585080 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1585080 INFO
(zkCallback-8130-thread-2-processing-n:127.0.0.1:55794_solr)
[n:127.0.0.1:55794_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1585081 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1585081 INFO (jetty-launcher-8115-thread-2)
[n:127.0.0.1:55794_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1585081 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1585081 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1585082 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001/tempDir-001/node3/.
[junit4] 2> 1585082 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1585083 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1585084 INFO (jetty-launcher-8115-thread-3)
[n:127.0.0.1:61704_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1585084 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1585084 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1585086 INFO (zkCallback-8135-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@321a21ec
name:ZooKeeperConnection Watcher:127.0.0.1:50567 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1585086 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1585086 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1585088 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:50567/solr
[junit4] 2> 1585089 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1585090 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1585091 INFO (zkCallback-8137-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@54441df8
name:ZooKeeperConnection Watcher:127.0.0.1:50567/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1585092 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1585092 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1585092 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-copyfield-test.xml
[junit4] 2> 1585095 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-oer-norates.xml
[junit4] 2> 1585097 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-slave.xml
[junit4] 2> 1585099 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcr.xml
[junit4] 2> 1585101 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-HighlighterMaxOffsetTest.xml
[junit4] 2> 1585103 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
[junit4] 2> 1585105 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-classification.xml
[junit4] 2> 1585107 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-script-updateprocessor.xml
[junit4] 2> 1585109 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
[junit4] 2> 1585111 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-class-name-shortening-on-serialization.xml
[junit4] 2> 1585114 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcrupdatelog.xml
[junit4] 2> 1585116 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-logmergepolicy.xml
[junit4] 2> 1585118 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
[junit4] 2> 1585120 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
[junit4] 2> 1585122 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
[junit4] 2> 1585124 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmjelinekmercer.xml
[junit4] 2> 1585126 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicyfactory.xml
[junit4] 2> 1585129 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-norms.xml
[junit4] 2> 1585131 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-collapseqparser.xml
[junit4] 2> 1585134 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-externalversionconstraint.xml
[junit4] 2> 1585136 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
[junit4] 2> 1585139 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
[junit4] 2> 1585141 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/protwords.txt
[junit4] 2> 1585144 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
[junit4] 2> 1585146 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
[junit4] 2> 1585148 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
[junit4] 2> 1585150 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
[junit4] 2> 1585152 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
[junit4] 2> 1585155 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
[junit4] 2> 1585157 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 1585160 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-1.txt
[junit4] 2> 1585162 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sorts.xml
[junit4] 2> 1585165 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-querysender.xml
[junit4] 2> 1585167 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
[junit4] 2> 1585169 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-multivalued.xml
[junit4] 2> 1585172 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
[junit4] 2> 1585174 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-plugcollector.xml
[junit4] 2> 1585178 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mpf-solrconfig.xml
[junit4] 2> 1585180 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_UTF8.xml
[junit4] 2> 1585182 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication2.xml
[junit4] 2> 1585185 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/throw.error.on.add.updateprocessor.js
[junit4] 2> 1585187 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
[junit4] 2> 1585190 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/frenchArticles.txt
[junit4] 2> 1585193 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-basic.xml
[junit4] 2> 1585195 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-phrasesuggest.xml
[junit4] 2> 1585198 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 1585201 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-functionquery.xml
[junit4] 2> 1585203 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mp-solrconfig.xml
[junit4] 2> 1585206 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
[junit4] 2> 1585208 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-hyperbolic.xml
[junit4] 2> 1585211 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-cfs.xml
[junit4] 2> 1585213 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spellchecker.xml
[junit4] 2> 1585215 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sortingresponse.xml
[junit4] 2> 1585218 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
[junit4] 2> 1585220 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] 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> 1585222 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
[junit4] 2> 1585225 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-caching.xml
[junit4] 2> 1585227 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig_codec2.xml
[junit4] 2> 1585230 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spatial.xml
[junit4] 2> 1585232 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
[junit4] 2> 1585235 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
[junit4] 2> 1585238 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sql.xml
[junit4] 2> 1585240 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master-throttled.xml
[junit4] 2> 1585243 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
[junit4] 2> 1585245 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-withgethandler.xml
[junit4] 2> 1585247 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicyfactory-nocfs.xml
[junit4] 2> 1585250 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-repeater.xml
[junit4] 2> 1585253 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-postingshighlight.xml
[junit4] 2> 1585258 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicy.xml
[junit4] 2> 1585261 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
[junit4] 2> 1585263 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-snowball.txt
[junit4] 2> 1585267 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal-atomic-stress.xml
[junit4] 2> 1585270 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest-lucene-match-version.xml
[junit4] 2> 1585272 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-2.txt
[junit4] 2> 1585274 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-query-parser-init.xml
[junit4] 2> 1585277 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
[junit4] 2> 1585279 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-default-val.xml
[junit4] 2> 1585281 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1585283 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
[junit4] 2> 1585286 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-managed-schema-test.xml
[junit4] 2> 1585288 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-not-required-unique-key.xml
[junit4] 2> 1585291 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-baseline.xml
[junit4] 2> 1585293 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 1585296 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
[junit4] 2> 1585298 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig-mergepolicyfactory.xml
[junit4] 2> 1585301 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-highlight.xml
[junit4] 2> 1585303 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-components-name.xml
[junit4] 2> 1585305 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
[junit4] 2> 1585307 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master1-keepOneBackup.xml
[junit4] 2> 1585310 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_codec.xml
[junit4] 2> 1585313 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim.xml
[junit4] 2> 1585314 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-required-fields.xml
[junit4] 2> 1585317 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-reversed.xml
[junit4] 2> 1585319 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/open-exchange-rates.json
[junit4] 2> 1585321 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicy-legacy.xml
[junit4] 2> 1585323 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-field-parameters.xml
[junit4] 2> 1585325 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tolerant-update-minimal.xml
[junit4] 2> 1585327 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfi.xml
[junit4] 2> 1585330 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spatial.xml
[junit4] 2> 1585332 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-slave1.xml
[junit4] 2> 1585334 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate-dv.xml
[junit4] 2> 1585336 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema12.xml
[junit4] 2> 1585339 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/enumsConfig.xml
[junit4] 2> 1585340 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy1.xml
[junit4] 2> 1585342 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-ib.xml
[junit4] 2> 1585344 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-numeric.xml
[junit4] 2> 1585347 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master1.xml
[junit4] 2> 1585349 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema15.xml
[junit4] 2> 1585351 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-folding.xml
[junit4] 2> 1585354 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/trivial.updateprocessor0.js
[junit4] 2> 1585356 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-field-sort-values.xml
[junit4] 2> 1585358 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-minimal.xml
[junit4] 2> 1585360 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-phrasesuggest.xml
[junit4] 2> 1585362 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/trivial.updateprocessor1.js
[junit4] 2> 1585365 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/fuzzysuggest.txt
[junit4] 2> 1585368 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distributed-missing-sort.xml
[junit4] 2> 1585371 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-querysender-noquery.xml
[junit4] 2> 1585373 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 1585377 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-altdirectory.xml
[junit4] 2> 1585382 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/xslt/xsl-update-handler-test.xsl
[junit4] 2> 1585385 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/xslt/dummy-using-include.xsl
[junit4] 2> 1585392 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/xslt/dummy.xsl
[junit4] 2> 1585396 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-dfr.xml
[junit4] 2> 1585398 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig_codec.xml
[junit4] 2> 1585401 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stemdict.txt
[junit4] 2> 1585404 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-external-filefield.xml
[junit4] 2> 1585406 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-graph.xml
[junit4] 2> 1585408 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-field.xml
[junit4] 2> 1585411 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-test-misc.xml
[junit4] 2> 1585413 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stoptypes-1.txt
[junit4] 2> 1585416 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicy-nocfs.xml
[junit4] 2> 1585418 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-headers.xml
[junit4] 2> 1585420 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-dv.xml
[junit4] 2> 1585423 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-missing-scriptfile.xml
[junit4] 2> 1585425 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.dic
[junit4] 2> 1585427 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-dynamicField.xml
[junit4] 2> 1585430 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-unsupported-docValues.xml
[junit4] 2> 1585432 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-stop-keep.xml
[junit4] 2> 1585435 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-analytics-query.xml
[junit4] 2> 1585437 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy2.xml
[junit4] 2> 1585439 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-add-schema-fields-update-processor-chains.xml
[junit4] 2> 1585446 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master2.xml
[junit4] 2> 1585449 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-searcher-listeners1.xml
[junit4] 2> 1585451 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-binaryfield.xml
[junit4] 2> 1585454 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-transformers.xml
[junit4] 2> 1585456 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-behavior.xml
[junit4] 2> 1585459 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-fieldType.xml
[junit4] 2> 1585461 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sortingmergepolicyfactory.xml
[junit4] 2> 1585464 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missleading.extension.updateprocessor.js.txt
[junit4] 2> 1585467 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema.xml
[junit4] 2> 1585471 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema11.xml
[junit4] 2> 1585474 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-unexpected-schema-attribute.xml
[junit4] 2> 1585476 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-analyzer-class-and-nested.xml
[junit4] 2> 1585479 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-simpleqpplugin.xml
[junit4] 2> 1585482 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/mapping-ISOLatin1Accent.txt
[junit4] 2> 1585484 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 1585487 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim-default-override.xml
[junit4] 2> 1585490 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_compoundDictionary.txt
[junit4] 2> 1585493 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delaying-component.xml
[junit4] 2> 1585496 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-hash.xml
[junit4] 2> 1585499 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-logmergepolicyfactory.xml
[junit4] 2> 1585501 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stoptypes-2.txt
[junit4] 2> 1585504 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-parsing-update-processor-chains.xml
[junit4] 2> 1585506 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tiny.xml
[junit4] 2> 1585509 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig.xml
[junit4] 2> 1585512 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hyphenation.dtd
[junit4] 2> 1585515 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spellchecker.xml
[junit4] 2> 1585517 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/elevate.xml
[junit4] 2> 1585520 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-distrib-update-processor-chains.xml
[junit4] 2> 1585524 INFO
(TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesFaceting.xml
[junit4] 2> 1585528 INFO (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSi
[...truncated too long message...]
NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1634688 ERROR (jetty-launcher-8202-thread-2-EventThread)
[n:127.0.0.1:57316_solr ] o.a.z.ClientCnxn Error while calling watcher
[junit4] 2> java.util.concurrent.RejectedExecutionException: Task
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$7/2022912604@199e8661
rejected from
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1da1018a[Terminated,
pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 22]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:265)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2> 1634688 INFO (jetty-launcher-8202-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@26a75fff{/solr,null,UNAVAILABLE}
[junit4] 2> 1634689 INFO
(zkCallback-8219-thread-1-processing-n:127.0.0.1:34698_solr)
[n:127.0.0.1:34698_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [3])
[junit4] 2> 1636183 WARN
(zkCallback-8231-thread-1-processing-n:127.0.0.1:47784_solr)
[n:127.0.0.1:47784_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1636183 INFO (jetty-launcher-8202-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@76304478{/solr,null,UNAVAILABLE}
[junit4] 2> 1636191 WARN
(zkCallback-8219-thread-1-processing-n:127.0.0.1:34698_solr)
[n:127.0.0.1:34698_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1636192 INFO (jetty-launcher-8202-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6febf517{/solr,null,UNAVAILABLE}
[junit4] 2> 1636196 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53359 53359
[junit4] 2> 1641212 INFO (Thread-4702) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:53359 53359
[junit4] 2> 1641213 WARN (Thread-4702) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4
/solr/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 3 /solr/collections/first_collection/state.json
[junit4] 2> 3 /solr/collections/second_collection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 20 /solr/overseer/queue
[junit4] 2> 9 /solr/overseer/collection-queue-work
[junit4] 2> 6 /solr/overseer/queue-work
[junit4] 2> 5 /solr/collections
[junit4] 2> 4 /solr/live_nodes
[junit4] 2>
[junit4] 2> 1641214 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[368F7DBE9108C640])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSslAndNoClientAuth
[junit4] 2> 1641214 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[368F7DBE9108C640]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_368F7DBE9108C640-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1218, maxMBSortInHeap=5.076891369124161,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-BH,
timezone=Asia/Dushanbe
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=3,threads=1,free=222084208,total=406847488
[junit4] 2> NOTE: All tests run in this JVM: [TestTolerantSearch,
AsyncMigrateRouteKeyTest, SharedFSAutoReplicaFailoverTest, InfoHandlerTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFastLRUCache,
TestBlendedInfixSuggestions, CoreAdminRequestStatusTest,
TestHighlightDedupGrouping, ScriptEngineTest, HighlighterTest, SolrCoreTest,
OverseerTest, TestFieldCache, PingRequestHandlerTest, SimpleMLTQParserTest,
TestSolrQueryResponse, TestLRUCache, BufferStoreTest, RequiredFieldsTest,
SaslZkACLProviderTest, HighlighterMaxOffsetTest, TestArbitraryIndexDir,
HdfsLockFactoryTest, TestConfigSetProperties, HdfsThreadLeakTest, TestMacros,
TestNumericTerms32, TestStressLucene, MigrateRouteKeyTest,
TestMinMaxOnMultiValuedField, HdfsRecoverLeaseTest, TestLazyCores,
AnalyticsMergeStrategyTest, SuggestComponentTest, TestCSVLoader,
TestInfoStreamLogging, TestBulkSchemaConcurrent, XsltUpdateRequestHandlerTest,
StandardRequestHandlerTest, TestFieldTypeResource, TestJmxMonitoredMap,
TestShardHandlerFactory, ReturnFieldsTest, SimpleFacetsTest,
SimplePostToolTest, TestHashPartitioner, TestRestManager,
DistributedFacetPivotSmallTest, SolrXmlInZkTest,
TestSha256AuthenticationProvider, AnalysisAfterCoreReloadTest, PolyFieldTest,
TestDynamicLoading, RecoveryZkTest, IndexSchemaTest, TestSchemaVersionResource,
ConcurrentDeleteAndCreateCollectionTest, TestSmileRequest, TestConfig,
ZkStateReaderTest, ExplicitHLLTest, TestRandomDVFaceting,
DataDrivenBlockJoinTest, TestDownShardTolerantSearch, JsonLoaderTest,
BlockJoinFacetDistribTest, DOMUtilTest, CursorPagingTest,
TestUninvertingReader, TestPerFieldSimilarityWithDefaultOverride,
DistributedFacetPivotLongTailTest, CloneFieldUpdateProcessorFactoryTest,
TestCollectionAPI, BlockCacheTest, ConjunctionSolrSpellCheckerTest,
TestPhraseSuggestions, TestCloudInspectUtil, TestShortCircuitedRequests,
TestSurroundQueryParser, TestCursorMarkWithoutUniqueKey,
QueryElevationComponentTest, CollectionsAPIAsyncDistributedZkTest,
HdfsDirectoryFactoryTest, TestSQLHandler, TolerantUpdateProcessorTest,
BigEndianAscendingWordSerializerTest, QueryEqualityTest,
CloudExitableDirectoryReaderTest, TestReplicationHandler, TestCryptoKeys,
TestStressUserVersions, TermsComponentTest, TestFilteredDocIdSet,
DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest,
SoftAutoCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest,
AlternateDirectoryTest, TestCodecSupport, TestXmlQParser,
BlockJoinFacetSimpleTest, TestNRTOpen, TestStressLiveNodes,
TestChildDocTransformer, SimpleCollectionCreateDeleteTest,
DistributedExpandComponentTest, PeerSyncTest, TestXIncludeConfig,
SystemInfoHandlerTest, DistributedSpellCheckComponentTest,
CollectionStateFormat2Test, MoreLikeThisHandlerTest,
WrapperMergePolicyFactoryTest, HdfsRestartWhileUpdatingTest, SampleTest,
UpdateParamsTest, TestRemoteStreaming, TestStressVersions, TestComponentsName,
TestDFRSimilarityFactory, ConnectionManagerTest, SpatialHeatmapFacetsTest,
TestJmxIntegration, HdfsBasicDistributedZk2Test, CursorMarkTest,
XmlUpdateRequestHandlerTest, TestSolrConfigHandlerConcurrent,
TestRawResponseWriter, HdfsChaosMonkeyNothingIsSafeTest, TestLRUStatsCache,
TestCollationFieldDocValues, TestSolrFieldCacheMBean,
CdcrReplicationDistributedZkTest, TestTrackingShardHandlerFactory,
ExternalFileFieldSortTest, SolrIndexConfigTest, PreAnalyzedUpdateProcessorTest,
TestExceedMaxTermLength, TestGroupingSearch, TestExactSharedStatsCache,
RequestLoggingTest, TestPseudoReturnFields, CustomCollectionTest,
TestMiniSolrCloudClusterBase, CircularListTest, TestNoOpRegenerator,
TestMiniSolrCloudClusterSSL]
[junit4] Completed [274/614 (1!)] on J0 in 57.51s, 4 tests, 1 error <<<
FAILURES!
[...truncated 1082 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:531:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1427:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984:
There were test failures: 614 suites (10 ignored), 2584 tests, 1 error, 88
ignored (73 assumptions) [seed: 368F7DBE9108C640]
Total time: 79 minutes 43 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]