Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/114/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:38105

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:38105
        at 
__randomizedtesting.SeedInfo.seed([2A1088BE1773504D:A244B764B98F3DB5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        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:526)
        ... 43 more


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=9710, name=jetty-launcher-1035-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)   
 2) Thread[id=9714, name=jetty-launcher-1035-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=9710, name=jetty-launcher-1035-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=9714, name=jetty-launcher-1035-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([2A1088BE1773504D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsNNFailoverTest

Error Message:
access denied ("java.io.FilePermission" 
"/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1"
 "write")

Stack Trace:
java.security.AccessControlException: access denied ("java.io.FilePermission" 
"/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1"
 "write")
        at __randomizedtesting.SeedInfo.seed([2A1088BE1773504D]:0)
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
        at 
java.security.AccessController.checkPermission(AccessController.java:884)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
        at java.io.File.canWrite(File.java:791)
        at org.apache.hadoop.fs.FileUtil.canWrite(FileUtil.java:1002)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.createPermissionsDiagnosisString(MiniDFSCluster.java:860)
        at 
org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:817)
        at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:742)
        at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:612)
        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:105)
        at 
org.apache.solr.cloud.hdfs.HdfsNNFailoverTest.setupClass(HdfsNNFailoverTest.java:43)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsNNFailoverTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.hdfs.HdfsNNFailoverTest:     1) Thread[id=14864, name=IPC 
Server idle connection scanner for port 57440, state=WAITING, 
group=TGRP-HdfsNNFailoverTest]         at java.lang.Object.wait(Native Method)  
       at java.lang.Object.wait(Object.java:502)         at 
java.util.TimerThread.mainLoop(Timer.java:526)         at 
java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.hdfs.HdfsNNFailoverTest: 
   1) Thread[id=14864, name=IPC Server idle connection scanner for port 57440, 
state=WAITING, group=TGRP-HdfsNNFailoverTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
        at __randomizedtesting.SeedInfo.seed([2A1088BE1773504D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsNNFailoverTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=14864, name=IPC Server idle connection scanner for port 57440, 
state=WAITING, group=TGRP-HdfsNNFailoverTest]         at 
java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
java.util.TimerThread.mainLoop(Timer.java:526)         at 
java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=14864, name=IPC Server idle connection scanner for port 57440, 
state=WAITING, group=TGRP-HdfsNNFailoverTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
        at __randomizedtesting.SeedInfo.seed([2A1088BE1773504D]:0)




Build Log:
[...truncated 11301 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2A1088BE1773504D-001/init-core-data-001
   [junit4]   2> 1026092 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1026093 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1026094 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1026094 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1027031 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2A1088BE1773504D-001/tempDir-001
   [junit4]   2> 1027032 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1027032 INFO  (Thread-4627) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1027032 INFO  (Thread-4627) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1027033 ERROR (Thread-4627) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1027139 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2A1088BE1773504D]-worker) [   
 ] o.a.s.c.ZkTestServer start zk server on port:35419
   [junit4]   2> 1027151 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1027152 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d4a69ce{/solr,null,AVAILABLE}
   [junit4]   2> 1027159 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5ca99294{HTTP/1.1,[http/1.1]}{127.0.0.1:56897}
   [junit4]   2> 1027159 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.e.j.s.Server Started @1030448ms
   [junit4]   2> 1027159 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56897}
   [junit4]   2> 1027159 ERROR (jetty-launcher-1035-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1027159 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1027159 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1027159 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1027160 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-15T00:58:33.955Z
   [junit4]   2> 1027164 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1027172 INFO  (jetty-launcher-1035-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35419/solr
   [junit4]   2> 1027181 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1027183 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38912cdd{/solr,null,AVAILABLE}
   [junit4]   2> 1027183 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3bab91d0{HTTP/1.1,[http/1.1]}{127.0.0.1:43404}
   [junit4]   2> 1027183 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.e.j.s.Server Started @1030472ms
   [junit4]   2> 1027183 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43404}
   [junit4]   2> 1027183 ERROR (jetty-launcher-1035-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1027184 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1027184 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1027184 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1027184 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-15T00:58:33.979Z
   [junit4]   2> 1027188 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1027195 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15de36639e40003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1027199 INFO  (jetty-launcher-1035-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35419/solr
   [junit4]   2> 1027273 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1027274 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43404_solr
   [junit4]   2> 1027275 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.Overseer Overseer 
(id=98484795069431814-127.0.0.1:43404_solr-n_0000000000) starting
   [junit4]   2> 1027285 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43404_solr
   [junit4]   2> 1027299 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1027362 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1027365 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1027366 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1027368 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56897_solr
   [junit4]   2> 1027369 WARN  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder 
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without 
specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1027370 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1027371 INFO  
(zkCallback-1043-thread-1-processing-n:127.0.0.1:56897_solr) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1027372 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_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=serv1-vm3,localhost,127.0.0.1,
 signer.secret.provider.zookeeper.path=/token, 
solr.kerberos.impersonator.user.anyHostUsersGroup.groups=staff, 
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> 1027379 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1027382 INFO  (jetty-launcher-1035-thread-1-EventThread) 
[n:127.0.0.1:43404_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1027468 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1027468 WARN  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder 
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without 
specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1027468 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_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=serv1-vm3,localhost,127.0.0.1,
 signer.secret.provider.zookeeper.path=/token, 
solr.kerberos.impersonator.user.anyHostUsersGroup.groups=staff, 
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> 1027469 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1027471 INFO  (jetty-launcher-1035-thread-2-EventThread) 
[n:127.0.0.1:56897_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1027488 WARN  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder 
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without 
specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1027523 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56897.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1027529 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56897.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1027529 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56897.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1027530 INFO  (jetty-launcher-1035-thread-2) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2A1088BE1773504D-001/tempDir-001/node2/.
   [junit4]   2> 1028424 WARN  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder 
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without 
specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1028463 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43404.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1028470 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43404.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1028470 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43404.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1028471 INFO  (jetty-launcher-1035-thread-1) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2A1088BE1773504D-001/tempDir-001/node1/.
   [junit4]   2> 1028536 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1028560 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noGroups&p=noGroups&t=test&e=1502794715341&s=7pGacDkWcsHFx6gdHKoE+pbpJMM=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:35 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:35 GMT
   [junit4]   2> 1028560 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 1028582 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 1029217 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1029218 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35419/solr ready
   [junit4]   2> 1029222 INFO  (qtp1224512785-9684) [n:127.0.0.1:43404_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1029226 INFO  
(OverseerThreadFactory-2929-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
forwardingCollection
   [junit4]   2> 1029335 INFO  
(OverseerStateUpdate-98484795069431814-127.0.0.1:43404_solr-n_0000000000) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"forwardingCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"forwardingCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43404/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1029542 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1029543 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1029650 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1029650 INFO  
(zkCallback-1047-thread-2-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1030560 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 1030575 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.s.IndexSchema 
[forwardingCollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1030646 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 1030668 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'forwardingCollection_shard1_replica_n1' using configuration from 
collection forwardingCollection, trusted=true
   [junit4]   2> 1030669 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_43404.solr.core.forwardingCollection.shard1.replica_n1' 
(registry 'solr.core.forwardingCollection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e8f61f1
   [junit4]   2> 1030669 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1030669 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[[forwardingCollection_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2A1088BE1773504D-001/tempDir-001/node1/forwardingCollection_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2A1088BE1773504D-001/tempDir-001/node1/./forwardingCollection_shard1_replica_n1/data/]
   [junit4]   2> 1030671 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6304769861423617]
   [junit4]   2> 1030720 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1030720 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1030720 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1030720 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1030722 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=591256751, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1030722 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2974a0e1[forwardingCollection_shard1_replica_n1] main]
   [junit4]   2> 1030724 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1030727 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1030770 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1030770 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575756725029437440
   [junit4]   2> 1030772 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1030773 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1030773 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1030773 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1030773 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1030774 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1030774 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1030774 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1030775 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1030776 INFO  
(searcherExecutor-2934-thread-1-processing-n:127.0.0.1:43404_solr 
x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection 
r:core_node2) [n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 
r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[forwardingCollection_shard1_replica_n1] Registered new searcher 
Searcher@2974a0e1[forwardingCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1030777 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1030777 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1030778 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43404/solr/forwardingCollection_shard1_replica_n1/
   [junit4]   2> 1030778 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1030778 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:43404/solr/forwardingCollection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1030778 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1030783 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:43404/solr/forwardingCollection_shard1_replica_n1/ shard1
   [junit4]   2> 1030887 INFO  
(zkCallback-1047-thread-2-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1030887 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1030934 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1030937 INFO  (qtp1224512785-9688) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1396
   [junit4]   2> 1030938 WARN  
(httpShardExecutor-2927-thread-1-processing-n:127.0.0.1:43404_solr 
[http:////127.0.0.1:43404//solr] http:////127.0.0.1:43404//solr) 
[n:127.0.0.1:43404_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie 
header: "Set-Cookie: 
hadoop.auth="u=$&p=$&t=test&e=1502794716336&s=XCjMLP7waSbKovCnCBUDEJO9miQ="; 
Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:36 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:36 GMT
   [junit4]   2> 1030942 INFO  (qtp1224512785-9684) [n:127.0.0.1:43404_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1031046 INFO  
(zkCallback-1047-thread-2-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1031046 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1031229 INFO  
(OverseerCollectionConfigSetProcessor-98484795069431814-127.0.0.1:43404_solr-n_0000000000)
 [n:127.0.0.1:43404_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1031943 INFO  (qtp1224512785-9684) [n:127.0.0.1:43404_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=2723
   [junit4]   2> 1031944 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=user&p=user&t=test&e=1502794716016&s=a+wB2vA49adwcRV0uPQdxpky+cM=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:36 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:36 GMT
   [junit4]   2> 1031944 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 1031944 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
forwardingCollection
   [junit4]   2> 1031951 INFO  (qtp1779812841-9669) [n:127.0.0.1:56897_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1031957 INFO  (qtp1224512785-9682) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.S.Request 
[forwardingCollection_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1031957 WARN  (qtp1779812841-9669) [n:127.0.0.1:56897_solr    
] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=$&p=$&t=test&e=1502794718751&s=4EDx1G0i2nHiA8qUK3IBPqqFl+s="; 
Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1031958 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=user&p=user&t=test&e=1502794718745&s=m57yW/6hlAGHzvEXSVMmxr7XjMM=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1031958 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=$&p=$&t=test&e=1502794718751&s=4EDx1G0i2nHiA8qUK3IBPqqFl+s="; 
Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1031961 INFO  (qtp1224512785-9681) [n:127.0.0.1:43404_solr 
c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.S.Request 
[forwardingCollection_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1031961 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=user&p=user&t=test&e=1502794718756&s=TAuk5OqQbCJ+po4LT+rAm9uEYwk=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1031962 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 1031987 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 1031997 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1502794718785&s=WxuB6Km/gm9d6tLnUYjRHRtj7CA=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1031997 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 1032020 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1032021 INFO  (qtp1779812841-9665) [n:127.0.0.1:56897_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> 1032021 INFO  (qtp1779812841-9665) [n:127.0.0.1:56897_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> 1032021 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1502794718815&s=YKxClXSOjoK2+AIkwclUUsxPBfw=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1032022 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 1032042 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1032044 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1502794718837&s=Eaz+I/a/FpTTQxs2a9uUz9Q1V3w=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1032044 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1032068 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1032070 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noHosts&p=noHosts&t=test&e=1502794718863&s=DMvik/GI/8BWZHWAQ6KCloCYmB4=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1032070 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1032090 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1033164 WARN  (qtp1779812841-9669) [n:127.0.0.1:56897_solr    
] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for 
user bar: id: invalid user name: "bar"
   [junit4]   2> 
   [junit4]   2> 1033164 WARN  (qtp1779812841-9669) [n:127.0.0.1:56897_solr    
] o.a.h.s.UserGroupInformation No groups available for user bar
   [junit4]   2> 1033165 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1502794718885&s=dfRdxhyFFeVGb7/uYtGizrVg6XY=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:38 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:38 GMT
   [junit4]   2> 1033165 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1033185 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1033206 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1502794719981&s=s7YpCwRlEHrsxVB7sAIV1Hd9r6M=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:39 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:39 GMT
   [junit4]   2> 1033206 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1033229 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1033229 INFO  (qtp1779812841-9672) [    ] 
o.a.s.s.SolrDispatchFilter Error authenticating
   [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.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [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:134)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:243)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:447)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [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:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [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:1112)
   [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:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [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.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1033230 WARN  (qtp1779812841-9672) [    ] 
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:453)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [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:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [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:1112)
   [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:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [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.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [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.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [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:134)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:243)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:447)
   [junit4]   2>        ... 26 more
   [junit4]   2> 1033235 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1033268 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 1048098 WARN  
(jetty-launcher-1035-thread-2-SendThread(127.0.0.1:35419)) 
[n:127.0.0.1:56897_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 16077ms for sessionid 0x15de36639e40004
   [junit4]   2> 1048098 WARN  
(jetty-launcher-1035-thread-1-SendThread(127.0.0.1:35419)) 
[n:127.0.0.1:43404_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 14860ms for sessionid 0x15de36639e40006
   [junit4]   2> 1048098 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15de36639e40004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1048098 WARN  
(jetty-launcher-1035-thread-1-SendThread(127.0.0.1:35419)) 
[n:127.0.0.1:43404_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 19651ms for sessionid 0x15de36639e40007
   [junit4]   2> 1048098 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15de36639e40007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1048099 WARN  
(jetty-launcher-1035-thread-2-SendThread(127.0.0.1:35419)) 
[n:127.0.0.1:56897_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 19657ms for sessionid 0x15de36639e40008
   [junit4]   2> 1048099 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Exception causing close of session 0x15de36639e40006 due 
to java.io.IOException: Connection reset by peer
   [junit4]   2> 1048099 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15de36639e40008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1048119 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1502794720081&s=wSupeQXpG8e8/d4+owtixWlCFH8=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:40 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:40 GMT
   [junit4]   2> 1048120 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 1048150 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1048200 WARN  (zkCallback-1054-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5181746d name: 
ZooKeeperConnection Watcher:127.0.0.1:35419/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1048200 WARN  (zkCallback-1054-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1048201 INFO  (jetty-launcher-1035-thread-2-EventThread) 
[n:127.0.0.1:56897_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
SUSPENDED
   [junit4]   2> 1048203 WARN  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7bb39ba6 name: 
ZooKeeperConnection Watcher:127.0.0.1:35419/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1048203 WARN  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 1048206 WARN  
(zkCallback-1043-thread-5-processing-n:127.0.0.1:56897_solr) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7c50a431 name: 
ZooKeeperConnection Watcher:127.0.0.1:35419/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1048206 WARN  
(zkCallback-1043-thread-5-processing-n:127.0.0.1:56897_solr) 
[n:127.0.0.1:56897_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 1048231 INFO  (qtp1779812841-9668) [n:127.0.0.1:56897_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> 1049359 WARN  
(jetty-launcher-1035-thread-1-SendThread(127.0.0.1:35419)) 
[n:127.0.0.1:43404_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper 
service, session 0x15de36639e40007 has expired
   [junit4]   2> 1049574 WARN  
(jetty-launcher-1035-thread-2-SendThread(127.0.0.1:35419)) 
[n:127.0.0.1:56897_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper 
service, session 0x15de36639e40008 has expired
   [junit4]   2> 1049966 INFO  (qtp1779812841-9668) [n:127.0.0.1:56897_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=1736
   [junit4]   2> 1049967 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1502794734945&s=bi7fJPLdk+hRWMfkpY6tt5eamIs=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:54 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:54 GMT
   [junit4]   2> 1049967 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1049990 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1049991 INFO  (qtp1779812841-9669) [n:127.0.0.1:56897_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> 1049991 INFO  (qtp1779812841-9669) [n:127.0.0.1:56897_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> 1049992 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[2A1088BE1773504D])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=test&e=1502794736786&s=nCzcPhrmg/iF1gmzR8LsFjeRJZc=";
 Path=/; Domain=127.0.0.1; Expires=   , 15-   -2017 10:58:56 GMT; HttpOnly". 
Invalid 'expires' attribute: , 15- -2017 10:58:56 GMT
   [junit4]   2> 1049992 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[2A1088BE1773504D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1050087 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2A1088BE1773504D]-SendThread(127.0.0.1:35419))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x15de36639e4000b has expired
   [junit4]   2> 1050087 WARN  (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5181746d name: 
ZooKeeperConnection Watcher:127.0.0.1:35419/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 1050087 WARN  (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1050087 WARN  (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1050089 INFO  (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1050188 ERROR (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.ZkStateReader A ZK error has occurred
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /clusterstate.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:384)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:241)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:168)
   [junit4]   2>        at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:57)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:142)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1050188 ERROR (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper 
failed:org.apache.solr.common.cloud.ZooKeeperException: A ZK error has occurred
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:244)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:168)
   [junit4]   2>        at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:57)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:142)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /clusterstate.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:384)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:241)
   [junit4]   2>        ... 10 more
   [junit4]   2> 
   [junit4]   2> 1050188 WARN  (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper failed
   [junit4]   2> 1050188 INFO  (zkCallback-1054-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 1050190 INFO  (jetty-closer-1036-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@3bab91d0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1050190 INFO  (jetty-closer-1036-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@5ca99294{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1050190 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=841977951
   [junit4]   2> 1050191 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=90855447
   [junit4]   2> 1050191 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1050191 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@24eb3780: rootName = 
solr_56897, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@19dd8948
   [junit4]   2> 1050192 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1050192 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@377ad874: rootName = 
solr_43404, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@55974215
   [junit4]   2> 1050196 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1050196 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7426fd08: rootName = 
solr_56897, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@27c7dbc6
   [junit4]   2> 1050197 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1050197 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d78dddc: rootName = 
solr_43404, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@27c7dbc6
   [junit4]   2> 1050201 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1050201 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@36b48d4f: rootName = 
solr_56897, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@225d9054
   [junit4]   2> 1050202 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1050202 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bec15a5: rootName = 
solr_43404, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@225d9054
   [junit4]   2> 1050202 INFO  (jetty-closer-1036-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1050207 INFO  
(zkCallback-1047-thread-6-processing-n:127.0.0.1:43404_solr) 
[n:127.0.0.1:43404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1050207 INFO  (jetty-closer-1036-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1050210 INFO  (coreCloseExecutor-2940-thread-1) 
[n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[forwardingCollection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@647f77fe
   [junit4]   2> 1050212 INFO  (coreCloseExecutor-2940-thread-1) 
[n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.forwardingCollection.shard1.replica_n1, 
tag=1686075390
   [junit4]   2> 1050212 INFO  (coreCloseExecutor-2940-thread-1) 
[n:127.0.0.1:43404_solr c:forwardingCollection s:shard1 r:core_node2 
x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@840e383: rootName = 
solr_43404, domain = solr.core.forwardingCollection.shard1.replica_n1, service 
ur

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

security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRebalanceLeaders -Dtests.method=test 
-Dtests.seed=2A1088BE1773504D -Dtests.slow=true -Dtests.locale=fr-FR 
-Dtests.timezone=America/Inuvik -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   84.9s J0 | TestRebalanceLeaders.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:38105
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2A1088BE1773504D:A244B764B98F3DB5]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    >        at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
   [junit4]    >        at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_2A1088BE1773504D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1328, maxMBSortInHeap=6.970169507541445, 
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-FR, timezone=America/Inuvik
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=198621912,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsBasicDistributedZk2Test, 
ZkCLITest, TestDistribDocBasedVersion, TestClusterProperties, 
TestDocBasedVersionConstraints, TestSubQueryTransformer, TestSmileRequest, 
TestReversedWildcardFilterFactory, LeaderFailoverAfterPartitionTest, 
TestImplicitCoreProperties, SimpleCollectionCreateDeleteTest, 
TestNumericTokenStream, TestFreeTextSuggestions, TestFilteredDocIdSet, 
SolrCloudExampleTest, ConnectionManagerTest, TestPseudoReturnFields, 
TestGroupingSearch, TestDistribIDF, TestHashQParserPlugin, 
TestSurroundQueryParser, DistributedFacetPivotSmallAdvancedTest, 
TestCustomStream, CollectionsAPIAsyncDistributedZkTest, ExplicitHLLTest, 
HighlighterConfigTest, ConfigureRecoveryStrategyTest, TestLegacyFieldCache, 
ReplicationFactorTest, TestJmxIntegration, 
TestManagedSynonymGraphFilterFactory, TestAtomicUpdateErrorCases, 
TestCloudSchemaless, TestFieldTypeCollectionResource, ResponseHeaderTest, 
CoreMergeIndexesAdminHandlerTest, TestTolerantUpdateProcessorRandomCloud, 
SolrSlf4jReporterTest, CursorPagingTest, SolrCoreMetricManagerTest, 
JavabinLoaderTest, TestSha256AuthenticationProvider, 
TestPKIAuthenticationPlugin, BlockCacheTest, ChaosMonkeyNothingIsSafeTest, 
TestRecoveryHdfs, HdfsLockFactoryTest, TestImpersonationWithHadoopAuth, 
HdfsCollectionsAPIDistributedZkTest, TestHdfsUpdateLog, 
SpatialHeatmapFacetsTest, CdcrRequestHandlerTest, QueryElevationComponentTest, 
SuggestComponentTest, TestSchemaSimilarityResource, 
TestBackupRepositoryFactory, CircularListTest, UUIDUpdateProcessorFallbackTest, 
TestSubQueryTransformerDistrib, RollingRestartTest, TestSearcherReuse, 
CdcrUpdateLogTest, BufferStoreTest, DocValuesTest, 
TestReplicationHandlerBackup, TestBulkSchemaConcurrent, 
DirectUpdateHandlerTest, DocValuesMissingTest, SaslZkACLProviderTest, 
DisMaxRequestHandlerTest, PeerSyncWithIndexFingerprintCachingTest, 
TestJavabinTupleStreamParser, TestIndexingPerformance, 
OverriddenZkACLAndCredentialsProvidersTest, TestNumericRangeQuery32, 
TestReloadAndDeleteDocs, SortByFunctionTest, TestFuzzyAnalyzedSuggestions, 
SoftAutoCommitTest, TestAuthenticationFramework, TestRawResponseWriter, 
TestQueryWrapperFilter, TestSolrCloudWithSecureImpersonation, 
AlternateDirectoryTest, StressHdfsTest, TestConfigReload, 
DistributedFacetPivotWhiteBoxTest, TestPivotHelperCode, TestUtils, 
DistributedQueueTest, CdcrReplicationDistributedZkTest, TestJsonFacets, 
PeerSyncTest, TestCloudRecovery, HighlighterTest, TestCloudPivotFacet, 
TestUpdate, TestSSLRandomization, TestCryptoKeys, 
HdfsChaosMonkeyNothingIsSafeTest, BlockJoinFacetRandomTest, SuggesterWFSTTest, 
MigrateRouteKeyTest, TestSolrDeletionPolicy2, TestSweetSpotSimilarityFactory, 
SolrTestCaseJ4Test, TestShortCircuitedRequests, TestBlendedInfixSuggestions, 
ClassificationUpdateProcessorTest, V2ApiIntegrationTest, 
NotRequiredUniqueKeyTest, TestLazyCores, DeleteStatusTest, SearchHandlerTest, 
TestFunctionQuery, SolrIndexSplitterTest, TestExactStatsCache, JvmMetricsTest, 
TestManagedStopFilterFactory, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestRTimerTree, TestUseDocValuesAsStored2, TestReplicationHandler, 
TestMaxTokenLenTokenizer, TestAddFieldRealTimeGet, AliasIntegrationTest, 
TestSchemalessBufferedUpdates, TestTrieFacet, TestCodecSupport, 
TestScoreJoinQPScore, TestCustomDocTransformer, ReturnFieldsTest, 
BasicAuthIntegrationTest, CheckHdfsIndexTest, PeerSyncReplicationTest, 
PrimUtilsTest, TestCloudInspectUtil, TestXIncludeConfig, 
TestSolrCoreProperties, RankQueryTest, SolrGangliaReporterTest, 
RequiredFieldsTest, TestFaceting, TestConfigSetsAPIExclusivity, TestWriterPerf, 
SecurityConfHandlerTest, BooleanFieldTest, 
ConcurrentDeleteAndCreateCollectionTest, TestStressRecovery, HttpPartitionTest, 
DeleteLastCustomShardedReplicaTest, DistributedFacetPivotLargeTest, 
TestOmitPositions, TestSort, TestRestoreCore, TestManagedResourceStorage, 
TestStreamBody, TestRebalanceLeaders]
   [junit4] Completed [709/729 (3!)] on J0 in 84.92s, 1 test, 1 error <<< 
FAILURES!

[...truncated 43403 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to