You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/21 04:25:47 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1544 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1544/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:230)         at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1246)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1170)    2) Thread[id=20709, name=jetty-launcher-3810-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    3) Thread[id=20637, name=jetty-launcher-3810-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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:230)
        at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1246)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1170)
   2) Thread[id=20709, name=jetty-launcher-3810-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   3) Thread[id=20637, name=jetty-launcher-3810-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)
	at __randomizedtesting.SeedInfo.seed([B1DEFE02F132923]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
	at __randomizedtesting.SeedInfo.seed([B1DEFE02F132923]:0)




Build Log:
[...truncated 12580 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_B1DEFE02F132923-001/init-core-data-001
   [junit4]   2> 1957440 WARN  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1957440 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1957441 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-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> 1957441 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1957466 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_B1DEFE02F132923-001/tempDir-001
   [junit4]   2> 1957466 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1957467 INFO  (Thread-7715) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1957467 INFO  (Thread-7715) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1957469 ERROR (Thread-7715) [    ] 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> 1957570 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35183
   [junit4]   2> 1957586 INFO  (jetty-launcher-3810-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1957589 INFO  (jetty-launcher-3810-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@460d9fdc{/solr,null,AVAILABLE}
   [junit4]   2> 1957591 INFO  (jetty-launcher-3810-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e00cf3e{HTTP/1.1,[http/1.1]}{127.0.0.1:43813}
   [junit4]   2> 1957593 INFO  (jetty-launcher-3810-thread-1) [    ] o.e.j.s.Server Started @1959836ms
   [junit4]   2> 1957594 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43813}
   [junit4]   2> 1957586 INFO  (jetty-launcher-3810-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1957594 ERROR (jetty-launcher-3810-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1957594 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1957594 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1957594 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1957595 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T04:03:15.541Z
   [junit4]   2> 1957597 INFO  (jetty-launcher-3810-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b5ca3f2{/solr,null,AVAILABLE}
   [junit4]   2> 1957598 INFO  (jetty-launcher-3810-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ee7850c{HTTP/1.1,[http/1.1]}{127.0.0.1:44734}
   [junit4]   2> 1957598 INFO  (jetty-launcher-3810-thread-2) [    ] o.e.j.s.Server Started @1959841ms
   [junit4]   2> 1957598 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44734}
   [junit4]   2> 1957600 ERROR (jetty-launcher-3810-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1957600 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1957600 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1957600 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1957600 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T04:03:15.547Z
   [junit4]   2> 1957609 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1957611 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1957618 INFO  (jetty-launcher-3810-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35183/solr
   [junit4]   2> 1957618 INFO  (jetty-launcher-3810-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35183/solr
   [junit4]   2> 1957755 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1957757 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43813_solr
   [junit4]   2> 1957758 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.c.Overseer Overseer (id=99040427731517445-127.0.0.1:43813_solr-n_0000000000) starting
   [junit4]   2> 1957758 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1957760 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44734_solr
   [junit4]   2> 1957761 INFO  (zkCallback-3821-thread-1-processing-n:127.0.0.1:43813_solr) [n:127.0.0.1:43813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1957762 INFO  (zkCallback-3822-thread-1-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1957772 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43813_solr
   [junit4]   2> 1957774 INFO  (zkCallback-3822-thread-1-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1957774 INFO  (zkCallback-3821-thread-1-processing-n:127.0.0.1:43813_solr) [n:127.0.0.1:43813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1957810 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1957814 WARN  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_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> 1957819 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_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> 1957826 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1957826 WARN  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_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> 1957827 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_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> 1957899 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1957899 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1957918 INFO  (jetty-launcher-3810-thread-1-EventThread) [n:127.0.0.1:43813_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1957918 INFO  (jetty-launcher-3810-thread-2-EventThread) [n:127.0.0.1:44734_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1958007 WARN  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_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> 1958009 WARN  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_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> 1958051 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1958051 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44734.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1958057 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1958057 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1958058 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44734.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1958058 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44734.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1958058 INFO  (jetty-launcher-3810-thread-1) [n:127.0.0.1:43813_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_B1DEFE02F132923-001/tempDir-001/node1/.
   [junit4]   2> 1958058 INFO  (jetty-launcher-3810-thread-2) [n:127.0.0.1:44734_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_B1DEFE02F132923-001/tempDir-001/node2/.
   [junit4]   2> 1958107 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1958135 WARN  (qtp1278216034-20589) [    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: invalid user name: "bar"
   [junit4]   2> id: invalid user name: "bar"
   [junit4]   2> 
   [junit4]   2> 1958149 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1511272996066&s=gh0vMqzfb8qdVJ8ZBpofUlkvjw4="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:16 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:16 GMT
   [junit4]   2> 1958150 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1958166 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1958167 INFO  (qtp1278216034-20590) [    ] 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:518)
   [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:451)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [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:493)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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> 1958168 WARN  (qtp1278216034-20590) [    ] 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:457)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [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:493)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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:518)
   [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:451)
   [junit4]   2> 	... 26 more
   [junit4]   2> 1958169 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1958187 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1958191 INFO  (qtp1278216034-20584) [n:127.0.0.1:43813_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> 1958191 INFO  (qtp1278216034-20584) [n:127.0.0.1:43813_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1958192 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1511272996135&s=UBQ0rD+1OoAw+ptiyzlju6TJjo8="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:16 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:16 GMT
   [junit4]   2> 1958192 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1958207 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1958211 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=test&e=1511272996154&s=KfNWkIJ9lSqVVxrAw644SMP9vfI="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:16 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:16 GMT
   [junit4]   2> 1958211 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 1958232 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1958234 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1511272996179&s=VSJ8e1SmHzcBJUNbLU4TzTlR4CU="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:16 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:16 GMT
   [junit4]   2> 1958235 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1958256 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 1958759 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1958760 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35183/solr ready
   [junit4]   2> 1958761 INFO  (qtp1278216034-20590) [n:127.0.0.1:43813_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> 1958764 INFO  (OverseerThreadFactory-6191-thread-1-processing-n:127.0.0.1:43813_solr) [n:127.0.0.1:43813_solr    ] o.a.s.c.CreateCollectionCmd Create collection forwardingCollection
   [junit4]   2> 1958882 INFO  (OverseerStateUpdate-99040427731517445-127.0.0.1:43813_solr-n_0000000000) [n:127.0.0.1:43813_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:44734/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1959088 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1959089 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1959198 INFO  (zkCallback-3822-thread-1-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_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> 1959199 INFO  (zkCallback-3822-thread-2-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_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> 1960140 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1960154 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960227 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960248 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960249 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44734.solr.core.forwardingCollection.shard1.replica_n1' (registry 'solr.core.forwardingCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b837e5
   [junit4]   2> 1960249 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1960249 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_B1DEFE02F132923-001/tempDir-001/node2/forwardingCollection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_B1DEFE02F132923-001/tempDir-001/node2/./forwardingCollection_shard1_replica_n1/data/]
   [junit4]   2> 1960250 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=63.0048828125, floorSegmentMB=0.8564453125, forceMergeDeletesPctAllowed=0.6438504914505483, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28696488648335805
   [junit4]   2> 1960298 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960298 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960299 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1960299 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1960300 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=56.5830078125, floorSegmentMB=1.2470703125, forceMergeDeletesPctAllowed=5.831469433430778, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.64884960707818
   [junit4]   2> 1960300 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65972061[forwardingCollection_shard1_replica_n1] main]
   [junit4]   2> 1960301 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1960304 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960317 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1960317 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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 1584646846691672064
   [junit4]   2> 1960317 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960317 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960318 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960318 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960318 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960318 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960319 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960319 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960319 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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> 1960321 INFO  (searcherExecutor-6196-thread-1-processing-n:127.0.0.1:44734_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44734_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@65972061[forwardingCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1960323 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960323 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960323 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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:44734/solr/forwardingCollection_shard1_replica_n1/
   [junit4]   2> 1960323 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960323 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44734/solr/forwardingCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1960323 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960327 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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:44734/solr/forwardingCollection_shard1_replica_n1/ shard1
   [junit4]   2> 1960432 INFO  (zkCallback-3822-thread-2-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_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> 1960432 INFO  (zkCallback-3822-thread-1-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_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> 1960489 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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> 1960494 INFO  (qtp326959012-20597) [n:127.0.0.1:44734_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=1406
   [junit4]   2> 1960494 WARN  (httpShardExecutor-6185-thread-1-processing-n:127.0.0.1:43813_solr [http:////127.0.0.1:44734//solr] http:////127.0.0.1:44734//solr) [n:127.0.0.1:43813_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1511272997034&s=C2lEJVkXFCzzl3E7SB2cycVRS3g="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:17 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:17 GMT
   [junit4]   2> 1960500 INFO  (qtp1278216034-20590) [n:127.0.0.1:43813_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> 1960602 INFO  (zkCallback-3822-thread-2-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_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> 1960602 INFO  (zkCallback-3822-thread-1-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_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> 1960772 INFO  (OverseerCollectionConfigSetProcessor-99040427731517445-127.0.0.1:43813_solr-n_0000000000) [n:127.0.0.1:43813_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> 1961503 INFO  (qtp1278216034-20590) [n:127.0.0.1:43813_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=2741
   [junit4]   2> 1961503 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1511272996708&s=lEcAjCPn3IWiTtelU0Z2JPFoiuo="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:16 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:16 GMT
   [junit4]   2> 1961504 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 1961505 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: forwardingCollection
   [junit4]   2> 1961509 INFO  (qtp1278216034-20588) [n:127.0.0.1:43813_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1961515 INFO  (qtp326959012-20605) [n:127.0.0.1:44734_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> 1961516 WARN  (qtp1278216034-20588) [n:127.0.0.1:43813_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1511272999460&s=iu06Ihnh6zDVlVnPClqXAPEx9G4="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:19 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:19 GMT
   [junit4]   2> 1961517 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1511272999456&s=oLdJAYO4Dormruk+YydAjtnXxwI="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:19 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:19 GMT
   [junit4]   2> 1961517 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=$&p=$&t=test&e=1511272999460&s=iu06Ihnh6zDVlVnPClqXAPEx9G4="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:19 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:19 GMT
   [junit4]   2> 1961521 INFO  (qtp326959012-20606) [n:127.0.0.1:44734_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> 1961522 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=user&p=user&t=test&e=1511272999468&s=E9tSE4sCz3w1mzTTsiC9mgvdBec="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:19 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:19 GMT
   [junit4]   2> 1961523 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 1961569 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 1962307 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1511272999519&s=EgdgCG9GmeN4erOiAJsZswBTb/8="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:19 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:19 GMT
   [junit4]   2> 1962307 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 1962364 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1978151 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 17547ms for sessionid 0x15fdcbe89570006
   [junit4]   2> 1978152 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 0x15fdcbe89570006, 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> 1978152 WARN  (jetty-launcher-3810-thread-1-SendThread(127.0.0.1:35183)) [n:127.0.0.1:43813_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 16641ms for sessionid 0x15fdcbe89570005
   [junit4]   2> 1978152 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 0x15fdcbe89570005, 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> 1978153 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1511273000312&s=LJUpVS6T+i/+hY0d9THJ2arCDPc="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:20 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:20 GMT
   [junit4]   2> 1978153 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1978210 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1978211 INFO  (qtp1278216034-20589) [n:127.0.0.1:43813_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> 1978255 INFO  (jetty-launcher-3810-thread-2-EventThread) [n:127.0.0.1:44734_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 1978261 WARN  (zkCallback-3822-thread-7-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7167f391 name: ZooKeeperConnection Watcher:127.0.0.1:35183/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1978261 WARN  (zkCallback-3822-thread-7-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1978262 WARN  (zkCallback-3821-thread-8-processing-n:127.0.0.1:43813_solr) [n:127.0.0.1:43813_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@132b542f name: ZooKeeperConnection Watcher:127.0.0.1:35183/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1978263 WARN  (zkCallback-3821-thread-8-processing-n:127.0.0.1:43813_solr) [n:127.0.0.1:43813_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1978263 WARN  (zkCallback-3830-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71b0bd20 name: ZooKeeperConnection Watcher:127.0.0.1:35183/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1978263 WARN  (zkCallback-3830-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1979274 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdcbe89570008 has expired
   [junit4]   2> 1979481 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[B1DEFE02F132923]-SendThread(127.0.0.1:35183)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdcbe8957000b has expired
   [junit4]   2> 1979481 WARN  (zkCallback-3830-thread-5) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71b0bd20 name: ZooKeeperConnection Watcher:127.0.0.1:35183/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1979482 WARN  (zkCallback-3830-thread-5) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1979482 WARN  (zkCallback-3830-thread-5) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1979484 INFO  (zkCallback-3830-thread-5) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1979493 INFO  (zkCallback-3830-thread-5) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1979493 INFO  (zkCallback-3830-thread-5) [    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 1979595 WARN  (jetty-launcher-3810-thread-1-SendThread(127.0.0.1:35183)) [n:127.0.0.1:43813_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdcbe89570007 has expired
   [junit4]   2> 1979756 INFO  (qtp1278216034-20589) [n:127.0.0.1:43813_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=1545
   [junit4]   2> 1979757 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1511273016157&s=zfjVI8sIddXexdVXACa5ZJOrk6w="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:36 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:36 GMT
   [junit4]   2> 1979757 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 1979822 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 1979828 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1511273017769&s=pmPy1HY2uc/8eo1Glf3UqM4sx34="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:37 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:37 GMT
   [junit4]   2> 1979828 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 1979875 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1979876 INFO  (qtp1278216034-20586) [n:127.0.0.1:43813_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> 1979877 INFO  (qtp1278216034-20586) [n:127.0.0.1:43813_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> 1979878 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=test&e=1511273017823&s=cXNsNFPsUNmLiDxvFXNoCiTWdlg="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:37 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:37 GMT
   [junit4]   2> 1979878 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1979910 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1979912 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[B1DEFE02F132923]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=test&e=1511273017857&s=KxNk6b0OR5G5Cw5ecesX0qIRi1E="; Path=/; Domain=127.0.0.1; Expires=ti, 21-nov.-2017 14:03:37 GMT; HttpOnly". Invalid 'expires' attribute: ti, 21-nov.-2017 14:03:37 GMT
   [junit4]   2> 1979912 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[B1DEFE02F132923]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1979914 INFO  (jetty-closer-3811-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e00cf3e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1979915 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1924399179
   [junit4]   2> 1979915 INFO  (jetty-closer-3811-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ee7850c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1979915 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1979916 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@643884a8: rootName = solr_43813, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6405c9ac
   [junit4]   2> 1979916 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=23520141
   [junit4]   2> 1979917 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1979917 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@676aaf6f: rootName = solr_44734, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3a338ca3
   [junit4]   2> 1979920 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1979920 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@356ff6d2: rootName = solr_43813, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@13de1768
   [junit4]   2> 1979921 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1979921 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27a63a6a: rootName = solr_44734, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@13de1768
   [junit4]   2> 1979923 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1979923 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@249faeee: rootName = solr_43813, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5aa6831
   [junit4]   2> 1979924 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1979924 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e787326: rootName = solr_44734, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5aa6831
   [junit4]   2> 1979925 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43813_solr
   [junit4]   2> 1979926 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1979927 INFO  (jetty-closer-3811-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99040427731517445-127.0.0.1:43813_solr-n_0000000000) closing
   [junit4]   2> 1979927 INFO  (zkCallback-3821-thread-5-processing-n:127.0.0.1:43813_solr) [n:127.0.0.1:43813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1979928 WARN  (OverseerAutoScalingTriggerThread-99040427731517445-127.0.0.1:43813_solr-n_0000000000) [n:127.0.0.1:43813_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1979929 INFO  (OverseerStateUpdate-99040427731517445-127.0.0.1:43813_solr-n_0000000000) [n:127.0.0.1:43813_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43813_solr
   [junit4]   2> 1979933 ERROR (Thread[Thread-7736,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:43813_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1979939 INFO  (jetty-closer-3811-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@460d9fdc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1980009 INFO  (zkCallback-3822-thread-4-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1980009 INFO  (zkCallback-3822-thread-3-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44734_solr
   [junit4]   2> 1980013 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44734_solr
   [junit4]   2> 1980016 INFO  (jetty-closer-3811-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1980016 INFO  (coreCloseExecutor-6202-thread-1) [n:127.0.0.1:44734_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@60102dd9
   [junit4]   2> 1980016 INFO  (coreCloseExecutor-6202-thread-1) [n:127.0.0.1:44734_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=1611673049
   [junit4]   2> 1980016 INFO  (coreCloseExecutor-6202-thread-1) [n:127.0.0.1:44734_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@29f1f899: rootName = solr_44734, domain = solr.core.forwardingCollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.forwardingCollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1b4912c
   [junit4]   2> 1980017 INFO  (zkCallback-3822-thread-4-processing-n:127.0.0.1:44734_solr) [n:127.0.0.1:44734_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1980036 INFO  (coreCloseExecutor-6202-thread-1) [n:127.0.0.1:44734_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.forwardingCollection.shard1.leader, tag=1611673049
   [junit4]   2> 1980042 ERROR (Thread[Thread-7735,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:44734_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1980047 INFO  (jetty-closer-3811-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3b5ca3f2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1980050 ERROR (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] 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> 1980051 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35183 35183
   [junit4]   2> 1990278 INFO  (Thread-7715) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35183 35183
   [junit4]   2> 1990281 WARN  (Thread-7715) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/forwardingCollection/state.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [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/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1990327 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[B1DEFE02F132923]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Nov 21, 2017 4:03:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 2008309 ERROR (jetty-launcher-3810-thread-2-EventThread) [n:127.0.0.1:44734_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.IllegalStateException: Client is not started
   [junit4]   2> 	at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:113)
   [junit4]   2> 	at org.apache.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:477)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceFacade.getZooKeeper(NamespaceFacade.java:112)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:302)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:291)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> 2008310 WARN  (jetty-launcher-3810-thread-2-EventThread) [n:127.0.0.1:44734_solr    ] o.a.c.ConnectionState Session expired event received
   [junit4]   2> 2008312 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 2009413 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 2010514 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> Nov 21, 2017 4:04:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 3 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]   2>    1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:230)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1246)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1170)
   [junit4]   2>    2) Thread[id=20709, name=jetty-launcher-3810-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]   2>    3) Thread[id=20637, name=jetty-launcher-3810-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Nov 21, 2017 4:04:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>    2) Thread[id=20709, name=jetty-launcher-3810-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>    3) Thread[id=20637, name=jetty-launcher-3810-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2> 2010584 ERROR (jetty-launcher-3810-thread-2-EventThread) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]   2> 2010584 ERROR (jetty-launcher-3810-thread-1-EventThread) [n:127.0.0.1:43813_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> 2010584 WARN  (jetty-launcher-3810-thread-1-EventThread) [n:127.0.0.1:43813_solr    ] o.a.c.ConnectionState Session expired event received
   [junit4]   2> 2010584 WARN  (jetty-launcher-3810-thread-1-SendThread(127.0.0.1:35183)) [n:127.0.0.1:43813_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 2011087 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> 2011088 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 2011588 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> 2011588 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 2011687 WARN  (jetty-launcher-3810-thread-1-SendThread(127.0.0.1:35183)) [n:127.0.0.1:43813_solr    ] o.a.z.ClientCnxn Sess

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

SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> 2013096 WARN  (jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183)) [n:127.0.0.1:44734_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> Nov 21, 2017 4:04:11 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1196, maxMBSortInHeap=6.2173369298184555, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@61f4944d), locale=da, timezone=Asia/Hebron
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=4,free=114327544,total=468803584
   [junit4]   2> NOTE: All tests run in this JVM: [TestStandardQParsers, TermVectorComponentDistributedTest, DocValuesMissingTest, AutoAddReplicasPlanActionTest, TestFastWriter, HdfsWriteToMultipleCollectionsTest, TestSystemCollAutoCreate, PolyFieldTest, TestReqParamsAPI, DistributedQueueTest, TestSolrQueryParser, CdcrVersionReplicationTest, DistanceUnitsTest, CollectionStateFormat2Test, TestNRTOpen, NodeMutatorTest, TestSort, TestFaceting, TestIntervalFaceting, TestMissingGroups, SpellPossibilityIteratorTest, BooleanFieldTest, TestCoreContainer, PingRequestHandlerTest, SOLR749Test, AliasIntegrationTest, SynonymTokenizerTest, TestCloudSearcherWarming, DocExpirationUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, TestCloudPseudoReturnFields, TestExportWriter, TestStressLucene, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DistributedFacetPivotWhiteBoxTest, SpatialHeatmapFacetsTest, CoreMergeIndexesAdminHandlerTest, TestDocSet, TestMaxTokenLenTokenizer, DocValuesTest, TestDistributedGrouping, SpellingQueryConverterTest, TestBM25SimilarityFactory, SpellCheckCollatorWithCollapseTest, JSONWriterTest, CdcrUpdateLogTest, ManagedSchemaRoundRobinCloudTest, TestSmileRequest, ExternalFileFieldSortTest, TestAnalyzedSuggestions, TestLegacyTerms, TestScoreJoinQPScore, TermsComponentTest, TestStressReorder, CdcrBootstrapTest, DocValuesNotIndexedTest, PeerSyncTest, FileBasedSpellCheckerTest, CdcrReplicationHandlerTest, CheckHdfsIndexTest, FullSolrCloudDistribCmdsTest, ShardRoutingCustomTest, TestPrepRecovery, TestCoreAdminApis, ResponseHeaderTest, TestJettySolrRunner, TestSchemaNameResource, PreAnalyzedFieldTest, TestPKIAuthenticationPlugin, UpdateRequestProcessorFactoryTest, TestDeleteCollectionOnDownNodes, PeerSyncWithIndexFingerprintCachingTest, TestZkChroot, SimplePostToolTest, OpenCloseCoreStressTest, TestTrieFacet, TestFastLRUCache, ZkStateWriterTest, TestBadConfig, TermVectorComponentTest, TestRTimerTree, ClassificationUpdateProcessorFactoryTest, DeleteLastCustomShardedReplicaTest, OverriddenZkACLAndCredentialsProvidersTest, TestCloudJSONFacetJoinDomain, SearchRateTriggerTest, TestMergePolicyConfig, OverseerStatusTest, CloudMLTQParserTest, TestNestedDocsSort, TestIndexSearcher, FieldMutatingUpdateProcessorTest, SchemaVersionSpecificBehaviorTest, ActionThrottleTest, TestSystemIdResolver, TestTestInjection, CoreAdminHandlerTest, V2StandaloneTest, TestLMJelinekMercerSimilarityFactory, TestConfigSetsAPI, TestDownShardTolerantSearch, QueryResultKeyTest, UpdateParamsTest, TestHdfsCloudBackupRestore, DistributedFacetPivotLargeTest, TestCollectionAPI, TestTlogReplica, IndexSchemaRuntimeFieldTest, LukeRequestHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, TestManagedStopFilterFactory, TestSolrCloudSnapshots, BasicDistributedZk2Test, TestRecoveryHdfs, TestConfigSetProperties, StatelessScriptUpdateProcessorFactoryTest, HealthCheckHandlerTest, SystemInfoHandlerTest, DistribDocExpirationUpdateProcessorTest, TestManagedResourceStorage, AddBlockUpdateTest, TestPushWriter, ReplicationFactorTest, TestRawTransformer, TestSubQueryTransformerDistrib, SolrPluginUtilsTest, AnalyticsQueryTest, TestSQLHandler, DistributedQueryComponentOptimizationTest, LeaderFailureAfterFreshStartTest, AtomicUpdateProcessorFactoryTest, TestDistribIDF, MoveReplicaHDFSFailoverTest, HdfsAutoAddReplicasIntegrationTest, AnalysisAfterCoreReloadTest, DistributedFacetPivotSmallAdvancedTest, TestBlobHandler, TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=B1DEFE02F132923 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Asia/Hebron -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.ClientCnxnSocketNIO.cleanup(ClientCnxnSocketNIO.java:230)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1246)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1170)
   [junit4]    >    2) Thread[id=20709, name=jetty-launcher-3810-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]    >    3) Thread[id=20637, name=jetty-launcher-3810-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B1DEFE02F132923]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=20708, name=jetty-launcher-3810-thread-2-SendThread(127.0.0.1:35183), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B1DEFE02F132923]:0)
   [junit4] Completed [324/750 (1!)] on J1 in 56.17s, 12 tests, 2 errors <<< FAILURES!

[...truncated 48630 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1545 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1545/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=28925, name=jetty-launcher-5415-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=29012, name=jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    3) Thread[id=29013, name=jetty-launcher-5415-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=28925, name=jetty-launcher-5415-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=29012, name=jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   3) Thread[id=29013, name=jetty-launcher-5415-thread-2-EventThread, state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
	at __randomizedtesting.SeedInfo.seed([1000C4E388617080]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=29012, name=jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=29012, name=jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787), state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
	at __randomizedtesting.SeedInfo.seed([1000C4E388617080]:0)




Build Log:
[...truncated 13388 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> 3540336 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_1000C4E388617080-001/init-core-data-001
   [junit4]   2> 3540336 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3540338 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-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> 3540411 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_1000C4E388617080-001/tempDir-001
   [junit4]   2> 3540411 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3540412 INFO  (Thread-6183) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3540412 INFO  (Thread-6183) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3540415 ERROR (Thread-6183) [    ] 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> 3540513 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44787
   [junit4]   2> 3540531 INFO  (jetty-launcher-5415-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3540531 INFO  (jetty-launcher-5415-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3540534 INFO  (jetty-launcher-5415-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6525f523{/solr,null,AVAILABLE}
   [junit4]   2> 3540534 INFO  (jetty-launcher-5415-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f133cf{/solr,null,AVAILABLE}
   [junit4]   2> 3540534 INFO  (jetty-launcher-5415-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1427987c{HTTP/1.1,[http/1.1]}{127.0.0.1:38859}
   [junit4]   2> 3540535 INFO  (jetty-launcher-5415-thread-1) [    ] o.e.j.s.Server Started @3542959ms
   [junit4]   2> 3540534 INFO  (jetty-launcher-5415-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@344a55e9{HTTP/1.1,[http/1.1]}{127.0.0.1:44685}
   [junit4]   2> 3540535 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38859}
   [junit4]   2> 3540535 INFO  (jetty-launcher-5415-thread-2) [    ] o.e.j.s.Server Started @3542959ms
   [junit4]   2> 3540535 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44685}
   [junit4]   2> 3540535 ERROR (jetty-launcher-5415-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3540535 ERROR (jetty-launcher-5415-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3540536 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T15:05:11.768Z
   [junit4]   2> 3540537 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T15:05:11.768Z
   [junit4]   2> 3540540 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3540540 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3540545 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 0x15fdf1c8edc0001, 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> 3540546 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 0x15fdf1c8edc0002, 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> 3540562 INFO  (jetty-launcher-5415-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44787/solr
   [junit4]   2> 3540565 INFO  (jetty-launcher-5415-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44787/solr
   [junit4]   2> 3540860 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3540862 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38859_solr
   [junit4]   2> 3540863 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.c.Overseer Overseer (id=99043030574301189-127.0.0.1:38859_solr-n_0000000000) starting
   [junit4]   2> 3540882 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38859_solr
   [junit4]   2> 3540889 INFO  (OverseerStateUpdate-99043030574301189-127.0.0.1:38859_solr-n_0000000000) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3540935 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3540939 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3540947 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44685_solr
   [junit4]   2> 3540959 INFO  (zkCallback-5427-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3540959 INFO  (zkCallback-5426-thread-1-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3541026 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 3541028 WARN  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_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> 3541030 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_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> 3541038 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 3541051 INFO  (jetty-launcher-5415-thread-1-EventThread) [n:127.0.0.1:38859_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 3541118 WARN  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_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> 3541143 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 3541144 WARN  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_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> 3541145 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_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> 3541153 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 3541160 INFO  (jetty-launcher-5415-thread-2-EventThread) [n:127.0.0.1:44685_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 3541184 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38859.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3541195 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38859.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3541195 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38859.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3541196 INFO  (jetty-launcher-5415-thread-1) [n:127.0.0.1:38859_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_1000C4E388617080-001/tempDir-001/node1/.
   [junit4]   2> 3541205 WARN  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_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> 3541255 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44685.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3541262 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44685.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3541263 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44685.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3541264 INFO  (jetty-launcher-5415-thread-2) [n:127.0.0.1:44685_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_1000C4E388617080-001/tempDir-001/node2/.
   [junit4]   2> 3541381 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 3541393 INFO  (qtp1274780603-28880) [    ] 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:518)
   [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:451)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [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:493)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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> 3541394 WARN  (qtp1274780603-28880) [    ] 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:457)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:1759)
   [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:493)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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:518)
   [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:451)
   [junit4]   2> 	... 26 more
   [junit4]   2> 3541406 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 3541469 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 3541499 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 3541571 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 3542897 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3542898 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44787/solr ready
   [junit4]   2> 3542901 INFO  (qtp1274780603-28882) [n:127.0.0.1:38859_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> 3542921 INFO  (OverseerThreadFactory-11153-thread-1-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.CreateCollectionCmd Create collection forwardingCollection
   [junit4]   2> 3543071 INFO  (OverseerStateUpdate-99043030574301189-127.0.0.1:38859_solr-n_0000000000) [n:127.0.0.1:38859_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:44685/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3543285 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3543286 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3543418 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3543419 INFO  (zkCallback-5427-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3544328 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3544369 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544504 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544535 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544536 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44685.solr.core.forwardingCollection.shard1.replica_n1' (registry 'solr.core.forwardingCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b82a587
   [junit4]   2> 3544536 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3544536 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_1000C4E388617080-001/tempDir-001/node2/forwardingCollection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_1000C4E388617080-001/tempDir-001/node2/./forwardingCollection_shard1_replica_n1/data/]
   [junit4]   2> 3544539 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3544618 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544618 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544619 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3544619 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3544620 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=27.720703125, floorSegmentMB=1.302734375, forceMergeDeletesPctAllowed=5.451881471414776, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3544620 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d03ed63[forwardingCollection_shard1_replica_n1] main]
   [junit4]   2> 3544639 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3544679 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544694 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3544694 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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 1584688493677772800
   [junit4]   2> 3544694 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544703 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544703 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544703 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544704 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544704 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544705 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544705 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544706 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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> 3544707 INFO  (searcherExecutor-11158-thread-1-processing-n:127.0.0.1:44685_solr x:forwardingCollection_shard1_replica_n1 s:shard1 c:forwardingCollection r:core_node2) [n:127.0.0.1:44685_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@2d03ed63[forwardingCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3544727 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544728 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544728 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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:44685/solr/forwardingCollection_shard1_replica_n1/
   [junit4]   2> 3544728 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544728 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44685/solr/forwardingCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3544728 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544738 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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:44685/solr/forwardingCollection_shard1_replica_n1/ shard1
   [junit4]   2> 3544843 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3544843 INFO  (zkCallback-5427-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3544898 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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> 3544920 INFO  (qtp2035258769-28888) [n:127.0.0.1:44685_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=1635
   [junit4]   2> 3544927 INFO  (qtp1274780603-28882) [n:127.0.0.1:38859_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> 3544939 INFO  (OverseerCollectionConfigSetProcessor-99043030574301189-127.0.0.1:38859_solr-n_0000000000) [n:127.0.0.1:38859_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> 3545028 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3545028 INFO  (zkCallback-5427-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3545956 INFO  (qtp1274780603-28882) [n:127.0.0.1:38859_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=3055
   [junit4]   2> 3545957 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 3545958 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: forwardingCollection
   [junit4]   2> 3545997 INFO  (qtp1274780603-28884) [n:127.0.0.1:38859_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3546012 INFO  (qtp2035258769-28890) [n:127.0.0.1:44685_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> 3546015 INFO  (qtp2035258769-28891) [n:127.0.0.1:44685_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> 3546016 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 3546257 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 3546267 INFO  (qtp1274780603-28878) [n:127.0.0.1:38859_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> 3546269 INFO  (qtp1274780603-28878) [n:127.0.0.1:38859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3546269 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 3546369 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 3546419 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 3546552 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 3546627 INFO  (qtp1274780603-28881) [n:127.0.0.1:38859_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> 3546636 INFO  (qtp1274780603-28881) [n:127.0.0.1:38859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 3546637 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 3546727 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 3546793 WARN  (qtp1274780603-28882) [n:127.0.0.1:38859_solr    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: invalid user name: "bar"
   [junit4]   2> id: invalid user name: "bar"
   [junit4]   2> 
   [junit4]   2> 3546802 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 3546876 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 3546895 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 3546969 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 3562391 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 3562391 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 17361ms for sessionid 0x15fdf1c8edc0006
   [junit4]   2> 3562392 WARN  (jetty-launcher-5415-thread-1-SendThread(127.0.0.1:44787)) [n:127.0.0.1:38859_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15440ms for sessionid 0x15fdf1c8edc0005
   [junit4]   2> 3562393 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 0x15fdf1c8edc0006, 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> 3562394 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 0x15fdf1c8edc0005, 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> 3562450 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 3562464 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 3562507 INFO  (jetty-launcher-5415-thread-2-EventThread) [n:127.0.0.1:44685_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 3562520 WARN  (zkCallback-5426-thread-5-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@784bc851 name: ZooKeeperConnection Watcher:127.0.0.1:44787/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 3562521 WARN  (zkCallback-5426-thread-5-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 3562530 WARN  (zkCallback-5435-thread-2) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f558d5e name: ZooKeeperConnection Watcher:127.0.0.1:44787/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 3562531 WARN  (zkCallback-5435-thread-2) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 3562546 WARN  (zkCallback-5427-thread-4-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4887ceca name: ZooKeeperConnection Watcher:127.0.0.1:44787/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 3562546 WARN  (zkCallback-5427-thread-4-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 3562684 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 3562685 INFO  (qtp1274780603-28878) [n:127.0.0.1:38859_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> 3563889 INFO  (qtp1274780603-28878) [n:127.0.0.1:38859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=1204
   [junit4]   2> 3563902 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 3564013 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 3574915 INFO  (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[1000C4E388617080]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 3574921 WARN  (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[1000C4E388617080]-SendThread(127.0.0.1:44787)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdf1c8edc000b has expired
   [junit4]   2> 3574921 WARN  (zkCallback-5435-thread-5) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f558d5e name: ZooKeeperConnection Watcher:127.0.0.1:44787/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 3574922 WARN  (zkCallback-5435-thread-5) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 3574922 WARN  (zkCallback-5435-thread-5) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 3574927 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdf1c8edc0008 has expired
   [junit4]   2> 3574934 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdf1c8edc0006 has expired
   [junit4]   2> 3574935 WARN  (jetty-launcher-5415-thread-1-SendThread(127.0.0.1:44787)) [n:127.0.0.1:38859_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15fdf1c8edc0007 has expired
   [junit4]   2> 3574935 WARN  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4887ceca name: ZooKeeperConnection Watcher:127.0.0.1:44787/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 3574935 WARN  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 3574936 WARN  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 3574941 INFO  (zkCallback-5426-thread-10-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3574945 INFO  (zkCallback-5435-thread-5) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 3574946 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 3574967 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.ZkController ZooKeeper session re-connected ... refreshing core states after session expiration.
   [junit4]   2> 3574990 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3575029 ERROR (zkCallback-5435-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.lambda$exists$3(SolrZkClient.java:308)
   [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:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:421)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:282)
   [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$1.lambda$process$0(SolrZkClient.java:262)
   [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> 3575030 ERROR (zkCallback-5435-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:285)
   [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$1.lambda$process$0(SolrZkClient.java:262)
   [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.lambda$exists$3(SolrZkClient.java:308)
   [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:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:421)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:282)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 3575031 WARN  (zkCallback-5435-thread-5) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper failed
   [junit4]   2> 3575031 INFO  (zkCallback-5435-thread-5) [    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 3575033 INFO  (jetty-closer-5416-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1427987c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3575035 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=593320390
   [junit4]   2> 3575035 INFO  (jetty-closer-5416-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@344a55e9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3575036 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1810605764
   [junit4]   2> 3575037 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3575037 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2859f5cc: rootName = solr_44685, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4edb85b4
   [junit4]   2> 3575044 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3575044 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13929b6f: rootName = solr_44685, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56452c14
   [junit4]   2> 3575049 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3575049 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3abab6e1: rootName = solr_44685, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@31c6493f
   [junit4]   2> 3575050 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3575050 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f5aeb3e: rootName = solr_38859, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@67620496
   [junit4]   2> 3575052 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44685_solr
   [junit4]   2> 3575059 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3575059 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@351a442d: rootName = solr_38859, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56452c14
   [junit4]   2> 3575064 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3575064 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2eec8785: rootName = solr_38859, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@31c6493f
   [junit4]   2> 3575067 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 3575067 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 3575068 INFO  (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.ZkController Registering core forwardingCollection_shard1_replica_n1 afterExpiration? true
   [junit4]   2> 3575068 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3575069 INFO  (Thread-6210) [n:127.0.0.1:44685_solr    ] o.a.s.c.SolrCore config update listener called for core forwardingCollection_shard1_replica_n1
   [junit4]   2> 3575070 INFO  (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ActionThrottle The last leader attempt started 30356ms ago.
   [junit4]   2> 3575070 INFO  (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3575070 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44685_solr
   [junit4]   2> 3575070 INFO  (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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:44685/solr/forwardingCollection_shard1_replica_n1/
   [junit4]   2> 3575071 INFO  (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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> 3575071 INFO  (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44685/solr/forwardingCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3575072 INFO  (jetty-closer-5416-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3575073 INFO  (zkCallback-5426-thread-10-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3575073 INFO  (coreCloseExecutor-11163-thread-1) [n:127.0.0.1:44685_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@3acc5ebc
   [junit4]   2> 3575074 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3575074 INFO  (coreCloseExecutor-11163-thread-1) [n:127.0.0.1:44685_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=986472124
   [junit4]   2> 3575074 INFO  (zkCallback-5426-thread-4-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3575074 INFO  (coreCloseExecutor-11163-thread-1) [n:127.0.0.1:44685_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@53192992: rootName = solr_44685, domain = solr.core.forwardingCollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.forwardingCollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1b41019e
   [junit4]   2> 3575099 INFO  (zkCallback-5427-thread-9-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_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: [1])
   [junit4]   2> 3575101 INFO  (coreCloseExecutor-11163-thread-1) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.forwardingCollection.shard1.leader, tag=986472124
   [junit4]   2> 3575106 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38859_solr
   [junit4]   2> 3575111 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3575111 INFO  (zkCallback-5426-thread-4-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 3575112 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 3575112 INFO  (jetty-closer-5416-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99043030574301189-127.0.0.1:38859_solr-n_0000000000) closing
   [junit4]   2> 3575113 INFO  (OverseerStateUpdate-99043030574301189-127.0.0.1:38859_solr-n_0000000000) [n:127.0.0.1:38859_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38859_solr
   [junit4]   2> 3575116 WARN  (OverseerAutoScalingTriggerThread-99043030574301189-127.0.0.1:38859_solr-n_0000000000) [n:127.0.0.1:38859_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3575121 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 0x15fdf1c8edc0005, 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> 3575126 INFO  (zkCallback-5427-thread-2-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44685_solr
   [junit4]   2> 3575172 ERROR (coreZkRegister-11144-thread-1-processing-n:127.0.0.1:44685_solr) [n:127.0.0.1:44685_solr c:forwardingCollection s:shard1 r:core_node2 x:forwardingCollection_shard1_replica_n1] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: forwardingCollection slice: shard1 saw state=DocCollection(forwardingCollection//collections/forwardingCollection/state.json/5)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"forwardingCollection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44685/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44685_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:256)
   [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> 3575173 ERROR (Thread[Thread-6203,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:44685_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 3575179 INFO  (jetty-closer-5416-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f133cf{/solr,null,UNAVAILABLE}
   [junit4]   2> 3576627 WARN  (zkCallback-5426-thread-4-processing-n:127.0.0.1:38859_solr) [n:127.0.0.1:38859_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:38859_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:38859_solr
   [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.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1104)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1099)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [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> 3576628 ERROR (Thread[Thread-6200,5,TGRP-TestSolrCloudWithSecureImpersonation]) [n:127.0.0.1:38859_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 3576631 INFO  (jetty-closer-5416-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6525f523{/solr,null,UNAVAILABLE}
   [junit4]   2> 3576634 ERROR (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] 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> 3576643 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44787 44787
   [junit4]   2> 3581818 INFO  (Thread-6183) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44787 44787
   [junit4]   2> 3581820 WARN  (Thread-6183) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/forwardingCollection/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99043030574301189-127.0.0.1:38859_solr-n_0000000000
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [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/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 3581902 INFO  (SUITE-TestSolrCloudWithSecureImpersonation-seed#[1000C4E388617080]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Nov 21, 2017 3:05:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 3592592 ERROR (jetty-launcher-5415-thread-2-EventThread) [n:127.0.0.1:44685_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.IllegalStateException: Client is not started
   [junit4]   2> 	at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:113)
   [junit4]   2> 	at org.apache.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:477)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceFacade.getZooKeeper(NamespaceFacade.java:112)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:302)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:291)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> 3592594 WARN  (jetty-launcher-5415-thread-2-EventThread) [n:127.0.0.1:44685_solr    ] o.a.c.ConnectionState Session expired event received
   [junit4]   2> 3592597 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 3593702 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 3594807 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 3595922 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   [junit4]   2> 3597028 WARN  (jetty-launcher-5415-thread-2-SendThread(127.0.0.1:44787)) [n:127.0.0.1:44685_solr    ] o.a.z.ClientCnxn Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
   [juni

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

lr-master-Solaris/solr/core/lib/commons-io-2.5.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/commons-lang-2.6.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/commons-lang3-3.6.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/curator-client-2.8.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/curator-framework-2.8.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/curator-recipes-2.8.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/dom4j-1.6.1.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/eigenbase-properties-1.1.5.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/guava-14.0.1.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/hadoop-annotations-2.7.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/hadoop-auth-2.7.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/hadoop-common-2.7.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/hadoop-hdfs-2.7.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/hppc-0.7.3.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/htrace-core-3.2.0-incubating.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jackson-annotations-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jackson-core-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jackson-core-asl-1.9.13.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jackson-databind-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jackson-mapper-asl-1.9.13.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/janino-2.7.6.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/jcl-over-slf4j-1.7.7.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/joda-time-2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/log4j-1.2.17.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/org.restlet-2.3.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/protobuf-java-3.1.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/slf4j-log4j12-1.7.7.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/spatial4j-0.6.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/lib/t-digest-3.1.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/gmetric4j-1.0.7.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/javax.servlet-api-3.1.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-continuation-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-deploy-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-http-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-io-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-jmx-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-rewrite-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-security-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-server-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-servlet-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-servlets-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-util-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-webapp-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/jetty-xml-9.3.20.v20170531.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/metrics-core-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/metrics-ganglia-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/metrics-graphite-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/metrics-jetty9-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/lib/metrics-jvm-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/core/classes/java:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/example/resources:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/export/home/jenkins/.ant/lib/ivy-2.4.0.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/usr/jdk/instances/jdk1.8.0/lib/tools.jar:/export/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/temp/junit4-J1-20171121_150706_6745401658353363404880.events @/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/temp/junit4-J1-20171121_150706_6748113639975331329153.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 9.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:835: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:779: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:275: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:556: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1512: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 9.

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