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

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) 
Thread[id=13443, name=jetty-launcher-1940-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         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: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=13443, name=jetty-launcher-1940-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        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([51193A02B297329]:0)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream

Error Message:
Error from server at http://127.0.0.1:56806/solr/workQueue_shard2_replica_n3: 
Expected mime type application/octet-stream but got text/html. <html> <head> 
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> 
<title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem 
accessing /solr/workQueue_shard2_replica_n3/update. Reason: <pre>    Can not 
find: /solr/workQueue_shard2_replica_n3/update</pre></p> <hr /><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.3.20.v20170531</a><hr/> 
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:56806/solr/workQueue_shard2_replica_n3: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([404BBBFC6AEE40FA:FD5CCEE553C27DA7]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:7260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:56806/solr/workQueue_shard2_replica_n3: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more




Build Log:
[...truncated 11757 lines...]
   [junit4] Suite: 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_51193A02B297329-001/init-core-data-001
   [junit4]   2> 1402136 WARN  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1402136 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1402137 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-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> 1402137 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1402167 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-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.security.hadoop.TestImpersonationWithHadoopAuth_51193A02B297329-001/tempDir-001
   [junit4]   2> 1402167 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1402167 INFO  (Thread-3436) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1402167 INFO  (Thread-3436) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1402168 ERROR (Thread-3436) [    ] 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> 1402267 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43376
   [junit4]   2> 1402281 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1402281 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1402283 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d7c90a5{/solr,null,AVAILABLE}
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8129f18{/solr,null,AVAILABLE}
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6c974d30{HTTP/1.1,[http/1.1]}{127.0.0.1:40164}
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.e.j.s.Server Started @1405069ms
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40164}
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6f2e1948{HTTP/1.1,[http/1.1]}{127.0.0.1:64208}
   [junit4]   2> 1402284 ERROR (jetty-launcher-1940-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.e.j.s.Server Started @1405069ms
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64208}
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1402284 ERROR (jetty-launcher-1940-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T01:17:30.759Z
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1402284 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1402285 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T01:17:30.759Z
   [junit4]   2> 1402289 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1402289 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1402297 INFO  (jetty-launcher-1940-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43376/solr
   [junit4]   2> 1402297 INFO  (jetty-launcher-1940-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43376/solr
   [junit4]   2> 1402418 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1402419 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64208_solr
   [junit4]   2> 1402421 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.Overseer Overseer 
(id=98694375056539654-127.0.0.1:64208_solr-n_0000000000) starting
   [junit4]   2> 1402423 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1402424 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40164_solr
   [junit4]   2> 1402427 INFO  
(zkCallback-1952-thread-1-processing-n:127.0.0.1:40164_solr) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1402427 INFO  
(zkCallback-1951-thread-1-processing-n:127.0.0.1:64208_solr) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1402432 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64208_solr
   [junit4]   2> 1402433 INFO  
(zkCallback-1952-thread-1-processing-n:127.0.0.1:40164_solr) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1402434 INFO  
(zkCallback-1951-thread-1-processing-n:127.0.0.1:64208_solr) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1402448 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 1402455 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.s.HadoopAuthPlugin Params: 
{proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, 
proxyuser.bogusGroup.groups=__some_bogus_group, 
proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, 
proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, 
proxyuser.anyHostUsersGroup.groups=staff, proxyuser.noGroups.hosts=*, 
proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, 
proxyuser.bogusGroup.hosts=*, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, 
proxyuser.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, 
proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 1402474 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 1402475 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.s.HadoopAuthPlugin Params: 
{proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, 
proxyuser.bogusGroup.groups=__some_bogus_group, 
proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, 
proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, 
proxyuser.anyHostUsersGroup.groups=staff, proxyuser.noGroups.hosts=*, 
proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, 
proxyuser.bogusGroup.hosts=*, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, 
proxyuser.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, 
proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 1402518 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1402518 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1402536 INFO  (jetty-launcher-1940-thread-2-EventThread) 
[n:127.0.0.1:64208_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1402536 INFO  (jetty-launcher-1940-thread-1-EventThread) 
[n:127.0.0.1:40164_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1402624 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is 
managing internode requests
   [junit4]   2> 1402625 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is 
managing internode requests
   [junit4]   2> 1402664 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64208.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c0cd87e
   [junit4]   2> 1402670 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40164.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c0cd87e
   [junit4]   2> 1402672 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64208.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c0cd87e
   [junit4]   2> 1402672 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64208.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c0cd87e
   [junit4]   2> 1402673 INFO  (jetty-launcher-1940-thread-2) 
[n:127.0.0.1:64208_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.security.hadoop.TestImpersonationWithHadoopAuth_51193A02B297329-001/tempDir-001/node2/.
   [junit4]   2> 1402678 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40164.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c0cd87e
   [junit4]   2> 1402678 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40164.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c0cd87e
   [junit4]   2> 1402678 INFO  (jetty-launcher-1940-thread-1) 
[n:127.0.0.1:40164_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.security.hadoop.TestImpersonationWithHadoopAuth_51193A02B297329-001/tempDir-001/node1/.
   [junit4]   2> 1402707 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1402708 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43376/solr ready
   [junit4]   2> 1402732 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1402761 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noHosts&p=noHosts&t=simple-dt&e=1505992651217&s=6IygqtOiGjEMJxe7+xtVicNpggM=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1402762 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1402778 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1402784 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noGroups&p=noGroups&t=simple-dt&e=1505992651255&s=pdq856O53/bwtGAMZqCjY3VewV8=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1402785 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 1402804 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1402808 INFO  (qtp2108304917-13407) [n:127.0.0.1:64208_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1402808 INFO  (qtp2108304917-13407) [n:127.0.0.1:64208_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1402809 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=simple-dt&e=1505992651280&s=JI7EAanb9hq1TTUuT7sLzf5Ol70=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1402809 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 1402826 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1402841 WARN  (qtp2108304917-13412) [    ] 
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> 1402843 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bogusGroup&p=bogusGroup&t=simple-dt&e=1505992651302&s=KrI/LnhwkBqs5cu21Jw/PDPztQE=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1402843 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1402862 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1402864 INFO  (qtp2108304917-13405) [n:127.0.0.1:64208_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1402864 INFO  (qtp2108304917-13405) [n:127.0.0.1:64208_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1402864 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=simple-dt&e=1505992651338&s=ZzguyIwen2mnx8BsytwhITfX424=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1402864 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4] IGNOR/A 0.00s J0 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 1402880 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1402883 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=simple-dt&e=1505992651357&s=O3Bfpv2D3UH8NmYf5f47cYYkYCU=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1402883 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1402904 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1418101 WARN  
(jetty-launcher-1940-thread-1-SendThread(127.0.0.1:43376)) 
[n:127.0.0.1:40164_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15422ms for sessionid 0x15ea202de930005
   [junit4]   2> 1418102 WARN  
(jetty-launcher-1940-thread-1-SendThread(127.0.0.1:43376)) 
[n:127.0.0.1:40164_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15466ms for sessionid 0x15ea202de930007
   [junit4]   2> 1418102 WARN  
(jetty-launcher-1940-thread-2-SendThread(127.0.0.1:43376)) 
[n:127.0.0.1:64208_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15467ms for sessionid 0x15ea202de930008
   [junit4]   2> 1418102 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 0x15ea202de930008, 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> 1418102 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 0x15ea202de930005, 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> 1418103 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 0x15ea202de930007, 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> 1418103 WARN  
(jetty-launcher-1940-thread-2-SendThread(127.0.0.1:43376)) 
[n:127.0.0.1:64208_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 15429ms for sessionid 0x15ea202de930006
   [junit4]   2> 1418103 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 0x15ea202de930006, 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> 1418103 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=wrongHost&p=wrongHost&t=simple-dt&e=1505992651380&s=1rWV7GwTroZ0lDU9U6awTZXcsm8=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:31 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:31 GMT
   [junit4]   2> 1418104 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1418140 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1418143 INFO  (qtp2108304917-13410) [    ] 
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.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [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.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2>        at 
org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [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> 1418143 WARN  (qtp2108304917-13410) [    ] 
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.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [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.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2>        at 
org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2>        ... 26 more
   [junit4]   2> 1418144 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1418165 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1418170 INFO  (qtp2108304917-13412) [n:127.0.0.1:64208_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1418170 INFO  (qtp2108304917-13412) [n:127.0.0.1:64208_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1418170 WARN  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[51193A02B297329])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=simple-dt&e=1505992666645&s=mkp5T486M/z1EmqQDl0KR1B+HnY=";
 Domain=127.0.0.1; Expires= , 21-   -2017 11:17:46 GMT; HttpOnly". Invalid 
'expires' attribute: , 21- -2017 11:17:46 GMT
   [junit4]   2> 1418171 INFO  
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[51193A02B297329])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1418203 INFO  (jetty-launcher-1940-thread-1-EventThread) 
[n:127.0.0.1:40164_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
SUSPENDED
   [junit4]   2> 1418203 WARN  
(zkCallback-1952-thread-3-processing-n:127.0.0.1:40164_solr) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bd1a795 name: 
ZooKeeperConnection Watcher:127.0.0.1:43376/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1418203 WARN  
(zkCallback-1952-thread-3-processing-n:127.0.0.1:40164_solr) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 1418205 WARN  
(zkCallback-1951-thread-7-processing-n:127.0.0.1:64208_solr) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@53945542 name: 
ZooKeeperConnection Watcher:127.0.0.1:43376/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1418205 WARN  
(zkCallback-1951-thread-7-processing-n:127.0.0.1:64208_solr) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 1418206 INFO  (jetty-closer-1941-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@6c974d30{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1418207 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1734533022
   [junit4]   2> 1418208 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1418208 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77580de6: rootName = 
solr_40164, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2caa274
   [junit4]   2> 1418208 INFO  (jetty-closer-1941-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@6f2e1948{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1418209 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=309110904
   [junit4]   2> 1418209 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1418209 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4147e87d: rootName = 
solr_64208, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@3549c59b
   [junit4]   2> 1418212 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1418212 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d554a05: rootName = 
solr_40164, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1eddc08f
   [junit4]   2> 1418213 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1418213 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@53a56f1e: rootName = 
solr_64208, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1eddc08f
   [junit4]   2> 1418214 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1418214 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@143a689a: rootName = 
solr_40164, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@56a508bb
   [junit4]   2> 1418215 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1418215 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@43f0cce0: rootName = 
solr_64208, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@56a508bb
   [junit4]   2> 1419394 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1419394 INFO  (jetty-closer-1941-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1419930 INFO  
(zkCallback-1951-thread-11-processing-n:127.0.0.1:64208_solr) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1419931 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1419931 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1419932 INFO  (jetty-closer-1941-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98694375056539654-127.0.0.1:64208_solr-n_0000000000) closing
   [junit4]   2> 1419932 INFO  
(OverseerStateUpdate-98694375056539654-127.0.0.1:64208_solr-n_0000000000) 
[n:127.0.0.1:64208_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:64208_solr
   [junit4]   2> 1419935 ERROR 
(Thread[Thread-3453,5,TGRP-TestImpersonationWithHadoopAuth]) 
[n:127.0.0.1:64208_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1420103 INFO  (jetty-closer-1941-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@8129f18{/solr,null,UNAVAILABLE}
   [junit4]   2> 1420107 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 0x15ea202de930008, 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> 1420896 WARN  
(zkCallback-1952-thread-6-processing-n:127.0.0.1:40164_solr) 
[n:127.0.0.1:40164_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1420896 ERROR 
(Thread[Thread-3454,5,TGRP-TestImpersonationWithHadoopAuth]) 
[n:127.0.0.1:40164_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1420899 INFO  (jetty-closer-1941-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4d7c90a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1420900 ERROR 
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-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> 1420901 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43376 43376
   [junit4]   2> 1422542 INFO  (Thread-3436) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43376 43376
   [junit4]   2> 1422544 WARN  (Thread-3436) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        3       /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>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 
   [junit4]   2> 1422544 INFO  
(SUITE-TestImpersonationWithHadoopAuth-seed#[51193A02B297329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Sep 21, 2017 1:17:51 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Sep 21, 2017 1:18:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=13443, 
name=jetty-launcher-1940-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [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> Sep 21, 2017 1:18:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13443, 
name=jetty-launcher-1940-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 1442794 ERROR (jetty-launcher-1940-thread-1-EventThread) 
[n:127.0.0.1:40164_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> Sep 21, 2017 1:18:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=102, maxDocsPerChunk=3, blockSize=9), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=102, blockSize=9)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-AE, timezone=America/North_Dakota/Center
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=50057056,total=499122176
   [junit4]   2> NOTE: All tests run in this JVM: [TestBulkSchemaConcurrent, 
MinimalSchemaTest, AnalyticsQueryTest, TestHalfAndHalfDocValues, 
TestSolrCloudSnapshots, WrapperMergePolicyFactoryTest, DateFieldTest, 
RollingRestartTest, ShufflingReplicaListTransformerTest, 
UUIDUpdateProcessorFallbackTest, TestLeaderInitiatedRecoveryThread, 
TestOmitPositions, TestStressReorder, DistributedSpellCheckComponentTest, 
BasicDistributedZkTest, TriLevelCompositeIdRoutingTest, 
TestHdfsBackupRestoreCore, TestQueryWrapperFilter, TestCloudRecovery, 
TestMultiValuedNumericRangeQuery, TestManagedResourceStorage, 
ClassificationUpdateProcessorTest, CdcrVersionReplicationTest, TestPullReplica, 
SortByFunctionTest, RemoteQueryErrorTest, TestStressVersions, 
TestEmbeddedSolrServerConstructors, TestQuerySenderListener, 
TestFreeTextSuggestions, NotRequiredUniqueKeyTest, TestGroupingSearch, 
TestClassicSimilarityFactory, QueryElevationComponentTest, SolrJmxReporterTest, 
FieldAnalysisRequestHandlerTest, TestRecoveryHdfs, 
AsyncCallRequestStatusResponseTest, TestReqParamsAPI, 
DistributedVersionInfoTest, TestSlowCompositeReaderWrapper, 
TestShortCircuitedRequests, DeleteShardTest, PeerSyncReplicationTest, 
AddBlockUpdateTest, HLLSerializationTest, DocValuesMissingTest, 
TestSolrConfigHandlerCloud, MigrateRouteKeyTest, HdfsLockFactoryTest, 
BasicAuthIntegrationTest, TestConfigOverlay, AssignBackwardCompatibilityTest, 
OverseerStatusTest, TestTrackingShardHandlerFactory, TestScoreJoinQPScore, 
JSONWriterTest, TestFunctionQuery, MetricsConfigTest, SuggesterTest, 
DistributedSuggestComponentTest, TestOnReconnectListenerSupport, 
TestAtomicUpdateErrorCases, SolrCoreTest, CdcrBootstrapTest, TestCryptoKeys, 
DistributedFacetPivotSmallTest, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=51193A02B297329 
-Dtests.slow=true -Dtests.locale=ar-AE 
-Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=13443, 
name=jetty-launcher-1940-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [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([51193A02B297329]:0)
   [junit4] Completed [212/733 (1!)] on J0 in 40.68s, 10 tests, 1 error, 1 
skipped <<< FAILURES!

[...truncated 2491 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001/init-core-data-001
   [junit4]   2> 49958 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 49959 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 49959 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 49960 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001/tempDir-001
   [junit4]   2> 49960 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 49960 INFO  (Thread-132) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 49960 INFO  (Thread-132) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 49962 ERROR (Thread-132) [    ] 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> 50060 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53192
   [junit4]   2> 50077 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 50077 INFO  (jetty-launcher-135-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 50079 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@670d39a8{/solr,null,AVAILABLE}
   [junit4]   2> 50081 INFO  (jetty-launcher-135-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 50082 INFO  (jetty-launcher-135-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 50085 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7b47f3a9{HTTP/1.1,[http/1.1]}{127.0.0.1:48155}
   [junit4]   2> 50086 INFO  (jetty-launcher-135-thread-1) [    ] 
o.e.j.s.Server Started @52327ms
   [junit4]   2> 50086 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48155}
   [junit4]   2> 50086 ERROR (jetty-launcher-135-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 50086 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 50086 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 50086 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 50086 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T02:05:46.789Z
   [junit4]   2> 50091 INFO  (jetty-launcher-135-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@409f9895{/solr,null,AVAILABLE}
   [junit4]   2> 50092 INFO  (jetty-launcher-135-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2dee9f7d{HTTP/1.1,[http/1.1]}{127.0.0.1:56806}
   [junit4]   2> 50092 INFO  (jetty-launcher-135-thread-3) [    ] 
o.e.j.s.Server Started @52333ms
   [junit4]   2> 50092 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56806}
   [junit4]   2> 50092 ERROR (jetty-launcher-135-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 50093 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 50093 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 50093 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 50093 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T02:05:46.796Z
   [junit4]   2> 50097 INFO  (jetty-launcher-135-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@456dceaf{/solr,null,AVAILABLE}
   [junit4]   2> 50098 INFO  (jetty-launcher-135-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@532a2de7{HTTP/1.1,[http/1.1]}{127.0.0.1:41002}
   [junit4]   2> 50098 INFO  (jetty-launcher-135-thread-2) [    ] 
o.e.j.s.Server Started @52340ms
   [junit4]   2> 50098 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41002}
   [junit4]   2> 50099 ERROR (jetty-launcher-135-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 50099 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 50099 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 50099 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 50099 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T02:05:46.802Z
   [junit4]   2> 50102 INFO  (jetty-launcher-135-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ef3604d{/solr,null,AVAILABLE}
   [junit4]   2> 50103 INFO  (jetty-launcher-135-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2e3f7f3a{HTTP/1.1,[http/1.1]}{127.0.0.1:56194}
   [junit4]   2> 50103 INFO  (jetty-launcher-135-thread-4) [    ] 
o.e.j.s.Server Started @52344ms
   [junit4]   2> 50103 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56194}
   [junit4]   2> 50104 ERROR (jetty-launcher-135-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 50104 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 50104 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 50104 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 50104 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-21T02:05:46.807Z
   [junit4]   2> 50119 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 50138 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 50152 INFO  (jetty-launcher-135-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53192/solr
   [junit4]   2> 50154 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 50162 INFO  (jetty-launcher-135-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53192/solr
   [junit4]   2> 50155 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 50172 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 0x15ea22f0f280001, 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> 50174 INFO  (jetty-launcher-135-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53192/solr
   [junit4]   2> 50179 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 0x15ea22f0f280004, 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> 50180 INFO  (jetty-launcher-135-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53192/solr
   [junit4]   2> 50186 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 0x15ea22f0f280007, 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> 50191 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 0x15ea22f0f280008, 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> 50219 WARN  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 50219 WARN  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 50221 WARN  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 50222 WARN  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 50229 INFO  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 50229 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 50229 INFO  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 50230 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56194_solr
   [junit4]   2> 50231 INFO  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48155_solr
   [junit4]   2> 50231 INFO  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 50231 INFO  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56806_solr
   [junit4]   2> 50232 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.Overseer Overseer 
(id=98694564850171916-127.0.0.1:56194_solr-n_0000000000) starting
   [junit4]   2> 50235 INFO  
(zkCallback-155-thread-1-processing-n:127.0.0.1:41002_solr) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 50247 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 50247 INFO  
(zkCallback-156-thread-1-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 50248 INFO  
(zkCallback-154-thread-1-processing-n:127.0.0.1:56806_solr) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 50248 INFO  
(zkCallback-156-thread-1-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 50258 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 50258 INFO  
(zkCallback-154-thread-1-processing-n:127.0.0.1:56806_solr) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 50285 INFO  
(zkCallback-155-thread-1-processing-n:127.0.0.1:41002_solr) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 50297 INFO  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41002_solr
   [junit4]   2> 50317 INFO  
(zkCallback-154-thread-1-processing-n:127.0.0.1:56806_solr) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 50317 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 50317 INFO  
(zkCallback-156-thread-1-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 50318 INFO  
(zkCallback-155-thread-1-processing-n:127.0.0.1:41002_solr) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 50330 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56194_solr
   [junit4]   2> 50332 INFO  
(zkCallback-154-thread-1-processing-n:127.0.0.1:56806_solr) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 50335 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 50335 INFO  
(zkCallback-156-thread-1-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 50338 INFO  
(zkCallback-155-thread-1-processing-n:127.0.0.1:41002_solr) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 50441 INFO  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48155.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50449 INFO  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56806.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50493 INFO  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41002.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50498 INFO  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48155.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50498 INFO  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48155.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50505 INFO  (jetty-launcher-135-thread-1) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001/tempDir-001/node1/.
   [junit4]   2> 50515 INFO  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56806.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50516 INFO  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56806.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50522 INFO  (jetty-launcher-135-thread-3) 
[n:127.0.0.1:56806_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001/tempDir-001/node4/.
   [junit4]   2> 50556 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50561 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50561 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50561 INFO  (jetty-launcher-135-thread-4) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001/tempDir-001/node3/.
   [junit4]   2> 50567 INFO  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41002.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50567 INFO  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41002.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0e3acf
   [junit4]   2> 50568 INFO  (jetty-launcher-135-thread-2) 
[n:127.0.0.1:41002_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001/tempDir-001/node2/.
   [junit4]   2> 50657 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 50658 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53192/solr ready
   [junit4]   2> 50671 INFO  (qtp281702807-834) [n:127.0.0.1:48155_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 50673 INFO  
(OverseerThreadFactory-518-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1_collection
   [junit4]   2> 50789 INFO  
(OverseerStateUpdate-98694564850171916-127.0.0.1:56194_solr-n_0000000000) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56194/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 50793 INFO  
(OverseerStateUpdate-98694564850171916-127.0.0.1:56194_solr-n_0000000000) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:48155/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 51002 INFO  (qtp346473971-862) [n:127.0.0.1:56194_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 51002 INFO  (qtp281702807-827) [n:127.0.0.1:48155_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 51002 INFO  (qtp346473971-862) [n:127.0.0.1:56194_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 51003 INFO  (qtp281702807-827) [n:127.0.0.1:48155_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 51153 INFO  
(zkCallback-156-thread-1-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 51153 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 51154 INFO  
(zkCallback-157-thread-2-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 51154 INFO  
(zkCallback-156-thread-2-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 52036 INFO  (qtp281702807-827) [n:127.0.0.1:48155_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 52041 INFO  (qtp346473971-862) [n:127.0.0.1:56194_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 52059 INFO  (qtp281702807-827) [n:127.0.0.1:48155_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.IndexSchema 
[collection1_collection_shard2_replica_n2] Schema name=test
   [junit4]   2> 52064 INFO  (qtp346473971-862) [n:127.0.0.1:56194_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 52094 WARN  (qtp281702807-827) [n:127.0.0.1:48155_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 52094 WARN  (qtp281702807-827) [n:127.0.0.1:48155_solr 
c:collection1_collection s:shard2 r:core_node4 x:collection1_co

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

ndexWriter close.
   [junit4]   2> 126338 INFO  (coreCloseExecutor-658-thread-1) 
[n:127.0.0.1:41002_solr c:workQueue s:shard1 r:core_node3 
x:workQueue_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@62bd3445 commitCommandVersion:0
   [junit4]   2> 126356 INFO  
(zkCallback-157-thread-2-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 126357 INFO  (jetty-closer-136-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@456dceaf{/solr,null,UNAVAILABLE}
   [junit4]   2> 126358 INFO  
(zkCallback-156-thread-3-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 126360 INFO  (coreCloseExecutor-657-thread-2) 
[n:127.0.0.1:56194_solr c:mainCorpus s:shard2 r:core_node4 
x:mainCorpus_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.mainCorpus.shard2.leader, tag=1966007045
   [junit4]   2> 126364 INFO  (coreCloseExecutor-660-thread-2) 
[n:127.0.0.1:48155_solr c:workQueue s:shard2 r:core_node4 
x:workQueue_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.workQueue.shard2.leader, tag=1106799262
   [junit4]   2> 126365 INFO  (coreCloseExecutor-660-thread-3) 
[n:127.0.0.1:48155_solr c:destination s:shard1 r:core_node3 
x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.destination.shard1.replica_n1, tag=1781547493
   [junit4]   2> 126365 INFO  (coreCloseExecutor-660-thread-3) 
[n:127.0.0.1:48155_solr c:destination s:shard1 r:core_node3 
x:destination_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@55219faf: rootName = 
solr_48155, domain = solr.core.destination.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.destination.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@71f33384
   [junit4]   2> 126367 INFO  (coreCloseExecutor-657-thread-3) 
[n:127.0.0.1:56194_solr c:destination s:shard2 r:core_node4 
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.destination.shard2.replica_n2, tag=367055133
   [junit4]   2> 126367 INFO  (coreCloseExecutor-657-thread-3) 
[n:127.0.0.1:56194_solr c:destination s:shard2 r:core_node4 
x:destination_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@60ed03d2: rootName = 
solr_56194, domain = solr.core.destination.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.destination.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@2a0bae21
   [junit4]   2> 126407 INFO  (coreCloseExecutor-657-thread-3) 
[n:127.0.0.1:56194_solr c:destination s:shard2 r:core_node4 
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.destination.shard2.leader, tag=367055133
   [junit4]   2> 126407 INFO  (coreCloseExecutor-660-thread-3) 
[n:127.0.0.1:48155_solr c:destination s:shard1 r:core_node3 
x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.destination.shard1.leader, tag=1781547493
   [junit4]   2> 126407 INFO  (coreCloseExecutor-660-thread-1) 
[n:127.0.0.1:48155_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard2.leader, tag=1485564199
   [junit4]   2> 126411 INFO  (jetty-closer-136-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=98694564850171916-127.0.0.1:56194_solr-n_0000000000) closing
   [junit4]   2> 126412 INFO  
(OverseerStateUpdate-98694564850171916-127.0.0.1:56194_solr-n_0000000000) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56194_solr
   [junit4]   2> 126417 WARN  
(zkCallback-156-thread-3-processing-n:127.0.0.1:48155_solr) 
[n:127.0.0.1:48155_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 126419 INFO  (jetty-closer-136-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@670d39a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 128011 WARN  
(zkCallback-157-thread-2-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 128012 INFO  (jetty-closer-136-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2ef3604d{/solr,null,UNAVAILABLE}
   [junit4]   2> 128014 ERROR 
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-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> 128014 INFO  
(SUITE-StreamExpressionTest-seed#[404BBBFC6AEE40FA]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53192 53192
   [junit4]   2> 128186 INFO  (Thread-132) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:53192 53192
   [junit4]   2> 128187 WARN  (Thread-132) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/aliases.json
   [junit4]   2>        72      /solr/clusterprops.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/clusterstate.json
   [junit4]   2>        24      /solr/collections/destination/state.json
   [junit4]   2>        22      /solr/collections/mainCorpus/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      /solr/collections/workQueue/state.json
   [junit4]   2>        20      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        18      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        12      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98694564850171916-127.0.0.1:56194_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/live_nodes
   [junit4]   2>        72      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_404BBBFC6AEE40FA-001
   [junit4]   2> Sep 21, 2017 2:07:04 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=FSTOrd50, join2_s=PostingsFormat(name=MockRandom), 
multiDefault=PostingsFormat(name=MockRandom), 
subject=PostingsFormat(name=MockRandom), a1_s=PostingsFormat(name=MockRandom), 
a2_s=Lucene50(blocksize=128), test_t=Lucene50(blocksize=128), 
level1_s=FSTOrd50, ident_s=PostingsFormat(name=MockRandom), 
body_t=Lucene50(blocksize=128), s_multi=Lucene50(blocksize=128), 
col_s=PostingsFormat(name=MockRandom), a_ss=PostingsFormat(name=Memory), 
level2_s=PostingsFormat(name=Memory), a_s=Lucene50(blocksize=128), 
a_t=PostingsFormat(name=Memory), side_s=Lucene50(blocksize=128), id=FSTOrd50, 
text=Lucene50(blocksize=128)}, 
docValues:{expr_s=DocValuesFormat(name=Lucene70), 
join2_s=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Direct), 
price_f=DocValuesFormat(name=Direct), a1_s=DocValuesFormat(name=Direct), 
join1_i=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Direct), 
a2_s=DocValuesFormat(name=Memory), a_i=DocValuesFormat(name=Lucene70), 
join3_i=DocValuesFormat(name=Memory), test_i=DocValuesFormat(name=Direct), 
field_i=DocValuesFormat(name=Direct), level1_s=DocValuesFormat(name=Lucene70), 
s_multi=DocValuesFormat(name=Memory), col_s=DocValuesFormat(name=Direct), 
a_ss=DocValuesFormat(name=Asserting), level2_s=DocValuesFormat(name=Asserting), 
a_s=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Asserting), 
i_multi=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Direct), 
test_dt=DocValuesFormat(name=Lucene70), ident_s=DocValuesFormat(name=Direct), 
order_i=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Memory), 
miles_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=2025, 
maxMBSortInHeap=5.76569721370624, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-SD, timezone=Australia/West
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=110424592,total=325058560
   [junit4]   2> NOTE: All tests run in this JVM: [TestHash, SolrZkClientTest, 
TestConfigSetAdminRequest, TestBatchUpdate, JsonValidatorTest, JDBCStreamTest, 
ArcTangentEvaluatorTest, FieldAnalysisResponseTest, 
StreamExpressionToExplanationTest, OperationsTest, 
GreaterThanEqualToEvaluatorTest, AscEvaluatorTest, TestCoreAdmin, 
TestEmbeddedSolrServer, TangentEvaluatorTest, HttpSolrClientConPoolTest, 
ArcCosineEvaluatorTest, LBHttpSolrClientBuilderTest, CoalesceEvaluatorTest, 
CloudSolrClientCacheTest, TestV2Request, JettyWebappTest, 
RawValueEvaluatorTest, JdbcDriverTest, LessThanEqualToEvaluatorTest, 
UniformDistributionEvaluatorTest, CubedRootEvaluatorTest, StreamExpressionTest]
   [junit4] Completed [88/145 (1!)] on J0 in 78.52s, 110 tests, 1 error, 9 
skipped <<< FAILURES!

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

Reply via email to