Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17457/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([CCCBEC852568E492:D0331C3840E353B]:0)
        at sun.security.ssl.InputRecord.<init>(InputRecord.java:93)
        at sun.security.ssl.AppInputStream.<init>(AppInputStream.java:50)
        at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:635)
        at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:567)
        at 
sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:110)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:363)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.waitForServer(TestLBHttpSolrClient.java:237)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:225)
        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)


FAILED:  
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testProxyValidateHost

Error Message:
Error from server at https://127.0.0.1:39365/solr: Expected mime type 
application/octet-stream but got application/json. {   "RemoteException" : {    
 "message" : "Unauthorized connection for super-user: localHostAnyGroup from IP 
localhost.localdomain",     "exception" : "AuthorizationException",     
"javaClassName" : "org.apache.hadoop.security.authorize.AuthorizationException" 
  } }

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39365/solr: Expected mime type 
application/octet-stream but got application/json. {
  "RemoteException" : {
    "message" : "Unauthorized connection for super-user: localHostAnyGroup from 
IP localhost.localdomain",
    "exception" : "AuthorizationException",
    "javaClassName" : 
"org.apache.hadoop.security.authorize.AuthorizationException"
  }
}
        at 
__randomizedtesting.SeedInfo.seed([8B6890CA17D3974A:6E96503B1294C3FD]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testProxyValidateHost(TestSolrCloudWithSecureImpersonation.java:260)
        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)




Build Log:
[...truncated 11832 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/init-core-data-001
   [junit4]   2> 1232496 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1232568 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 1232672 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1232672 INFO  (Thread-1461) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1232672 INFO  (Thread-1461) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1232772 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.ZkTestServer start zk server on port:36320
   [junit4]   2> 1232772 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1232773 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1232774 INFO  (zkCallback-3113272-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3f55f392 
name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1232775 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1232775 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1232775 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1232776 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 1232778 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1232778 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1232779 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4aa71a5d{/solr,null,AVAILABLE}
   [junit4]   2> 1232779 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@560c589e{/solr,null,AVAILABLE}
   [junit4]   2> 1232781 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@6e651f8b{SSL,[ssl, 
http/1.1]}{127.0.0.1:32799}
   [junit4]   2> 1232781 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.e.j.s.Server Started @1234439ms
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@2afce55b{SSL,[ssl, 
http/1.1]}{127.0.0.1:39365}
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32799}
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.e.j.s.Server Started @1234440ms
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39365}
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node2'
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node1'
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1232782 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1232783 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1232783 INFO  (zkCallback-3113273-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@49341381 
name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1232783 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1232783 INFO  (zkCallback-3113274-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7dc21d7b 
name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1232783 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1232783 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1232784 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1232784 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1232785 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node2/.
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node1/.
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 345188175
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 124226294
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node2]
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node1]
   [junit4]   2> 1232789 WARN  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node2/lib
   [junit4]   2> 1232789 WARN  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node1/lib
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-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,
   [junit4]   2> 1232789 INFO  (jetty-launcher-3113271-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,
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36320/solr
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36320/solr
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1232791 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1232792 INFO  (zkCallback-3113279-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1df3df8c 
name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1232792 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1232792 INFO  (zkCallback-3113280-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d1f2895 
name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1232792 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1232792 INFO  (jetty-launcher-3113271-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1232792 INFO  (jetty-launcher-3113271-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1232793 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$96/1352784334@3eb3c8db
   [junit4]   2> 1232793 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$96/1352784334@1a441eb2
   [junit4]   2> 1232793 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1232793 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1232793 INFO  
(zkCallback-3113281-thread-1-processing-n:127.0.0.1:39365_solr) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19aaa9f name:ZooKeeperConnection 
Watcher:127.0.0.1:36320/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1232793 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1232793 INFO  
(zkCallback-3113282-thread-1-processing-n:127.0.0.1:32799_solr) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2983204b 
name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1232794 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1232794 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1232794 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1232794 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1232794 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1232795 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1232795 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1232797 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1232797 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1232798 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1232798 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1232798 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1232798 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1232799 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1232799 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1232799 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1232799 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1232799 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1232800 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 1232801 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1232801 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1232801 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1232801 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96356957980786694-127.0.0.1:32799_solr-n_0000000000
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96356957980786693-127.0.0.1:39365_solr-n_0000000001
   [junit4]   2> 1232802 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32799_solr
   [junit4]   2> 1232803 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1232803 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96356957980786694-127.0.0.1:32799_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1232803 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39365_solr
   [junit4]   2> 1232803 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:39365_solr
   [junit4]   2> 1232803 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.Overseer Overseer 
(id=96356957980786694-127.0.0.1:32799_solr-n_0000000000) starting
   [junit4]   2> 1232803 INFO  
(zkCallback-3113281-thread-1-processing-n:127.0.0.1:39365_solr) 
[n:127.0.0.1:39365_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> 1232803 INFO  
(zkCallback-3113282-thread-1-processing-n:127.0.0.1:32799_solr) 
[n:127.0.0.1:32799_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> 1232804 INFO  
(zkCallback-3113281-thread-1-processing-n:127.0.0.1:39365_solr) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1232804 INFO  
(zkCallback-3113282-thread-1-processing-n:127.0.0.1:32799_solr) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1232804 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1232806 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1232806 INFO  
(OverseerCollectionConfigSetProcessor-96356957980786694-127.0.0.1:32799_solr-n_0000000000)
 [n:127.0.0.1:32799_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1232806 INFO  
(OverseerStateUpdate-96356957980786694-127.0.0.1:32799_solr-n_0000000000) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1232806 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:32799_solr as DOWN
   [junit4]   2> 1232807 INFO  
(OverseerStateUpdate-96356957980786694-127.0.0.1:32799_solr-n_0000000000) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 1232807 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32799_solr
   [junit4]   2> 1232807 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:32799_solr
   [junit4]   2> 1232808 INFO  
(OverseerStateUpdate-96356957980786694-127.0.0.1:32799_solr-n_0000000000) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:32799_solr"} current state version: 0
   [junit4]   2> 1232808 INFO  
(OverseerStateUpdate-96356957980786694-127.0.0.1:32799_solr-n_0000000000) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:32799_solr
   [junit4]   2> 1232809 INFO  
(zkCallback-3113281-thread-1-processing-n:127.0.0.1:39365_solr) 
[n:127.0.0.1:39365_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> 1232809 INFO  
(zkCallback-3113282-thread-1-processing-n:127.0.0.1:32799_solr) 
[n:127.0.0.1:32799_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> 1232809 INFO  
(zkCallback-3113281-thread-1-processing-n:127.0.0.1:39365_solr) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1232809 INFO  
(zkCallback-3113282-thread-1-processing-n:127.0.0.1:32799_solr) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1232814 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1232814 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1232818 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1232818 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1232831 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.s.KerberosPlugin Params: 
{solr.kerberos.impersonator.user.noGroups.hosts=*, 
solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, 
token.valid=30, cookie.domain=127.0.0.1, 
solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, 
solr.kerberos.impersonator.user.bogusGroup.hosts=*, 
solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, 
solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, 
solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, 
delegation-token.token-kind=solr-dt, 
solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
solr.kerberos.impersonator.user.localHostAnyGroup.hosts=127.0.0.1, 
signer.secret.provider.zookeeper.path=/token, 
solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, 
zk-dt-secret-manager.enable=true, 
solr.kerberos.impersonator.user.wrongHost.groups=*, 
kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, 
solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 1232831 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.s.KerberosPlugin Params: 
{solr.kerberos.impersonator.user.noGroups.hosts=*, 
solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, 
token.valid=30, cookie.domain=127.0.0.1, 
solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, 
solr.kerberos.impersonator.user.bogusGroup.hosts=*, 
solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, 
solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, 
solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, 
delegation-token.token-kind=solr-dt, 
solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
solr.kerberos.impersonator.user.localHostAnyGroup.hosts=127.0.0.1, 
signer.secret.provider.zookeeper.path=/token, 
solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, 
zk-dt-secret-manager.enable=true, 
solr.kerberos.impersonator.user.wrongHost.groups=*, 
kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, 
solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 1232910 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1232910 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1232924 INFO  (jetty-launcher-3113271-thread-1-EventThread) 
[n:127.0.0.1:39365_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1232924 INFO  (jetty-launcher-3113271-thread-2-EventThread) 
[n:127.0.0.1:32799_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1233037 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.CoreContainer Reconfiguring HttpClient 
settings.
   [junit4]   2> 1233037 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.CoreContainer Reconfiguring HttpClient 
settings.
   [junit4]   2> 1233038 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node1/.
   [junit4]   2> 1233038 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8B6890CA17D3974A-001/tempDir-001/node2/.
   [junit4]   2> 1233038 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1233038 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1233039 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1233039 INFO  (jetty-launcher-3113271-thread-1) 
[n:127.0.0.1:39365_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1233039 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1233039 INFO  (jetty-launcher-3113271-thread-2) 
[n:127.0.0.1:32799_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1233039 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1233039 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1233040 INFO  (zkCallback-3113285-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3049ace5 
name:ZooKeeperConnection Watcher:127.0.0.1:36320 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1233040 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1233040 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8B6890CA17D3974A]-worker) [   
 ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1233057 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 1233385 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1470326496951&s=zOu1+AThmb6+w3dbe2z/MA0PmUg=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:36 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:36 GMT
   [junit4]   2> 1233385 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 1233398 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1233404 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1470326497260&s=UhAefY1JSQKEGxpezz9PIh2V3uI=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233405 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1233419 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or 
contains a '&'
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin$RequestContinuesRecorderAuthenticationHandler.authenticate(KerberosPlugin.java:573)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:123)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:264)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:312)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1233422 WARN  (qtp786016095-3118347) [    ] 
o.e.j.s.ServletHandler /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request 
authentication, 
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:320)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is 
NULL, empty or contains a '&'
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin$RequestContinuesRecorderAuthenticationHandler.authenticate(KerberosPlugin.java:573)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:123)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:264)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:312)
   [junit4]   2>        ... 28 more
   [junit4]   2> 1233423 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1233438 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1233461 WARN  (qtp786016095-3118347) [    ] 
o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user 
bar: id: bar: no such user
   [junit4]   2> 
   [junit4]   2> 1233461 WARN  (qtp786016095-3118347) [    ] 
o.a.h.s.UserGroupInformation No groups available for user bar
   [junit4]   2> 1233463 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1470326497299&s=LaUAkS0OV5ncbu5QLYnAdVtMCOk=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233464 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1233479 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1233490 INFO  (qtp786016095-3118347) [n:127.0.0.1:39365_solr   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=jenkins&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1233490 INFO  (qtp786016095-3118347) [n:127.0.0.1:39365_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1233491 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1470326497342&s=Ub1BqEeeKd/vv6VMqBEugw/MYaY=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233491 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1233507 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1233511 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noGroups&p=noGroups&t=test&e=1470326497369&s=+AJpdb6ZrNA4YWBdPU6iq6522G0=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233512 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 1233527 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1233530 INFO  (qtp786016095-3118341) [n:127.0.0.1:39365_solr   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1233530 INFO  (qtp786016095-3118341) [n:127.0.0.1:39365_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1233530 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=test&e=1470326497389&s=YY3tcH5V9fUWfXTI3OEmsDniGrg=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233530 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1233544 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1233548 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noHosts&p=noHosts&t=test&e=1470326497406&s=uW48B/JGNZQzNkm+1P1UGSvnfWE=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233548 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1233561 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1233566 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1470326497423&s=QynMR6XnAEL0OYh8yL3ufGvTp8M=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233566 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithSecureImpersonation 
-Dtests.method=testProxyValidateHost -Dtests.seed=8B6890CA17D3974A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms-MY 
-Dtests.timezone=Europe/Vatican -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J2 | 
TestSolrCloudWithSecureImpersonation.testProxyValidateHost <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39365/solr: Expected mime type 
application/octet-stream but got application/json. {
   [junit4]    >   "RemoteException" : {
   [junit4]    >     "message" : "Unauthorized connection for super-user: 
localHostAnyGroup from IP localhost.localdomain",
   [junit4]    >     "exception" : "AuthorizationException",
   [junit4]    >     "javaClassName" : 
"org.apache.hadoop.security.authorize.AuthorizationException"
   [junit4]    >   }
   [junit4]    > }
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8B6890CA17D3974A:6E96503B1294C3FD]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testProxyValidateHost(TestSolrCloudWithSecureImpersonation.java:260)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1233581 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1233599 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1470326497443&s=KZb90ZoSnAqkxudxM+PKwTqCDf4=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233600 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1233614 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 1233620 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[8B6890CA17D3974A])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1470326497476&s=22sflBhKSlqdaEGepfPoJdx/A0s=";
 Path=/; Domain=127.0.0.1; Expires=Kha, 04-Ogos-2016 16:01:37 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: Kha, 04-Ogos-2016 16:01:37 GMT
   [junit4]   2> 1233620 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 1233634 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 1233635 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1233635 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1233636 INFO  (zkCallback-3113287-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17a1bf4d 
name:ZooKeeperConnection Watcher:127.0.0.1:36320/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1233636 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1233637 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1233637 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1233639 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-delaying-component.xml
   [junit4]   2> 1233639 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad_solrconfig.xml
   [junit4]   2> 1233640 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 1233641 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-nocache.xml
   [junit4]   2> 1233641 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-implicitproperties.xml
   [junit4]   2> 1233642 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 1233643 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1233643 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1233644 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1233644 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/analyzingInfixSuggest.txt
   [junit4]   2> 1233645 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-testxmlparser.xml
   [junit4]   2> 1233646 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1233646 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1233647 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-replication2.xml
   [junit4]   2> 1233647 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-infostream-logging.xml
   [junit4]   2> 1233649 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-collapseqparser.xml
   [junit4]   2> 1233649 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1233650 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1233650 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1233651 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1233651 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1233652 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 1233653 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1233653 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-phrasesuggest.xml
   [junit4]   2> 1233654 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1233655 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-delpolicy1.xml
   [junit4]   2> 1233655 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sim.xml
   [junit4]   2> 1233656 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema15.xml
   [junit4]   2> 1233657 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sql.xml
   [junit4]   2> 1233658 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1233658 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stemdict.txt
   [junit4]   2> 1233659 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.aff
   [junit4]   2> 1233659 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-sql.xml
   [junit4]   2> 1233661 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spatial.xml
   [junit4]   2> 1233661 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-slave1.xml
   [junit4]   2> 1233662 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-dup-fieldType.xml
   [junit4]   2> 1233662 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-external-filefield.xml
   [junit4]   2> 1233663 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-query-parser-init.xml
   [junit4]   2> 1233664 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-nrtmode.xml
   [junit4]   2> 1233664 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-complex-phrase.xml
   [junit4]   2> 1233665 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/conditional.updateprocessor.js
   [junit4]   2> 1233665 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1233666 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-eff.xml
   [junit4]   2> 1233667 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-folding.xml
   [junit4]   2> 1233667 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 1233668 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-simpleqpplugin.xml
   [junit4]   2> 1233668 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-hash.xml
   [junit4]   2> 1233669 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1233669 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1233670 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1233671 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1233671 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/throw.error.on.add.updateprocessor.js
   [junit4]   2> 1233672 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-minimal.xml
   [junit4]   2> 1233673 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-defaults.xml
   [junit4]   2> 1233673 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/blendedInfixSuggest.txt
   [junit4]   2> 1233674 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-postingshighlight.xml
   [junit4]   2> 1233674 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesJoin.xml
   [junit4]   2> 1233675 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValues.xml
   [junit4]   2> 1233675 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 1233676 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-snippet-types.incl
   [junit4]   2> 1233677 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-minimal.xml
   [junit4]   2> 1233677 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1233678 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-collate.xml
   [junit4]   2> 1233678 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-rest.xml
   [junit4]   2> 1233679 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1233680 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1233680 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/phrasesuggest.txt
   [junit4]   2> 1233681 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/stopwordsWrongEncoding.txt
   [junit4]   2> 1233681 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-logmergepolicy.xml
   [junit4]   2> 1233681 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-plugcollector.xml
   [junit4]   2> 1233682 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-noopregen.xml
   [junit4]   2> 1233683 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-analytics-query.xml
   [junit4]   2> 1233683 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stoptypes-1.txt
   [junit4]   2> 1233684 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-warmer-randommergepolicyfactory.xml
   [junit4]   2> 1233685 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spatial.xml
   [junit4]   2> 1233685 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spellchecker.xml
   [junit4]   2> 1233686 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-minimal-atomic-stress.xml
   [junit4]   2> 1233686 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-non-stored-docvalues.xml
   [junit4]   2> 1233687 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-distrib-interval-faceting.xml
   [junit4]   2> 1233687 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-1.txt
   [junit4]   2> 1233688 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-docValuesMissing.xml
   [junit4]   2> 1233688 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-caching.xml
   [junit4]   2> 1233689 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-doctransformers.xml
   [junit4]   2> 1233689 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/freeTextSuggest.txt
   [junit4]   2> 1233690 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-tolerant-update-minimal.xml
   [junit4]   2> 1233690 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1233691 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-querysender-noquery.xml
   [junit4]   2> 1233692 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-sortingresponse.xml
   [junit4]   2> 1233692 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/trivial.updateprocessor1.js
   [junit4]   2> 1233693 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 1233693 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-paramset.xml
   [junit4]   2> 1233694 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-lmdirichlet.xml
   [junit4]   2> 1233694 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 1233695 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-init-error.xml
   [junit4]   2> 1233695 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-altdirectory.xml
   [junit4]   2> 1233696 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tlog.xml
   [junit4]   2> 1233697 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hyphenation.dtd
   [junit4]   2> 1233697 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/schema-classification.xml
   [junit4]   2> 1233698 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sweetspot.xml
   [junit4]   2> 1233698 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-xinclude.xml
   [junit4]   2> 1233699 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-schemaless.xml
   [junit4]   2> 1233699 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schemasurround.xml
   [junit4]   2> 1233700 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-binaryfield.xml
   [junit4]   2> 1233701 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-SOLR-749.xml
   [junit4]   2> 1233701 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/compoundDictionary.txt
   [junit4]   2> 1233702 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/fuzzysuggest.txt
   [junit4]   2> 1233702 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-querysender.xml
   [junit4]   2> 1233703 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-ib.xml
   [junit4]   2> 1233703 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-type.xml
   [junit4]   2> 1233704 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-blockjoinfacetcomponent.xml
   [junit4]   2> 1233704 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/cross-compatible.js
   [junit4]   2> 1233705 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-solcoreproperties.xml
   [junit4]   2> 1233705 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-master-throttled.xml
   [junit4]   2> 1233706 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-components-name.xml
   [junit4]   2> 1233706 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-elevate.xml
   [junit4]   2> 1233707 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 1233707 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-delpolicy2.xml
   [junit4]   2> 1233708 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-snowball.txt
   [junit4]   2> 1233709 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 1233709 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-indexconfig-mergepolicyfactory.xml
   [junit4]   2> 1233710 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 1233711 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-dup-dynamicField.xml
   [junit4]   2> 1233711 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-error-solrconfig.xml
   [junit4]   2> 1233712 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 1233712 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.dic
   [junit4]   2> 1233713 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-withgethandler.xml
   [junit4]   2> 1233713 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-field.xml
   [junit4]   2> 1233714 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master2.xml
   [junit4]   2> 1233714 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1233715 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 1233715 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1233716 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-spellchecker.xml
   [junit4]   2> 1233716 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/bad-solrconfig-multiple-cfs.xml
   [junit4]   2> 1233717 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig-phrasesuggest.xml
   [junit4]   2> 1233718 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8B6890CA17D3974A])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/s

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

r-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 42599 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 42599 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data
   [junit4]   2> 42599 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 42599 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 42599 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data/index
   [junit4]   2> 42602 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 42602 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 42602 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-0-001/collection1/data/snapshot_metadata
   [junit4]   2> 42603 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[CCCBEC852568E492]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6f798d62{/solr,null,UNAVAILABLE}
   [junit4]   2> 42607 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[CCCBEC852568E492]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@82de3f1{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 42607 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[CCCBEC852568E492]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=733079035
   [junit4]   2> 42607 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c48d8f2
   [junit4]   2> 42607 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 42607 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 42607 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 42607 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 42609 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 42609 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 42609 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 42610 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 42610 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data/snapshot_metadata
   [junit4]   2> 42610 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 42610 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 42610 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data/index
   [junit4]   2> 42614 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 42614 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 42614 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001/instance-2-001/collection1/data
   [junit4]   2> 42614 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[CCCBEC852568E492]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5e6cc590{/solr,null,UNAVAILABLE}
   [junit4]   2> 42616 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[CCCBEC852568E492]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 42617 INFO  
(SUITE-TestLBHttpSolrClient-seed#[CCCBEC852568E492]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_CCCBEC852568E492-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{name=FSTOrd50, id=FSTOrd50}, docValues:{}, maxPointsInLeafNode=676, 
maxMBSortInHeap=7.855960719303608, sim=ClassicSimilarity, locale=sr-Latn-ME, 
timezone=US/East-Indiana
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=2,free=192786432,total=512753664
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrClient]
   [junit4] Completed [24/85 (1!)] on J0 in 43.61s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 181 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20160804_061347_323.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid9014.hprof 
...
   [junit4] Heap dump file created [499563249 bytes in 1.427 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 10380 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid9014.hprof

Total time: 57 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to