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

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_144) - Build # 249 - Still Unstable!

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

3 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=10274, name=jetty-launcher-1476-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=10274, name=jetty-launcher-1476-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([1C7F4A63D0B982AC]:0)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:40393/seb/hu/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:40393/seb/hu/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([1C7F4A63D0B982AC:942B75B97E45EF54]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:35721/z_n/ei/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:35721/z_n/ei/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([1C7F4A63D0B982AC:FAE87EA3E93B7BCD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11556 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1C7F4A63D0B982AC-001/init-core-data-001
   [junit4]   2> 1039169 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1039171 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1039171 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1039187 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1C7F4A63D0B982AC-001/tempDir-001
   [junit4]   2> 1039187 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1039187 INFO  (Thread-3022) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1039187 INFO  (Thread-3022) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1039188 ERROR (Thread-3022) [    ] 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> 1039287 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45401
   [junit4]   2> 1039292 INFO  (jetty-launcher-1476-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1039292 INFO  (jetty-launcher-1476-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1039293 INFO  (jetty-launcher-1476-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ac5a4e1{/solr,null,AVAILABLE}
   [junit4]   2> 1039293 INFO  (jetty-launcher-1476-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a68303f{/solr,null,AVAILABLE}
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@127d0696{HTTP/1.1,[http/1.1]}{127.0.0.1:46115}
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e2713{HTTP/1.1,[http/1.1]}{127.0.0.1:40717}
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.e.j.s.Server Started @1042919ms
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.e.j.s.Server Started @1042919ms
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46115}
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40717}
   [junit4]   2> 1039294 ERROR (jetty-launcher-1476-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1039294 ERROR (jetty-launcher-1476-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-12T22:22:10.544Z
   [junit4]   2> 1039294 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-12T22:22:10.544Z
   [junit4]   2> 1039297 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1039297 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1039305 INFO  (jetty-launcher-1476-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45401/solr
   [junit4]   2> 1039305 INFO  (jetty-launcher-1476-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45401/solr
   [junit4]   2> 1039306 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 0x15dd88a54060004, 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> 1039354 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1039354 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46115_solr
   [junit4]   2> 1039354 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.Overseer Overseer (id=98472855498784774-127.0.0.1:46115_solr-n_0000000000) starting
   [junit4]   2> 1039359 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46115_solr
   [junit4]   2> 1039359 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:46115_solr) [n:127.0.0.1:46115_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1039365 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1039365 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1039366 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40717_solr
   [junit4]   2> 1039367 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:46115_solr) [n:127.0.0.1:46115_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1039370 INFO  (zkCallback-1487-thread-1-processing-n:127.0.0.1:40717_solr) [n:127.0.0.1:40717_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1039385 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 1039387 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_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=jenkins, 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=localhost.localdomain,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 1039390 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1039394 INFO  (jetty-launcher-1476-thread-2-EventThread) [n:127.0.0.1:46115_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1039409 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 1039409 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_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=jenkins, 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=localhost.localdomain,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 1039410 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1039410 INFO  (jetty-launcher-1476-thread-1-EventThread) [n:127.0.0.1:40717_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1039420 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 1039465 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40717.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c8a2d87
   [junit4]   2> 1039468 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40717.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c8a2d87
   [junit4]   2> 1039468 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40717.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c8a2d87
   [junit4]   2> 1039469 INFO  (jetty-launcher-1476-thread-1) [n:127.0.0.1:40717_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1C7F4A63D0B982AC-001/tempDir-001/node1/.
   [junit4]   2> 1040400 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 1040420 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46115.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c8a2d87
   [junit4]   2> 1040423 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46115.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c8a2d87
   [junit4]   2> 1040423 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46115.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c8a2d87
   [junit4]   2> 1040424 INFO  (jetty-launcher-1476-thread-2) [n:127.0.0.1:46115_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1C7F4A63D0B982AC-001/tempDir-001/node2/.
   [junit4]   2> 1040437 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1040437 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45401/solr ready
   [junit4]   2> 1040475 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 1040482 INFO  (qtp434198976-10234) [n:127.0.0.1:40717_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> 1040482 INFO  (qtp434198976-10234) [n:127.0.0.1:40717_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> 1040483 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=simple-dt&e=1502612531731&s=t6TIgfxXLWfu9GSm1sTLUYrGlJQ="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:11 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:11 GMT
   [junit4]   2> 1040483 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 1040513 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 1040517 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=simple-dt&e=1502612531764&s=rprrDa6gKyEdfZPHHug1yPex+h8="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:11 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:11 GMT
   [junit4]   2> 1040517 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 1040554 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1055570 WARN  (jetty-launcher-1476-thread-1-SendThread(127.0.0.1:45401)) [n:127.0.0.1:40717_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15165ms for sessionid 0x15dd88a54060008
   [junit4]   2> 1055570 WARN  (jetty-launcher-1476-thread-1-SendThread(127.0.0.1:45401)) [n:127.0.0.1:40717_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 16100ms for sessionid 0x15dd88a54060005
   [junit4]   2> 1055570 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 0x15dd88a54060008, 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> 1055570 WARN  (jetty-launcher-1476-thread-2-SendThread(127.0.0.1:45401)) [n:127.0.0.1:46115_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15146ms for sessionid 0x15dd88a54060006
   [junit4]   2> 1055571 WARN  (jetty-launcher-1476-thread-2-SendThread(127.0.0.1:45401)) [n:127.0.0.1:46115_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15165ms for sessionid 0x15dd88a54060007
   [junit4]   2> 1055571 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 0x15dd88a54060005, 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> 1055571 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 0x15dd88a54060007, 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> 1055572 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 0x15dd88a54060006, 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> 1055577 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=simple-dt&e=1502612531805&s=lsj9tGlHJMmPHGAMi1xysk6k1ik="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:11 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:11 GMT
   [junit4]   2> 1055577 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1055609 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 1055620 WARN  (qtp434198976-10226) [    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: ‘bar’: no such user
   [junit4]   2> 
   [junit4]   2> 1055621 WARN  (qtp434198976-10226) [    ] o.a.h.s.UserGroupInformation No groups available for user bar
   [junit4]   2> 1055623 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bogusGroup&p=bogusGroup&t=simple-dt&e=1502612546861&s=OFOiTA754pSIEOsI5tP9tkCKwiw="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:26 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:26 GMT
   [junit4]   2> 1055623 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 1055650 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1055652 INFO  (qtp434198976-10230) [n:127.0.0.1:40717_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> 1055652 INFO  (qtp434198976-10230) [n:127.0.0.1:40717_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> 1055652 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=simple-dt&e=1502612546901&s=h/HoopHEBU9ocCFmsoljgm9w5IQ="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:26 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:26 GMT
   [junit4]   2> 1055652 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1055672 WARN  (zkCallback-1487-thread-1-processing-n:127.0.0.1:40717_solr) [n:127.0.0.1:40717_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5542ab1 name: ZooKeeperConnection Watcher:127.0.0.1:45401/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1055672 WARN  (zkCallback-1487-thread-1-processing-n:127.0.0.1:40717_solr) [n:127.0.0.1:40717_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1055673 WARN  (zkCallback-1488-thread-1-processing-n:127.0.0.1:46115_solr) [n:127.0.0.1:46115_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d993430 name: ZooKeeperConnection Watcher:127.0.0.1:45401/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1055673 WARN  (zkCallback-1488-thread-1-processing-n:127.0.0.1:46115_solr) [n:127.0.0.1:46115_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1055674 WARN  (zkCallback-1494-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9cd65e3 name: ZooKeeperConnection Watcher:127.0.0.1:45401/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1055674 WARN  (zkCallback-1494-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1055681 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1055685 INFO  (qtp434198976-10230) [n:127.0.0.1:40717_solr    ] 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:191)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2> 	at org.apache.solr.security.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:447)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1055685 WARN  (qtp434198976-10230) [n:127.0.0.1:40717_solr    ] o.e.j.s.ServletHandler /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request authentication, 
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:453)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:191)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2> 	at org.apache.solr.security.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:447)
   [junit4]   2> 	... 26 more
   [junit4]   2> 1055687 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 1055715 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1055717 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=simple-dt&e=1502612546966&s=xOGCDkZ4SDx2OqNhlhkYGSc835U="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:26 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:26 GMT
   [junit4]   2> 1055718 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4] IGNOR/A 0.00s J2 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 1055747 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1055750 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=simple-dt&e=1502612546998&s=ypp8XunlFM4nhtbarhLDE2E44yk="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:26 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:26 GMT
   [junit4]   2> 1055750 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1055779 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 1055781 INFO  (qtp434198976-10236) [n:127.0.0.1:40717_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> 1055781 INFO  (qtp434198976-10236) [n:127.0.0.1:40717_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> 1055781 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[1C7F4A63D0B982AC]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=simple-dt&e=1502612547031&s=mGHLSv4X0AJFQ0J2Rp3331gIbFw="; Domain=127.0.0.1; Expires= , 13-   -2017 08:22:27 GMT; HttpOnly". Invalid 'expires' attribute: , 13- -2017 08:22:27 GMT
   [junit4]   2> 1055782 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 1056749 WARN  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker-SendThread(127.0.0.1:45401)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x15dd88a5406000a has expired
   [junit4]   2> 1056749 WARN  (zkCallback-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9cd65e3 name: ZooKeeperConnection Watcher:127.0.0.1:45401/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1056749 WARN  (zkCallback-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1056749 WARN  (zkCallback-1494-thread-4) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1056750 INFO  (zkCallback-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1056851 ERROR (zkCallback-1494-thread-4) [    ] o.a.s.c.c.ZkStateReader A ZK error has occurred
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:384)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:168)
   [junit4]   2> 	at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:57)
   [junit4]   2> 	at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:142)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1056851 ERROR (zkCallback-1494-thread-4) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper failed:org.apache.solr.common.cloud.ZooKeeperException: A ZK error has occurred
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.ConnectionManager$1.update(ConnectionManager.java:168)
   [junit4]   2> 	at org.apache.solr.common.cloud.DefaultConnectionStrategy.reconnect(DefaultConnectionStrategy.java:57)
   [junit4]   2> 	at org.apache.solr.common.cloud.ConnectionManager.process(ConnectionManager.java:142)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:384)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$1.command(ZkStateReader.java:241)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 1056851 WARN  (zkCallback-1494-thread-4) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnect to ZooKeeper failed
   [junit4]   2> 1056852 INFO  (zkCallback-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 1056853 INFO  (jetty-closer-1477-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e2713{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1056853 INFO  (jetty-closer-1477-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@127d0696{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1056854 INFO  (jetty-closer-1477-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1309180121
   [junit4]   2> 1056854 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=207188208
   [junit4]   2> 1056855 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1056855 INFO  (jetty-closer-1477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1056856 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1056857 INFO  (jetty-closer-1477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1056858 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1056858 INFO  (jetty-closer-1477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1056881 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1056881 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1056881 INFO  (jetty-closer-1477-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98472855498784774-127.0.0.1:46115_solr-n_0000000000) closing
   [junit4]   2> 1056882 INFO  (OverseerStateUpdate-98472855498784774-127.0.0.1:46115_solr-n_0000000000) [n:127.0.0.1:46115_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46115_solr
   [junit4]   2> 1056882 INFO  (OverseerCollectionConfigSetProcessor-98472855498784774-127.0.0.1:46115_solr-n_0000000000) [n:127.0.0.1:46115_solr    ] o.a.s.c.OverseerTaskProcessor According to ZK I (id=98472855498784774-127.0.0.1:46115_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 1056883 WARN  (zkCallback-1488-thread-5-processing-n:127.0.0.1:46115_solr) [n:127.0.0.1:46115_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1056883 ERROR (Thread[Thread-3042,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:46115_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1057133 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 0x15dd88a54060007, 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> 1057133 INFO  (jetty-closer-1477-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a68303f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1057597 INFO  (jetty-launcher-1476-thread-1-EventThread) [n:127.0.0.1:40717_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 1057603 INFO  (zkCallback-1487-thread-5-processing-n:127.0.0.1:40717_solr) [n:127.0.0.1:40717_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40717_solr
   [junit4]   2> 1057603 INFO  (zkCallback-1487-thread-3-processing-n:127.0.0.1:40717_solr) [n:127.0.0.1:40717_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1057603 INFO  (jetty-closer-1477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1057603 INFO  (jetty-closer-1477-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1059104 WARN  (zkCallback-1487-thread-3-processing-n:127.0.0.1:40717_solr) [n:127.0.0.1:40717_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1059104 ERROR (Thread[Thread-3039,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:40717_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1059107 INFO  (jetty-closer-1477-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ac5a4e1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1059107 ERROR (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-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> 1059108 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45401 45401
   [junit4]   2> 1064143 INFO  (Thread-3022) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45401 45401
   [junit4]   2> 1064144 WARN  (Thread-3022) [    ] 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> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [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> 
   [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/ZKDTSMMasterKeyRoot
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1064144 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Aug 12, 2017 10:22:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Aug 12, 2017 10:22:55 PM 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=10274, name=jetty-launcher-1476-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> Aug 12, 2017 10:22:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10274, name=jetty-launcher-1476-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 1084305 ERROR (jetty-launcher-1476-thread-1-EventThread) [n:127.0.0.1:40717_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> Aug 12, 2017 10:22:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=ar-DZ, timezone=Canada/Atlantic
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=188944248,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [BlockCacheTest, RemoteQueryErrorTest, DirectUpdateHandlerOptimizeTest, BJQParserTest, BasicDistributedZk2Test, TestSolrCloudWithDelegationTokens, TermsComponentTest, TestSolrXml, TestDFRSimilarityFactory, URLClassifyProcessorTest, TestLRUStatsCache, PingRequestHandlerTest, TestReversedWildcardFilterFactory, TestManagedResourceStorage, TestSegmentSorting, SimplePostToolTest, TestTlogReplica, ZkStateReaderTest, DistribJoinFromCollectionTest, RegexBoostProcessorTest, SolrTestCaseJ4Test, SuggesterFSTTest, TestDistributedMissingSort, TestPushWriter, ClusterStateTest, TestManagedSchemaAPI, SecurityConfHandlerTest, SparseHLLTest, TestSuggestSpellingConverter, FastVectorHighlighterTest, TestCloudPivotFacet, SimpleFacetsTest, TestStressReorder, TestConfigOverlay, TestGraphTermsQParserPlugin, TestNamedUpdateProcessors, CollectionReloadTest, TestIntervalFaceting, TestRecovery, TestSolrCoreProperties, TestUseDocValuesAsStored2, TestLeaderInitiatedRecoveryThread, DistanceUnitsTest, ConfigSetsAPITest, TestTolerantSearch, SuggestComponentTest, NotRequiredUniqueKeyTest, TestBinaryResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest, TestPayloadCheckQParserPlugin, SuggesterTest, TestUninvertingReader, TestReload, RequiredFieldsTest, TestUniqueKeyFieldResource, TestLegacyNumericRangeQueryBuilder, ChangedSchemaMergeTest, DistributedQueryComponentCustomSortTest, TestFastWriter, TestMiniSolrCloudClusterSSL, TestPerFieldSimilarityWithDefaultOverride, TestLegacyFieldCache, StatsComponentTest, SolrMetricsIntegrationTest, TestJmxIntegration, CollectionsAPIAsyncDistributedZkTest, PathHierarchyTokenizerFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, SortByFunctionTest, TestDynamicLoading, TestMacros, SearchHandlerTest, XsltUpdateRequestHandlerTest, TestGroupingSearch, DocValuesMissingTest, LeaderElectionContextKeyTest, TestJettySolrRunner, TestDistribDocBasedVersion, DirectUpdateHandlerTest, TestPullReplica, TestNumericRangeQuery32, CdcrVersionReplicationTest, PrimitiveFieldTypeTest, AutoCommitTest, TestHttpShardHandlerFactory, TestTrie, MultiTermTest, PreAnalyzedFieldManagedSchemaCloudTest, DateMathParserTest, TestLFUCache, TestCoreAdminApis, PolyFieldTest, TestStressCloudBlindAtomicUpdates, CoreAdminCreateDiscoverTest, TestSimpleQParserPlugin, TestLMJelinekMercerSimilarityFactory, DistributedFacetExistsSmallTest, HdfsRecoveryZkTest, TestFieldTypeResource, HardAutoCommitTest, TestManagedSynonymGraphFilterFactory, HdfsCollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, RequestLoggingTest, TestSlowCompositeReaderWrapper, PKIAuthenticationIntegrationTest, TermVectorComponentDistributedTest, HttpSolrCallGetCoreTest, UtilsToolTest, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=1C7F4A63D0B982AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-DZ -Dtests.timezone=Canada/Atlantic -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | 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=10274, name=jetty-launcher-1476-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([1C7F4A63D0B982AC]:0)
   [junit4] Completed [241/728 (1!)] on J2 in 45.15s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 10 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> 1060221 INFO  (SUITE-HttpPartitionTest-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/init-core-data-001
   [junit4]   2> 1060221 WARN  (SUITE-HttpPartitionTest-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 1060222 INFO  (SUITE-HttpPartitionTest-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1060223 INFO  (SUITE-HttpPartitionTest-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1060223 INFO  (SUITE-HttpPartitionTest-seed#[1C7F4A63D0B982AC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /seb/hu
   [junit4]   2> 1060225 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1060225 INFO  (Thread-2055) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1060225 INFO  (Thread-2055) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1060228 ERROR (Thread-2055) [    ] 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> 1060325 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.ZkTestServer start zk server on port:44569
   [junit4]   2> 1060336 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1060338 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1060339 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1060340 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1060341 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1060342 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1060343 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1060344 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1060345 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1060346 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1060347 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1060348 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 1060419 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1060420 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29bad96f{/seb/hu,null,AVAILABLE}
   [junit4]   2> 1060421 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e80241b{HTTP/1.1,[http/1.1]}{127.0.0.1:44427}
   [junit4]   2> 1060421 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.e.j.s.Server Started @1061946ms
   [junit4]   2> 1060421 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/tempDir-001/control/data, replicaType=NRT, hostContext=/seb/hu, hostPort=38891, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/control-001/cores}
   [junit4]   2> 1060421 ERROR (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1060421 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 1060422 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1060422 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1060422 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-12T22:22:29.570Z
   [junit4]   2> 1060423 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1060423 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/control-001/solr.xml
   [junit4]   2> 1060426 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@463923bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1060428 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44569/solr
   [junit4]   2> 1060457 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1060457 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38891_seb%2Fhu
   [junit4]   2> 1060457 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.Overseer Overseer (id=98472856739774468-127.0.0.1:38891_seb%2Fhu-n_0000000000) starting
   [junit4]   2> 1060460 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38891_seb%2Fhu
   [junit4]   2> 1060461 INFO  (zkCallback-1384-thread-1-processing-n:127.0.0.1:38891_seb%2Fhu) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1060520 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@463923bf
   [junit4]   2> 1060524 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@463923bf
   [junit4]   2> 1060524 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@463923bf
   [junit4]   2> 1060526 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/control-001/cores
   [junit4]   2> 1060545 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1060545 INFO  (TEST-HttpPartitionTest.test-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44569/solr ready
   [junit4]   2> 1060545 INFO  (SocketProxy-Acceptor-38891) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57432,localport=38891], receiveBufferSize:531000
   [junit4]   2> 1060546 INFO  (SocketProxy-Acceptor-38891) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44427,localport=60642], receiveBufferSize=530904
   [junit4]   2> 1060546 INFO  (qtp2010644591-8433) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38891_seb%252Fhu&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1060547 INFO  (OverseerThreadFactory-3947-thread-1-processing-n:127.0.0.1:38891_seb%2Fhu) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1060650 INFO  (SocketProxy-Acceptor-38891) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57436,localport=38891], receiveBufferSize:531000
   [junit4]   2> 1060651 INFO  (SocketProxy-Acceptor-38891) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44427,localport=60646], receiveBufferSize=530904
   [junit4]   2> 1060651 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1060651 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1060755 INFO  (zkCallback-1384-thread-1-processing-n:127.0.0.1:38891_seb%2Fhu) [n:127.0.0.1:38891_seb%2Fhu    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1061662 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1061670 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1061730 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1061741 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1061741 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@463923bf
   [junit4]   2> 1061742 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1061742 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_1C7F4A63D0B982AC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1061743 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=97.4443359375, floorSegmentMB=1.8154296875, forceMergeDeletesPctAllowed=23.998820493936304, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1061745 WARN  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1061772 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1061772 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1061780 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1061780 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1061781 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1433790817, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1061781 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e178df5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1061782 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1061782 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1061783 INFO  (qtp2010644591-8439) [n:127.0.0.1:38891_seb%2Fhu c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1061783 INFO  (qtp2010644591-84

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

 o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1899648 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b753c4f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1899648 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12f3268b{/z_n/ei,null,UNAVAILABLE}
   [junit4]   2> 1899649 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] 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> 1899651 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38281 38281
   [junit4]   2> 1910438 INFO  (Thread-3422) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38281 38281
   [junit4]   2> 1910442 WARN  (Thread-3422) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/forceleader_test_collection/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98472907448254473-127.0.0.1:38469_z_n%2Fei-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1910442 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.SocketProxy Closing 18 connections to: http://127.0.0.1:35721/z_n/ei, target: http://127.0.0.1:45775/z_n/ei
   [junit4]   2> 1910442 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:36547/z_n/ei, target: http://127.0.0.1:36449/z_n/ei
   [junit4]   2> 1910442 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:38295/z_n/ei, target: http://127.0.0.1:42705/z_n/ei
   [junit4]   2> 1910442 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[1C7F4A63D0B982AC]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:38469/z_n/ei, target: http://127.0.0.1:36677/z_n/ei
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=1C7F4A63D0B982AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=Etc/GMT-11 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 76.5s J1 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:35721/z_n/ei/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1C7F4A63D0B982AC:FAE87EA3E93B7BCD]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_1C7F4A63D0B982AC-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-AE, timezone=Etc/GMT-11
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=31682824,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [TestOverriddenPrefixQueryForCustomFieldType, TestStressVersions, V2StandaloneTest, ConvertedLegacyTest, SolrCLIZkUtilsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, BooleanFieldTest, TestCursorMarkWithoutUniqueKey, TestInitQParser, AlternateDirectoryTest, MergeStrategyTest, BlobRepositoryCloudTest, TestFieldTypeCollectionResource, TestQueryWrapperFilter, TestStressRecovery, TestFiltering, AddSchemaFieldsUpdateProcessorFactoryTest, AnalysisErrorHandlingTest, DistribDocExpirationUpdateProcessorTest, HdfsSyncSliceTest, TestNonDefinedSimilarityFactory, DirectSolrSpellCheckerTest, SpatialFilterTest, BufferStoreTest, TestLegacyFieldReuse, BlockJoinFacetRandomTest, TestHashPartitioner, DistributedExpandComponentTest, ShardRoutingTest, DisMaxRequestHandlerTest, TestSweetSpotSimilarityFactory, TestReplicationHandlerBackup, TestFuzzyAnalyzedSuggestions, TestRandomFlRTGCloud, CdcrBootstrapTest, TestDefaultStatsCache, AnalyticsQueryTest, TestManagedResource, TestSearchPerf, TestSizeLimitedDistributedMap, BigEndianAscendingWordDeserializerTest, RecoveryAfterSoftCommitTest, TestLockTree, MoveReplicaHDFSUlogDirTest, SolrCmdDistributorTest, SimpleMLTQParserTest, DistributedSuggestComponentTest, TestDelegationWithHadoopAuth, TestCoreContainer, TestConfigSetsAPIExclusivity, DateRangeFieldTest, SolrCloudReportersTest, HLLUtilTest, HdfsBasicDistributedZk2Test, TestSchemaResource, SystemInfoHandlerTest, MoreLikeThisHandlerTest, TestHighFrequencyDictionaryFactory, OpenCloseCoreStressTest, DocValuesMultiTest, CollectionTooManyReplicasTest, TestPointFields, TestBulkSchemaAPI, ConfigureRecoveryStrategyTest, DistanceFunctionTest, TestUseDocValuesAsStored, ActionThrottleTest, TestNumericTokenStream, TestMacroExpander, JsonLoaderTest, TestDeleteCollectionOnDownNodes, HdfsUnloadDistributedZkTest, TestSolrCoreSnapshots, TestValueSourceCache, TestManagedSchema, TestLeaderElectionZkExpiry, ZkCLITest, DistributedVersionInfoTest, LukeRequestHandlerTest, TestCustomStream, ChaosMonkeySafeLeaderTest, DistributedIntervalFacetingTest, TestMissingGroups, HdfsChaosMonkeySafeLeaderTest, TestCloudRecovery, TestSolr4Spatial2, SolrMetricReporterTest, TestExclusionRuleCollectionAccess, TestElisionMultitermQuery, TestReplicaProperties, TestDynamicFieldResource, CoreMergeIndexesAdminHandlerTest, OverseerCollectionConfigSetProcessorTest, TestLRUCache, NoCacheHeaderTest, TestPartialUpdateDeduplication, TestInfoStreamLogging, TestExportWriter, IndexSchemaRuntimeFieldTest, PrimUtilsTest, TestComplexPhraseQParserPlugin, CloudExitableDirectoryReaderTest, ImplicitSnitchTest, SpellCheckComponentTest, TestBlobHandler, CoreAdminHandlerTest, DOMUtilTest, TestCloudNestedDocsSort, TestAddFieldRealTimeGet, BadComponentTest, TestConfigsApi, TestExceedMaxTermLength, SmileWriterTest, ClusterStateUpdateTest, SSLMigrationTest, TestSortByMinMaxFunction, TestRawTransformer, ReplicaListTransformerTest, TestSolrConfigHandler, TestUpdate, HttpPartitionTest, CollectionsAPIDistributedZkTest, SyncSliceTest, TestReplicationHandler, ZkSolrClientTest, TestRandomDVFaceting, TestDistributedGrouping, ZkControllerTest, DistributedTermsComponentTest, PeerSyncTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, TestSolrQueryParser, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, SampleTest, MinimalSchemaTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, ResourceLoaderTest, TestFastLRUCache, TestSystemIdResolver, DateFieldTest, RAMDirectoryFactoryTest, TestUtils, SliceStateTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, AssignTest, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest, DocValuesNotIndexedTest, ForceLeaderTest]
   [junit4] Completed [429/728 (3!)] on J1 in 145.41s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 44380 lines...]