You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/06/29 03:03:28 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 294 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/294/

1 tests failed.
FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([9DA7B55C7FF5A5F8:15F38A86D109C800]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:697)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
	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.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:356)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:674)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 11082 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/init-core-data-001
   [junit4]   2> 528080 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 528081 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 528082 INFO  (Thread-1361) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 528082 INFO  (Thread-1361) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 528182 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:59867
   [junit4]   2> 528182 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 528182 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528184 INFO  (zkCallback-1010-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5629f70b name:ZooKeeperConnection Watcher:127.0.0.1:59867 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528184 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528184 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 528184 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 528186 INFO  (jetty-launcher-1009-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 528186 INFO  (jetty-launcher-1009-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 528190 INFO  (jetty-launcher-1009-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@799e753a{/solr,null,AVAILABLE}
   [junit4]   2> 528190 INFO  (jetty-launcher-1009-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c62dcce{/solr,null,AVAILABLE}
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@5f75fb5f{HTTP/1.1,[http/1.1]}{127.0.0.1:38034}
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.e.j.s.Server Started @532067ms
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38034}
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2'
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 528192 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@7718b576{HTTP/1.1,[http/1.1]}{127.0.0.1:39800}
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.e.j.s.Server Started @532067ms
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39800}
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1'
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 528193 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 528194 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528194 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528195 INFO  (zkCallback-1011-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f0044e name:ZooKeeperConnection Watcher:127.0.0.1:59867/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528195 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528195 INFO  (zkCallback-1012-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16e5536 name:ZooKeeperConnection Watcher:127.0.0.1:59867/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528195 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528195 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 528195 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 528195 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 528195 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 528199 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/.
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1619480286
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1]
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/.
   [junit4]   2> 528200 WARN  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/lib
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 134306788
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2]
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 528200 WARN  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/lib
   [junit4]   2> 528200 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59867/solr
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 528201 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59867/solr
   [junit4]   2> 528202 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 528202 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 528202 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 528202 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528203 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528209 INFO  (zkCallback-1017-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f34a60d name:ZooKeeperConnection Watcher:127.0.0.1:59867 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528209 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528210 INFO  (jetty-launcher-1009-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 528210 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$39/960813824@2064b582
   [junit4]   2> 528210 INFO  (zkCallback-1018-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4453398b name:ZooKeeperConnection Watcher:127.0.0.1:59867 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528210 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528211 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 528211 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528212 INFO  (zkCallback-1019-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@221f36f4 name:ZooKeeperConnection Watcher:127.0.0.1:59867/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528212 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$39/960813824@3d99a83e
   [junit4]   2> 528212 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528212 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 528212 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 528213 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64709c7 name:ZooKeeperConnection Watcher:127.0.0.1:59867/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 528213 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 528213 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 528215 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 528215 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 528216 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 528216 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 528217 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 528217 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 528218 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 528218 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 528219 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 528219 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 528219 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 528220 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 528220 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 528220 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 528221 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 528221 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 528222 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 528222 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 528222 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96152298996039685-127.0.0.1:39800_solr-n_0000000000
   [junit4]   2> 528222 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 528222 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39800_solr
   [junit4]   2> 528222 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 528223 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer Overseer (id=96152298996039685-127.0.0.1:39800_solr-n_0000000000) starting
   [junit4]   2> 528223 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 528224 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96152298996039686-127.0.0.1:38034_solr-n_0000000001
   [junit4]   2> 528224 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 528224 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96152298996039685-127.0.0.1:39800_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 528225 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38034_solr
   [junit4]   2> 528225 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38034_solr
   [junit4]   2> 528225 INFO  (zkCallback-1019-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_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> 528226 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 528227 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 528228 INFO  (OverseerCollectionConfigSetProcessor-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 528229 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39800_solr as DOWN
   [junit4]   2> 528234 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 528235 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39800_solr"} current state version: 0
   [junit4]   2> 528235 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39800_solr
   [junit4]   2> 528239 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_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> 528240 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 528246 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 528246 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 528249 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/.
   [junit4]   2> 528249 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 528249 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 528249 INFO  (jetty-launcher-1009-thread-2) [n:127.0.0.1:38034_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 529230 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39800_solr
   [junit4]   2> 529230 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39800_solr
   [junit4]   2> 529231 INFO  (zkCallback-1019-thread-2-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_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> 529231 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_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> 529233 INFO  (zkCallback-1019-thread-2-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 529233 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 529239 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 529239 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 529240 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/.
   [junit4]   2> 529240 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 529240 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 529240 INFO  (jetty-launcher-1009-thread-1) [n:127.0.0.1:39800_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 529240 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 529241 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 529242 INFO  (zkCallback-1023-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b06854 name:ZooKeeperConnection Watcher:127.0.0.1:59867 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529242 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 529242 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 529243 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:59867/solr
   [junit4]   2> 529244 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 529244 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 529245 INFO  (zkCallback-1026-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f851cd1 name:ZooKeeperConnection Watcher:127.0.0.1:59867/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529245 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 529245 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 529245 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 529246 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 529246 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 529247 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 529249 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 529260 INFO  (TEST-TestManagedSchemaAPI.test-seed#[9DA7B55C7FF5A5F8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 529263 INFO  (qtp854293401-4632) [n:127.0.0.1:38034_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 529265 INFO  (OverseerCollectionConfigSetProcessor-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 529266 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 529266 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 529266 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 529266 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 529267 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 529267 INFO  (zkCallback-1026-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 529268 INFO  (zkCallback-1019-thread-2-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 529269 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 529269 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 529270 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 529370 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 529370 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:39800_solr
   [junit4]   2> 529370 INFO  (OverseerThreadFactory-1748-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:38034_solr
   [junit4]   2> 529385 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 529386 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 529386 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 529387 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 529388 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 529388 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 529388 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39800/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39800_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 529388 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39800/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39800_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 529388 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 529389 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 529389 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 529394 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 529394 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38034/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38034_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 529394 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 529394 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38034/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38034_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 529395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 529496 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 529496 INFO  (zkCallback-1019-thread-2-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 529496 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 529496 INFO  (zkCallback-1019-thread-2-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 529496 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 530389 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 530389 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 530389 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 530389 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 530389 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 530390 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/testschemaapi_shard1_replica1'
   [junit4]   2> 530390 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 530390 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 530391 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 530393 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 530395 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 530395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 530395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 530395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 530395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 530395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 530395 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/testschemaapi_shard1_replica2'
   [junit4]   2> 530396 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 530396 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 530397 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 530399 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 530400 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 530401 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 530404 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 530405 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 530406 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 530407 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 530407 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using configuration from collection testschemaapi
   [junit4]   2> 530407 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 530407 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/testschemaapi_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 530407 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 530408 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 530408 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 530408 WARN  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 530408 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 530408 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5c49c31f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16265e34),segFN=segments_1,generation=1}
   [junit4]   2> 530409 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 530410 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 530411 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 530412 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 530413 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530414 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530414 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530415 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530416 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 530416 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 530416 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using configuration from collection testschemaapi
   [junit4]   2> 530416 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 530416 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 530416 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 530416 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 530417 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/testschemaapi_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 530417 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 530417 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 530418 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 530418 WARN  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 530418 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 530418 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6328f396 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54e6fd75),segFN=segments_1,generation=1}
   [junit4]   2> 530418 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 530419 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 530420 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 530420 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 530420 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5c49c31f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16265e34),segFN=segments_1,generation=1}
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b3b6b11[testschemaapi_shard1_replica1] main]
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 530421 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:5543912878279013
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 530422 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1538436786389254144
   [junit4]   2> 530424 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538436786389254144
   [junit4]   2> 530424 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 530424 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 530425 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:http://127.0.0.1:39800/solr collection:testschemaapi shard:shard1
   [junit4]   2> 530425 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 530425 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 530425 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 530425 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 530426 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530426 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96152298996039685-core_node1-n_0000000000
   [junit4]   2> 530427 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530427 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 530427 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530427 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 530427 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 530428 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 530428 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 530428 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 530429 INFO  (searcherExecutor-1753-thread-1-processing-n:127.0.0.1:39800_solr x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@7b3b6b11[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 530433 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 530433 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 530434 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 530434 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 530434 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6328f396 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54e6fd75),segFN=segments_1,generation=1}
   [junit4]   2> 530434 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 530434 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@712c2cbf[testschemaapi_shard1_replica2] main]
   [junit4]   2> 530434 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 530435 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 530436 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:5543912887253930
   [junit4]   2> 530436 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 530436 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 530436 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 530436 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 530436 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1538436786403934208
   [junit4]   2> 530438 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538436786403934208
   [junit4]   2> 530439 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 530439 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 530439 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:http://127.0.0.1:38034/solr collection:testschemaapi shard:shard1
   [junit4]   2> 530439 INFO  (searcherExecutor-1755-thread-1-processing-n:127.0.0.1:38034_solr x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node2) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@712c2cbf[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 530440 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96152298996039686-core_node2-n_0000000001
   [junit4]   2> 530440 INFO  (qtp854293401-4628) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96152298996039685-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 530529 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 530529 INFO  (zkCallback-1019-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 530529 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 530529 INFO  (zkCallback-1019-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 530529 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 530928 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 530928 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 530928 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 530928 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:39800/solr START replicas=[http://127.0.0.1:38034/solr/testschemaapi_shard1_replica2/] nUpdates=100
   [junit4]   2> 530928 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica1 url=http://127.0.0.1:39800/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 530928 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 530929 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 530930 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 530931 INFO  (qtp854293401-4640) [n:127.0.0.1:38034_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] o.a.s.c.S.Request [testschemaapi_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 530932 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96152298996039685-core_node1-n_0000000000
   [junit4]   2> 530933 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1/ shard1
   [junit4]   2> 530934 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"http://127.0.0.1:39800/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 531036 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 531036 INFO  (zkCallback-1019-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 531036 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 531037 INFO  (zkCallback-1019-thread-1-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 531037 INFO  (zkCallback-1020-thread-1-processing-n:127.0.0.1:38034_solr) [n:127.0.0.1:38034_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 531084 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1/ and leader is http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1/
   [junit4]   2> 531084 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica1 baseURL=http://127.0.0.1:39800/solr
   [junit4]   2> 531085 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 531085 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 531086 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39800/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39800_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 531086 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39800/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39800_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 531087 INFO  (qtp1812748451-4631) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/a

[...truncated too long message...]

d-3-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 540639 ERROR (jetty-launcher-1009-thread-2-EventThread) [n:127.0.0.1:38034_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/604402749@2884af2e rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6d86245a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 17]
   [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> 540639 INFO  (jetty-launcher-1009-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c62dcce{/solr,null,UNAVAILABLE}
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Closing main searcher on request.
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index;done=false>>]
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data;done=false>>]
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 540641 INFO  (coreCloseExecutor-1778-thread-1) [n:127.0.0.1:39800_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001/tempDir-001/node1/./testschemaapi_shard1_replica1/data
   [junit4]   2> 540642 INFO  (jetty-launcher-1009-thread-2) [    ] o.a.s.c.Overseer Overseer (id=96152298996039685-127.0.0.1:39800_solr-n_0000000000) closing
   [junit4]   2> 540642 INFO  (OverseerStateUpdate-96152298996039685-127.0.0.1:39800_solr-n_0000000000) [n:127.0.0.1:39800_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39800_solr
   [junit4]   2> 540643 INFO  (zkCallback-1019-thread-3-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_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> 542143 WARN  (zkCallback-1019-thread-3-processing-n:127.0.0.1:39800_solr) [n:127.0.0.1:39800_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 542143 INFO  (jetty-launcher-1009-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@799e753a{/solr,null,UNAVAILABLE}
   [junit4]   2> 542144 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59867 59867
   [junit4]   2> 542311 INFO  (Thread-1361) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59867 59867
   [junit4]   2> 542311 WARN  (Thread-1361) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	5	/solr/configs/conf1/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 542312 INFO  (SUITE-TestManagedSchemaAPI-seed#[9DA7B55C7FF5A5F8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_9DA7B55C7FF5A5F8-001
   [junit4]   2> Jun 29, 2016 2:34:22 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-PE, timezone=Africa/Freetown
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=183489432,total=436731904
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterConfigTest, WrapperMergePolicyFactoryTest, BinaryUpdateRequestHandlerTest, TestMacros, RulesTest, TestFastWriter, TestSha256AuthenticationProvider, TestCoreDiscovery, LukeRequestHandlerTest, TestSchemaSimilarityResource, TestFieldCollectionResource, BadIndexSchemaTest, PluginInfoTest, TestSolrDynamicMBean, SuggesterTSTTest, TestHashQParserPlugin, TestCloudInspectUtil, TestCollapseQParserPlugin, TestMissingGroups, BasicDistributedZk2Test, TestAuthenticationFramework, TestGroupingSearch, RemoteQueryErrorTest, DirectUpdateHandlerTest, TestSweetSpotSimilarityFactory, SimpleFacetsTest, SolrCoreCheckLockOnStartupTest, HdfsTlogReplayBufferedWhileIndexingTest, OverseerTest, TestReversedWildcardFilterFactory, TestBlobHandler, TestManagedSchemaAPI]
   [junit4] Completed [151/617 (1!)] on J2 in 15.01s, 1 test, 1 error <<< FAILURES!

[...truncated 1516 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:530: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:984: There were test failures: 617 suites (10 ignored), 2597 tests, 1 error, 87 ignored (72 assumptions) [seed: 9DA7B55C7FF5A5F8]

Total time: 67 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 295 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/295/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudClusterSSL

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL:     1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL: 
   1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([A6CC7C99A6B69CB2]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudClusterSSL

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([A6CC7C99A6B69CB2]:0)




Build Log:
[...truncated 12151 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/init-core-data-001
   [junit4]   2> 1831328 WARN  (SUITE-TestMiniSolrCloudClusterSSL-seed#[A6CC7C99A6B69CB2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1831330 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[A6CC7C99A6B69CB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1831331 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSslAndClientAuth
   [junit4]   2> 1831331 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 1831332 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1831332 INFO  (Thread-8214) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1831332 INFO  (Thread-8214) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1831432 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.ZkTestServer start zk server on port:42653
   [junit4]   2> 1831433 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831433 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831435 INFO  (zkCallback-17212-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4bc9c283 name:ZooKeeperConnection Watcher:127.0.0.1:42653 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831435 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831435 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831435 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1831437 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 1831441 INFO  (jetty-launcher-17211-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1831441 INFO  (jetty-launcher-17211-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1831442 INFO  (jetty-launcher-17211-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1831444 INFO  (jetty-launcher-17211-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4845c4ce{/solr,null,AVAILABLE}
   [junit4]   2> 1831446 INFO  (jetty-launcher-17211-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36175343{/solr,null,AVAILABLE}
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@730f6241{SSL,[ssl, http/1.1]}{127.0.0.1:39119}
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.e.j.s.Server Started @1835802ms
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39119}
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node2'
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1831447 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831465 INFO  (jetty-launcher-17211-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@386a83ca{/solr,null,AVAILABLE}
   [junit4]   2> 1831466 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831466 INFO  (jetty-launcher-17211-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4b99ec1f{SSL,[ssl, http/1.1]}{127.0.0.1:51409}
   [junit4]   2> 1831466 INFO  (jetty-launcher-17211-thread-1) [    ] o.e.j.s.Server Started @1835821ms
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51409}
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node1'
   [junit4]   2> 1831467 INFO  (zkCallback-17213-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7275e30f name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@4b4b8ad{SSL,[ssl, http/1.1]}{127.0.0.1:60664}
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-3) [    ] o.e.j.s.Server Started @1835822ms
   [junit4]   2> 1831467 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60664}
   [junit4]   2> 1831468 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node3'
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831469 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831472 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831472 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node2/.
   [junit4]   2> 1831472 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1391317372
   [junit4]   2> 1831472 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node2]
   [junit4]   2> 1831472 INFO  (zkCallback-17215-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@117e5aae name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831472 WARN  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node2/lib
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1831473 INFO  (zkCallback-17214-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ac3d577 name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1831474 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42653/solr
   [junit4]   2> 1831473 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831474 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1831474 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831474 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831474 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831476 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1831476 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node1/.
   [junit4]   2> 1831477 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1333399497
   [junit4]   2> 1831477 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node1]
   [junit4]   2> 1831477 WARN  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node1/lib
   [junit4]   2> 1831477 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1831477 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1831477 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1831478 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1831478 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42653/solr
   [junit4]   2> 1831478 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1831478 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831478 INFO  (zkCallback-17218-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ee1db14 name:ZooKeeperConnection Watcher:127.0.0.1:42653 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831478 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831479 INFO  (zkCallback-17221-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26abedd4 name:ZooKeeperConnection Watcher:127.0.0.1:42653 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node3/.
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1935981636
   [junit4]   2> 1831479 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node3]
   [junit4]   2> 1831479 WARN  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node3/lib
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$67/73130163@6610a3b1
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42653/solr
   [junit4]   2> 1831480 INFO  (zkCallback-17222-thread-1-processing-n:127.0.0.1:51409_solr) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b2537b0 name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831480 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1831481 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831481 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831481 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831485 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1831485 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$67/73130163@38b58538
   [junit4]   2> 1831486 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831486 INFO  (zkCallback-17225-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@21b0ee08 name:ZooKeeperConnection Watcher:127.0.0.1:42653 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831487 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831486 INFO  (zkCallback-17226-thread-1-processing-n:127.0.0.1:39119_solr) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@203f1b9c name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831487 INFO  (jetty-launcher-17211-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1831487 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1831487 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831487 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$67/73130163@6d2b768c
   [junit4]   2> 1831488 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831489 INFO  (zkCallback-17227-thread-1-processing-n:127.0.0.1:60664_solr) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@319ae152 name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831489 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1831489 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831489 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1831490 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1831490 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1831491 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1831491 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1831491 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1831492 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1831492 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1831492 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1831493 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1831493 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1831493 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1831494 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1831494 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1831494 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1831494 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1831494 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1831495 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1831495 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1831495 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1831495 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1831496 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1831497 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1831498 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1831498 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1831498 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1831498 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1831498 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1831499 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1831499 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831499 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831499 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831499 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96154417707941896-127.0.0.1:39119_solr-n_0000000000
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96154417707941897-127.0.0.1:60664_solr-n_0000000001
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96154417707941894-127.0.0.1:51409_solr-n_0000000002
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39119_solr
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96154417707941896-127.0.0.1:39119_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96154417707941897-127.0.0.1:60664_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1831500 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60664_solr
   [junit4]   2> 1831501 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51409_solr
   [junit4]   2> 1831501 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60664_solr
   [junit4]   2> 1831501 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.Overseer Overseer (id=96154417707941896-127.0.0.1:39119_solr-n_0000000000) starting
   [junit4]   2> 1831501 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51409_solr
   [junit4]   2> 1831502 INFO  (zkCallback-17222-thread-1-processing-n:127.0.0.1:51409_solr) [n:127.0.0.1:51409_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> 1831502 INFO  (zkCallback-17227-thread-1-processing-n:127.0.0.1:60664_solr) [n:127.0.0.1:60664_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> 1831506 INFO  (zkCallback-17222-thread-1-processing-n:127.0.0.1:51409_solr) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1831506 INFO  (zkCallback-17226-thread-1-processing-n:127.0.0.1:39119_solr) [n:127.0.0.1:39119_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> 1831507 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1831511 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1831512 INFO  (OverseerCollectionConfigSetProcessor-96154417707941896-127.0.0.1:39119_solr-n_0000000000) [n:127.0.0.1:39119_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1831512 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39119_solr as DOWN
   [junit4]   2> 1831512 INFO  (OverseerStateUpdate-96154417707941896-127.0.0.1:39119_solr-n_0000000000) [n:127.0.0.1:39119_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1831515 INFO  (zkCallback-17226-thread-1-processing-n:127.0.0.1:39119_solr) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1831516 INFO  (OverseerStateUpdate-96154417707941896-127.0.0.1:39119_solr-n_0000000000) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 1831516 INFO  (OverseerStateUpdate-96154417707941896-127.0.0.1:39119_solr-n_0000000000) [n:127.0.0.1:39119_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39119_solr"} current state version: 0
   [junit4]   2> 1831517 INFO  (OverseerStateUpdate-96154417707941896-127.0.0.1:39119_solr-n_0000000000) [n:127.0.0.1:39119_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39119_solr
   [junit4]   2> 1831518 INFO  (zkCallback-17227-thread-1-processing-n:127.0.0.1:60664_solr) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1831520 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1831521 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1831521 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node1/.
   [junit4]   2> 1831521 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1831525 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 1831525 INFO  (jetty-launcher-17211-thread-1) [n:127.0.0.1:51409_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1831532 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1831532 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1831532 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node3/.
   [junit4]   2> 1831532 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1831532 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 1831533 INFO  (jetty-launcher-17211-thread-3) [n:127.0.0.1:60664_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1832513 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39119_solr
   [junit4]   2> 1832513 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39119_solr
   [junit4]   2> 1832514 INFO  (zkCallback-17226-thread-1-processing-n:127.0.0.1:39119_solr) [n:127.0.0.1:39119_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> 1832514 INFO  (zkCallback-17222-thread-1-processing-n:127.0.0.1:51409_solr) [n:127.0.0.1:51409_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> 1832514 INFO  (zkCallback-17227-thread-1-processing-n:127.0.0.1:60664_solr) [n:127.0.0.1:60664_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> 1832514 INFO  (zkCallback-17226-thread-1-processing-n:127.0.0.1:39119_solr) [n:127.0.0.1:39119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832518 INFO  (zkCallback-17227-thread-1-processing-n:127.0.0.1:60664_solr) [n:127.0.0.1:60664_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832518 INFO  (zkCallback-17222-thread-1-processing-n:127.0.0.1:51409_solr) [n:127.0.0.1:51409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832525 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1832525 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1832526 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_A6CC7C99A6B69CB2-001/tempDir-001/node2/.
   [junit4]   2> 1832526 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1832526 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 1832526 INFO  (jetty-launcher-17211-thread-2) [n:127.0.0.1:39119_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1832527 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1832527 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1832527 INFO  (zkCallback-17231-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b19848f name:ZooKeeperConnection Watcher:127.0.0.1:42653 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1832527 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1832528 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1832528 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:42653/solr
   [junit4]   2> 1832529 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1832529 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1832530 INFO  (zkCallback-17233-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ff17d51 name:ZooKeeperConnection Watcher:127.0.0.1:42653/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1832530 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1832530 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1832530 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1832532 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
   [junit4]   2> 1832532 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/regex-boost-processor-test.txt
   [junit4]   2> 1832533 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spellchecker.xml
   [junit4]   2> 1832534 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] 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> 1832535 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesFaceting.xml
   [junit4]   2> 1832536 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tlog-with-delayingcomponent.xml
   [junit4]   2> 1832537 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 1832538 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-numeric.xml
   [junit4]   2> 1832539 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig_codec.xml
   [junit4]   2> 1832540 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1832541 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
   [junit4]   2> 1832542 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sorts.xml
   [junit4]   2> 1832543 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-headers.xml
   [junit4]   2> 1832544 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-implicitproperties.xml
   [junit4]   2> 1832545 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1832546 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-types.incl
   [junit4]   2> 1832547 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-parsing-update-processor-chains.xml
   [junit4]   2> 1832548 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
   [junit4]   2> 1832549 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-noopregen.xml
   [junit4]   2> 1832550 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
   [junit4]   2> 1832551 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1832552 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
   [junit4]   2> 1832553 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-suggestercomponent.xml
   [junit4]   2> 1832553 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-currency.xml
   [junit4]   2> 1832554 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-query-parser-init.xml
   [junit4]   2> 1832555 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-caching.xml
   [junit4]   2> 1832556 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/conditional.updateprocessor.js
   [junit4]   2> 1832557 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig-mergepolicyfactory.xml
   [junit4]   2> 1832558 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
   [junit4]   2> 1832559 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 1832560 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
   [junit4]   2> 1832561 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-transformers.xml
   [junit4]   2> 1832561 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1832562 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/blendedInfixSuggest.txt
   [junit4]   2> 1832563 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-phrasesuggest.xml
   [junit4]   2> 1832564 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.dic
   [junit4]   2> 1832565 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 1832566 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest-lucene-match-version.xml
   [junit4]   2> 1832567 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-functionquery.xml
   [junit4]   2> 1832568 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-externalversionconstraint.xml
   [junit4]   2> 1832569 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1832571 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim.xml
   [junit4]   2> 1832572 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
   [junit4]   2> 1832573 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-logmergepolicyfactory.xml
   [junit4]   2> 1832574 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-collapseqparser.xml
   [junit4]   2> 1832575 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-analytics-query.xml
   [junit4]   2> 1832576 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sweetspot.xml
   [junit4]   2> 1832577 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-searcher-listeners1.xml
   [junit4]   2> 1832578 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-id-and-version-fields-only.xml
   [junit4]   2> 1832579 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-classification.xml
   [junit4]   2> 1832580 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 1832581 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/hunspell-test.aff
   [junit4]   2> 1832581 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-response-log-component.xml
   [junit4]   2> 1832582 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 1832583 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1832584 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 1832585 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-hash.xml
   [junit4]   2> 1832586 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-components-name.xml
   [junit4]   2> 1832587 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mp-solrconfig.xml
   [junit4]   2> 1832588 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1832589 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-xinclude.xml
   [junit4]   2> 1832590 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/cross-compatible.js
   [junit4]   2> 1832591 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig_perf.xml
   [junit4]   2> 1832592 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 1832592 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-basic.xml
   [junit4]   2> 1832593 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sql.xml
   [junit4]   2> 1832594 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication1.xml
   [junit4]   2> 1832595 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 1832596 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-altdirectory.xml
   [junit4]   2> 1832597 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distributed-missing-sort.xml
   [junit4]   2> 1832598 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/enumsConfig.xml
   [junit4]   2> 1832599 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 1832599 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-tfidf.xml
   [junit4]   2> 1832600 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/jasuggest.txt
   [junit4]   2> 1832601 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
   [junit4]   2> 1832602 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcrupdatelog.xml
   [junit4]   2> 1832603 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/fuzzysuggest.txt
   [junit4]   2> 1832604 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
   [junit4]   2> 1832605 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-highlight.xml
   [junit4]   2> 1832606 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicy.xml
   [junit4]   2> 1832606 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 1832607 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-version-indexed.xml
   [junit4]   2> 1832608 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-unsupported-docValues.xml
   [junit4]   2> 1832609 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1832610 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmdirichlet.xml
   [junit4]   2> 1832611 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
   [junit4]   2> 1832612 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-2.txt
   [junit4]   2> 1832613 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
   [junit4]   2> 1832613 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sim-default-override.xml
   [junit4]   2> 1832614 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-plugcollector.xml
   [junit4]   2> 1832615 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-managed-schema-test.xml
   [junit4]   2> 1832616 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1832617 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 1832618 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-warmer.xml
   [junit4]   2> 1832619 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema11.xml
   [junit4]   2> 1832620 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tlog.xml
   [junit4]   2> 1832621 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-withgethandler.xml
   [junit4]   2> 1832622 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmjelinekmercer.xml
   [junit4]   2> 1832623 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema12.xml
   [junit4]   2> 1832624 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-SOLR-749.xml
   [junit4]   2> 1832625 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 1832626 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master2.xml
   [junit4]   2> 1832627 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-bm25.xml
   [junit4]   2> 1832627 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/open-exchange-rates.json
   [junit4]   2> 1832628 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-preanalyzed.xml
   [junit4]   2> 1832629 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-type.xml
   [junit4]   2> 1832630 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-suggestercomponent-context-filter-query.xml
   [junit4]   2> 1832631 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
   [junit4]   2> 1832632 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master1.xml
   [junit4]   2> 1832633 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 1832634 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-schemaless.xml
   [junit4]   2> 1832635 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 1832636 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 1832637 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/elevate.xml
   [junit4]   2> 1832637 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-required-fields.xml
   [junit4]   2> 1832638 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doc-expire-update-processor.xml
   [junit4]   2> 1832639 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-charfilters.xml
   [junit4]   2> 1832640 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-querysender.xml
   [junit4]   2> 1832641 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-nontext-analyzer.xml
   [junit4]   2> 1832642 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/frenchArticles.txt
   [junit4]   2> 1832643 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tolerant-search.xml
   [junit4]   2> 1832644 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1832645 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/synonyms.txt
   [junit4]   2> 1832646 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-update-processor-chains.xml
   [junit4]   2> 1832647 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
   [junit4]   2> 1832648 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/trivial.updateprocessor0.js
   [junit4]   2> 1832649 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1832650 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-reqHandler.incl
   [junit4]   2> 1832651 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema.xml
   [junit4]   2> 1832652 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spellchecker.xml
   [junit4]   2> 1832653 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-doctransformers.xml
   [junit4]   2> 1832653 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-reversed.xml
   [junit4]   2> 1832654 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-managed-schema.xml
   [junit4]   2> 1832655 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 1832656 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-solcoreproperties.xml
   [junit4]   2> 1832657 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
   [junit4]   2> 1832658 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-1.txt
   [junit4]   2> 1832659 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/throw.error.on.add.updateprocessor.js
   [junit4]   2> 1832660 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master-throttled.xml
   [junit4]   2> 1832661 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-distrib-update-processor-chains.xml
   [junit4]   2> 1832662 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
   [junit4]   2> 1832663 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-xinclude.xml
   [junit4]   2> 1832664 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-elevate.xml
   [junit4]   2> 1832664 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stoptypes-2.txt
   [junit4]   2> 1832665 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
   [junit4]   2> 1832666 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master1-keepOneBackup.xml
   [junit4]   2> 1832667 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1832668 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stemdict.txt
   [junit4]   2> 1832669 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
   [junit4]   2> 1832670 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/wdftypes.txt
   [junit4]   2> 1832671 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-slave1.xml
   [junit4]   2> 1832672 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-defaults.xml
   [junit4]   2> 1832673 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-graph.xml
   [junit4]   2> 1832673 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-external-filefield.xml
   [junit4]   2> 1832674 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValues.xml
   [junit4]   2> 1832675 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-delpolicy2.xml
   [junit4]   2> 1832676 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schemasurround.xml
   [junit4]   2> 1832677 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-test-misc.xml
   [junit4]   2> 1832678 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema15.xml
   [junit4]   2> 1832679 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 1832680 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1832681 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
   [junit4]   2> 1832682 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
   [junit4]   2> 1832683 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-snippet-field.xml
   [junit4]   2> 1832684 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig.xml
   [junit4]   2> 1832685 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad_solrconfig.xml
   [junit4]   2> 1832685 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
   [junit4]   2> 1832686 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1832687 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-nrtmode.xml
   [junit4]   2> 1832688 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
   [junit4]   2> 1832689 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-repeater.xml
   [junit4]   2> 1832689 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-spatial.xml
   [junit4]   2> 1832690 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-hash.xml
   [junit4]   2> 1832691 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spatial.xml
   [junit4]   2> 1832692 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-field-sort-values.xml
   [junit4]   2> 1832693 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stoptypes-1.txt
   [junit4]   2> 1832694 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
   [junit4]   2> 1832695 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-customfield.xml
   [junit4]   2> 1832695 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 1832696 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-paramset.xml
   [junit4]   2> 1832697 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-dynamicField.xml
   [junit4]   2> 1832698 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stopwords.txt
   [junit4]   2> 1832699 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-folding.xml
   [junit4]   2> 1832700 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-classification.xml
   [junit4]   2> 1832701 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stopwithbom.txt
   [junit4]   2> 1832701 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1832702 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 1832703 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-binaryfield.xml
   [junit4]   2> 1832704 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-slave.xml
   [junit4]   2> 1832705 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-luceneMatchVersion.xml
   [junit4]   2> 1832706 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcr.xml
   [junit4]   2> 1832706 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/o

[...truncated too long message...]

   2> 	3	/solr/collections/first_collection/state.json
   [junit4]   2> 	3	/solr/collections/second_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96154420058718215-127.0.0.1:41348_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1876874 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[A6CC7C99A6B69CB2]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoSslButSillyClientAuth
   [junit4]   2> 1876875 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[A6CC7C99A6B69CB2]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Jun 29, 2016 11:33:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jun 29, 2016 11:34:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL: 
   [junit4]   2>    1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Jun 29, 2016 11:34:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> Jun 29, 2016 11:34:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=zh-CN, timezone=Europe/Madrid
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=249248792,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, OutputWriterTest, HighlighterMaxOffsetTest, QueryEqualityTest, TestShardHandlerFactory, TestFieldCacheVsDocValues, TestRangeQuery, CheckHdfsIndexTest, TestSolrFieldCacheMBean, TestAddFieldRealTimeGet, TestSchemaManager, ActionThrottleTest, FacetPivotSmallTest, AsyncCallRequestStatusResponseTest, HdfsUnloadDistributedZkTest, BufferStoreTest, AnalysisAfterCoreReloadTest, TestHighFrequencyDictionaryFactory, TestAtomicUpdateErrorCases, PathHierarchyTokenizerFactoryTest, TestConfigReload, TestPivotHelperCode, TestScoreJoinQPScore, TestRemoteStreaming, TestCrossCoreJoin, TestFastOutputStream, TestManagedSynonymFilterFactory, HdfsSyncSliceTest, CreateCollectionCleanupTest, TestNoOpRegenerator, OverseerCollectionConfigSetProcessorTest, DocExpirationUpdateProcessorFactoryTest, TestBadConfig, TestBinaryField, AddBlockUpdateTest, TestValueSourceCache, TestFaceting, RAMDirectoryFactoryTest, TestPhraseSuggestions, TestSortingResponseWriter, URLClassifyProcessorTest, BasicAuthIntegrationTest, TestCloudBackupRestore, EnumFieldTest, TestInitQParser, MergeStrategyTest, StandardRequestHandlerTest, TestNonDefinedSimilarityFactory, JSONWriterTest, CursorPagingTest, TestDynamicFieldCollectionResource, BasicDistributedZkTest, ConnectionReuseTest, ExplicitHLLTest, HLLUtilTest, TestDocSet, TestFunctionQuery, TestSimpleQParserPlugin, CollectionTooManyReplicasTest, AnalyticsMergeStrategyTest, TestBlendedInfixSuggestions, TestRealTimeGet, TestHighlightDedupGrouping, ConcurrentDeleteAndCreateCollectionTest, DistributedFacetPivotSmallAdvancedTest, TestFieldResource, TestTrieFacet, TestDocTermOrds, DeleteStatusTest, BasicZkTest, TestCSVLoader, SolrCloudExampleTest, TestFilteredDocIdSet, TestMiniSolrCloudCluster, ExternalFileFieldSortTest, UUIDFieldTest, TestHdfsUpdateLog, TestSolrQueryParserResource, SyncSliceTest, QueryResultKeyTest, ReturnFieldsTest, DistributedSpellCheckComponentTest, HdfsRecoverLeaseTest, SimpleMLTQParserTest, TestRandomCollapseQParserPlugin, TestStressLiveNodes, CdcrVersionReplicationTest, TestDynamicLoading, DataDrivenBlockJoinTest, SharedFSAutoReplicaFailoverTest, SignatureUpdateProcessorFactoryTest, SystemInfoHandlerTest, LeaderInitiatedRecoveryOnCommitTest, ResourceLoaderTest, JsonLoaderTest, SynonymTokenizerTest, TestMergePolicyConfig, ResponseHeaderTest, TestMinMaxOnMultiValuedField, TestRTimerTree, UnloadDistributedZkTest, LeaderElectionIntegrationTest, TestRandomFaceting, LeaderElectionTest, TestDistributedGrouping, TermVectorComponentDistributedTest, TestReload, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, TestLazyCores, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TermVectorComponentTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, MBeansHandlerTest, PingRequestHandlerTest, TestRTGBase, DistributedIntervalFacetingTest, CustomCollectionTest, HttpPartitionTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestCloudPivotFacet, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestMiniSolrCloudClusterBase, TestMiniSolrCloudClusterSSL]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMiniSolrCloudClusterSSL -Dtests.seed=A6CC7C99A6B69CB2 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-CN -Dtests.timezone=Europe/Madrid -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMiniSolrCloudClusterSSL (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL: 
   [junit4]    >    1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A6CC7C99A6B69CB2]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=71553, name=OverseerHdfsCoreFailoverThread-96154418505187337-127.0.0.1:57004_solr-n_0000000002, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A6CC7C99A6B69CB2]:0)
   [junit4] Completed [485/617 (1!)] on J0 in 68.67s, 4 tests, 2 errors <<< FAILURES!

[...truncated 442 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:530: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:984: There were test failures: 617 suites (10 ignored), 2597 tests, 2 suite-level errors, 593 ignored (72 assumptions) [seed: A6CC7C99A6B69CB2]

Total time: 63 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any