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/10/29 21:13:28 UTC

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 265 - Unstable!

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

4 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDocAbsent

Error Message:
Did not find the expected number of groups for field intGSF expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: Did not find the expected number of groups for field intGSF expected:<4> but was:<3>
	at __randomizedtesting.SeedInfo.seed([8BA3FF789738179E:551424F07269575B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDocAbsent(DocValuesNotIndexedTest.java:305)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8BA3FF789738179E:54C35EA95C1F743B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">5</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
	... 41 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8BA3FF789738179E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8BA3FF789738179E]:0)




Build Log:
[...truncated 12501 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/init-core-data-001
   [junit4]   2> 2007798 WARN  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2007805 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2007806 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2007806 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2007807 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001
   [junit4]   2> 2007807 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2007808 INFO  (Thread-4275) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2007808 INFO  (Thread-4275) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2007809 ERROR (Thread-4275) [    ] 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> 2007908 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42708
   [junit4]   2> 2008012 INFO  (jetty-launcher-1942-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2008012 INFO  (jetty-launcher-1942-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2008014 INFO  (jetty-launcher-1942-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17b3be98{/solr,null,AVAILABLE}
   [junit4]   2> 2008014 INFO  (jetty-launcher-1942-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65bed724{/solr,null,AVAILABLE}
   [junit4]   2> 2008014 INFO  (jetty-launcher-1942-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1910497a{HTTP/1.1,[http/1.1]}{127.0.0.1:40539}
   [junit4]   2> 2008014 INFO  (jetty-launcher-1942-thread-1) [    ] o.e.j.s.Server Started @2010099ms
   [junit4]   2> 2008014 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40539}
   [junit4]   2> 2008015 ERROR (jetty-launcher-1942-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2008015 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2008015 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2008015 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2008015 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T20:37:49.670Z
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@111bdc14{HTTP/1.1,[http/1.1]}{127.0.0.1:40833}
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.e.j.s.Server Started @2010107ms
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40833}
   [junit4]   2> 2008022 ERROR (jetty-launcher-1942-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2008022 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T20:37:49.677Z
   [junit4]   2> 2008025 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2008026 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2008039 INFO  (jetty-launcher-1942-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42708/solr
   [junit4]   2> 2008050 INFO  (jetty-launcher-1942-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42708/solr
   [junit4]   2> 2008652 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2008662 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40539_solr
   [junit4]   2> 2008664 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.c.Overseer Overseer (id=98914105390792708-127.0.0.1:40539_solr-n_0000000000) starting
   [junit4]   2> 2008685 INFO  (jetty-launcher-1942-thread-2) [n:127.0.0.1:40833_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2008693 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40539_solr
   [junit4]   2> 2008694 INFO  (jetty-launcher-1942-thread-2) [n:127.0.0.1:40833_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40833_solr
   [junit4]   2> 2008704 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2008715 INFO  (OverseerStateUpdate-98914105390792708-127.0.0.1:40539_solr-n_0000000000) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2009000 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2009034 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2009034 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2009035 INFO  (jetty-launcher-1942-thread-1) [n:127.0.0.1:40539_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/.
   [junit4]   2> 2009104 INFO  (jetty-launcher-1942-thread-2) [n:127.0.0.1:40833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2009119 INFO  (jetty-launcher-1942-thread-2) [n:127.0.0.1:40833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2009119 INFO  (jetty-launcher-1942-thread-2) [n:127.0.0.1:40833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2009120 INFO  (jetty-launcher-1942-thread-2) [n:127.0.0.1:40833_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node2/.
   [junit4]   2> 2009170 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 0x15f69dad3180007, 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> 2009172 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2009194 INFO  (SUITE-DocValuesNotIndexedTest-seed#[8BA3FF789738179E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42708/solr ready
   [junit4]   2> 2009258 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2009285 INFO  (OverseerThreadFactory-5018-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 2009409 INFO  (OverseerStateUpdate-98914105390792708-127.0.0.1:40539_solr-n_0000000000) [n:127.0.0.1:40539_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40539/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009411 INFO  (OverseerStateUpdate-98914105390792708-127.0.0.1:40539_solr-n_0000000000) [n:127.0.0.1:40539_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40833/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009412 INFO  (OverseerStateUpdate-98914105390792708-127.0.0.1:40539_solr-n_0000000000) [n:127.0.0.1:40539_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40539/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009422 INFO  (OverseerStateUpdate-98914105390792708-127.0.0.1:40539_solr-n_0000000000) [n:127.0.0.1:40539_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40833/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009642 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n3&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009642 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009642 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2009642 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2009652 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009654 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2009778 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2009778 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2009778 INFO  (zkCallback-1955-thread-3-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2009779 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2009780 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2010702 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2010709 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n3] Schema name=minimal
   [junit4]   2> 2010712 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2010712 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n3' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2010713 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.core.dv_coll.shard3.replica_n3' (registry 'solr.core.dv_coll.shard3.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2010713 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010713 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/dv_coll_shard3_replica_n3], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/./dv_coll_shard3_replica_n3/data/]
   [junit4]   2> 2010731 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2010745 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n4] Schema name=minimal
   [junit4]   2> 2010747 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2010747 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n4' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2010747 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.core.dv_coll.shard4.replica_n4' (registry 'solr.core.dv_coll.shard4.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2010748 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010748 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node2/dv_coll_shard4_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node2/./dv_coll_shard4_replica_n4/data/]
   [junit4]   2> 2010759 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2010807 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2010809 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2010809 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2010810 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40833.solr.core.dv_coll.shard2.replica_n2' (registry 'solr.core.dv_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2010810 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010810 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node2/dv_coll_shard2_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node2/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 2010837 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2010837 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2010838 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2010838 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2010839 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@173f5a1[dv_coll_shard4_replica_n4] main]
   [junit4]   2> 2010842 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2010851 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2010854 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2010854 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2010854 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2010854 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2010854 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/dv_coll_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 2010861 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2010886 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2010886 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2010889 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2010890 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2010890 INFO  (searcherExecutor-5024-thread-1-processing-n:127.0.0.1:40833_solr x:dv_coll_shard4_replica_n4 s:shard4 c:dv_coll r:core_node8) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SolrCore [dv_coll_shard4_replica_n4] Registered new searcher Searcher@173f5a1[dv_coll_shard4_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2010890 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582625689483345920
   [junit4]   2> 2010904 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2010904 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2010904 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40833/solr/dv_coll_shard4_replica_n4/
   [junit4]   2> 2010904 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2010904 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SyncStrategy http://127.0.0.1:40833/solr/dv_coll_shard4_replica_n4/ has no replicas
   [junit4]   2> 2010904 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2010908 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40833/solr/dv_coll_shard4_replica_n4/ shard4
   [junit4]   2> 2010918 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2010918 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2010925 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2010925 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2010926 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2010926 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2010927 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@527adb0f[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 2010927 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2010927 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2010928 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2010928 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@35478e95[dv_coll_shard3_replica_n3] main]
   [junit4]   2> 2010929 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2010929 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2010930 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2010930 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2010931 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582625689526337536
   [junit4]   2> 2010935 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2010935 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2010935 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40833/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 2010935 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2010935 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:40833/solr/dv_coll_shard2_replica_n2/ has no replicas
   [junit4]   2> 2010935 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2010939 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2010939 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2010940 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2010940 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2010944 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40833/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 2010950 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d76955a[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2010951 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2010952 INFO  (searcherExecutor-5025-thread-1-processing-n:127.0.0.1:40833_solr x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node6) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] Registered new searcher Searcher@527adb0f[dv_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2010952 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2010952 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2010957 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2010961 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2010962 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2010962 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2010962 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2010963 INFO  (searcherExecutor-5030-thread-1-processing-n:127.0.0.1:40539_solr x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node5) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@1d76955a[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2010963 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582625689559891968
   [junit4]   2> 2010967 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2010970 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2010970 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2010970 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40539/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 2010970 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2010970 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40539/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 2010970 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2010971 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2010972 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582625689569329152
   [junit4]   2> 2010976 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40539/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 2010980 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2010980 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2010980 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/
   [junit4]   2> 2010980 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2010980 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SyncStrategy http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/ has no replicas
   [junit4]   2> 2010980 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2010984 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/ shard3
   [junit4]   2> 2010986 INFO  (searcherExecutor-5023-thread-1-processing-n:127.0.0.1:40539_solr x:dv_coll_shard3_replica_n3 s:shard3 c:dv_coll r:core_node7) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SolrCore [dv_coll_shard3_replica_n3] Registered new searcher Searcher@35478e95[dv_coll_shard3_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2011097 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011097 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011097 INFO  (zkCallback-1955-thread-3-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011098 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011098 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011104 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2011107 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1455
   [junit4]   2> 2011116 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2011131 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1489
   [junit4]   2> 2011131 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2011133 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1479
   [junit4]   2> 2011151 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2011160 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n3&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1518
   [junit4]   2> 2011167 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2011274 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011274 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011276 INFO  (zkCallback-1955-thread-3-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011276 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011276 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2011293 INFO  (OverseerCollectionConfigSetProcessor-98914105390792708-127.0.0.1:40539_solr-n_0000000000) [n:127.0.0.1:40539_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2012169 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=2911
   [junit4]   2> 2012176 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 2012178 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2012202 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012213 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2012214 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2012214 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2012214 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2012215 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 2012215 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2012215 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2012218 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n4] Schema name=minimal
   [junit4]   2> 2012218 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2012223 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012223 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012223 INFO  (zkCallback-1955-thread-1-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 7 ms
   [junit4]   2> 2012223 INFO  (zkCallback-1955-thread-2-processing-n:127.0.0.1:40833_solr) [n:127.0.0.1:40833_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 7 ms
   [junit4]   2> 2012223 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2012227 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n3] Schema name=minimal
   [junit4]   2> 2012231 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012231 INFO  (zkCallback-1950-thread-2-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 7 ms
   [junit4]   2> 2012237 INFO  (Thread-4294) [n:127.0.0.1:40833_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard2_replica_n2
   [junit4]   2> 2012237 INFO  (Thread-4295) [n:127.0.0.1:40539_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica_n1
   [junit4]   2> 2012239 INFO  (Thread-4295) [n:127.0.0.1:40539_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard1_replica_n1
   [junit4]   2> 2012239 INFO  (Thread-4294) [n:127.0.0.1:40833_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard4_replica_n4
   [junit4]   2> 2012271 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2012288 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2012292 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012292 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll
   [junit4]   2> 2012326 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2012327 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/dv_coll_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 2012608 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2012608 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2012615 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a96bde9[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2012618 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2012619 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2012619 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2012620 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2012620 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2012622 INFO  (searcherExecutor-5043-thread-1-processing-n:127.0.0.1:40539_solr x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node5) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@6a96bde9[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2012629 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582625691306819584
   [junit4]   2> 2012646 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2012646 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22fe18f6[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2012647 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 2012647 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2012649 INFO  (searcherExecutor-5043-thread-1-processing-n:127.0.0.1:40539_solr x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node5) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@22fe18f6[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2012651 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2012654 INFO  (qtp1572134840-15459) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.S.Request [dv_coll_shard2_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2012655 INFO  (qtp1572134840-15459) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.S.Request [dv_coll_shard4_replica_n4]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2012656 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012656 INFO  (zkCallback-1950-thread-1-processing-n:127.0.0.1:40539_solr) [n:127.0.0.1:40539_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 8 ms
   [junit4]   2> 2012657 INFO  (Thread-4295) [n:127.0.0.1:40539_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2012663 INFO  (qtp1761613212-15451) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.S.Request [dv_coll_shard3_replica_n3]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2012665 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Took 18.0ms for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 2012665 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=490
   [junit4]   2> 2012665 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f5c0442
   [junit4]   2> 2012665 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard1.replica_n1, tag=1331430466
   [junit4]   2> 2012665 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b6a09ad: rootName = solr_40539, domain = solr.core.dv_coll.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.dv_coll.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@2661c102
   [junit4]   2> 2012670 INFO  (Thread-4295) [n:127.0.0.1:40539_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2012678 INFO  (Thread-4295) [n:127.0.0.1:40539_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2012678 INFO  (Thread-4295) [n:127.0.0.1:40539_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll
   [junit4]   2> 2012680 INFO  (qtp1761613212-15450) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, tag=1331430466
   [junit4]   2> 2012954 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40539.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7400d8ed
   [junit4]   2> 2012955 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/dv_coll_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_8BA3FF789738179E-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 2013220 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[8BA3FF789738179E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDocAbsent
   [junit4]   2> 2013343 INFO  (qtp1572134840-15458) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:40833/solr/dv_coll_shard4_replica_n4/&wt=javabin&version=2}{deleteByQuery=*:* (-1582625692003074048)} 0 50
   [junit4]   2> 2013344 INFO  (qtp1761613212-15451) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n3]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:40833/solr/dv_coll_shard4_replica_n4/&wt=javabin&version=2}{deleteByQuery=*:* (-1582625691946450944)} 0 105
   [junit4]   2> 2013345 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:40833/solr/dv_coll_shard4_replica_n4/&wt=javabin&version=2}{deleteByQuery=*:* (-1582625692002025472)} 0 52
   [junit4]   2> 2013346 INFO  (qtp1572134840-15459) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1582625691928625152)} 0 124
   [junit4]   2> 2013357 INFO  (qtp1761613212-15452) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692070182912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013358 INFO  (qtp1761613212-15453) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692071231488,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013358 INFO  (qtp1761613212-15453) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2013357 INFO  (qtp1761613212-15452) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2013358 INFO  (qtp1761613212-15453) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@35b80365[dv_coll_shard3_replica_n3] main]
   [junit4]   2> 2013359 INFO  (qtp1761613212-15452) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2013359 INFO  (qtp1761613212-15453) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2013359 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692072280064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013359 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2013359 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692072280064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013359 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@ecad54[dv_coll_shard4_replica_n4] main]
   [junit4]   2> 2013359 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2013359 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6375c56e[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 2013360 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2013360 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2013360 INFO  (qtp1761613212-15452) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 2013360 INFO  (searcherExecutor-5023-thread-1-processing-n:127.0.0.1:40539_solr x:dv_coll_shard3_replica_n3 s:shard3 c:dv_coll r:core_node7) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.c.SolrCore [dv_coll_shard3_replica_n3] Registered new searcher Searcher@35b80365[dv_coll_shard3_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2013360 INFO  (qtp1761613212-15453) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 2013362 INFO  (searcherExecutor-5025-thread-1-processing-n:127.0.0.1:40833_solr x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node6) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] Registered new searcher Searcher@6375c56e[dv_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2013362 INFO  (qtp1572134840-15454) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 2013365 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2013365 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2013365 INFO  (searcherExecutor-5024-thread-1-processing-n:127.0.0.1:40833_solr x:dv_coll_shard4_replica_n4 s:shard4 c:dv_coll r:core_node8) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.c.SolrCore [dv_coll_shard4_replica_n4] Registered new searcher Searcher@ecad54[dv_coll_shard4_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2013366 INFO  (qtp1572134840-15448) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40539/solr/dv_coll_shard3_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 6
   [junit4]   2> 2013366 INFO  (qtp1761613212-15445) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n3]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 19
   [junit4]   2> 2013367 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f55bef4[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2013374 INFO  (qtp1572134840-15460) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[4 (1582625692086960128)]} 0 1
   [junit4]   2> 2013374 INFO  (qtp1761613212-15452) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[1 (1582625692086960128)]} 0 1
   [junit4]   2> 2013375 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2013376 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2013376 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2013376 INFO  (qtp1761613212-15451) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n3]  webapp=/solr path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[2 (1582625692089057280), 3 (1582625692090105856)]} 0 1
   [junit4]   2> 2013381 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2013382 INFO  (Thread-4295) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2013395 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692110028800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013423 INFO  (qtp1761613212-15447) [n:127.0.0.1:40539_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n3] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54543b6e commitCommandVersion:1582625692110028800
   [junit4]   2> 2013426 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692142534656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013426 INFO  (qtp1572134840-15459) [n:127.0.0.1:40833_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692142534656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013427 INFO  (qtp1761613212-15449) [n:127.0.0.1:40539_solr c:dv_coll s:shard1 r:core_node5 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1582625692143583232,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2013449 INFO  (qtp1572134840-15456) [n:127.0.0.1:40833_solr c:dv_coll s:shard2 r:core_node6 x:dv_coll_shard2_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@56c83aa0 commitCommandVersion:15826256921425346

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

TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Oct 29, 2017 8:55:18 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Oct 29, 2017 8:55:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=es-AR, timezone=America/Rainy_River
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=2,free=241846184,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdminApis, AsyncCallRequestStatusResponseTest, CoreSorterTest, TestSchemaManager, TestLeaderInitiatedRecoveryThread, TestRecovery, CollectionTooManyReplicasTest, PathHierarchyTokenizerFactoryTest, TestJavabinTupleStreamParser, TestFieldCacheWithThreads, TestFiltering, DateMathParserTest, TestDynamicFieldResource, TestSolrDeletionPolicy2, TestFieldCacheSortRandom, TestSolr4Spatial2, TestDynamicLoading, ZkControllerTest, TestQuerySenderNoQuery, XsltUpdateRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestScoreJoinQPNoScore, TestBlobHandler, BigEndianAscendingWordSerializerTest, TestConfigSetProperties, TestJsonRequest, TestMinMaxOnMultiValuedField, TestUninvertingReader, LeaderInitiatedRecoveryOnShardRestartTest, ConjunctionSolrSpellCheckerTest, AtomicUpdatesTest, TestDelegationWithHadoopAuth, TestAuthorizationFramework, CdcrVersionReplicationTest, ClassificationUpdateProcessorIntegrationTest, VMParamsZkACLAndCredentialsProvidersTest, TestLFUCache, HdfsTlogReplayBufferedWhileIndexingTest, SolrJmxReporterCloudTest, SuggesterTSTTest, TestFileDictionaryLookup, TestShardHandlerFactory, CoreAdminCreateDiscoverTest, TestRealTimeGet, TestPerFieldSimilarityWithDefaultOverride, ResourceLoaderTest, SpellCheckComponentTest, DeleteNodeTest, TestManagedSchemaThreadSafety, DirectSolrConnectionTest, RegexBoostProcessorTest, StatsReloadRaceTest, TestCursorMarkWithoutUniqueKey, TestReloadDeadlock, ForceLeaderTest, AutoAddReplicasIntegrationTest, SortByFunctionTest, TestUnifiedSolrHighlighter, SliceStateTest, TestRestManager, AutoScalingHandlerTest, ShardRoutingTest, RequestLoggingTest, SmileWriterTest, MultiThreadedOCPTest, OutputWriterTest, TestStressRecovery, DistribJoinFromCollectionTest, SortSpecParsingTest, TlogReplayBufferedWhileIndexingTest, FacetPivotSmallTest, TestUniqueKeyFieldResource, TestHighlightDedupGrouping, SystemLogListenerTest, CdcrReplicationHandlerTest, TestQuerySenderListener, TestAnalyzeInfixSuggestions, HighlighterConfigTest, TestFieldResource, MergeStrategyTest, SolrRequestParserTest, TestPullReplica, CloneFieldUpdateProcessorFactoryTest, TestRandomDVFaceting, ReturnFieldsTest, TestSolrFieldCacheBean, TestExactSharedStatsCache, TestGraphTermsQParserPlugin, DistributedFacetPivotSmallAdvancedTest, MoveReplicaHDFSTest, TestClusterStateMutator, TestNumericRangeQuery32, ReplicaListTransformerTest, TestStressUserVersions, TestManagedResource, V2StandaloneTest, TestDefaultStatsCache, HdfsBasicDistributedZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, RecoveryAfterSoftCommitTest, SolrCloudExampleTest, DateFieldTest, ConvertedLegacyTest, TestCSVResponseWriter, HdfsDirectoryTest, IndexBasedSpellCheckerTest, ConfigSetsAPITest, TestCodecSupport, CoreMergeIndexesAdminHandlerTest, UniqFieldsUpdateProcessorFactoryTest, DistributedTermsComponentTest, CdcrBootstrapTest, TestShortCircuitedRequests, HdfsNNFailoverTest, TestAtomicUpdateErrorCases, CSVRequestHandlerTest, TestSQLHandler, HighlighterTest, SolrCmdDistributorTest, CleanupOldIndexTest, SolrGangliaReporterTest, FastVectorHighlighterTest, DistributedFacetPivotLargeTest, JvmMetricsTest, TestNumericTokenStream, ResponseLogComponentTest, CheckHdfsIndexTest, DateRangeFieldTest, BasicDistributedZkTest, URLClassifyProcessorTest, LeaderFailureAfterFreshStartTest, TestSweetSpotSimilarityFactory, LeaderElectionTest, TolerantUpdateProcessorTest, TestMacros, TestCorePropertiesReload, UpdateLogTest, TestRTimerTree, UUIDFieldTest, QueryParsingTest, TestPhraseSuggestions, TestRetrieveFieldsOptimizer, TestBinaryField, DistributedQueryElevationComponentTest, TestLegacyTerms, HdfsRecoveryZkTest, TestRequestForwarding, SimpleCollectionCreateDeleteTest, TestNumericTerms32, TestCloudInspectUtil, TestInfoStreamLogging, SimpleMLTQParserTest, ChaosMonkeySafeLeaderWithPullReplicasTest, SpatialFilterTest, TestUseDocValuesAsStored, OverseerCollectionConfigSetProcessorTest, DistributedExpandComponentTest, TestIndexingPerformance, MinimalSchemaTest, TestCloudRecovery, TestUpdate, TestSortByMinMaxFunction, TestSolr4Spatial, TestRangeQuery, TestFieldTypeResource, ShardSplitTest, DefaultValueUpdateProcessorTest, TestPayloadScoreQParserPlugin, SolrCoreMetricManagerTest, TestOnReconnectListenerSupport, TestSolrCloudWithKerberosAlt, TestSubQueryTransformerCrossCore, BlockJoinFacetSimpleTest, TestSchemaResource, SuggesterWFSTTest, TestAuthenticationFramework, TestHdfsBackupRestoreCore, CursorMarkTest, TestReplicationHandler, TestInitQParser, SolrMetricReporterTest, TestCopyFieldCollectionResource, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ShardRoutingCustomTest, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestCoreContainer, StatsComponentTest, BadIndexSchemaTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=8BA3FF789738179E -Dtests.slow=true -Dtests.locale=es-AR -Dtests.timezone=America/Rainy_River -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8BA3FF789738179E]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=27861, name=searcherExecutor-8806-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8BA3FF789738179E]:0)
   [junit4] Completed [425/745 (2!)] on J0 in 31.34s, 9 tests, 3 errors <<< FAILURES!

[...truncated 48255 lines...]

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

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

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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) Thread[id=33198, name=jetty-launcher-5948-thread-2-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)    2) Thread[id=33207, name=jetty-launcher-5948-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: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=33198, name=jetty-launcher-5948-thread-2-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)
   2) Thread[id=33207, name=jetty-launcher-5948-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([1FFC93B42BBAFD96]:0)




Build Log:
[...truncated 13906 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> 4045018 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1FFC93B42BBAFD96-001/init-core-data-001
   [junit4]   2> 4045019 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4045020 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4045060 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1FFC93B42BBAFD96-001/tempDir-001
   [junit4]   2> 4045061 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4045061 INFO  (Thread-6952) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4045061 INFO  (Thread-6952) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4045063 ERROR (Thread-6952) [    ] 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> 4045161 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44939
   [junit4]   2> 4045168 INFO  (jetty-launcher-5948-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4045168 INFO  (jetty-launcher-5948-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4045170 INFO  (jetty-launcher-5948-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1db3acff{/solr,null,AVAILABLE}
   [junit4]   2> 4045170 INFO  (jetty-launcher-5948-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14626d13{/solr,null,AVAILABLE}
   [junit4]   2> 4045170 INFO  (jetty-launcher-5948-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d01b79b{HTTP/1.1,[http/1.1]}{127.0.0.1:44863}
   [junit4]   2> 4045170 INFO  (jetty-launcher-5948-thread-1) [    ] o.e.j.s.Server Started @4047695ms
   [junit4]   2> 4045170 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44863}
   [junit4]   2> 4045170 INFO  (jetty-launcher-5948-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@454d0fdc{HTTP/1.1,[http/1.1]}{127.0.0.1:55431}
   [junit4]   2> 4045171 INFO  (jetty-launcher-5948-thread-2) [    ] o.e.j.s.Server Started @4047695ms
   [junit4]   2> 4045171 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55431}
   [junit4]   2> 4045171 ERROR (jetty-launcher-5948-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4045171 ERROR (jetty-launcher-5948-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4045171 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-30T17:22:10.539Z
   [junit4]   2> 4045173 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-30T17:22:10.539Z
   [junit4]   2> 4045176 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4045176 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4045199 INFO  (jetty-launcher-5948-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44939/solr
   [junit4]   2> 4045199 INFO  (jetty-launcher-5948-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44939/solr
   [junit4]   2> 4045333 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4045333 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4045334 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44863_solr
   [junit4]   2> 4045335 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55431_solr
   [junit4]   2> 4045336 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.Overseer Overseer (id=98918998371729414-127.0.0.1:44863_solr-n_0000000000) starting
   [junit4]   2> 4045337 INFO  (zkCallback-5959-thread-1-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4045338 INFO  (zkCallback-5960-thread-1-processing-n:127.0.0.1:44863_solr) [n:127.0.0.1:44863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4045345 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44863_solr
   [junit4]   2> 4045349 INFO  (zkCallback-5959-thread-1-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4045349 INFO  (zkCallback-5960-thread-1-processing-n:127.0.0.1:44863_solr) [n:127.0.0.1:44863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4045383 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 4045387 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=staff, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 4045391 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 4045416 INFO  (jetty-launcher-5948-thread-2-EventThread) [n:127.0.0.1:55431_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 4045428 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 4045433 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 4045433 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=staff, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=serv1-vm3,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 4045435 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 4045442 INFO  (jetty-launcher-5948-thread-1-EventThread) [n:127.0.0.1:44863_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 4045458 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 4045470 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55431.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e728330
   [junit4]   2> 4045477 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55431.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e728330
   [junit4]   2> 4045477 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55431.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e728330
   [junit4]   2> 4045478 INFO  (jetty-launcher-5948-thread-2) [n:127.0.0.1:55431_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1FFC93B42BBAFD96-001/tempDir-001/node2/.
   [junit4]   2> 4045486 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44863.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e728330
   [junit4]   2> 4045498 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44863.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e728330
   [junit4]   2> 4045498 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44863.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e728330
   [junit4]   2> 4045499 INFO  (jetty-launcher-5948-thread-1) [n:127.0.0.1:44863_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_1FFC93B42BBAFD96-001/tempDir-001/node1/.
   [junit4]   2> 4045516 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 0x15f6e4e0f7c0009, 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> 4045520 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4045520 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44939/solr ready
   [junit4]   2> 4045550 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 4045559 INFO  (qtp1769105511-33158) [n:127.0.0.1:55431_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> 4045559 INFO  (qtp1769105511-33158) [n:127.0.0.1:55431_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> 4045559 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 4045576 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 4045595 WARN  (qtp1769105511-33161) [    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: invalid user name: "bar"
   [junit4]   2> id: invalid user name: "bar"
   [junit4]   2> 
   [junit4]   2> 4045598 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 4045619 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 4045624 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4] IGNOR/A 0.00s J1 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 4045641 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 4045643 INFO  (qtp1769105511-33160) [    ] o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4045643 WARN  (qtp1769105511-33160) [    ] o.e.j.s.ServletHandler /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request authentication, 
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:457)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2> 	... 26 more
   [junit4]   2> 4045644 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 4045662 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 4045678 INFO  (qtp1769105511-33153) [n:127.0.0.1:55431_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> 4045678 INFO  (qtp1769105511-33153) [n:127.0.0.1:55431_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> 4045678 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 4045699 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 4045701 INFO  (qtp1769105511-33160) [n:127.0.0.1:55431_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> 4045701 INFO  (qtp1769105511-33160) [n:127.0.0.1:55431_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> 4045701 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 4045719 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 4060735 WARN  (jetty-launcher-5948-thread-2-SendThread(127.0.0.1:44939)) [n:127.0.0.1:55431_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15241ms for sessionid 0x15f6e4e0f7c0007
   [junit4]   2> 4060736 WARN  (jetty-launcher-5948-thread-2-SendThread(127.0.0.1:44939)) [n:127.0.0.1:55431_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15257ms for sessionid 0x15f6e4e0f7c0005
   [junit4]   2> 4060735 WARN  (jetty-launcher-5948-thread-1-SendThread(127.0.0.1:44939)) [n:127.0.0.1:44863_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15241ms for sessionid 0x15f6e4e0f7c0008
   [junit4]   2> 4060736 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 0x15f6e4e0f7c0007, 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> 4060736 WARN  (jetty-launcher-5948-thread-1-SendThread(127.0.0.1:44939)) [n:127.0.0.1:44863_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15236ms for sessionid 0x15f6e4e0f7c0006
   [junit4]   2> 4060737 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 0x15f6e4e0f7c0005, 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> 4060737 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 0x15f6e4e0f7c0008, 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> 4060737 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 4060737 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 0x15f6e4e0f7c0006, 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> 4060786 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 4060789 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 4060818 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 4060820 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[1FFC93B42BBAFD96]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 4060837 WARN  (zkCallback-5959-thread-3-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@363793d3 name: ZooKeeperConnection Watcher:127.0.0.1:44939/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 4060837 WARN  (zkCallback-5959-thread-3-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 4060839 WARN  (zkCallback-5960-thread-3-processing-n:127.0.0.1:44863_solr) [n:127.0.0.1:44863_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1564676a name: ZooKeeperConnection Watcher:127.0.0.1:44939/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 4060839 WARN  (zkCallback-5960-thread-3-processing-n:127.0.0.1:44863_solr) [n:127.0.0.1:44863_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 4060839 INFO  (jetty-closer-5949-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4d01b79b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4060839 INFO  (jetty-closer-5949-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@454d0fdc{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4060840 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1264366177
   [junit4]   2> 4060840 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=853342360
   [junit4]   2> 4060840 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4060840 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@536db57f: rootName = solr_44863, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@36ae8bb7
   [junit4]   2> 4060840 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4060840 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d1ece8e: rootName = solr_55431, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@75773c01
   [junit4]   2> 4060844 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4060845 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51687182: rootName = solr_55431, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6bd0ec1b
   [junit4]   2> 4060845 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4060845 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ac9e9d9: rootName = solr_44863, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6bd0ec1b
   [junit4]   2> 4060847 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4060847 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@351cc53b: rootName = solr_55431, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2954cb43
   [junit4]   2> 4060847 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4060847 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ae10a0: rootName = solr_44863, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2954cb43
   [junit4]   2> 4061857 INFO  (jetty-launcher-5948-thread-1-EventThread) [n:127.0.0.1:44863_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 4062386 INFO  (jetty-launcher-5948-thread-2-EventThread) [n:127.0.0.1:55431_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 4062529 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44863_solr
   [junit4]   2> 4062530 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4062530 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4062530 INFO  (jetty-closer-5949-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98918998371729414-127.0.0.1:44863_solr-n_0000000000) closing
   [junit4]   2> 4062530 INFO  (OverseerStateUpdate-98918998371729414-127.0.0.1:44863_solr-n_0000000000) [n:127.0.0.1:44863_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44863_solr
   [junit4]   2> 4062531 WARN  (OverseerAutoScalingTriggerThread-98918998371729414-127.0.0.1:44863_solr-n_0000000000) [n:127.0.0.1:44863_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4062532 INFO  (zkCallback-5960-thread-7-processing-n:127.0.0.1:44863_solr) [n:127.0.0.1:44863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4062533 ERROR (Thread[Thread-6971,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:44863_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 4062537 INFO  (jetty-closer-5949-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14626d13{/solr,null,UNAVAILABLE}
   [junit4]   2> 4062803 INFO  (zkCallback-5959-thread-4-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4062803 INFO  (zkCallback-5959-thread-1-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55431_solr
   [junit4]   2> 4062804 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:55431_solr
   [junit4]   2> 4062806 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4062806 INFO  (jetty-closer-5949-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4062807 INFO  (zkCallback-5959-thread-4-processing-n:127.0.0.1:55431_solr) [n:127.0.0.1:55431_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 4062810 ERROR (Thread[Thread-6969,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:55431_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 4062821 INFO  (jetty-closer-5949-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1db3acff{/solr,null,UNAVAILABLE}
   [junit4]   2> 4062823 ERROR (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-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> 4062825 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44939 44939
   [junit4]   2> 4062887 INFO  (Thread-6952) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44939 44939
   [junit4]   2> 4062889 WARN  (Thread-6952) [    ] 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> 	3	/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> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 4062889 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[1FFC93B42BBAFD96]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Oct 30, 2017 5:22:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> Oct 30, 2017 5:22:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=33198, name=jetty-launcher-5948-thread-2-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>    2) Thread[id=33207, name=jetty-launcher-5948-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> Oct 30, 2017 5:22:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=33198, name=jetty-launcher-5948-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>    2) Thread[id=33207, name=jetty-launcher-5948-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 4082957 ERROR (jetty-launcher-5948-thread-2-EventThread) [n:127.0.0.1:55431_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> 4082957 ERROR (jetty-launcher-5948-thread-1-EventThread) [n:127.0.0.1:44863_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> Oct 30, 2017 5:22:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1131, maxMBSortInHeap=7.561357454727434, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-EG, timezone=Antarctica/South_Pole
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=113802184,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexSearcher, LoggingHandlerTest, TestApiFramework, TestStressLucene, TestPostingsSolrHighlighter, HdfsRecoverLeaseTest, TestMissingGroups, DeleteLastCustomShardedReplicaTest, TestHalfAndHalfDocValues, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestXmlQParserPlugin, HdfsUnloadDistributedZkTest, TestDistributedGrouping, TestCustomSort, TestWordDelimiterFilterFactory, TestReloadAndDeleteDocs, TestHashPartitioner, TestSolrCLIRunExample, DOMUtilTest, NodeAddedTriggerTest, TestSubQueryTransformer, ReplicationFactorTest, DocValuesNotIndexedTest, TriLevelCompositeIdRoutingTest, TestCharFilters, ImplicitSnitchTest, DistributedIntervalFacetingTest, TestPayloadCheckQParserPlugin, TestSolrQueryResponse, UUIDUpdateProcessorFallbackTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, SegmentsInfoRequestHandlerTest, SolrPluginUtilsTest, LeaderInitiatedRecoveryOnCommitTest, BufferStoreTest, DistributedQueueTest, TestFastWriter, DistributedSuggestComponentTest, TestSolrJ, TestValueSourceCache, DistributedFacetPivotSmallTest, BigEndianAscendingWordDeserializerTest, TestSizeLimitedDistributedMap, TestDocumentBuilder, TestSerializedLuceneMatchVersion, TestConfigSets, BlockJoinFacetRandomTest, AnalyticsQueryTest, TestManagedSynonymGraphFilterFactory, TestCollectionAPI, SchemaVersionSpecificBehaviorTest, TestConfigReload, InfixSuggestersTest, TestSmileRequest, ParsingFieldUpdateProcessorsTest, TestSchemaNameResource, TestCoreContainer, TestComponentsName, TestDynamicFieldCollectionResource, FileBasedSpellCheckerTest, TestReload, TestManagedSchemaAPI, SolrIndexSplitterTest, TestCollationField, CdcrUpdateLogTest, TestPerFieldSimilarity, TestFilteredDocIdSet, IndexSchemaRuntimeFieldTest, ExternalFileFieldSortTest, TestRestoreCore, TestBadConfig, TestNonDefinedSimilarityFactory, ComputePlanActionTest, TestLuceneIndexBackCompat, TestRandomFaceting, TestQueryTypes, TermVectorComponentTest, TestStressInPlaceUpdates, TestCloudJSONFacetJoinDomain, BlockCacheTest, TestCloudDeleteByQuery, BJQParserTest, SoftAutoCommitTest, TestPrepRecovery, AutoAddReplicasPlanActionTest, CollectionsAPIAsyncDistributedZkTest, DocValuesTest, SpellPossibilityIteratorTest, TestImplicitCoreProperties, SpellCheckCollatorWithCollapseTest, FileUtilsTest, DistributedMLTComponentTest, MigrateRouteKeyTest, NumberUtilsTest, TestPointFields, PeerSyncReplicationTest, TestFoldingMultitermQuery, HdfsThreadLeakTest, SolrIndexConfigTest, RankQueryTest, TestFreeTextSuggestions, TestCSVLoader, SolrCoreTest, TestDeleteCollectionOnDownNodes, VersionInfoTest, UpdateParamsTest, WrapperMergePolicyFactoryTest, TestManagedStopFilterFactory, TestBlendedInfixSuggestions, BooleanFieldTest, TestJettySolrRunner, ClassificationUpdateProcessorTest, TestRequestStatusCollectionAPI, ConnectionManagerTest, TestUseDocValuesAsStored2, CdcrReplicationDistributedZkTest, TestSQLHandlerNonCloud, CdcrRequestHandlerTest, TestRandomRequestDistribution, MBeansHandlerTest, TestSolrCloudWithSecureImpersonation, TestTrieFacet, HdfsDirectoryFactoryTest, AutoscalingHistoryHandlerTest, BitVectorTest, ShardRoutingCustomTest, HLLUtilTest, V2ApiIntegrationTest, DistributedFacetExistsSmallTest, SystemInfoHandlerTest, TestLegacyNumericUtils, TestLocalFSCloudBackupRestore, TestHttpShardHandlerFactory, MoveReplicaTest, SolrMetricsIntegrationTest, TestSuggestSpellingConverter, TestRawTransformer, TestSolrConfigHandlerConcurrent, LargeFieldTest, TestLegacyField, DirectSolrSpellCheckerTest, ResponseHeaderTest, TestAddFieldRealTimeGet, TestNoOpRegenerator, TestQueryWrapperFilter, SolrMetricManagerTest, TestLegacyNumericRangeQueryBuilder, ZkStateReaderTest, TestJsonFacets, SolrCloudReportersTest, NodeMutatorTest, TestConfigSetsAPIZkFailure, TestCloudSearcherWarming, CoreAdminHandlerTest, HdfsAutoAddReplicasIntegrationTest, TestTlogReplica, CloudMLTQParserTest, TestNumericTerms64, MetricsConfigTest, SolrJmxReporterTest, RulesTest, SearchHandlerTest, SaslZkACLProviderTest, SimplePostToolTest, PKIAuthenticationIntegrationTest, UtilsToolTest, TestSolrDeletionPolicy1, TestCloudSchemaless, TestFastLRUCache, TestInPlaceUpdatesStandalone, TestMergePolicyConfig, SolrGraphiteReporterTest, ConfigureRecoveryStrategyTest, TestDocBasedVersionConstraints, TestIntervalFaceting, TestSearcherReuse, TestTolerantUpdateProcessorRandomCloud, BasicDistributedZkTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ZkCLITest, TestFaceting, TestRecovery, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestCoreDiscovery, SuggesterTSTTest, TestTrie, PolyFieldTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DistanceFunctionTest, CacheHeaderTest, TestQueryUtils, TestWriterPerf, TermsComponentTest, RequiredFieldsTest, TestSolrQueryParser, ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestLFUCache, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestSystemIdResolver, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestUtils, CircularListTest, TestCrossCoreJoin, TestSimpleTrackingShardHandler, ConnectionReuseTest, AssignBackwardCompatibilityTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, DeleteReplicaTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, MultiThreadedOCPTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, ShardSplitTest, TestHdfsCloudBackupRestore, TestMiniSolrCloudClusterSSL, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestSSLRandomization, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestStressLiveNodes, VMParamsZkACLAndCredentialsProvidersTest, AutoScalingHandlerTest, SearchRateTriggerTest, TestPolicyCloud, ZkStateWriterTest, RuleEngineTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, TestDynamicLoading, TestReplicationHandlerBackup, TestReqParamsAPI, TestSystemCollAutoCreate, TestConfigsApi, DistributedDebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, DistributedQueryComponentCustomSortTest, ReplicaListTransformerTest, ShufflingReplicaListTransformerTest, SuggestComponentContextFilterQueryTest, TestDistributedStatsComponentCardinality, JavabinLoaderTest, HighlighterMaxOffsetTest, TestUnifiedSolrHighlighter, TestSlowCompositeReaderWrapper, TestLegacyFieldReuse, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery64, TestNumericTokenStream, SolrCoreMetricManagerTest, SolrGangliaReporterTest, TestMacroExpander, JSONWriterTest, TestExportWriter, TestPushWriter, TestChildDocTransformer, TestSubQueryTransformerDistrib, ManagedSchemaRoundRobinCloudTest, TestManagedSchemaThreadSafety, TestSchemaManager, TestSchemalessBufferedUpdates, AnalyticsMergeStrategyTest, TestSimpleQParserPlugin, TestSolrCoreParser, TestStandardQParsers, TestStressUserVersions, TestXmlQParser, TestOrdValues, TestSortByMinMaxFunction, BlockJoinFacetSimpleTest, GraphQueryTest, TestNestedDocsSort, TestScoreJoinQPNoScore, TestScoreJoinQPScore, TestJsonRequest, TestClassicSimilarityFactory, TestDFISimilarityFactory, TestDistribIDF, TestPKIAuthenticationPlugin, TestSha256AuthenticationProvider, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=1FFC93B42BBAFD96 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=33198, name=jetty-launcher-5948-thread-2-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]    >    2) Thread[id=33207, name=jetty-launcher-5948-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([1FFC93B42BBAFD96]:0)
   [junit4] Completed [720/745 (1!)] on J1 in 37.96s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 47323 lines...]

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

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

3 tests failed.
FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.testChecksumsOnly

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([A46D76EC600104D2:688BFCF82CEFC12]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:488)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:441)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:334)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
	... 38 more


FAILED:  org.apache.solr.search.function.TestFunctionQuery.testExternalFileFieldNumericKey

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([A46D76EC600104D2:889A64C1B904C53A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
	at org.apache.solr.search.function.TestFunctionQuery.singleTest(TestFunctionQuery.java:131)
	at org.apache.solr.search.function.TestFunctionQuery.singleTest(TestFunctionQuery.java:137)
	at org.apache.solr.search.function.TestFunctionQuery.testExternalFileFieldNumericKey(TestFunctionQuery.java:305)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//doc[./str[@name='id']='992'  and ./float[@name='score']='-8.0']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">0</int>
</lst>
<result name="response" numFound="192" start="0" maxScore="543210.0">
  <doc>
    <str name="id">991</str>
    <int name="id_i">991</int>
    <double name="eff_tint">91.0</double>
    <float name="score">543210.0</float></doc>
  <doc>
    <str name="id">993</str>
    <int name="id_i">993</int>
    <double name="eff_tint">93.0</double>
    <float name="score">250.0</float></doc>
  <doc>
    <str name="id">0</str>
    <int name="id_i">0</int>
    <float name="default_amount_f">19371.0</float>
    <str name="amounts_dpf">1|1.44 2|2.60 3|3.49 4|4.81 5|5.51 6|6.14 7|7.94 8|8.48 9|9.86 10|10.64 11|11.9 12|12.9 13|13.52 14|14.59 15|15.68 16|16.56 17|17.16 18|18.69 19|19.6 20|20.17 21|21.56 22|22.74 23|23.97 24|24.50 25|25.74 26|26.88 27|27.88 28|28.93 29|29.57 30|30.54 31|31.58 32|32.35 33|33.0 34|34.69 35|35.67 36|36.9 37|37.14 38|38.14 39|39.7 40|40.45 41|41.77 42|42.93 43|43.15 44|44.68 45|45.55 46|46.83 47|47.43 48|48.32 49|49.74 50|50.82 51|51.3 52|52.97 53|53.77 54|54.67 55|55.19 56|56.82 57|57.38 58|58.23 59|59.61 60|60.54 61|61.36 62|62.16 63|63.61 64|64.47 65|65.94 66|66.4 67|67.20 68|68.43 69|69.10 70|70.4 71|71.36 72|72.91 73|73.57 74|74.95 75|75.59 76|76.86 77|77.44 78|78.92 79|79.52 80|80.5 81|81.75 82|82.92 83|83.48 84|84.92 85|85.12 86|86.86 87|87.95 88|88.36 89|89.26 90|90.0 91|91.75 92|92.12 93|93.59 94|94.25 95|95.61 96|96.16 97|97.63 98|98.80 99|99.20 100|100.82 101|101.23 102|102.42 103|103.25 104|104.98 105|105.94 106|106.99 107|107.29 108|108.66 109|109.13 110|110.76 111|111.22 112|112.13 113|113.40 114|114.71 115|115.69 116|116.64 117|117.76 118|118.11 119|119.41 120|120.64 121|121.3 122|122.12 123|123.77 124|124.36 125|125.50 126|126.26 127|127.21 128|128.96 129|129.34 130|130.4 131|131.59 132|132.96 133|133.7 134|134.0 135|135.32 136|136.10 137|137.29 138|138.47 139|139.86 140|140.17 141|141.67 142|142.88 143|143.22 144|144.1 145|145.62 146|146.5 147|147.79 148|148.79 149|149.66 150|150.34 151|151.11 152|152.21 153|153.42 154|154.65 155|155.4 156|156.99 157|157.63 158|158.53 159|159.28 160|160.40 161|161.98 162|162.41 163|163.18 164|164.14 165|165.12 166|166.60 167|167.4 168|168.9 169|169.68 170|170.88 171|171.69 172|172.79 173|173.92 174|174.81 175|175.84 176|176.75 177|177.21 178|178.11 179|179.78 180|180.44 181|181.96 182|182.47 183|183.13 184|184.26 185|185.24 186|186.61 187|187.70 188|188.81 189|189.39 190|190.51 191|191.62 192|192.92 193|193.69 194|194.42 195|195.54 196|196.22 197|197.0 198|198.33 199|199.47 200|200.65 201|201.91 202|202.45 203|203.58 204|204.51 205|205.50 206|206.27 207|207.39 208|208.89 209|209.9 210|210.55 211|211.14 212|212.21 213|213.49 214|214.64 215|215.58 216|216.88 217|217.12 218|218.72 219|219.22 220|220.32 221|221.15 222|222.65 223|223.73 224|224.3 225|225.95 226|226.49 227|227.82 228|228.72 229|229.81 230|230.18 231|231.62 232|232.86 233|233.83 234|234.83 235|235.47 236|236.97 237|237.45 238|238.64 239|239.82 240|240.4 241|241.27 242|242.98 243|243.28 244|244.14 245|245.77 246|246.38 247|247.86 248|248.22 249|249.47 250|250.73 251|251.67 252|252.35 253|253.9 254|254.63 255|255.4 256|256.56 257|257.3 258|258.42 259|259.63 260|260.6 261|261.74 262|262.35 263|263.64 264|264.37 265|265.13 266|266.12 267|267.75 268|268.83 269|269.68 270|270.23 271|271.10 272|272.43 273|273.70 274|274.4 275|275.60 276|276.73 277|277.73 278|278.87 279|279.53 280|280.99 281|281.86 282|282.84 283|283.73 284|284.29 285|285.68 286|286.37 287|287.46 288|288.97 289|289.48 290|290.15 291|291.12 292|292.23 293|293.16 294|294.14 295|295.35 296|296.85 297|297.96 298|298.85 299|299.57 300|300.97 301|301.90 302|302.44 303|303.66 304|304.85 305|305.3 306|306.27 307|307.78 308|308.55 309|309.0 310|310.32 311|311.82 312|312.59 313|313.36 314|314.20 315|315.31 316|316.95 317|317.8 318|318.46 319|319.67 320|320.16 321|321.17 322|322.11 323|323.42 324|324.76 325|325.66 326|326.17 327|327.78 328|328.26 329|329.80 330|330.53 331|331.73 332|332.3 333|333.49 334|334.8 335|335.39 336|336.25 337|337.77 338|338.29 339|339.21 340|340.64 341|341.35 342|342.94 343|343.53 344|344.51 345|345.35 346|346.35 347|347.34 348|348.66 349|349.90 350|350.26 351|351.50 352|352.36 353|353.93 354|354.57 355|355.87 356|356.86 357|357.45 358|358.7 359|359.92 360|360.43 361|361.40 362|362.42 363|363.90 364|364.96 365|365.17 366|366.7 367|367.29 368|368.50 369|369.80 370|370.78 371|371.91 372|372.81 373|373.77 374|374.99 375|375.2 376|376.1 377|377.16 378|378.10 379|379.63 380|380.7 381|381.99 382|382.71 383|383.64 384|384.5 385|385.10 386|386.75 387|387.96 388|388.2 389|389.84 390|390.42 391|391.74 392|392.73 393|393.87 394|394.53 395|395.15 396|396.10 397|397.41 398|398.50 399|399.88 400|400.69 401|401.38 402|402.52 403|403.77 404|404.6 405|405.93 406|406.42 407|407.67 408|408.82 409|409.95 410|410.53 411|411.87 412|412.27 413|413.20 414|414.10 415|415.13 416|416.6 417|417.67 418|418.36 419|419.60 420|420.70 421|421.4 422|422.18 423|423.7 424|424.90 425|425.84 426|426.13 427|427.3 428|428.90 429|429.63 430|430.98 431|431.46 432|432.35 433|433.97 434|434.89 435|435.94 436|436.10 437|437.45 438|438.57 439|439.90 440|440.10 441|441.65 442|442.49 443|443.12 444|444.62 445|445.17 446|446.54 447|447.72 448|448.32 449|449.55 450|450.89 451|451.44 452|452.14 453|453.45 454|454.67 455|455.95 456|456.76 457|457.90 458|458.16 459|459.75 460|460.82 461|461.60 462|462.70 463|463.67 464|464.24 465|465.24 466|466.69 467|467.13 468|468.22 469|469.58 470|470.23 471|471.14 472|472.17 473|473.97 474|474.79 475|475.8 476|476.17 477|477.85 478|478.83 479|479.3 480|480.76 481|481.44 482|482.88 483|483.0 484|484.88 485|485.81 486|486.44 487|487.84 488|488.47 489|489.78 490|490.44 491|491.92 492|492.57 493|493.92 494|494.28 495|495.99 496|496.84 497|497.82 498|498.71 499|499.52 500|500.31 501|501.38 502|502.74 503|503.88 504|504.88 505|505.79 506|506.3 507|507.60 508|508.91 509|509.20 510|510.78 511|511.12 512|512.1 513|513.64 514|514.23 515|515.52 516|516.55 517|517.0 518|518.73 519|519.14 520|520.9 521|521.60 522|522.99 523|523.21 524|524.37 525|525.92 526|526.17 527|527.10 528|528.7 529|529.54 530|530.20 531|531.56 532|532.17 533|533.24 534|534.31 535|535.49 536|536.11 537|537.79 538|538.13 539|539.37 540|540.87 541|541.59 542|542.3 543|543.71 544|544.5 545|545.71 546|546.85 547|547.76 548|548.62 549|549.73 550|550.20 551|551.11 552|552.2 553|553.91 554|554.14 555|555.7 556|556.27 557|557.53 558|558.10 559|559.54 560|560.23 561|561.93 562|562.3 563|563.49 564|564.51 565|565.11 566|566.5 567|567.51 568|568.31 569|569.21 570|570.12 571|571.65 572|572.97 573|573.28 574|574.88 575|575.74 576|576.47 577|577.93 578|578.95 579|579.2 580|580.19 581|581.57 582|582.90 583|583.14 584|584.43 585|585.45 586|586.63 587|587.82 588|588.4 589|589.0 590|590.7 591|591.82 592|592.27 593|593.33 594|594.9 595|595.21 596|596.25 597|597.41 598|598.15 599|599.91 600|600.71 601|601.26 602|602.34 603|603.94 604|604.85 605|605.62 606|606.32 607|607.87 608|608.72 609|609.45 610|610.83 611|611.78 612|612.53 613|613.13 614|614.22 615|615.39 616|616.21 617|617.47 618|618.55 619|619.53 620|620.21 621|621.40 622|622.54 623|623.66 624|624.77 625|625.5 626|626.25 627|627.21 628|628.26 629|629.38 630|630.69 631|631.55 632|632.5 633|633.21 634|634.96 635|635.73 636|636.75 637|637.46 638|638.24 639|639.16 640|640.78 641|641.2 642|642.49 643|643.9 644|644.22 645|645.22 646|646.71 647|647.94 648|648.55 649|649.97 650|650.71 651|651.5 652|652.18 653|653.76 654|654.66 655|655.54 656|656.35 657|657.59 658|658.81 659|659.88 660|660.67 661|661.68 662|662.80 663|663.86 664|664.13 665|665.75 666|666.89 667|667.99 668|668.1 669|669.56 670|670.46 671|671.84 672|672.98 673|673.14 674|674.49 675|675.15 676|676.83 677|677.54 678|678.65 679|679.52 680|680.88 681|681.84 682|682.52 683|683.90 684|684.84 685|685.9 686|686.3 687|687.6 688|688.50 689|689.95 690|690.42 691|691.33 692|692.60 693|693.97 694|694.43 695|695.64 696|696.93 697|697.0 698|698.44 699|699.15 700|700.14 701|701.65 702|702.93 703|703.12 704|704.63 705|705.51 706|706.81 707|707.76 708|708.22 709|709.49 710|710.35 711|711.54 712|712.35 713|713.30 714|714.28 715|715.61 716|716.7 717|717.16 718|718.44 719|719.3 720|720.74 721|721.95 722|722.69 723|723.96 724|724.76 725|725.64 726|726.5 727|727.84 728|728.9 729|729.73 730|730.68 731|731.93 732|732.44 733|733.34 734|734.72 735|735.23 736|736.82 737|737.59 738|738.62 739|739.93 740|740.69 741|741.10 742|742.20 743|743.91 744|744.46 745|745.45 746|746.59 747|747.5 748|748.19 749|749.48 750|750.15 751|751.45 752|752.87 753|753.38 754|754.7 755|755.6 756|756.45 757|757.30 758|758.21 759|759.38 760|760.96 761|761.47 762|762.80 763|763.79 764|764.53 765|765.7 766|766.77 767|767.66 768|768.23 769|769.26 770|770.89 771|771.62 772|772.42 773|773.48 774|774.46 775|775.62 776|776.42 777|777.22 778|778.64 779|779.80 780|780.56 781|781.21 782|782.4 783|783.90 784|784.62 785|785.81 786|786.40 787|787.11 788|788.74 789|789.61 790|790.63 791|791.95 792|792.73 793|793.70 794|794.1 795|795.41 796|796.21 797|797.45 798|798.16 799|799.59 800|800.61 801|801.53 802|802.33 803|803.65 804|804.83 805|805.57 806|806.90 807|807.98 808|808.3 809|809.44 810|810.54 811|811.46 812|812.88 813|813.30 814|814.50 815|815.71 816|816.4 817|817.30 818|818.69 819|819.67 820|820.68 821|821.54 822|822.16 823|823.24 824|824.64 825|825.54 826|826.18 827|827.73 828|828.21 829|829.45 830|830.73 831|831.73 832|832.6 833|833.4 834|834.69 835|835.68 836|836.79 837|837.85 838|838.8 839|839.32 840|840.26 841|841.52 842|842.55 843|843.8 844|844.40 845|845.37 846|846.68 847|847.20 848|848.98 849|849.90 850|850.91 851|851.61 852|852.8 853|853.46 854|854.28 855|855.37 856|856.92 857|857.60 858|858.64 859|859.77 860|860.91 861|861.60 862|862.8 863|863.14 864|864.57 865|865.3 866|866.57 867|867.10 868|868.90 869|869.77 870|870.30 871|871.75 872|872.79 873|873.34 874|874.82 875|875.83 876|876.91 877|877.78 878|878.1 879|879.17 880|880.53 881|881.15 882|882.88 883|883.59 884|884.77 885|885.91 886|886.37 887|887.18 888|888.14 889|889.7 890|890.3 891|891.77 892|892.47 893|893.7 894|894.80 895|895.43 896|896.42 897|897.42 898|898.14 899|899.47 900|900.85 901|901.61 902|902.65 903|903.2 904|904.94 905|905.69 906|906.46 907|907.26 908|908.71 909|909.40 910|910.96 911|911.7 912|912.30 913|913.5 914|914.41 915|915.87 916|916.10 917|917.2 918|918.79 919|919.43 920|920.85 921|921.81 922|922.21 923|923.92 924|924.3 925|925.97 926|926.74 927|927.15 928|928.52 929|929.20 930|930.31 931|931.85 932|932.25 933|933.63 934|934.86 935|935.94 936|936.96 937|937.4 938|938.21 939|939.25 940|940.10 941|941.17 942|942.32 943|943.37 944|944.23 945|945.73 946|946.28 947|947.98 948|948.2 949|949.45 950|950.17 951|951.86 952|952.22 953|953.87 954|954.5 955|955.65 956|956.86 957|957.37 958|958.97 959|959.55 960|960.14 961|961.60 962|962.59 963|963.82 964|964.20 965|965.80 966|966.22 967|967.85 968|968.71 969|969.23 970|970.57 971|971.28 972|972.82 973|973.90 974|974.34 975|975.19 976|976.56 977|977.86 978|978.37 979|979.35 980|980.54 981|981.96 982|982.63 983|983.34 984|984.88 985|985.11 986|986.95 987|987.89 988|988.66 989|989.37 990|990.98 991|991.1 992|992.83 993|993.55 994|994.8 995|995.15 996|996.5 997|997.27 998|998.95 999|999.96 1000|1000.97 1001|1001.7 1002|1002.35 1003|1003.83 1004|1004.29 1005|1005.56 1006|1006.56 1007|1007.17 1008|1008.94 1009|1009.68 1010|1010.91 1011|1011.45 1012|1012.23 1013|1013.43 1014|1014.34 1015|1015.27 1016|1016.41 1017|1017.82 1018|1018.97 1019|1019.22 1020|1020.18 1021|1021.38 1022|1022.28 1023|1023.59 1024|1024.31 1025|1025.6 1026|1026.78 1027|1027.6 1028|1028.21 1029|1029.38 1030|1030.27 1031|1031.48 1032|1032.98 1033|1033.86 1034|1034.2 1035|1035.42 1036|1036.56 1037|1037.46 1038|1038.2 1039|1039.90 1040|1040.2 1041|1041.63 1042|1042.37 1043|1043.17 1044|1044.89 1045|1045.71 1046|1046.0 1047|1047.81 1048|1048.60 1049|1049.67 1050|1050.37 1051|1051.4 1052|1052.13 1053|1053.19 1054|1054.68 1055|1055.29 1056|1056.77 1057|1057.79 1058|1058.28 1059|1059.72 1060|1060.87 1061|1061.16 1062|1062.90 1063|1063.67 1064|1064.67 1065|1065.61 1066|1066.29 1067|1067.8 1068|1068.17 1069|1069.51 1070|1070.95 1071|1071.68 1072|1072.21 1073|1073.45 1074|1074.87 1075|1075.17 1076|1076.58 1077|1077.55 1078|1078.20 1079|1079.41 1080|1080.54 1081|1081.33 1082|1082.9 1083|1083.14 1084|1084.48 1085|1085.78 1086|1086.68 1087|1087.40 1088|1088.88 1089|1089.91 1090|1090.17 1091|1091.14 1092|1092.43 1093|1093.54 1094|1094.30 1095|1095.69 1096|1096.27 1097|1097.44 1098|1098.22 1099|1099.82 1100|1100.22 1101|1101.73 1102|1102.5 1103|1103.74 1104|1104.18 1105|1105.39 1106|1106.17 1107|1107.82 1108|1108.99 1109|1109.33 1110|1110.22 1111|1111.90 1112|1112.79 1113|1113.28 1114|1114.97 1115|1115.98 1116|1116.50 1117|1117.30 1118|1118.86 1119|1119.36 1120|1120.12 1121|1121.22 1122|1122.40 1123|1123.70 1124|1124.91 1125|1125.86 1126|1126.16 1127|1127.14 1128|1128.37 1129|1129.96 1130|1130.89 1131|1131.29 1132|1132.38 1133|1133.53 1134|1134.76 1135|1135.29 1136|1136.77 1137|1137.62 1138|1138.58 1139|1139.54 1140|1140.64 1141|1141.64 1142|1142.53 1143|1143.81 1144|1144.18 1145|1145.82 1146|1146.67 1147|1147.43 1148|1148.64 1149|1149.10 1150|1150.6 1151|1151.95 1152|1152.90 1153|1153.93 1154|1154.88 1155|1155.27 1156|1156.25 1157|1157.96 1158|1158.30 1159|1159.94 1160|1160.97 1161|1161.59 1162|1162.71 1163|1163.83 1164|1164.90 1165|1165.46 1166|1166.98 1167|1167.53 1168|1168.17 1169|1169.88 1170|1170.72 1171|1171.5 1172|1172.54 1173|1173.35 1174|1174.4 1175|1175.5 1176|1176.24 1177|1177.47 1178|1178.73 1179|1179.87 1180|1180.86 1181|1181.93 1182|1182.2 1183|1183.69 1184|1184.45 1185|1185.18 1186|1186.99 1187|1187.96 1188|1188.37 1189|1189.71 1190|1190.97 1191|1191.85 1192|1192.64 1193|1193.84 1194|1194.26 1195|1195.4 1196|1196.70 1197|1197.69 1198|1198.23 1199|1199.49 1200|1200.56 1201|1201.90 1202|1202.60 1203|1203.55 1204|1204.80 1205|1205.39 1206|1206.22 1207|1207.91 1208|1208.45 1209|1209.40 1210|1210.30 1211|1211.99 1212|1212.25 1213|1213.90 1214|1214.36 1215|1215.94 1216|1216.1 1217|1217.65 1218|1218.41 1219|1219.60 1220|1220.79 1221|1221.20 1222|1222.34 1223|1223.77 1224|1224.77 1225|1225.91 1226|1226.59 1227|1227.84 1228|1228.43 1229|1229.10 1230|1230.62 1231|1231.60 1232|1232.80 1233|1233.33 1234|1234.36 1235|1235.99 1236|1236.87 1237|1237.28 1238|1238.79 1239|1239.92 1240|1240.55 1241|1241.15 1242|1242.86 1243|1243.58 1244|1244.24 1245|1245.94 1246|1246.52 1247|1247.65 1248|1248.28 1249|1249.55 1250|1250.21 1251|1251.9 1252|1252.15 1253|1253.1 1254|1254.23 1255|1255.19 1256|1256.69 1257|1257.83 1258|1258.56 1259|1259.10 1260|1260.76 1261|1261.4 1262|1262.81 1263|1263.85 1264|1264.75 1265|1265.77 1266|1266.25 1267|1267.0 1268|1268.47 1269|1269.81 1270|1270.68 1271|1271.71 1272|1272.34 1273|1273.84 1274|1274.33 1275|1275.36 1276|1276.37 1277|1277.84 1278|1278.86 1279|1279.18 1280|1280.22 1281|1281.53 1282|1282.76 1283|1283.35 1284|1284.46 1285|1285.60 1286|1286.80 1287|1287.90 1288|1288.11 1289|1289.31 1290|1290.58 1291|1291.7 1292|1292.33 1293|1293.68 1294|1294.24 1295|1295.51 1296|1296.66 1297|1297.45 1298|1298.88 1299|1299.68 1300|1300.66 1301|1301.42 1302|1302.91 1303|1303.73 1304|1304.97 1305|1305.87 1306|1306.72 1307|1307.89 1308|1308.9 1309|1309.15 1310|1310.52 1311|1311.74 1312|1312.94 1313|1313.70 1314|1314.1 1315|1315.97 1316|1316.51 1317|1317.84 1318|1318.55 1319|1319.71 1320|1320.44 1321|1321.59 1322|1322.79 1323|1323.75 1324|1324.22 1325|1325.34 1326|1326.19 1327|1327.29 1328|1328.37 1329|1329.17 1330|1330.38 1331|1331.46 1332|1332.23 1333|1333.40 1334|1334.30 1335|1335.46 1336|1336.69 1337|1337.7 1338|1338.92 1339|1339.77 1340|1340.33 1341|1341.23 1342|1342.17 1343|1343.24 1344|1344.85 1345|1345.8 1346|1346.28 1347|1347.46 1348|1348.80 1349|1349.28 1350|1350.77 1351|1351.41 1352|1352.17 1353|1353.86 1354|1354.34 1355|1355.31 1356|1356.50 1357|1357.31 1358|1358.29 1359|1359.45 1360|1360.40 1361|1361.35 1362|1362.70 1363|1363.53 1364|1364.8 1365|1365.35 1366|1366.3 1367|1367.91 1368|1368.55 1369|1369.90 1370|1370.8 1371|1371.40 1372|1372.32 1373|1373.17 1374|1374.31 1375|1375.26 1376|1376.44 1377|1377.90 1378|1378.60 1379|1379.93 1380|1380.41 1381|1381.35 1382|1382.82 1383|1383.11 1384|1384.24 1385|1385.85 1386|1386.94 1387|1387.3 1388|1388.7 1389|1389.5 1390|1390.63 1391|1391.96 1392|1392.51 1393|1393.26 1394|1394.73 1395|1395.86 1396|1396.81 1397|1397.48 1398|1398.52 1399|1399.35 1400|1400.19 1401|1401.58 1402|1402.38 1403|1403.17 1404|1404.89 1405|1405.26 1406|1406.83 1407|1407.76 1408|1408.37 1409|1409.50 1410|1410.88 1411|1411.30 1412|1412.93 1413|1413.67 1414|1414.37 1415|1415.62 1416|1416.76 1417|1417.53 1418|1418.67 1419|1419.79 1420|1420.97 1421|1421.3 1422|1422.36 1423|1423.2 1424|1424.48 1425|1425.50 1426|1426.95 1427|1427.38 1428|1428.46 1429|1429.47 1430|1430.98 1431|1431.78 1432|1432.21 1433|1433.56 1434|1434.74 1435|1435.54 1436|1436.75 1437|1437.25 1438|1438.40 1439|1439.72 1440|1440.92 1441|1441.3 1442|1442.21 1443|1443.9 1444|1444.89 1445|1445.52 1446|1446.19 1447|1447.18 1448|1448.2 1449|1449.31 1450|1450.68 1451|1451.56 1452|1452.30 1453|1453.63 1454|1454.97 1455|1455.89 1456|1456.72 1457|1457.36 1458|1458.91 1459|1459.47 1460|1460.48 1461|1461.5 1462|1462.14 1463|1463.53 1464|1464.40 1465|1465.13 1466|1466.51 1467|1467.49 1468|1468.82 1469|1469.27 1470|1470.86 1471|1471.3 1472|1472.0 1473|1473.56 1474|1474.91 1475|1475.48 1476|1476.17 1477|1477.28 1478|1478.21 1479|1479.63 1480|1480.76 1481|1481.22 1482|1482.17 1483|1483.97 1484|1484.22 1485|1485.89 1486|1486.58 1487|1487.13 1488|1488.91 1489|1489.43 1490|1490.66 1491|1491.41 1492|1492.71 1493|1493.49 1494|1494.21 1495|1495.80 1496|1496.68 1497|1497.16 1498|1498.64 1499|1499.97 1500|1500.95 1501|1501.47 1502|1502.19 1503|1503.54 1504|1504.0 1505|1505.67 1506|1506.19 1507|1507.2 1508|1508.87 1509|1509.60 1510|1510.90 1511|1511.51 1512|1512.29 1513|1513.19 1514|1514.85 1515|1515.6 1516|1516.14 1517|1517.97 1518|1518.3 1519|1519.7 1520|1520.94 1521|1521.12 1522|1522.5 1523|1523.85 1524|1524.95 1525|1525.70 1526|1526.11 1527|1527.22 1528|1528.28 1529|1529.40 1530|1530.67 1531|1531.42 1532|1532.86 1533|1533.21 1534|1534.89 1535|1535.17 1536|1536.32 1537|1537.89 1538|1538.40 1539|1539.54 1540|1540.85 1541|1541.71 1542|1542.91 1543|1543.80 1544|1544.59 1545|1545.28 1546|1546.96 1547|1547.26 1548|1548.51 1549|1549.74 1550|1550.92 1551|1551.16 1552|1552.94 1553|1553.21 1554|1554.44 1555|1555.57 1556|1556.8 1557|1557.99 1558|1558.32 1559|1559.55 1560|1560.68 1561|1561.53 1562|1562.1 1563|1563.99 1564|1564.30 1565|1565.23 1566|1566.64 1567|1567.60 1568|1568.74 1569|1569.29 1570|1570.85 1571|1571.70 1572|1572.66 1573|1573.50 1574|1574.36 1575|1575.58 1576|1576.52 1577|1577.16 1578|1578.61 1579|1579.47 1580|1580.1 1581|1581.7 1582|1582.46 1583|1583.31 1584|1584.56 1585|1585.71 1586|1586.40 1587|1587.39 1588|1588.40 1589|1589.41 1590|1590.36 1591|1591.82 1592|1592.9 1593|1593.92 1594|1594.24 1595|1595.89 1596|1596.30 1597|1597.94 1598|1598.46 1599|1599.35 1600|1600.66 1601|1601.20 1602|1602.16 1603|1603.47 1604|1604.53 1605|1605.83 1606|1606.10 1607|1607.43 1608|1608.44 1609|1609.36 1610|1610.85 1611|1611.53 1612|1612.12 1613|1613.35 1614|1614.33 1615|1615.3 1616|1616.37 1617|1617.32 1618|1618.64 1619|1619.74 1620|1620.6 1621|1621.87 1622|1622.35 1623|1623.8 1624|1624.28 1625|1625.21 1626|1626.90 1627|1627.63 1628|1628.98 1629|1629.63 1630|1630.14 1631|1631.27 1632|1632.89 1633|1633.4 1634|1634.75 1635|1635.47 1636|1636.86 1637|1637.38 1638|1638.14 1639|1639.29 1640|1640.31 1641|1641.34 1642|1642.72 1643|1643.80 1644|1644.87 1645|1645.62 1646|1646.29 1647|1647.48 1648|1648.43 1649|1649.90 1650|1650.7 1651|1651.15 1652|1652.47 1653|1653.4 1654|1654.20 1655|1655.77 1656|1656.9 1657|1657.69 1658|1658.60 1659|1659.4 1660|1660.4 1661|1661.6 1662|1662.59 1663|1663.42 1664|1664.82 1665|1665.46 1666|1666.36 1667|1667.24 1668|1668.54 1669|1669.7 1670|1670.2 1671|1671.75 1672|1672.50 1673|1673.1 1674|1674.63 1675|1675.39 1676|1676.62 1677|1677.31 1678|1678.77 1679|1679.99 1680|1680.95 1681|1681.10 1682|1682.36 1683|1683.41 1684|1684.27 1685|1685.88 1686|1686.92 1687|1687.37 1688|1688.90 1689|1689.86 1690|1690.40 1691|1691.3 1692|1692.35 1693|1693.62 1694|1694.29 1695|1695.22 1696|1696.20 1697|1697.21 1698|1698.56 1699|1699.60 1700|1700.51 1701|1701.35 1702|1702.50 1703|1703.19 1704|1704.55 1705|1705.49 1706|1706.20 1707|1707.15 1708|1708.12 1709|1709.60 1710|1710.1 1711|1711.29 1712|1712.85 1713|1713.81 1714|1714.87 1715|1715.10 1716|1716.94 1717|1717.37 1718|1718.88 1719|1719.63 1720|1720.68 1721|1721.62 1722|1722.65 1723|1723.74 1724|1724.82 1725|1725.48 1726|1726.39 1727|1727.82 1728|1728.81 1729|1729.72 1730|1730.33 1731|1731.4 1732|1732.54 1733|1733.59 1734|1734.98 1735|1735.65 1736|1736.2 1737|1737.20 1738|1738.30 1739|1739.53 1740|1740.50 1741|1741.58 1742|1742.37 1743|1743.43 1744|1744.1 1745|1745.53 1746|1746.39 1747|1747.62 1748|1748.18 1749|1749.7 1750|1750.37 1751|1751.84 1752|1752.29 1753|1753.21 1754|1754.19 1755|1755.74 1756|1756.36 1757|1757.13 1758|1758.7 1759|1759.97 1760|1760.63 1761|1761.32 1762|1762.64 1763|1763.6 1764|1764.12 1765|1765.8 1766|1766.62 1767|1767.71 1768|1768.12 1769|1769.99 1770|1770.95 1771|1771.67 1772|1772.89 1773|1773.59 1774|1774.58 1775|1775.12 1776|1776.81 1777|1777.5 1778|1778.67 1779|1779.69 1780|1780.89 1781|1781.5 1782|1782.42 1783|1783.47 1784|1784.54 1785|1785.51 1786|1786.9 1787|1787.73 1788|1788.95 1789|1789.36 1790|1790.68 1791|1791.1 1792|1792.27 1793|1793.7 1794|1794.7 1795|1795.88 1796|1796.61 1797|1797.75 1798|1798.27 1799|1799.2 1800|1800.71 1801|1801.17 1802|1802.70 1803|1803.40 1804|1804.99 1805|1805.7 1806|1806.40 1807|1807.0 1808|1808.5 1809|1809.88 1810|1810.90 1811|1811.94 1812|1812.26 1813|1813.39 1814|1814.67 1815|1815.90 1816|1816.87 1817|1817.9 1818|1818.2 1819|1819.80 1820|1820.44 1821|1821.69 1822|1822.21 1823|1823.59 1824|1824.38 1825|1825.42 1826|1826.74 1827|1827.70 1828|1828.83 1829|1829.50 1830|1830.63 1831|1831.90 1832|1832.56 1833|1833.73 1834|1834.63 1835|1835.98 1836|1836.63 1837|1837.11 1838|1838.36 1839|1839.48 1840|1840.23 1841|1841.49 1842|1842.61 1843|1843.92 1844|1844.41 1845|1845.89 1846|1846.53 1847|1847.47 1848|1848.59 1849|1849.35 1850|1850.38 1851|1851.6 1852|1852.54 1853|1853.56 1854|1854.65 1855|1855.42 1856|1856.74 1857|1857.50 1858|1858.88 1859|1859.40 1860|1860.68 1861|1861.79 1862|1862.83 1863|1863.86 1864|1864.58 1865|1865.68 1866|1866.47 1867|1867.22 1868|1868.96 1869|1869.79 1870|1870.14 1871|1871.17 1872|1872.83 1873|1873.82 1874|1874.4 1875|1875.84 1876|1876.30 1877|1877.85 1878|1878.46 1879|1879.54 1880|1880.65 1881|1881.48 1882|1882.76 1883|1883.46 1884|1884.63 1885|1885.22 1886|1886.98 1887|1887.16 1888|1888.60 1889|1889.0 1890|1890.45 1891|1891.39 1892|1892.89 1893|1893.12 1894|1894.46 1895|1895.64 1896|1896.83 1897|1897.64 1898|1898.89 1899|1899.10 1900|1900.41 1901|1901.49 1902|1902.15 1903|1903.88 1904|1904.30 1905|1905.9 1906|1906.79 1907|1907.75 1908|1908.52 1909|1909.19 1910|1910.91 1911|1911.87 1912|1912.38 1913|1913.42 1914|1914.23 1915|1915.79 1916|1916.29 1917|1917.51 1918|1918.91 1919|1919.57 1920|1920.22 1921|1921.89 1922|1922.92 1923|1923.0 1924|1924.48 1925|1925.33 1926|1926.91 1927|1927.15 1928|1928.3 1929|1929.91 1930|1930.81 1931|1931.27 1932|1932.7 1933|1933.71 1934|1934.58 1935|1935.0 1936|1936.49 1937|1937.6 1938|1938.23 1939|1939.55 1940|1940.19 1941|1941.45 1942|1942.16 1943|1943.46 1944|1944.63 1945|1945.97 1946|1946.78 1947|1947.99 1948|1948.94 1949|1949.89 1950|1950.2 1951|1951.36 1952|1952.51 1953|1953.42 1954|1954.29 1955|1955.55 1956|1956.73 1957|1957.23 1958|1958.78 1959|1959.4 1960|1960.79 1961|1961.94 1962|1962.78 1963|1963.64 1964|1964.54 1965|1965.78 1966|1966.58 1967|1967.21 1968|1968.40 1969|1969.9 1970|1970.53 1971|1971.69 1972|1972.95 1973|1973.92 1974|1974.25 1975|1975.92 1976|1976.68 1977|1977.51 1978|1978.59 1979|1979.74 1980|1980.68 1981|1981.64 1982|1982.65 1983|1983.79 1984|1984.84 1985|1985.14 1986|1986.1 1987|1987.69 1988|1988.19 1989|1989.1 1990|1990.34 1991|1991.40 1992|1992.40 1993|1993.71 1994|1994.52 1995|1995.19 1996|1996.82 1997|1997.40 1998|1998.37 1999|1999.18 2000|2000.28 2001|2001.50 2002|2002.10 2003|2003.14 2004|2004.78 2005|2005.49 2006|2006.98 2007|2007.67 2008|2008.32 2009|2009.30 2010|2010.56 2011|2011.88 2012|2012.95 2013|2013.69 2014|2014.68 2015|2015.39 2016|2016.84 2017|2017.90 2018|2018.40 2019|2019.24 2020|2020.13 2021|2021.6 2022|2022.31 2023|2023.6 2024|2024.65 2025|2025.95 2026|2026.59 2027|2027.33 2028|2028.65 2029|2029.85 2030|2030.19 2031|2031.28 2032|2032.18 2033|2033.66 2034|2034.91 2035|2035.48 2036|2036.46 2037|2037.64 2038|2038.2 2039|2039.98 2040|2040.77 2041|2041.14 2042|2042.99 2043|2043.61 2044|2044.83 2045|2045.81 2046|2046.45 2047|2047.48 2048|2048.89 2049|2049.17 2050|2050.53 2051|2051.13 2052|2052.86 2053|2053.82 2054|2054.23 2055|2055.96 2056|2056.10 2057|2057.94 2058|2058.3 2059|2059.92 2060|2060.3 2061|2061.75 2062|2062.56 2063|2063.37 2064|2064.8 2065|2065.13 2066|2066.50 2067|2067.93 2068|2068.54 2069|2069.84 2070|2070.43 2071|2071.4 2072|2072.30 2073|2073.2 2074|2074.62 2075|2075.28 2076|2076.11 2077|2077.89 2078|2078.22 2079|2079.29 2080|2080.38 2081|2081.34 2082|2082.61 2083|2083.95 2084|2084.51 2085|2085.53 2086|2086.92 2087|2087.53 2088|2088.77 2089|2089.61 2090|2090.53 2091|2091.55 2092|2092.94 2093|2093.29 2094|2094.76 2095|2095.71 2096|2096.53 2097|2097.95 2098|2098.42 2099|2099.7 2100|2100.45 2101|2101.56 2102|2102.31 2103|2103.99 2104|2104.10 2105|2105.26 2106|2106.52 2107|2107.96 2108|2108.28 2109|2109.7 2110|2110.98 2111|2111.85 2112|2112.11 2113|2113.1 2114|2114.44 2115|2115.11 2116|2116.53 2117|2117.88 2118|2118.78 2119|2119.20 2120|2120.6 2121|2121.56 2122|2122.62 2123|2123.97 2124|2124.76 2125|2125.65 2126|2126.70 2127|2127.23 2128|2128.26 2129|2129.22 2130|2130.82 2131|2131.10 2132|2132.94 2133|2133.3 2134|2134.70 2135|2135.23 2136|2136.58 2137|2137.80 2138|2138.13 2139|2139.60 2140|2140.49 2141|2141.95 2142|2142.59 2143|2143.7 2144|2144.43 2145|2145.89 2146|2146.19 2147|2147.46 2148|2148.58 2149|2149.25 2150|2150.96 2151|2151.54 2152|2152.34 2153|2153.8 2154|2154.61 2155|2155.51 2156|2156.55 2157|2157.75 2158|2158.79 2159|2159.45 2160|2160.52 2161|2161.30 2162|2162.35 2163|2163.80 2164|2164.52 2165|2165.95 2166|2166.92 2167|2167.39 2168|2168.71 2169|2169.12 2170|2170.35 2171|2171.41 2172|2172.37 2173|2173.2 2174|2174.83 2175|2175.84 2176|2176.82 2177|2177.7 2178|2178.74 2179|2179.67 2180|2180.82 2181|2181.14 2182|2182.6 2183|2183.79 2184|2184.21 2185|2185.45 2186|2186.4 2187|2187.34 2188|2188.90 2189|2189.25 2190|2190.74 2191|2191.65 2192|2192.14 2193|2193.81 2194|2194.76 2195|2195.61 2196|2196.81 2197|2197.50 2198|2198.53 2199|2199.54 2200|2200.79 2201|2201.15 2202|2202.22 2203|2203.88 2204|2204.85 2205|2205.19 2206|2206.16 2207|2207.20 2208|2208.95 2209|2209.37 2210|2210.6 2211|2211.67 2212|2212.85 2213|2213.10 2214|2214.50 2215|2215.83 2216|2216.12 2217|2217.12 2218|2218.98 2219|2219.26 2220|2220.98 2221|2221.97 2222|2222.98 2223|2223.61 2224|2224.72 2225|2225.4 2226|2226.8 2227|2227.16 2228|2228.32 2229|2229.5 2230|2230.94 2231|2231.22 2232|2232.37 2233|2233.64 2234|2234.79 2235|2235.1 2236|2236.72 2237|2237.52 2238|2238.88 2239|2239.35 2240|2240.71 2241|2241.17 2242|2242.55 2243|2243.45 2244|2244.89 2245|2245.72 2246|2246.75 2247|2247.44 2248|2248.27 2249|2249.3 2250|2250.26 2251|2251.12 2252|2252.33 2253|2253.54 2254|2254.23 2255|2255.32 2256|2256.75 2257|2257.20 2258|2258.64 2259|2259.84 2260|2260.98 2261|2261.42 2262|2262.22 2263|2263.44 2264|2264.57 2265|2265.72 2266|2266.70 2267|2267.29 2268|2268.6 2269|2269.11 2270|2270.68 2271|2271.94 2272|2272.10 2273|2273.88 2274|2274.8 2275|2275.55 2276|2276.17 2277|2277.92 2278|2278.90 2279|2279.87 2280|2280.2 2281|2281.74 2282|2282.7 2283|2283.76 2284|2284.50 2285|2285.76 2286|2286.36 2287|2287.38 2288|2288.74 2289|2289.15 2290|2290.64 2291|2291.72 2292|2292.12 2293|2293.61 2294|2294.70 2295|2295.15 2296|2296.62 2297|2297.36 2298|2298.54 2299|2299.56 2300|2300.45 2301|2301.38 2302|2302.28 2303|2303.86 2304|2304.37 2305|2305.62 2306|2306.47 2307|2307.61 2308|2308.31 2309|2309.65 2310|2310.98 2311|2311.64 2312|2312.25 2313|2313.98 2314|2314.22 2315|2315.39 2316|2316.97 2317|2317.50 2318|2318.48 2319|2319.29 2320|2320.10 2321|2321.94 2322|2322.1 2323|2323.74 2324|2324.67 2325|2325.42 2326|2326.55 2327|2327.88 2328|2328.95 2329|2329.40 2330|2330.39 2331|2331.30 2332|2332.53 2333|2333.58 2334|2334.1 2335|2335.52 2336|2336.93 2337|2337.7 2338|2338.68 2339|2339.95 2340|2340.70 2341|2341.11 2342|2342.41 2343|2343.99 2344|2344.79 2345|2345.20 2346|2346.75 2347|2347.27 2348|2348.74 2349|2349.19 2350|2350.87 2351|2351.8 2352|2352.27 2353|2353.88 2354|2354.75 2355|2355.99 2356|2356.97 2357|2357.46 2358|2358.6 2359|2359.24 2360|2360.36 2361|2361.9 2362|2362.41 2363|2363.95 2364|2364.27 2365|2365.3 2366|2366.7 2367|2367.69 2368|2368.66 2369|2369.77 2370|2370.86 2371|2371.22 2372|2372.79 2373|2373.40 2374|2374.8 2375|2375.97 2376|2376.98 2377|2377.99 2378|2378.3 2379|2379.68 2380|2380.35 2381|2381.77 2382|2382.98 2383|2383.86 2384|2384.32 2385|2385.9 2386|2386.11 2387|2387.38 2388|2388.43 2389|2389.67 2390|2390.43 2391|2391.45 2392|2392.10 2393|2393.18 2394|2394.12 2395|2395.58 2396|2396.51 2397|2397.6 2398|2398.21 2399|2399.56 2400|2400.71 2401|2401.16 2402|2402.40 2403|2403.91 2404|2404.81 2405|2405.84 2406|2406.23 2407|2407.13 2408|2408.44 2409|2409.58 2410|2410.23 2411|2411.29 2412|2412.50 2413|2413.27 2414|2414.83 2415|2415.60 2416|2416.43 2417|2417.90 2418|2418.15 2419|2419.7 2420|2420.49 2421|2421.75 2422|2422.29 2423|2423.70 2424|2424.16 2425|2425.21 2426|2426.89 2427|2427.56 2428|2428.39 2429|2429.82 2430|2430.82 2431|2431.95 2432|2432.18 2433|2433.57 2434|2434.40 2435|2435.0 2436|2436.57 2437|2437.34 2438|2438.75 2439|2439.63 2440|2440.55 2441|2441.57 2442|2442.98 2443|2443.11 2444|2444.53 2445|2445.6 2446|2446.55 2447|2447.13 2448|2448.5 2449|2449.3 2450|2450.85 2451|2451.99 2452|2452.51 2453|2453.90 2454|2454.56 2455|2455.83 2456|2456.97 2457|2457.13 2458|2458.93 2459|2459.68 2460|2460.10 2461|2461.78 2462|2462.68 2463|2463.95 2464|2464.43 2465|2465.5 2466|2466.1 2467|2467.14 2468|2468.34 2469|2469.99 2470|2470.64 2471|2471.93 2472|2472.74 2473|2473.60 2474|2474.65 2475|2475.22 2476|2476.27 2477|2477.90 2478|2478.40 2479|2479.44 2480|2480.80 2481|2481.72 2482|2482.36 2483|2483.61 2484|2484.10 2485|2485.11 2486|2486.91 2487|2487.30 2488|2488.15 2489|2489.73 2490|2490.45 2491|2491.72 2492|2492.31 2493|2493.13 2494|2494.72 2495|2495.16 2496|2496.53 2497|2497.88 2498|2498.99 2499|2499.36 2500|2500.17 2501|2501.10 2502|2502.93 2503|2503.83 2504|2504.59 2505|2505.6 2506|2506.64 2507|2507.11 2508|2508.89 2509|2509.48 2510|2510.69 2511|2511.48 2512|2512.21 2513|2513.92 2514|2514.36 2515|2515.77 2516|2516.75 2517|2517.67 2518|2518.6 2519|2519.88 2520|2520.56 2521|2521.26 2522|2522.24 2523|2523.98 2524|2524.1 2525|2525.45 2526|2526.43 2527|2527.7 2528|2528.21 2529|2529.83 2530|2530.57 2531|2531.79 2532|2532.0 2533|2533.34 2534|2534.71 </str>
    <float name="score">0.0</float></doc>
  <doc>
    <str name="id">2</str>
    <int name="id_i">2</int>
    <float name="default_amount_f">19224.0</float>
    <str name="amounts_dpf">1|1.86 2|2.74 3|3.93 4|4.38 5|5.27 6|6.47 7|7.23 8|8.21 9|9.55 10|10.39 11|11.43 12|12.79 13|13.46 14|14.56 15|15.3 16|16.94 17|17.0 18|18.61 19|19.31 20|20.8 21|21.58 22|22.67 23|23.8 24|24.28 25|25.87 26|26.52 27|27.10 28|28.16 29|29.42 30|30.47 31|31.8 32|32.65 33|33.44 34|34.37 35|35.67 36|36.71 37|37.36 38|38.53 39|39.95 40|40.65 41|41.79 42|42.53 43|43.68 44|44.74 45|45.28 46|46.60 47|47.47 48|48.11 49|49.24 50|50.15 51|51.24 52|52.46 53|53.12 54|54.70 55|55.19 56|56.46 57|57.64 58|58.5 59|59.1 60|60.51 61|61.81 62|62.24 63|63.40 64|64.50 65|65.45 66|66.42 67|67.3 68|68.89 69|69.42 70|70.53 71|71.53 72|72.7 73|73.29 74|74.55 75|75.98 76|76.28 77|77.30 78|78.29 79|79.40 80|80.55 81|81.98 82|82.34 83|83.21 84|84.68 85|85.82 86|86.90 87|87.80 88|88.44 89|89.51 90|90.79 91|91.6 92|92.61 93|93.58 94|94.21 95|95.38 96|96.99 97|97.56 98|98.2 99|99.23 100|100.53 101|101.65 102|102.33 103|103.36 104|104.17 105|105.5 106|106.65 107|107.63 108|108.90 109|109.1 110|110.25 111|111.79 112|112.62 113|113.19 114|114.24 115|115.40 116|116.58 117|117.99 118|118.0 119|119.51 120|120.57 121|121.42 122|122.12 123|123.49 124|124.67 125|125.6 126|126.60 127|127.16 128|128.77 129|129.98 130|130.76 131|131.84 132|132.61 133|133.41 134|134.63 135|135.34 136|136.11 137|137.40 138|138.13 139|139.26 140|140.79 141|141.89 142|142.58 143|143.57 144|144.28 145|145.89 146|146.76 147|147.12 148|148.3 149|149.35 150|150.9 151|151.35 152|152.95 153|153.65 154|154.44 155|155.0 156|156.6 157|157.70 158|158.45 159|159.66 160|160.16 161|161.47 162|162.73 163|163.71 164|164.58 165|165.92 166|166.58 167|167.31 168|168.31 169|169.51 170|170.82 171|171.16 172|172.34 173|173.72 174|174.80 175|175.66 176|176.65 177|177.48 178|178.74 179|179.87 180|180.16 181|181.21 182|182.43 183|183.7 184|184.46 185|185.93 186|186.26 187|187.2 188|188.5 189|189.85 190|190.26 191|191.65 192|192.61 193|193.76 194|194.95 195|195.42 196|196.24 197|197.76 198|198.44 199|199.90 200|200.80 201|201.52 202|202.69 203|203.62 204|204.3 205|205.15 206|206.51 207|207.49 208|208.31 209|209.56 210|210.26 211|211.94 212|212.5 213|213.66 214|214.17 215|215.12 216|216.98 217|217.92 218|218.52 219|219.12 220|220.92 221|221.16 222|222.62 223|223.47 224|224.59 225|225.41 226|226.28 227|227.8 228|228.18 229|229.43 230|230.46 231|231.28 232|232.74 233|233.76 234|234.61 235|235.37 236|236.7 237|237.17 238|238.64 239|239.17 240|240.83 241|241.81 242|242.57 243|243.35 244|244.80 245|245.60 246|246.72 247|247.34 248|248.1 249|249.12 250|250.75 251|251.99 252|252.24 253|253.4 254|254.4 255|255.39 256|256.90 257|257.19 258|258.88 259|259.32 260|260.54 261|261.24 262|262.27 263|263.64 264|264.28 265|265.26 266|266.76 267|267.56 268|268.75 269|269.76 270|270.38 271|271.37 272|272.15 273|273.91 274|274.2 275|275.1 276|276.4 277|277.39 278|278.31 279|279.46 280|280.11 281|281.33 282|282.9 283|283.0 284|284.22 285|285.50 286|286.75 287|287.4 288|288.45 289|289.31 290|290.54 291|291.15 292|292.93 293|293.61 294|294.0 295|295.27 296|296.91 297|297.84 298|298.1 299|299.25 300|300.69 301|301.0 302|302.15 303|303.4 304|304.47 305|305.17 306|306.58 307|307.93 308|308.0 309|309.66 310|310.95 311|311.12 312|312.63 313|313.40 314|314.37 315|315.52 316|316.8 317|317.87 318|318.46 319|319.68 320|320.59 321|321.5 322|322.9 323|323.84 324|324.33 325|325.56 326|326.11 327|327.92 328|328.72 329|329.6 330|330.33 331|331.7 332|332.22 333|333.32 334|334.2 335|335.3 336|336.8 337|337.69 338|338.96 339|339.81 340|340.44 341|341.14 342|342.8 343|343.26 344|344.32 345|345.3 346|346.78 347|347.59 348|348.77 349|349.6 350|350.96 351|351.57 352|352.32 353|353.57 354|354.35 355|355.61 356|356.61 357|357.8 358|358.65 359|359.55 360|360.86 361|361.28 362|362.26 363|363.66 364|364.95 365|365.55 366|366.95 367|367.39 368|368.46 369|369.43 370|370.21 371|371.21 372|372.84 373|373.29 374|374.83 375|375.14 376|376.4 377|377.10 378|378.29 379|379.95 380|380.36 381|381.2 382|382.90 383|383.92 384|384.6 385|385.12 386|386.87 387|387.59 388|388.95 389|389.36 390|390.95 391|391.79 392|392.65 393|393.84 394|394.4 395|395.59 396|396.10 397|397.13 398|398.13 399|399.22 400|400.20 401|401.78 402|402.91 403|403.73 404|404.13 405|405.0 406|406.24 407|407.66 408|408.37 409|409.71 410|410.77 411|411.25 412|412.42 413|413.9 414|414.65 415|415.1 416|416.92 417|417.59 418|418.2 419|419.44 420|420.78 421|421.7 422|422.15 423|423.26 424|424.11 425|425.22 426|426.91 427|427.92 428|428.76 429|429.29 430|430.90 431|431.9 432|432.83 433|433.40 434|434.25 435|435.44 436|436.47 437|437.37 438|438.91 439|439.15 440|440.63 441|441.94 442|442.41 443|443.73 444|444.71 445|445.42 446|446.58 447|447.99 448|448.90 449|449.99 450|450.73 451|451.85 452|452.27 453|453.19 454|454.42 455|455.46 456|456.85 457|457.44 458|458.15 459|459.17 460|460.48 461|461.51 462|462.37 463|463.9 464|464.67 465|465.38 466|466.84 467|467.81 468|468.84 469|469.93 470|470.63 471|471.8 472|472.69 473|473.42 474|474.73 475|475.33 476|476.13 477|477.47 478|478.22 479|479.86 480|480.79 481|481.2 482|482.80 483|483.74 484|484.40 485|485.45 486|486.83 487|487.76 488|488.58 489|489.88 490|490.8 491|491.64 492|492.45 493|493.54 494|494.45 495|495.39 496|496.13 497|497.44 498|498.99 499|499.76 500|500.14 501|501.58 502|502.3 503|503.31 504|504.62 505|505.63 506|506.87 507|507.5 508|508.75 509|509.55 510|510.0 511|511.59 512|512.96 513|513.16 514|514.30 515|515.21 516|516.65 517|517.55 518|518.28 519|519.85 520|520.6 521|521.59 522|522.72 523|523.94 524|524.71 525|525.26 526|526.68 527|527.55 528|528.22 529|529.25 530|530.97 531|531.59 532|532.71 533|533.85 534|534.22 535|535.37 536|536.57 537|537.1 538|538.93 539|539.47 540|540.45 541|541.16 542|542.52 543|543.77 544|544.68 545|545.90 546|546.26 547|547.8 548|548.37 549|549.12 550|550.58 551|551.81 552|552.39 553|553.35 554|554.98 555|555.66 556|556.15 557|557.76 558|558.56 559|559.92 560|560.33 561|561.87 562|562.13 563|563.23 564|564.34 565|565.83 566|566.49 567|567.4 568|568.8 569|569.81 570|570.53 571|571.88 572|572.88 573|573.12 574|574.46 575|575.10 576|576.31 577|577.44 578|578.41 579|579.97 580|580.21 581|581.43 582|582.55 583|583.14 584|584.95 585|585.36 586|586.57 587|587.54 588|588.94 589|589.88 590|590.81 591|591.28 592|592.79 593|593.61 594|594.58 595|595.65 596|596.35 597|597.8 598|598.31 599|599.62 600|600.0 601|601.35 602|602.65 603|603.15 604|604.39 605|605.6 606|606.53 607|607.19 608|608.71 609|609.53 610|610.3 611|611.33 612|612.72 613|613.31 614|614.31 615|615.41 616|616.35 617|617.7 618|618.44 619|619.76 620|620.74 621|621.54 622|622.31 623|623.11 624|624.27 625|625.53 626|626.58 627|627.76 628|628.17 629|629.77 630|630.90 631|631.36 632|632.69 633|633.83 634|634.26 635|635.1 636|636.76 637|637.0 638|638.66 639|639.46 640|640.58 641|641.90 642|642.76 643|643.93 644|644.26 645|645.86 646|646.5 647|647.82 648|648.1 649|649.42 650|650.75 651|651.92 652|652.34 653|653.56 654|654.48 655|655.18 656|656.4 657|657.43 658|658.65 659|659.67 660|660.84 661|661.28 662|662.73 663|663.38 664|664.89 665|665.15 666|666.11 667|667.27 668|668.93 669|669.48 670|670.91 671|671.86 672|672.82 673|673.12 674|674.14 675|675.40 676|676.81 677|677.8 678|678.93 679|679.25 680|680.23 681|681.56 682|682.30 683|683.74 684|684.6 685|685.52 686|686.77 687|687.8 688|688.93 689|689.98 690|690.80 691|691.98 692|692.64 693|693.65 694|694.37 695|695.0 696|696.40 697|697.33 698|698.97 699|699.60 700|700.95 701|701.22 702|702.49 703|703.17 704|704.53 705|705.99 706|706.87 707|707.94 708|708.30 709|709.66 710|710.24 711|711.19 712|712.2 713|713.17 714|714.87 715|715.11 716|716.9 717|717.96 718|718.1 719|719.70 720|720.22 721|721.82 722|722.87 723|723.51 724|724.2 725|725.4 726|726.72 727|727.83 728|728.66 729|729.57 730|730.21 731|731.35 732|732.26 733|733.43 734|734.40 735|735.11 736|736.9 737|737.1 738|738.52 739|739.89 740|740.66 741|741.45 742|742.51 743|743.61 744|744.45 745|745.15 746|746.99 747|747.69 748|748.93 749|749.82 750|750.77 751|751.40 752|752.20 753|753.60 754|754.40 755|755.8 756|756.91 757|757.11 758|758.55 759|759.70 760|760.11 761|761.68 762|762.39 763|763.15 764|764.10 765|765.52 766|766.83 767|767.55 768|768.1 769|769.6 770|770.25 771|771.15 772|772.42 773|773.18 774|774.69 775|775.92 776|776.32 777|777.45 778|778.23 779|779.68 780|780.53 781|781.88 782|782.54 783|783.27 784|784.44 785|785.37 786|786.11 787|787.79 788|788.41 789|789.6 790|790.52 791|791.79 792|792.72 793|793.94 794|794.68 795|795.11 796|796.33 797|797.56 798|798.0 799|799.27 800|800.64 801|801.38 802|802.38 803|803.65 804|804.74 805|805.71 806|806.14 807|807.99 808|808.49 809|809.37 810|810.77 811|811.87 812|812.9 813|813.59 814|814.35 815|815.64 816|816.68 817|817.33 818|818.63 819|819.23 820|820.52 821|821.35 822|822.13 823|823.91 824|824.30 825|825.37 826|826.39 827|827.15 828|828.73 829|829.83 830|830.25 831|831.60 832|832.90 833|833.15 834|834.67 835|835.24 836|836.50 837|837.29 838|838.48 839|839.26 840|840.27 841|841.13 842|842.52 843|843.10 844|844.15 845|845.80 846|846.16 847|847.3 848|848.66 849|849.48 850|850.95 851|851.12 852|852.81 853|853.66 854|854.4 855|855.60 856|856.85 857|857.19 858|858.58 859|859.9 860|860.55 861|861.12 862|862.8 863|863.55 864|864.82 865|865.65 866|866.0 867|867.1 868|868.37 869|869.44 870|870.46 871|871.37 872|872.59 873|873.35 874|874.46 875|875.26 876|876.31 877|877.79 878|878.85 879|879.26 880|880.52 881|881.42 882|882.57 883|883.17 884|884.84 885|885.34 886|886.87 887|887.62 888|888.56 889|889.56 890|890.83 891|891.65 892|892.80 893|893.31 894|894.79 895|895.32 896|896.96 897|897.46 898|898.67 899|899.50 900|900.76 901|901.14 902|902.31 903|903.97 904|904.34 905|905.15 906|906.53 907|907.48 908|908.69 909|909.22 910|910.54 911|911.84 912|912.25 913|913.58 914|914.56 915|915.61 916|916.92 917|917.58 918|918.23 919|919.32 920|920.99 921|921.53 922|922.58 923|923.60 924|924.40 925|925.76 926|926.52 927|927.40 928|928.31 929|929.63 930|930.58 931|931.32 932|932.73 933|933.33 934|934.75 935|935.40 936|936.9 937|937.21 938|938.68 939|939.7 940|940.12 941|941.27 942|942.83 943|943.70 944|944.43 945|945.34 946|946.22 947|947.64 948|948.19 949|949.71 950|950.55 951|951.53 952|952.16 953|953.56 954|954.94 955|955.76 956|956.53 957|957.31 958|958.9 959|959.20 960|960.12 961|961.14 962|962.31 963|963.65 964|964.83 965|965.58 966|966.91 967|967.23 968|968.20 969|969.12 970|970.3 971|971.27 972|972.21 973|973.14 974|974.21 975|975.24 976|976.65 977|977.31 978|978.85 979|979.78 980|980.12 981|981.23 982|982.52 983|983.30 984|984.29 985|985.9 986|986.5 987|987.40 988|988.41 989|989.56 990|990.51 991|991.51 992|992.97 993|993.43 994|994.62 995|995.93 996|996.27 997|997.19 998|998.28 999|999.14 1000|1000.41 1001|1001.48 1002|1002.48 1003|1003.14 1004|1004.48 1005|1005.28 1006|1006.4 1007|1007.81 1008|1008.51 1009|1009.93 1010|1010.26 1011|1011.57 1012|1012.23 1013|1013.78 1014|1014.82 1015|1015.44 1016|1016.39 1017|1017.62 1018|1018.99 1019|1019.12 1020|1020.53 1021|1021.22 1022|1022.41 1023|1023.61 1024|1024.35 1025|1025.64 1026|1026.46 1027|1027.70 1028|1028.43 1029|1029.33 1030|1030.27 1031|1031.85 1032|1032.85 1033|1033.2 1034|1034.90 1035|1035.6 1036|1036.93 1037|1037.91 1038|1038.0 1039|1039.62 1040|1040.16 1041|1041.37 1042|1042.88 1043|1043.33 1044|1044.99 1045|1045.84 1046|1046.33 1047|1047.29 1048|1048.30 1049|1049.50 1050|1050.86 1051|1051.78 1052|1052.22 1053|1053.96 1054|1054.31 1055|1055.28 1056|1056.61 1057|1057.85 1058|1058.42 1059|1059.13 1060|1060.67 1061|1061.29 1062|1062.22 1063|1063.8 1064|1064.25 1065|1065.3 1066|1066.79 1067|1067.81 1068|1068.36 1069|1069.76 1070|1070.14 1071|1071.91 1072|1072.58 1073|1073.24 1074|1074.51 1075|1075.55 1076|1076.83 1077|1077.57 1078|1078.53 1079|1079.97 1080|1080.49 1081|1081.99 1082|1082.65 1083|1083.89 1084|1084.9 1085|1085.30 1086|1086.77 1087|1087.32 1088|1088.14 1089|1089.99 1090|1090.51 1091|1091.22 1092|1092.53 1093|1093.83 1094|1094.98 1095|1095.92 1096|1096.24 1097|1097.72 1098|1098.92 1099|1099.50 1100|1100.4 1101|1101.19 1102|1102.99 1103|1103.70 1104|1104.20 1105|1105.82 1106|1106.83 1107|1107.41 1108|1108.44 1109|1109.20 1110|1110.77 1111|1111.72 1112|1112.16 1113|1113.11 1114|1114.49 1115|1115.98 1116|1116.93 1117|1117.82 1118|1118.87 1119|1119.62 1120|1120.37 1121|1121.66 1122|1122.56 1123|1123.41 1124|1124.20 1125|1125.65 1126|1126.99 1127|1127.65 1128|1128.74 1129|1129.80 1130|1130.64 1131|1131.66 1132|1132.89 1133|1133.32 1134|1134.60 1135|1135.18 1136|1136.89 1137|1137.98 1138|1138.19 1139|1139.41 1140|1140.30 1141|1141.70 1142|1142.8 1143|1143.73 1144|1144.14 1145|1145.33 1146|1146.75 1147|1147.87 1148|1148.62 1149|1149.3 1150|1150.8 1151|1151.38 1152|1152.84 1153|1153.68 1154|1154.28 1155|1155.2 1156|1156.48 1157|1157.43 1158|1158.7 1159|1159.94 1160|1160.84 1161|1161.77 1162|1162.59 1163|1163.79 1164|1164.37 1165|1165.56 1166|1166.10 1167|1167.22 1168|1168.53 1169|1169.19 1170|1170.35 1171|1171.32 1172|1172.51 1173|1173.62 1174|1174.31 1175|1175.21 1176|1176.66 1177|1177.85 1178|1178.67 1179|1179.17 1180|1180.46 1181|1181.94 1182|1182.81 1183|1183.88 1184|1184.68 1185|1185.68 1186|1186.68 1187|1187.7 1188|1188.43 1189|1189.1 1190|1190.81 1191|1191.17 1192|1192.17 1193|1193.97 1194|1194.30 1195|1195.99 1196|1196.98 1197|1197.55 1198|1198.82 1199|1199.50 1200|1200.2 1201|1201.91 1202|1202.25 1203|1203.20 1204|1204.20 1205|1205.85 1206|1206.11 1207|1207.70 1208|1208.69 1209|1209.73 1210|1210.35 1211|1211.62 1212|1212.34 1213|1213.86 1214|1214.58 1215|1215.80 1216|1216.80 1217|1217.53 1218|1218.38 1219|1219.36 1220|1220.45 1221|1221.25 1222|1222.21 1223|1223.3 1224|1224.52 1225|1225.25 1226|1226.62 1227|1227.1 1228|1228.36 1229|1229.52 1230|1230.51 1231|1231.56 1232|1232.38 1233|1233.71 1234|1234.35 1235|1235.67 1236|1236.89 1237|1237.52 1238|1238.69 1239|1239.61 1240|1240.48 1241|1241.69 1242|1242.35 1243|1243.84 1244|1244.85 1245|1245.55 1246|1246.3 1247|1247.18 1248|1248.85 1249|1249.57 1250|1250.15 1251|1251.40 1252|1252.86 1253|1253.77 1254|1254.91 1255|1255.4 1256|1256.8 1257|1257.33 1258|1258.51 1259|1259.93 1260|1260.6 1261|1261.4 1262|1262.91 1263|1263.20 1264|1264.38 1265|1265.88 1266|1266.66 1267|1267.19 1268|1268.71 1269|1269.88 1270|1270.98 1271|1271.78 1272|1272.5 1273|1273.95 1274|1274.32 1275|1275.88 1276|1276.83 1277|1277.63 1278|1278.73 1279|1279.13 1280|1280.17 1281|1281.35 1282|1282.87 1283|1283.88 1284|1284.68 1285|1285.38 1286|1286.26 1287|1287.64 1288|1288.56 1289|1289.97 1290|1290.1 1291|1291.3 1292|1292.50 1293|1293.92 1294|1294.51 1295|1295.50 1296|1296.24 1297|1297.1 1298|1298.8 1299|1299.37 1300|1300.91 1301|1301.43 1302|1302.13 1303|1303.96 1304|1304.85 1305|1305.78 1306|1306.93 1307|1307.74 1308|1308.59 1309|1309.9 1310|1310.46 1311|1311.15 1312|1312.89 1313|1313.13 1314|1314.72 1315|1315.26 1316|1316.75 1317|1317.7 1318|1318.71 1319|1319.37 1320|1320.3 1321|1321.67 1322|1322.16 1323|1323.0 1324|1324.4 1325|1325.33 1326|1326.60 1327|1327.66 1328|1328.87 1329|1329.67 1330|1330.55 1331|1331.17 1332|1332.62 1333|1333.38 1334|1334.13 1335|1335.8 1336|1336.34 1337|1337.11 1338|1338.79 1339|1339.15 1340|1340.32 1341|1341.76 1342|1342.61 1343|1343.66 1344|1344.2 1345|1345.27 1346|1346.82 1347|1347.22 1348|1348.90 1349|1349.52 1350|1350.43 1351|1351.10 1352|1352.66 1353|1353.12 1354|1354.99 1355|1355.54 1356|1356.3 1357|1357.27 1358|1358.36 1359|1359.0 1360|1360.47 1361|1361.13 1362|1362.66 1363|1363.68 1364|1364.5 1365|1365.1 1366|1366.73 1367|1367.5 1368|1368.0 1369|1369.78 1370|1370.33 1371|1371.29 1372|1372.58 1373|1373.57 1374|1374.72 1375|1375.0 1376|1376.77 1377|1377.56 1378|1378.2 1379|1379.88 1380|1380.19 1381|1381.0 1382|1382.25 1383|1383.23 1384|1384.9 1385|1385.88 1386|1386.79 1387|1387.88 1388|1388.27 1389|1389.65 1390|1390.52 1391|1391.74 1392|1392.11 1393|1393.68 1394|1394.11 1395|1395.35 1396|1396.6 1397|1397.2 1398|1398.85 1399|1399.27 1400|1400.24 1401|1401.4 1402|1402.84 1403|1403.44 1404|1404.38 1405|1405.37 1406|1406.35 1407|1407.82 1408|1408.54 1409|1409.95 1410|1410.72 1411|1411.57 1412|1412.55 1413|1413.1 1414|1414.84 1415|1415.94 1416|1416.89 1417|1417.41 1418|1418.59 1419|1419.29 1420|1420.79 1421|1421.25 1422|1422.9 1423|1423.46 1424|1424.50 1425|1425.97 1426|1426.62 1427|1427.36 1428|1428.55 1429|1429.5 1430|1430.77 1431|1431.1 1432|1432.11 1433|1433.81 1434|1434.64 1435|1435.5 1436|1436.43 1437|1437.3 1438|1438.58 1439|1439.64 1440|1440.75 1441|1441.52 1442|1442.23 1443|1443.53 1444|1444.41 1445|1445.79 1446|1446.26 1447|1447.25 1448|1448.20 1449|1449.58 1450|1450.17 1451|1451.41 1452|1452.32 1453|1453.72 1454|1454.94 1455|1455.14 1456|1456.76 1457|1457.70 1458|1458.58 1459|1459.31 1460|1460.61 1461|1461.78 1462|1462.21 1463|1463.16 1464|1464.90 1465|1465.27 1466|1466.95 1467|1467.13 1468|1468.38 1469|1469.34 1470|1470.44 1471|1471.93 1472|1472.93 1473|1473.38 1474|1474.57 1475|1475.69 1476|1476.48 1477|1477.13 1478|1478.63 1479|1479.18 1480|1480.15 1481|1481.85 1482|1482.80 1483|1483.71 1484|1484.73 1485|1485.86 1486|1486.38 1487|1487.36 1488|1488.15 1489|1489.26 1490|1490.21 1491|1491.18 1492|1492.84 1493|1493.55 1494|1494.46 1495|1495.34 1496|1496.63 1497|1497.25 1498|1498.79 1499|1499.32 1500|1500.80 1501|1501.50 1502|1502.47 1503|1503.55 1504|1504.71 1505|1505.42 1506|1506.11 1507|1507.63 1508|1508.22 1509|1509.46 1510|1510.7 1511|1511.52 1512|1512.25 1513|1513.29 1514|1514.6 1515|1515.57 1516|1516.50 1517|1517.6 1518|1518.44 1519|1519.37 1520|1520.66 1521|1521.31 1522|1522.34 1523|1523.32 1524|1524.61 1525|1525.58 1526|1526.82 1527|1527.11 1528|1528.59 1529|1529.27 1530|1530.97 1531|1531.71 1532|1532.93 1533|1533.80 1534|1534.67 1535|1535.32 1536|1536.46 1537|1537.92 1538|1538.12 1539|1539.33 1540|1540.66 1541|1541.70 1542|1542.83 1543|1543.8 1544|1544.82 1545|1545.62 1546|1546.44 1547|1547.14 1548|1548.62 1549|1549.67 1550|1550.0 1551|1551.13 1552|1552.54 1553|1553.10 1554|1554.14 1555|1555.9 1556|1556.8 1557|1557.40 1558|1558.46 1559|1559.58 1560|1560.88 1561|1561.65 1562|1562.86 1563|1563.11 1564|1564.43 1565|1565.84 1566|1566.26 1567|1567.78 1568|1568.58 1569|1569.82 1570|1570.71 1571|1571.93 1572|1572.16 1573|1573.70 1574|1574.53 1575|1575.8 1576|1576.68 1577|1577.51 1578|1578.83 1579|1579.22 1580|1580.89 1581|1581.14 1582|1582.6 1583|1583.63 1584|1584.43 1585|1585.53 1586|1586.11 1587|1587.34 1588|1588.36 1589|1589.33 1590|1590.12 1591|1591.91 1592|1592.10 1593|1593.80 1594|1594.57 1595|1595.89 1596|1596.90 1597|1597.49 1598|1598.70 1599|1599.58 1600|1600.78 1601|1601.74 1602|1602.82 1603|1603.66 1604|1604.28 1605|1605.21 1606|1606.95 1607|1607.27 1608|1608.41 1609|1609.0 1610|1610.68 1611|1611.97 1612|1612.85 1613|1613.9 1614|1614.66 1615|1615.21 1616|1616.30 1617|1617.0 1618|1618.41 1619|1619.78 1620|1620.83 1621|1621.38 1622|1622.80 1623|1623.81 1624|1624.9 1625|1625.79 1626|1626.72 1627|1627.73 1628|1628.10 1629|1629.30 1630|1630.65 1631|1631.30 1632|1632.82 1633|1633.38 1634|1634.7 1635|1635.11 1636|1636.53 1637|1637.23 1638|1638.71 1639|1639.6 1640|1640.36 1641|1641.2 1642|1642.87 1643|1643.1 1644|1644.42 1645|1645.10 1646|1646.75 1647|1647.79 1648|1648.89 1649|1649.44 1650|1650.45 1651|1651.82 1652|1652.54 1653|1653.9 1654|1654.6 1655|1655.26 1656|1656.29 1657|1657.5 1658|1658.98 1659|1659.23 1660|1660.87 1661|1661.41 1662|1662.62 1663|1663.6 1664|1664.67 1665|1665.25 1666|1666.89 1667|1667.79 1668|1668.34 1669|1669.62 1670|1670.84 1671|1671.44 1672|1672.41 1673|1673.67 1674|1674.72 1675|1675.4 1676|1676.0 1677|1677.25 1678|1678.98 1679|1679.39 1680|1680.34 1681|1681.41 1682|1682.87 1683|1683.40 1684|1684.1 1685|1685.81 1686|1686.42 1687|1687.7 1688|1688.59 1689|1689.92 1690|1690.17 1691|1691.17 1692|1692.77 1693|1693.92 1694|1694.77 1695|1695.73 1696|1696.99 1697|1697.60 1698|1698.17 1699|1699.33 1700|1700.82 1701|1701.38 1702|1702.67 1703|1703.67 1704|1704.41 1705|1705.99 1706|1706.65 1707|1707.39 1708|1708.94 1709|1709.58 1710|1710.47 1711|1711.45 1712|1712.68 1713|1713.20 1714|1714.91 1715|1715.2 1716|1716.92 1717|1717.90 1718|1718.56 1719|1719.34 1720|1720.11 1721|1721.17 1722|1722.58 1723|1723.7 1724|1724.16 1725|1725.23 1726|1726.38 1727|1727.38 1728|1728.42 1729|1729.2 1730|1730.76 1731|1731.51 1732|1732.57 1733|1733.6 1734|1734.59 1735|1735.87 1736|1736.57 1737|1737.81 1738|1738.10 1739|1739.54 1740|1740.66 1741|1741.88 1742|1742.17 1743|1743.37 1744|1744.41 1745|1745.77 1746|1746.91 1747|1747.48 1748|1748.69 1749|1749.94 1750|1750.14 1751|1751.66 1752|1752.86 1753|1753.54 1754|1754.16 1755|1755.25 1756|1756.27 1757|1757.80 1758|1758.64 1759|1759.88 1760|1760.11 1761|1761.51 1762|1762.11 1763|1763.61 1764|1764.59 1765|1765.78 1766|1766.30 1767|1767.39 1768|1768.58 1769|1769.34 1770|1770.73 1771|1771.36 1772|1772.60 1773|1773.72 1774|1774.75 1775|1775.56 1776|1776.66 1777|1777.32 1778|1778.24 1779|1779.51 1780|1780.39 1781|1781.65 1782|1782.62 1783|1783.42 1784|1784.93 1785|1785.18 1786|1786.90 1787|1787.36 1788|1788.95 1789|1789.7 1790|1790.58 1791|1791.88 1792|1792.16 1793|1793.26 1794|1794.45 1795|1795.1 1796|1796.58 1797|1797.86 1798|1798.84 1799|1799.87 1800|1800.82 1801|1801.74 1802|1802.22 1803|1803.50 1804|1804.25 1805|1805.25 1806|1806.57 1807|1807.82 1808|1808.68 1809|1809.71 1810|1810.39 1811|1811.61 1812|1812.20 1813|1813.5 1814|1814.70 1815|1815.42 1816|1816.29 1817|1817.33 1818|1818.9 1819|1819.60 1820|1820.66 1821|1821.78 1822|1822.74 1823|1823.65 1824|1824.88 1825|1825.68 1826|1826.62 1827|1827.10 1828|1828.72 1829|1829.88 1830|1830.22 1831|1831.17 1832|1832.30 1833|1833.99 1834|1834.85 1835|1835.22 1836|1836.97 1837|1837.3 1838|1838.26 1839|1839.83 1840|1840.93 1841|1841.75 1842|1842.66 1843|1843.99 1844|1844.91 1845|1845.42 1846|1846.80 1847|1847.94 1848|1848.89 1849|1849.44 1850|1850.32 1851|1851.93 1852|1852.76 1853|1853.59 1854|1854.44 1855|1855.84 1856|1856.94 1857|1857.76 1858|1858.71 1859|1859.65 1860|1860.89 1861|1861.62 1862|1862.2 1863|1863.97 1864|1864.80 1865|1865.25 1866|1866.17 1867|1867.70 1868|1868.5 1869|1869.58 1870|1870.94 1871|1871.68 1872|1872.70 1873|1873.52 1874|1874.88 1875|1875.83 1876|1876.12 1877|1877.59 1878|1878.70 1879|1879.22 1880|1880.24 1881|1881.12 1882|1882.67 1883|1883.99 1884|1884.79 1885|1885.59 1886|1886.42 1887|1887.62 1888|1888.45 1889|1889.1 1890|1890.18 1891|1891.99 1892|1892.22 1893|1893.53 1894|1894.64 1895|1895.74 1896|1896.61 1897|1897.63 1898|1898.87 1899|1899.41 1900|1900.54 1901|1901.15 1902|1902.93 1903|1903.75 1904|1904.77 1905|1905.8 1906|1906.98 1907|1907.46 1908|1908.79 1909|1909.78 1910|1910.30 1911|1911.73 1912|1912.77 1913|1913.23 1914|1914.40 1915|1915.42 1916|1916.37 1917|1917.50 1918|1918.98 1919|1919.80 1920|1920.65 1921|1921.55 1922|1922.47 1923|1923.34 1924|1924.46 1925|1925.37 1926|1926.53 1927|1927.20 1928|1928.4 1929|1929.10 1930|1930.6 1931|1931.97 1932|1932.45 1933|1933.42 1934|1934.30 1935|1935.81 1936|1936.22 1937|1937.69 1938|1938.77 1939|1939.50 1940|1940.82 1941|1941.41 1942|1942.12 1943|1943.70 1944|1944.9 1945|1945.60 1946|1946.97 1947|1947.46 1948|1948.12 1949|1949.59 1950|1950.98 1951|1951.11 1952|1952.66 1953|1953.84 1954|1954.41 1955|1955.17 1956|1956.27 1957|1957.84 1958|1958.66 1959|1959.79 1960|1960.14 1961|1961.88 1962|1962.31 1963|1963.83 1964|1964.89 1965|1965.65 1966|1966.50 1967|1967.88 1968|1968.83 1969|1969.66 1970|1970.39 1971|1971.34 1972|1972.94 1973|1973.66 1974|1974.31 1975|1975.18 1976|1976.43 1977|1977.52 1978|1978.68 1979|1979.48 1980|1980.2 1981|1981.35 1982|1982.3 1983|1983.78 1984|1984.66 1985|1985.36 1986|1986.5 1987|1987.98 1988|1988.39 1989|1989.69 1990|1990.95 1991|1991.42 1992|1992.35 1993|1993.4 1994|1994.26 1995|1995.43 1996|1996.64 1997|1997.29 1998|1998.10 1999|1999.72 2000|2000.10 2001|2001.95 2002|2002.84 2003|2003.50 2004|2004.23 2005|2005.29 2006|2006.52 2007|2007.75 2008|2008.83 2009|2009.88 2010|2010.77 2011|2011.12 2012|2012.53 2013|2013.74 2014|2014.18 2015|2015.88 2016|2016.70 2017|2017.74 2018|2018.38 2019|2019.43 2020|2020.34 2021|2021.62 2022|2022.85 2023|2023.56 2024|2024.12 2025|2025.22 2026|2026.23 2027|2027.80 2028|2028.9 2029|2029.34 2030|2030.70 2031|2031.25 2032|2032.45 2033|2033.24 2034|2034.12 2035|2035.81 2036|2036.9 2037|2037.5 2038|2038.86 2039|2039.56 2040|2040.19 2041|2041.63 2042|2042.53 2043|2043.76 2044|2044.73 2045|2045.95 2046|2046.36 2047|2047.48 2048|2048.35 2049|2049.40 2050|2050.34 2051|2051.75 2052|2052.78 2053|2053.59 2054|2054.3 2055|2055.52 2056|2056.85 2057|2057.58 2058|2058.22 2059|2059.88 2060|2060.4 2061|2061.22 2062|2062.54 2063|2063.1 2064|2064.10 2065|2065.86 2066|2066.14 2067|2067.6 2068|2068.62 2069|2069.79 2070|2070.43 2071|2071.44 2072|2072.45 2073|2073.43 2074|2074.40 2075|2075.61 2076|2076.25 2077|2077.94 2078|2078.4 2079|2079.77 2080|2080.14 2081|2081.26 2082|2082.24 2083|2083.33 2084|2084.25 2085|2085.67 2086|2086.15 2087|2087.69 2088|2088.43 2089|2089.52 2090|2090.27 2091|2091.45 2092|2092.36 2093|2093.89 2094|2094.89 2095|2095.38 2096|2096.81 2097|2097.96 2098|2098.76 2099|2099.87 2100|2100.12 2101|2101.22 2102|2102.8 2103|2103.30 2104|2104.73 2105|2105.56 2106|2106.79 2107|2107.52 2108|2108.8 2109|2109.65 2110|2110.93 2111|2111.70 2112|2112.64 2113|2113.31 2114|2114.25 2115|2115.82 2116|2116.53 2117|2117.3 2118|2118.5 2119|2119.0 2120|2120.23 2121|2121.73 2122|2122.60 2123|2123.68 2124|2124.25 2125|2125.4 2126|2126.90 2127|2127.24 2128|2128.63 2129|2129.28 2130|2130.17 2131|2131.3 2132|2132.45 2133|2133.14 2134|2134.3 2135|2135.54 2136|2136.40 2137|2137.94 2138|2138.36 2139|2139.31 2140|2140.72 2141|2141.27 2142|2142.76 2143|2143.22 2144|2144.49 2145|2145.44 2146|2146.90 2147|2147.10 2148|2148.1 2149|2149.17 2150|2150.60 2151|2151.29 2152|2152.27 2153|2153.61 2154|2154.7 2155|2155.35 2156|2156.66 2157|2157.33 2158|2158.52 2159|2159.25 2160|2160.31 2161|2161.21 2162|2162.77 2163|2163.5 2164|2164.78 2165|2165.51 2166|2166.64 2167|2167.98 2168|2168.6 2169|2169.11 2170|2170.72 2171|2171.26 2172|2172.37 2173|2173.92 2174|2174.45 2175|2175.61 2176|2176.22 2177|2177.83 2178|2178.85 2179|2179.97 2180|2180.35 2181|2181.83 2182|2182.77 2183|2183.63 2184|2184.46 2185|2185.85 2186|2186.48 2187|2187.74 2188|2188.36 2189|2189.91 2190|2190.9 2191|2191.11 2192|2192.71 2193|2193.53 2194|2194.41 2195|2195.59 2196|2196.50 2197|2197.21 2198|2198.50 2199|2199.80 2200|2200.30 2201|2201.39 2202|2202.44 2203|2203.54 2204|2204.54 2205|2205.7 2206|2206.73 2207|2207.90 2208|2208.72 2209|2209.67 2210|2210.19 2211|2211.61 2212|2212.89 2213|2213.75 2214|2214.30 2215|2215.82 2216|2216.72 2217|2217.9 2218|2218.99 2219|2219.96 2220|2220.81 2221|2221.94 2222|2222.38 2223|2223.72 2224|2224.27 2225|2225.56 2226|2226.75 2227|2227.87 2228|2228.55 2229|2229.80 2230|2230.89 2231|2231.13 2232|2232.3 2233|2233.51 2234|2234.0 2235|2235.7 2236|2236.23 2237|2237.57 2238|2238.32 2239|2239.25 2240|2240.58 2241|2241.50 2242|2242.33 2243|2243.22 2244|2244.66 2245|2245.57 2246|2246.64 2247|2247.91 2248|2248.56 2249|2249.59 2250|2250.90 2251|2251.36 2252|2252.84 2253|2253.54 2254|2254.78 2255|2255.97 2256|2256.59 2257|2257.29 2258|2258.77 2259|2259.25 2260|2260.56 2261|2261.46 2262|2262.80 2263|2263.95 2264|2264.22 2265|2265.34 2266|2266.5 2267|2267.87 2268|2268.19 2269|2269.13 2270|2270.54 2271|2271.91 2272|2272.91 2273|2273.46 2274|2274.49 2275|2275.13 2276|2276.73 2277|2277.66 2278|2278.3 2279|2279.82 2280|2280.22 2281|2281.55 2282|2282.77 2283|2283.67 2284|2284.8 2285|2285.15 2286|2286.92 2287|2287.60 2288|2288.71 2289|2289.65 2290|2290.98 2291|2291.45 2292|2292.30 2293|2293.34 2294|2294.19 2295|2295.52 2296|2296.53 2297|2297.95 2298|2298.56 2299|2299.21 2300|2300.42 2301|2301.49 2302|2302.97 2303|2303.76 2304|2304.69 2305|2305.36 2306|2306.51 2307|2307.65 2308|2308.10 2309|2309.2 2310|2310.42 2311|2311.68 2312|2312.35 2313|2313.42 2314|2314.42 2315|2315.73 2316|2316.84 2317|2317.71 2318|2318.50 2319|2319.1 2320|2320.84 2321|2321.26 2322|2322.19 2323|2323.61 2324|2324.36 2325|2325.22 2326|2326.68 2327|2327.89 2328|2328.78 2329|2329.39 2330|2330.69 2331|2331.2 2332|2332.95 2333|2333.28 2334|2334.15 2335|2335.53 2336|2336.41 2337|2337.62 2338|2338.65 2339|2339.5 2340|2340.1 2341|2341.61 2342|2342.10 2343|2343.84 2344|2344.97 2345|2345.66 2346|2346.29 2347|2347.61 2348|2348.69 2349|2349.39 2350|2350.75 2351|2351.7 2352|2352.65 2353|2353.66 2354|2354.51 2355|2355.67 2356|2356.39 2357|2357.64 2358|2358.11 2359|2359.4 2360|2360.58 2361|2361.96 2362|2362.25 2363|2363.10 2364|2364.92 2365|2365.66 2366|2366.19 2367|2367.50 2368|2368.33 2369|2369.51 2370|2370.63 2371|2371.25 2372|2372.99 2373|2373.53 2374|2374.30 2375|2375.99 2376|2376.50 2377|2377.3 2378|2378.63 2379|2379.3 2380|2380.83 2381|2381.33 2382|2382.89 2383|2383.45 2384|2384.42 2385|2385.67 2386|2386.3 2387|2387.24 2388|2388.40 2389|2389.59 2390|2390.27 2391|2391.84 2392|2392.90 2393|2393.73 2394|2394.91 2395|2395.19 2396|2396.72 2397|2397.38 2398|2398.73 2399|2399.13 2400|2400.84 2401|2401.83 2402|2402.1 2403|2403.62 2404|2404.58 2405|2405.36 2406|2406.14 2407|2407.2 2408|2408.56 2409|2409.24 2410|2410.89 2411|2411.66 2412|2412.44 2413|2413.2 2414|2414.75 2415|2415.41 2416|2416.83 2417|2417.62 2418|2418.93 2419|2419.54 2420|2420.56 2421|2421.0 2422|2422.99 2423|2423.92 2424|2424.54 2425|2425.77 2426|2426.62 2427|2427.0 2428|2428.90 2429|2429.71 2430|2430.74 2431|2431.94 2432|2432.66 2433|2433.76 2434|2434.7 2435|2435.42 2436|2436.2 2437|2437.3 2438|2438.46 2439|2439.88 2440|2440.59 2441|2441.48 2442|2442.6 2443|2443.19 2444|2444.12 2445|2445.24 2446|2446.12 2447|2447.95 2448|2448.9 2449|2449.11 2450|2450.88 2451|2451.80 2452|2452.53 2453|2453.48 2454|2454.73 2455|2455.31 2456|2456.96 2457|2457.87 2458|2458.58 2459|2459.19 2460|2460.52 2461|2461.9 2462|2462.0 2463|2463.9 2464|2464.50 2465|2465.12 2466|2466.59 2467|2467.87 2468|2468.38 2469|2469.21 2470|2470.62 2471|2471.83 2472|2472.42 2473|2473.81 2474|2474.38 2475|2475.40 2476|2476.31 2477|2477.89 2478|2478.80 2479|2479.64 2480|2480.46 2481|2481.58 2482|2482.29 2483|2483.11 2484|2484.91 2485|2485.89 2486|2486.60 2487|2487.60 2488|2488.12 2489|2489.9 2490|2490.5 2491|2491.47 2492|2492.3 2493|2493.59 2494|2494.5 2495|2495.12 2496|2496.96 2497|2497.35 2498|2498.59 2499|2499.46 2500|2500.49 2501|2501.77 2502|2502.94 2503|2503.14 2504|2504.77 2505|2505.91 2506|2506.55 2507|2507.2 2508|2508.74 2509|2509.18 2510|2510.45 2511|2511.29 2512|2512.85 2513|2513.22 2514|2514.69 2515|2515.60 2516|2516.24 2517|2517.64 2518|2518.70 2519|2519.69 2520|2520.60 2521|2521.16 2522|2522.45 2523|2523.55 2524|2524.93 2525|2525.72 2526|2526.43 2527|2527.21 2528|2528.94 2529|2529.44 2530|2530.53 2531|2531.88 2532|2532.16 2533|2533.31 2534|2534.47 </str>
    <float name="score">0.0</float></doc>
  <doc>
    <str name="id">3</str>
    <int name="id_i">3</int>
    <float name="default_amount_f">18084.0</float>
    <str name="amounts_dpf">1|1.91 2|2.62 3|3.30 4|4.50 5|5.62 6|6.71 7|7.77 8|8.79 9|9.24 10|10.99 11|11.95 12|12.29 13|13.55 14|14.44 15|15.40 16|16.12 17|17.63 18|18.16 19|19.20 20|20.7 21|21.8 22|22.85 23|23.38 24|24.26 25|25.10 26|26.25 27|27.16 28|28.95 29|29.40 30|30.34 31|31.1 32|32.70 33|33.37 34|34.80 35|35.29 36|36.63 37|37.73 38|38.8 39|39.55 40|40.69 41|41.38 42|42.89 43|43.93 44|44.65 45|45.21 46|46.24 47|47.81 48|48.81 49|49.3 50|50.55 51|51.58 52|52.27 53|53.92 54|54.69 55|55.15 56|56.8 57|57.67 58|58.85 59|59.39 60|60.4 61|61.51 62|62.10 63|63.4 64|64.11 65|65.62 66|66.2 67|67.47 68|68.89 69|69.3 70|70.44 71|71.80 72|72.72 73|73.51 74|74.70 75|75.87 76|76.92 77|77.83 78|78.53 79|79.91 80|80.41 81|81.9 82|82.18 83|83.82 84|84.29 85|85.83 86|86.58 87|87.25 88|88.89 89|89.96 90|90.68 91|91.73 92|92.13 93|93.58 94|94.29 95|95.33 96|96.84 97|97.41 98|98.15 99|99.3 100|100.24 101|101.33 102|102.80 103|103.99 104|104.80 105|105.70 106|106.72 107|107.50 108|108.43 109|109.62 110|110.12 111|111.49 112|112.91 113|113.1 114|114.47 115|115.21 116|116.38 117|117.44 118|118.74 119|119.2 120|120.16 121|121.15 122|122.10 123|123.64 124|124.30 125|125.25 126|126.38 127|127.8 128|128.23 129|129.41 130|130.79 131|131.98 132|132.94 133|133.30 134|134.44 135|135.82 136|136.73 137|137.30 138|138.70 139|139.98 140|140.29 141|141.30 142|142.41 143|143.82 144|144.11 145|145.39 146|146.79 147|147.59 148|148.25 149|149.28 150|150.57 151|151.7 152|152.9 153|153.27 154|154.97 155|155.98 156|156.73 157|157.23 158|158.57 159|159.12 160|160.99 161|161.34 162|162.0 163|163.38 164|164.0 165|165.25 166|166.32 167|167.89 168|168.24 169|169.21 170|170.73 171|171.78 172|172.91 173|173.78 174|174.3 175|175.95 176|176.54 177|177.45 178|178.80 179|179.11 180|180.75 181|181.16 182|182.68 183|183.39 184|184.36 185|185.25 186|186.44 187|187.32 188|188.64 189|189.26 190|190.86 191|191.96 192|192.42 193|193.28 194|194.8 195|195.54 196|196.1 197|197.37 198|198.95 199|199.43 200|200.88 201|201.87 202|202.35 203|203.99 204|204.60 205|205.62 206|206.76 207|207.12 208|208.27 209|209.15 210|210.81 211|211.51 212|212.66 213|213.3 214|214.77 215|215.67 216|216.16 217|217.54 218|218.43 219|219.12 220|220.13 221|221.59 222|222.97 223|223.70 224|224.61 225|225.62 226|226.45 227|227.45 228|228.95 229|229.55 230|230.52 231|231.88 232|232.36 233|233.45 234|234.24 235|235.46 236|236.60 237|237.78 238|238.27 239|239.64 240|240.45 241|241.73 242|242.44 243|243.46 244|244.80 245|245.11 246|246.77 247|247.20 248|248.11 249|249.42 250|250.87 251|251.40 252|252.40 253|253.35 254|254.68 255|255.63 256|256.84 257|257.85 258|258.72 259|259.40 260|260.10 261|261.59 262|262.79 263|263.23 264|264.26 265|265.2 266|266.78 267|267.58 268|268.78 269|269.53 270|270.79 271|271.28 272|272.18 273|273.58 274|274.6 275|275.6 276|276.46 277|277.11 278|278.24 279|279.28 280|280.41 281|281.45 282|282.67 283|283.76 284|284.42 285|285.56 286|286.82 287|287.52 288|288.47 289|289.90 290|290.85 291|291.9 292|292.39 293|293.88 294|294.27 295|295.79 296|296.53 297|297.58 298|298.53 299|299.54 300|300.42 301|301.45 302|302.5 303|303.51 304|304.92 305|305.32 306|306.98 307|307.75 308|308.59 309|309.43 310|310.16 311|311.5 312|312.51 313|313.6 314|314.3 315|315.17 316|316.18 317|317.41 318|318.18 319|319.45 320|320.15 321|321.78 322|322.51 323|323.53 324|324.55 325|325.88 326|326.6 327|327.46 328|328.13 329|329.88 330|330.12 331|331.39 332|332.81 333|333.48 334|334.63 335|335.75 336|336.45 337|337.55 338|338.22 339|339.24 340|340.77 341|341.46 342|342.37 343|343.9 344|344.13 345|345.13 346|346.22 347|347.84 348|348.40 349|349.56 350|350.99 351|351.26 352|352.69 353|353.14 354|354.80 355|355.87 356|356.14 357|357.21 358|358.39 359|359.67 360|360.36 361|361.52 362|362.29 363|363.42 364|364.33 365|365.97 366|366.38 367|367.83 368|368.59 369|369.21 370|370.86 371|371.5 372|372.94 373|373.23 374|374.3 375|375.24 376|376.40 377|377.82 378|378.20 379|379.20 380|380.56 381|381.56 382|382.61 383|383.90 384|384.68 385|385.74 386|386.80 387|387.79 388|388.21 389|389.90 390|390.68 391|391.90 392|392.61 393|393.76 394|394.66 395|395.18 396|396.28 397|397.67 398|398.65 399|399.73 400|400.95 401|401.13 402|402.29 403|403.14 404|404.86 405|405.67 406|406.40 407|407.83 408|408.3 409|409.77 410|410.80 411|411.25 412|412.90 413|413.36 414|414.86 415|415.25 416|416.37 417|417.63 418|418.4 419|419.9 420|420.33 421|421.26 422|422.24 423|423.85 424|424.64 425|425.89 426|426.4 427|427.5 428|428.83 429|429.23 430|430.75 431|431.68 432|432.31 433|433.89 434|434.11 435|435.86 436|436.47 437|437.13 438|438.20 439|439.15 440|440.0 441|441.0 442|442.54 443|443.71 444|444.21 445|445.73 446|446.90 447|447.52 448|448.8 449|449.23 450|450.63 451|451.38 452|452.95 453|453.36 454|454.32 455|455.15 456|456.21 457|457.12 458|458.93 459|459.92 460|460.63 461|461.40 462|462.21 463|463.89 464|464.27 465|465.83 466|466.59 467|467.21 468|468.5 469|469.89 470|470.26 471|471.54 472|472.7 473|473.23 474|474.86 475|475.96 476|476.63 477|477.21 478|478.55 479|479.39 480|480.40 481|481.44 482|482.24 483|483.86 484|484.16 485|485.42 486|486.68 487|487.17 488|488.88 489|489.80 490|490.14 491|491.65 492|492.41 493|493.47 494|494.37 495|495.78 496|496.9 497|497.69 498|498.39 499|499.78 500|500.62 501|501.59 502|502.36 503|503.35 504|504.86 505|505.64 506|506.52 507|507.7 508|508.95 509|509.19 510|510.82 511|511.99 512|512.66 513|513.23 514|514.18 515|515.23 516|516.1 517|517.57 518|518.22 519|519.38 520|520.41 521|521.51 522|522.39 523|523.49 524|524.21 525|525.88 526|526.2 527|527.55 528|528.77 529|529.36 530|530.37 531|531.35 532|532.82 533|533.84 534|534.94 535|535.27 536|536.73 537|537.71 538|538.89 539|539.92 540|540.32 541|541.22 542|542.10 543|543.42 544|544.85 545|545.60 546|546.54 547|547.51 548|548.73 549|549.72 550|550.5 551|551.75 552|552.39 553|553.95 554|554.58 555|555.51 556|556.14 557|557.83 558|558.91 559|559.60 560|560.57 561|561.86 562|562.65 563|563.49 564|564.82 565|565.70 566|566.76 567|567.84 568|568.86 569|569.41 570|570.45 571|571.67 572|572.38 573|573.21 574|574.39 575|575.20 576|576.41 577|577.27 578|578.50 579|579.3 580|580.47 581|581.63 582|582.98 583|583.56 584|584.7 585|585.69 586|586.17 587|587.17 588|588.6 589|589.9 590|590.2 591|591.9 592|592.46 593|593.82 594|594.77 595|595.15 596|596.62 597|597.14 598|598.0 599|599.88 600|600.54 601|601.3 602|602.89 603|603.28 604|604.55 605|605.28 606|606.24 607|607.25 608|608.33 609|609.12 610|610.49 611|611.15 612|612.59 613|613.1 614|614.57 615|615.44 616|616.29 617|617.13 618|618.48 619|619.19 620|620.96 621|621.57 622|622.44 623|623.78 624|624.98 625|625.47 626|626.3 627|627.45 628|628.31 629|629.93 630|630.50 631|631.2 632|632.52 633|633.90 634|634.4 635|635.60 636|636.74 637|637.30 638|638.33 639|639.16 640|640.6 641|641.71 642|642.90 643|643.60 644|644.48 645|645.69 646|646.43 647|647.2 648|648.13 649|649.81 650|650.59 651|651.68 652|652.34 653|653.56 654|654.22 655|655.72 656|656.41 657|657.88 658|658.35 659|659.51 660|660.54 661|661.65 662|662.7 663|663.25 664|664.94 665|665.58 666|666.60 667|667.66 668|668.27 669|669.96 670|670.97 671|671.98 672|672.2 673|673.2 674|674.57 675|675.83 676|676.53 677|677.18 678|678.42 679|679.1 680|680.30 681|681.4 682|682.11 683|683.78 684|684.43 685|685.2 686|686.11 687|687.8 688|688.35 689|689.98 690|690.40 691|691.92 692|692.19 693|693.37 694|694.88 695|695.66 696|696.54 697|697.10 698|698.8 699|699.33 700|700.79 701|701.33 702|702.60 703|703.54 704|704.75 705|705.64 706|706.97 707|707.90 708|708.26 709|709.16 710|710.91 711|711.86 712|712.23 713|713.12 714|714.27 715|715.40 716|716.22 717|717.52 718|718.59 719|719.37 720|720.65 721|721.89 722|722.71 723|723.62 724|724.60 725|725.78 726|726.78 727|727.98 728|728.20 729|729.61 730|730.65 731|731.11 732|732.0 733|733.9 734|734.81 735|735.38 736|736.74 737|737.75 738|738.75 739|739.65 740|740.47 741|741.81 742|742.24 743|743.76 744|744.88 745|745.70 746|746.53 747|747.19 748|748.15 749|749.36 750|750.69 751|751.43 752|752.36 753|753.4 754|754.73 755|755.10 756|756.12 757|757.19 758|758.35 759|759.83 760|760.18 761|761.20 762|762.1 763|763.52 764|764.95 765|765.80 766|766.53 767|767.27 768|768.67 769|769.72 770|770.69 771|771.72 772|772.25 773|773.59 774|774.49 775|775.60 776|776.40 777|777.58 778|778.41 779|779.72 780|780.77 781|781.4 782|782.43 783|783.67 784|784.83 785|785.28 786|786.32 787|787.47 788|788.27 789|789.8 790|790.98 791|791.94 792|792.72 793|793.16 794|794.26 795|795.97 796|796.81 797|797.86 798|798.36 799|799.57 800|800.88 801|801.86 802|802.89 803|803.29 804|804.89 805|805.0 806|806.45 807|807.13 808|808.3 809|809.79 810|810.11 811|811.21 812|812.7 813|813.35 814|814.32 815|815.39 816|816.20 817|817.92 818|818.64 819|819.95 820|820.53 821|821.74 822|822.58 823|823.8 824|824.94 825|825.4 826|826.49 827|827.3 828|828.40 829|829.22 830|830.93 831|831.74 832|832.34 833|833.75 834|834.50 835|835.2 836|836.3 837|837.3 838|838.14 839|839.19 840|840.52 841|841.99 842|842.21 843|843.58 844|844.5 845|845.87 846|846.85 847|847.98 848|848.5 849|849.30 850|850.73 851|851.44 852|852.74 853|853.97 854|854.35 855|855.99 856|856.86 857|857.14 858|858.75 859|859.56 860|860.60 861|861.91 862|862.18 863|863.55 864|864.39 865|865.46 866|866.5 867|867.7 868|868.92 869|869.36 870|870.28 871|871.26 872|872.17 873|873.89 874|874.16 875|875.50 876|876.56 877|877.61 878|878.13 879|879.57 880|880.72 881|881.34 882|882.37 883|883.89 884|884.76 885|885.83 886|886.93 887|887.60 888|888.35 889|889.56 890|890.23 891|891.28 892|892.72 893|893.58 894|894.32 895|895.61 896|896.35 897|897.14 898|898.29 899|899.18 900|900.53 901|901.60 902|902.78 903|903.71 904|904.15 905|905.9 906|906.14 907|907.4 908|908.59 909|909.71 910|910.53 911|911.93 912|912.10 913|913.18 914|914.86 915|915.97 916|916.59 917|917.51 918|918.74 919|919.99 920|920.4 921|921.95 922|922.64 923|923.97 924|924.69 925|925.46 926|926.7 927|927.3 928|928.9 929|929.87 930|930.8 931|931.92 932|932.65 933|933.29 934|934.22 935|935.67 936|936.49 937|937.38 938|938.2 939|939.76 940|940.72 941|941.6 942|942.87 943|943.83 944|944.65 945|945.19 946|946.95 947|947.74 948|948.20 949|949.51 950|950.26 951|951.33 952|952.23 953|953.79 954|954.73 955|955.27 956|956.88 957|957.77 958|958.16 959|959.73 960|960.8 961|961.89 962|962.62 963|963.49 964|964.64 965|965.40 966|966.34 967|967.76 968|968.31 969|969.79 970|970.22 971|971.2 972|972.24 973|973.62 974|974.28 975|975.95 976|976.18 977|977.92 978|978.84 979|979.31 980|980.83 981|981.35 982|982.57 983|983.68 984|984.83 985|985.48 986|986.24 987|987.94 988|988.65 989|989.65 990|990.57 991|991.56 992|992.67 993|993.98 994|994.37 995|995.58 996|996.76 997|997.92 998|998.71 999|999.94 1000|1000.23 1001|1001.36 1002|1002.59 1003|1003.61 1004|1004.93 1005|1005.73 1006|1006.89 1007|1007.38 1008|1008.96 1009|1009.98 1010|1010.58 1011|1011.86 1012|1012.15 1013|1013.85 1014|1014.29 1015|1015.74 1016|1016.30 1017|1017.63 1018|1018.15 1019|1019.90 1020|1020.27 1021|1021.1 1022|1022.16 1023|1023.84 1024|1024.71 1025|1025.35 1026|1026.75 1027|1027.67 1028|1028.52 1029|1029.7 1030|1030.2 1031|1031.12 1032|1032.81 1033|1033.7 1034|1034.70 1035|1035.29 1036|1036.31 1037|1037.2 1038|1038.31 1039|1039.94 1040|1040.6 1041|1041.89 1042|1042.67 1043|1043.8 1044|1044.70 1045|1045.67 1046|1046.50 1047|1047.7 1048|1048.64 1049|1049.64 1050|1050.8 1051|1051.53 1052|1052.90 1053|1053.17 1054|1054.96 1055|1055.78 1056|1056.69 1057|1057.63 1058|1058.40 1059|1059.96 1060|1060.86 1061|1061.9 1062|1062.88 1063|1063.4 1064|1064.8 1065|1065.56 1066|1066.22 1067|1067.25 1068|1068.27 1069|1069.27 1070|1070.7 1071|1071.70 1072|1072.99 1073|1073.99 1074|1074.57 1075|1075.47 1076|1076.61 1077|1077.91 1078|1078.60 1079|1079.70 1080|1080.47 1081|1081.25 1082|1082.99 1083|1083.38 1084|1084.52 1085|1085.57 1086|1086.83 1087|1087.37 1088|1088.63 1089|1089.55 1090|1090.73 1091|1091.68 1092|1092.40 1093|1093.56 1094|1094.96 1095|1095.60 1096|1096.90 1097|1097.10 1098|1098.47 1099|1099.97 1100|1100.96 1101|1101.20 1102|1102.16 1103|1103.22 1104|1104.17 1105|1105.16 1106|1106.9 1107|1107.90 1108|1108.50 1109|1109.92 1110|1110.7 1111|1111.24 1112|1112.32 1113|1113.40 1114|1114.42 1115|1115.3 1116|1116.75 1117|1117.25 1118|1118.41 1119|1119.55 1120|1120.20 1121|1121.82 1122|1122.73 1123|1123.34 1124|1124.76 1125|1125.41 1126|1126.92 1127|1127.74 1128|1128.26 1129|1129.19 1130|1130.46 1131|1131.93 1132|1132.45 1133|1133.89 1134|1134.69 1135|1135.74 1136|1136.20 1137|1137.32 1138|1138.31 1139|1139.54 1140|1140.79 1141|1141.79 1142|1142.18 1143|1143.65 1144|1144.98 1145|1145.54 1146|1146.90 1147|1147.22 1148|1148.32 1149|1149.13 1150|1150.80 1151|1151.64 1152|1152.4 1153|1153.39 1154|1154.61 1155|1155.27 1156|1156.34 1157|1157.2 1158|1158.21 1159|1159.94 1160|1160.60 1161|1161.63 1162|1162.44 1163|1163.42 1164|1164.70 1165|1165.15 1166|1166.68 1167|1167.30 1168|1168.28 1169|1169.88 1170|1170.48 1171|1171.41 1172|1172.93 1173|1173.67 1174|1174.16 1175|1175.12 1176|1176.22 1177|1177.16 1178|1178.29 1179|1179.82 1180|1180.17 1181|1181.51 1182|1182.74 1183|1183.53 1184|1184.10 1185|1185.15 1186|1186.80 1187|1187.98 1188|1188.94 1189|1189.28 1190|1190.97 1191|1191.30 1192|1192.28 1193|1193.26 1194|1194.4 1195|1195.0 1196|1196.47 1197|1197.30 1198|1198.74 1199|1199.72 1200|1200.89 1201|1201.29 1202|1202.1 1203|1203.49 1204|1204.12 1205|1205.68 1206|1206.16 1207|1207.25 1208|1208.51 1209|1209.71 1210|1210.0 1211|1211.56 1212|1212.18 1213|1213.18 1214|1214.68 1215|1215.5 1216|1216.92 1217|1217.77 1218|1218.13 1219|1219.43 1220|1220.57 1221|1221.45 1222|1222.4 1223|1223.49 1224|1224.23 1225|1225.85 1226|1226.52 1227|1227.4 1228|1228.17 1229|1229.43 1230|1230.41 1231|1231.50 1232|1232.20 1233|1233.72 1234|1234.72 1235|1235.8 1236|1236.51 1237|1237.19 1238|1238.83 1239|1239.31 1240|1240.51 1241|1241.53 1242|1242.48 1243|1243.1 1244|1244.92 1245|1245.96 1246|1246.35 1247|1247.96 1248|1248.80 1249|1249.32 1250|1250.21 1251|1251.90 1252|1252.67 1253|1253.42 1254|1254.59 1255|1255.92 1256|1256.73 1257|1257.9 1258|1258.2 1259|1259.87 1260|1260.63 1261|1261.94 1262|1262.16 1263|1263.37 1264|1264.26 1265|1265.11 1266|1266.51 1267|1267.90 1268|1268.45 1269|1269.11 1270|1270.44 1271|1271.63 1272|1272.3 1273|1273.72 1274|1274.17 1275|1275.6 1276|1276.12 1277|1277.50 1278|1278.11 1279|1279.10 1280|1280.84 1281|1281.0 1282|1282.34 1283|1283.18 1284|1284.61 1285|1285.57 1286|1286.5 1287|1287.82 1288|1288.21 1289|1289.96 1290|1290.53 1291|1291.82 1292|1292.58 1293|1293.10 1294|1294.66 1295|1295.19 1296|1296.52 1297|1297.70 1298|1298.21 1299|1299.91 1300|1300.17 1301|1301.4 1302|1302.25 1303|1303.84 1304|1304.66 1305|1305.28 1306|1306.83 1307|1307.65 1308|1308.16 1309|1309.65 1310|1310.15 1311|1311.76 1312|1312.2 1313|1313.55 1314|1314.19 1315|1315.58 1316|1316.49 1317|1317.19 1318|1318.86 1319|1319.18 1320|1320.46 1321|1321.8 1322|1322.63 1323|1323.14 1324|1324.22 1325|1325.27 1326|1326.74 1327|1327.70 1328|1328.96 1329|1329.86 1330|1330.59 1331|1331.7 1332|1332.72 1333|1333.84 1334|1334.14 1335|1335.68 1336|1336.19 1337|1337.26 1338|1338.72 1339|1339.47 1340|1340.99 1341|1341.93 1342|1342.89 1343|1343.28 1344|1344.72 1345|1345.20 1346|1346.4 1347|1347.24 1348|1348.47 1349|1349.91 1350|1350.9 1351|1351.17 1352|1352.13 1353|1353.38 1354|1354.19 1355|1355.79 1356|1356.33 1357|1357.19 1358|1358.84 1359|1359.19 1360|1360.27 1361|1361.49 1362|1362.98 1363|1363.52 1364|1364.68 1365|1365.92 1366|1366.6 1367|1367.78 1368|1368.55 1369|1369.93 1370|1370.97 1371|1371.39 1372|1372.43 1373|1373.24 1374|1374.45 1375|1375.66 1376|1376.13 1377|1377.40 1378|1378.43 1379|1379.45 1380|1380.88 1381|1381.32 1382|1382.83 1383|1383.93 1384|1384.31 1385|1385.76 1386|1386.10 1387|1387.31 1388|1388.72 1389|1389.58 1390|1390.2 1391|1391.80 1392|1392.52 1393|1393.99 1394|1394.66 1395|1395.68 1396|1396.17 1397|1397.18 1398|1398.54 1399|1399.73 1400|1400.83 1401|1401.71 1402|1402.29 1403|1403.57 1404|1404.98 1405|1405.41 1406|1406.51 1407|1407.8 1408|1408.62 1409|1409.55 1410|1410.87 1411|1411.25 1412|1412.4 1413|1413.3 1414|1414.70 1415|1415.33 1416|1416.76 1417|1417.78 1418|1418.9 1419|1419.66 1420|1420.49 1421|1421.44 1422|1422.52 1423|1423.89 1424|1424.3 1425|1425.56 1426|1426.10 1427|1427.83 1428|1428.71 1429|1429.66 1430|1430.84 1431|1431.26 1432|1432.94 1433|1433.24 1434|1434.21 1435|1435.85 1436|1436.47 1437|1437.38 1438|1438.99 1439|1439.72 1440|1440.20 1441|1441.88 1442|1442.63 1443|1443.42 1444|1444.91 1445|1445.41 1446|1446.74 1447|1447.86 1448|1448.72 1449|1449.25 1450|1450.77 1451|1451.8 1452|1452.54 1453|1453.40 1454|1454.9 1455|1455.69 1456|1456.22 1457|1457.34 1458|1458.86 1459|1459.34 1460|1460.57 1461|1461.52 1462|1462.18 1463|1463.89 1464|1464.42 1465|1465.50 1466|1466.89 1467|1467.60 1468|1468.84 1469|1469.89 1470|1470.71 1471|1471.93 1472|1472.30 1473|1473.40 1474|1474.64 1475|1475.80 1476|1476.13 1477|1477.73 1478|1478.2 1479|1479.89 1480|1480.69 1481|1481.44 1482|1482.51 1483|1483.66 1484|1484.7 1485|1485.88 1486|1486.18 1487|1487.20 1488|1488.50 1489|1489.16 1490|1490.32 1491|1491.95 1492|1492.67 1493|1493.17 1494|1494.66 1495|1495.3 1496|1496.95 1497|1497.45 1498|1498.53 1499|1499.1 1500|1500.67 1501|1501.79 1502|1502.61 1503|1503.50 1504|1504.88 1505|1505.98 1506|1506.77 1507|1507.20 1508|1508.30 1509|1509.71 1510|1510.1 1511|1511.71 1512|1512.49 1513|1513.17 1514|1514.35 1515|1515.93 1516|1516.99 1517|1517.94 1518|1518.49 1519|1519.75 1520|1520.34 1521|1521.59 1522|1522.98 1523|1523.55 1524|1524.21 1525|1525.70 1526|1526.48 1527|1527.81 1528|1528.65 1529|1529.50 1530|1530.74 1531|1531.2 1532|1532.71 1533|1533.31 1534|1534.79 1535|1535.16 1536|1536.1 1537|1537.21 1538|1538.23 1539|1539.90 1540|1540.81 1541|1541.7 1542|1542.15 1543|1543.12 1544|1544.96 1545|1545.52 1546|1546.53 1547|1547.29 1548|1548.48 1549|1549.96 1550|1550.70 1551|1551.71 1552|1552.78 1553|1553.8 1554|1554.1 1555|1555.2 1556|1556.94 1557|1557.84 1558|1558.94 1559|1559.60 1560|1560.82 1561|1561.3 1562|1562.7 1563|1563.12 1564|1564.16 1565|1565.62 1566|1566.17 1567|1567.89 1568|1568.48 1569|1569.46 1570|1570.34 1571|1571.91 1572|1572.28 1573|1573.45 1574|1574.66 1575|1575.88 1576|1576.34 1577|1577.94 1578|1578.63 1579|1579.29 1580|1580.85 

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

irectSolrSpellCheckerTest, TestSizeLimitedDistributedMap, ShardRoutingCustomTest, TestStressVersions, MoveReplicaHDFSFailoverTest, TestSchemalessBufferedUpdates, TestDownShardTolerantSearch, TriLevelCompositeIdRoutingTest, CdcrUpdateLogTest, SolrPluginUtilsTest, TestCloudJSONFacetJoinDomain, TestFastWriter, TestSolrXml, TestJsonFacets, TestSolrQueryResponse, ZkStateReaderTest, DistributedFacetExistsSmallTest, ZkSolrClientTest, TestMacroExpander, TestPKIAuthenticationPlugin, TestBinaryResponseWriter, InfixSuggestersTest, TestDistribIDF, TestDocSet, TestPerFieldSimilarity, SolrXmlInZkTest, PeerSyncReplicationTest, CdcrRequestHandlerTest, TestSolrIndexConfig, CacheHeaderTest, PeerSyncTest, TestHashPartitioner, SimpleFacetsTest, TestXmlQParserPlugin, TestExportWriter, CdcrReplicationDistributedZkTest, OpenCloseCoreStressTest, TestFieldCacheSort, PolyFieldTest, TestObjectReleaseTracker, MetricUtilsTest, HdfsRecoverLeaseTest, TestDynamicFieldCollectionResource, TestElisionMultitermQuery, RemoteQueryErrorTest, DeleteLastCustomShardedReplicaTest, TestRecoveryHdfs, NumberUtilsTest, FieldMutatingUpdateProcessorTest, ShufflingReplicaListTransformerTest, SolrCoreCheckLockOnStartupTest, BlockCacheTest, DocExpirationUpdateProcessorFactoryTest, DocValuesTest, TestDistributedMissingSort, TestPostingsSolrHighlighter, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, TestBadConfig, HighlighterTest, SoftAutoCommitTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestBinaryField, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CustomCollectionTest, DeleteReplicaTest, DistributedQueueTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudSearcherWarming, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPrepRecovery, TestRandomRequestDistribution, TestRequestForwarding, TestRequestStatusCollectionAPI, TestSkipOverseerOperations, TestStressInPlaceUpdates, TestTolerantUpdateProcessorCloud, ZkFailoverTest, HttpTriggerListenerTest, NodeAddedTriggerTest, NodeLostTriggerTest, SearchRateTriggerTest, TestPolicyCloud, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest, CoreSorterTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestSolrCoreSnapshots, TestConfigReload, V2ApiIntegrationTest, AutoscalingHistoryHandlerTest, SuggestComponentTest, TestLegacyField, TestNumericTokenStream, JvmMetricsTest, SolrCoreMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, SolrGangliaReporterTest, SolrJmxReporterTest, SolrSlf4jReporterTest, SolrCloudReportersTest, TestStreamBody, SmileWriterTest, TestJavabinTupleStreamParser, TestPushWriter, TestRawResponseWriter, TestSubQueryTransformer, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, TestSchemaResource, TestSchemaSimilarityResource, TestSchemaVersionResource, TestManagedSynonymFilterFactory, TestManagedSynonymGraphFilterFactory, ChangedSchemaMergeTest, DocValuesMissingTest, ManagedSchemaRoundRobinCloudTest, TestManagedSchemaThreadSafety, TestSchemaManager, AnalyticsQueryTest, RankQueryTest, TestAddFieldRealTimeGet, TestComplexPhraseLeadingWildcard, TestComplexPhraseQParserPlugin, TestCustomSort, TestFieldSortValues, TestFilteredDocIdSet, TestHashQParserPlugin, TestInitQParser, TestMaxScoreQueryParser, TestMissingGroups, TestMultiWordSynonyms, TestOverriddenPrefixQueryForCustomFieldType, TestQueryWrapperFilter, TestReloadDeadlock, TestSolr4Spatial2, TestSolrFieldCacheBean, TestStressUserVersions, TestTrieFacet, TestXmlQParser, TestJsonFacetRefinement, BJQParserTest, GraphQueryTest, TestNestedDocsSort, TestScoreJoinQPNoScore, TestScoreJoinQPScore, TestJsonRequest, CloudMLTQParserTest, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=A46D76EC600104D2 -Dtests.slow=true -Dtests.locale=ar-TN -Dtests.timezone=America/Fortaleza -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | 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=39033, name=jetty-launcher-5472-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([A46D76EC600104D2]:0)
   [junit4] Completed [713/745 (3!)] on J1 in 47.31s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 47354 lines...]