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 09:28:54 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/269/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.store.TestSimpleFSDirectory

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001\testThreadSafety-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001\testThreadSafety-001    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001\testThreadSafety-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001\testThreadSafety-001
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001

	at __randomizedtesting.SeedInfo.seed([107583D50C0895AA]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration

Error Message:
Timed out waiting for replicas of collection to be 2 again null Live Nodes: [127.0.0.1:50515_solr] Last available state: DocCollection(testIntegration//collections/testIntegration/state.json/7)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"testIntegration_shard1_replica_n1",           "base_url":"http://127.0.0.1:50520/solr",           "node_name":"127.0.0.1:50520_solr",           "state":"down",           "type":"NRT"},         "core_node4":{           "core":"testIntegration_shard1_replica_n2",           "base_url":"http://127.0.0.1:50515/solr",           "node_name":"127.0.0.1:50515_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 again
null
Live Nodes: [127.0.0.1:50515_solr]
Last available state: DocCollection(testIntegration//collections/testIntegration/state.json/7)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testIntegration_shard1_replica_n1",
          "base_url":"http://127.0.0.1:50520/solr",
          "node_name":"127.0.0.1:50520_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"testIntegration_shard1_replica_n2",
          "base_url":"http://127.0.0.1:50515/solr",
          "node_name":"127.0.0.1:50515_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([4D695F05842F0291:FD085129A110A3B4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209)
	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.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([4D695F05842F0291:59210450A728BF8F]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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)




Build Log:
[...truncated 1653 lines...]
   [junit4] Suite: org.apache.lucene.store.TestSimpleFSDirectory
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=pl-PL, timezone=Etc/GMT-13
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=364133920,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestNGramPhraseQuery, TestDelegatingAnalyzerWrapper, TestIndexWriterFromReader, TestFilterSpans, TestBooleanScorer, TestQueryRescorer, Test2BPagedBytes, TestNRTThreads, TestFilterDirectory, TestMergePolicyWrapper, TestFieldType, TestNoDeletionPolicy, TestIndexWriterDeleteByQuery, TestPolygon2D, TestIndexWriterOnDiskFull, TestIntRangeFieldQueries, TestSwappedIndexFiles, TestForTooMuchCloning, TestPositiveScoresOnlyCollector, TestVersion, TestTermRangeQuery, TestSegmentMerger, TestMutablePointsReaderUtils, TestNoMergeScheduler, TestAllFilesCheckIndexHeader, TestNot, TestMixedDocValuesUpdates, TestPerFieldPostingsFormat, TestRollingUpdates, TestDocIDMerger, TestMutableValues, TestSpanMultiTermQueryWrapper, TestNormsFieldExistsQuery, TestTermsEnum2, TestFixedBitDocIdSet, TestTermVectorsReader, TestPagedBytes, TestFrequencyTrackingRingBuffer, TestSortedSetSortField, TestUniqueTermCount, TestNRTReaderWithThreads, TestDocValuesRewriteMethod, TestDocumentsWriterStallControl, TestFlex, TestOfflineSorter, TestLucene60FieldInfoFormat, TestInfoStream, TestOneMergeWrappingMergePolicy, TestCompiledAutomaton, TestDeterminism, TestSimpleExplanationsWithFillerDocs, TestDuelingCodecsAtNight, TestFilterWeight, TestStressAdvance, TestByteBlockPool, TestCachingTokenFilter, TestDisjunctionMaxQuery, TestPerFieldDocValuesFormat, Test2BPostings, TestIndexWriterCommit, TestBytesRefHash, Test2BPostingsBytes, TestApproximationSearchEquivalence, TestStressIndexing2, TestSpanNearQuery, TestMatchNoDocsQuery, TestDoubleValuesSource, TestLongBitSet, TestSearcherManager, Test2BNumericDocValues, TestCustomSearcherSort, TestTopFieldCollector, TestIntsRef, TestField, TestSizeBoundedForceMerge, TestGeoUtils, TestTermQuery, TestReaderClosed, TestDocumentWriter, TestIndexWriterForceMerge, TestIndexCommit, TestDeletionPolicy, TestCharArraySet, TestMultiFields, TestBytesRefAttImpl, TestStressNRT, TestConcurrentMergeScheduler, TestLucene70NormsFormat, TestTryDelete, TestMaxTermFrequency, TestParallelTermEnum, TestBoolean2ScorerSupplier, Test2BBinaryDocValues, TestDateTools, TestGraphTokenizers, TestLucene50CompoundFormat, TestCachingCollector, TestRegExp, TestPointValues, TestCheckIndex, TestSearchAfter, TestRollingBuffer, TestMultiset, TestIntroSorter, TestMultiTermConstantScore, TestMultiPhraseQuery, TestStressIndexing, TestConstantScoreQuery, TestNotDocIdSet, TestSimilarity, TestOmitNorms, TestAutomatonQueryUnicode, TestBlockPostingsFormat3, TestWildcard, TestIndexWriterMerging, TestShardSearching, TestIndexWriterExceptions, TestBoolean2, TestSearchWithThreads, TestTopDocsMerge, TestLongPostings, TestTieredMergePolicy, TestLevenshteinAutomata, TestTermsEnum, TestNRTCachingDirectory, TestTransactions, TestMultiThreadTermVectors, TestSegmentTermDocs, TestParallelReaderEmptyIndex, TestSumDocFreq, TestIndexableField, TestDocValuesScoring, TestSentinelIntSet, TestPrefixRandom, TestDirectory, TestMatchAllDocsQuery, TestElevationComparator, TestSubScorerFreqs, TestMultiTermQueryRewrites, TestVirtualMethod, TestSetOnce, TestSearch, TestCharsRef, TestTotalHitCountCollector, TestSpanFirstQuery, TestNoMergePolicy, TestIndexWriterLockRelease, TestDemo, TestCharFilter, TestIndexWriterOnJRECrash, TestScoreCachingWrappingScorer, TestTermdocPerf, TestIOUtils, TestCharacterUtils, TestStopFilter, TestBlockPostingsFormat, TestLucene50TermVectorsFormat, TestLucene70SegmentInfoFormat, TestGeoEncodingUtils, Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, TestAllFilesHaveChecksumFooter, TestBinaryDocValuesUpdates, TestCustomTermFreq, TestDemoParallelLeafReader, TestDocValues, TestDocsWithFieldSet, TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldReuse, TestFilterCodecReader, TestFilterDirectoryReader, TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting, TestIndexWriterExceptions2, TestIndexWriterOnVMError, TestIndexWriterOutOfFileDescriptors, TestIndexWriterThreadsToSegments, TestManyFields, TestMaxPosition, TestMergeRateLimiter, TestNRTReaderCleanup, TestNumericDocValuesUpdates, TestReadOnlyIndex, TestReaderWrapperDVTypeCheck, TestSegmentInfos, TestSortedSetDocValues, TestTermVectors, TestTerms, TestTragicIndexWriterDeadlock, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, TermInSetQueryTest, TestBlendedTermQuery, TestBooleanRewrites, TestBoostQuery, TestControlledRealTimeReopenThread, TestDocValuesQueries, TestEarlyTermination, TestIndexOrDocValuesQuery, TestLRUQueryCache, TestLongRangeFieldQueries, TestLongValuesSource, TestMinShouldMatch2, TestMultiCollector, TestMultiPhraseEnum, TestPointQueries, TestGrowableByteArrayDataOutput, TestRateLimiter, TestSimpleFSDirectory]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimpleFSDirectory -Dtests.seed=107583D50C0895AA -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Etc/GMT-13 -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | TestSimpleFSDirectory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001\testThreadSafety-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001\testThreadSafety-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestSimpleFSDirectory_107583D50C0895AA-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([107583D50C0895AA]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [433/455 (1!)] on J1 in 1.56s, 42 tests, 1 error <<< FAILURES!

[...truncated 11121 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\init-core-data-001
   [junit4]   2> 2004936 WARN  (SUITE-TestReplicationHandler-seed#[4D695F05842F0291]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 2004937 INFO  (SUITE-TestReplicationHandler-seed#[4D695F05842F0291]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2004941 INFO  (SUITE-TestReplicationHandler-seed#[4D695F05842F0291]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 2004941 INFO  (SUITE-TestReplicationHandler-seed#[4D695F05842F0291]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2004946 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEmptyCommits
   [junit4]   2> 2004947 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\collection1
   [junit4]   2> 2004957 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2004958 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39658a3f{/solr,null,AVAILABLE}
   [junit4]   2> 2004961 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43affbac{HTTP/1.1,[http/1.1]}{127.0.0.1:55373}
   [junit4]   2> 2004961 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.Server Started @2013932ms
   [junit4]   2> 2004961 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=55373}
   [junit4]   2> 2004962 ERROR (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2004962 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2004962 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2004962 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2004962 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T08:35:26.266Z
   [junit4]   2> 2004963 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\solr.xml
   [junit4]   2> 2004970 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2004970 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2004971 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2005039 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005045 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005045 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005049 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\.
   [junit4]   2> 2005049 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2005050 INFO  (coreLoadExecutor-7632-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2005070 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2005080 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2005083 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 2005083 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\.\collection1, trusted=true
   [junit4]   2> 2005083 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005083 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2005084 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 2005085 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7495401818013894]
   [junit4]   2> 2005142 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2005142 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2005142 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=89.857421875, floorSegmentMB=0.650390625, forceMergeDeletesPctAllowed=0.5512040437982968, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2005143 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2946e0b1[collection1] main]
   [junit4]   2> 2005143 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-001\collection1\conf
   [junit4]   2> 2005143 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 2005143 INFO  (coreLoadExecutor-7632-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2005144 INFO  (searcherExecutor-7633-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2946e0b1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2005147 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\collection1
   [junit4]   2> 2005154 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2005155 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53b7b88a{/solr,null,AVAILABLE}
   [junit4]   2> 2005156 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@70ad31b4{HTTP/1.1,[http/1.1]}{127.0.0.1:55376}
   [junit4]   2> 2005157 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.e.j.s.Server Started @2014128ms
   [junit4]   2> 2005157 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=55376}
   [junit4]   2> 2005158 ERROR (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2005158 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 2005158 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2005158 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2005158 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T08:35:26.462Z
   [junit4]   2> 2005159 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\solr.xml
   [junit4]   2> 2005164 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2005164 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2005170 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2005231 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005237 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005237 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005241 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\.
   [junit4]   2> 2005241 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2005242 INFO  (coreLoadExecutor-7642-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2005264 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2005274 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2005278 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 2005278 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\.\collection1, trusted=true
   [junit4]   2> 2005278 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bbce8bf
   [junit4]   2> 2005278 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2005278 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 2005279 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7495401818013894]
   [junit4]   2> 2005338 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2005338 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2005339 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=89.857421875, floorSegmentMB=0.650390625, forceMergeDeletesPctAllowed=0.5512040437982968, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2005339 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ae77bea[collection1] main]
   [junit4]   2> 2005339 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_4D695F05842F0291-001\solr-instance-002\collection1\conf
   [junit4]   2> 2005341 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 2005341 INFO  (coreLoadExecutor-7642-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2005342 INFO  (searcherExecutor-7643-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ae77bea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2005461 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2005462 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@45b34e95 commitCommandVersion:0
   [junit4]   2> 2005463 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ad88d45[collection1] main]
   [junit4]   2> 2005464 INFO  (indexFetcher-7647-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2005465 INFO  (searcherExecutor-7643-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ad88d45[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2005846 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005847 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 2005848 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2005848 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@286d91a0 commitCommandVersion:0
   [junit4]   2> 2005850 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@76a25050[collection1] main]
   [junit4]   2> 2005850 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2005852 INFO  (searcherExecutor-7633-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76a25050[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1)))}
   [junit4]   2> 2005852 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 2005866 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 2005868 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005869 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 2005869 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1509266127152
   [junit4]   2> 2005869 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2005869 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1509266126767
   [junit4]   2> 2005869 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2005880 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=10
   [junit4]   2> 2005881 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 11
   [junit4]   2> 2005882 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=true) to MockDirectoryWrapper(RAMDirectory@760b5a7f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84fc29)
   [junit4]   2> 2005883 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005884 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005888 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005890 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005892 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005893 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005903 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005906 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005907 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005908 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005908 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher File segments_2 did not match. expected checksum is 2033281788 and actual is checksum 126596429. expected length is 182 and actual length is 117
   [junit4]   2> 2005909 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005910 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=true,bytesDownloaded=1806) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@760b5a7f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84fc29)
   [junit4]   2> 2005911 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrCore Updating index properties... index=index.20171029213527185
   [junit4]   2> 2005911 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher removing old index directory MockDirectoryWrapper(RAMDirectory@cd6949f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5922ee1)
   [junit4]   2> 2005911 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3509950033214212]
   [junit4]   2> 2005912 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2005912 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a614f1b[collection1] main]
   [junit4]   2> 2005913 INFO  (searcherExecutor-7643-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a614f1b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1)))}
   [junit4]   2> 2005914 INFO  (qtp1989120844-18100) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:55373/solr/collection1/replication&command=fetchindex} status=0 QTime=50
   [junit4]   2> 2005917 INFO  (qtp1989120844-18102) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty1&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2005918 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 2005918 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005919 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005921 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={slave=false&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005921 INFO  (qtp1989120844-18103) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 2005922 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005922 INFO  (qtp1989120844-18104) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005923 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2005923 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2005923 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2005923 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 2005924 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 2005925 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005926 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 2005926 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1509266127152
   [junit4]   2> 2005926 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2005926 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1509266127152
   [junit4]   2> 2005926 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave in sync with master.
   [junit4]   2> 2005926 INFO  (qtp1989120844-18105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:55373/solr/collection1/replication&command=fetchindex} status=0 QTime=2
   [junit4]   2> 2005928 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 1
   [junit4]   2> 2005929 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2005929 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@286d91a0 commitCommandVersion:0
   [junit4]   2> 2005931 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4228b835[collection1] main]
   [junit4]   2> 2005931 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2005932 INFO  (searcherExecutor-7633-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4228b835[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1) Uninverting(_1(7.2.0):C1)))}
   [junit4]   2> 2005933 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 2005934 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 2005935 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005935 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 3
   [junit4]   2> 2005935 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1509266127233
   [junit4]   2> 2005935 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2005935 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1509266127152
   [junit4]   2> 2005935 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2005936 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 2005937 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 20
   [junit4]   2> 2005937 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3509950033214212]
   [junit4]   2> 2005937 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@6998c81f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4146dd90)
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.doc because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvd because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.sd because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdx because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tio because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdt because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tipo because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fnm because it already exists
   [junit4]   2> 2005938 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvm because it already exists
   [junit4]   2> 2005938 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005940 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005941 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005942 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005943 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005943 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005944 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005945 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005946 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005946 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2005947 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1702) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@6998c81f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4146dd90)
   [junit4]   2> 2005948 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=81.1923828125, floorSegmentMB=1.326171875, forceMergeDeletesPctAllowed=18.063257146707514, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8265544986060543
   [junit4]   2> 2005948 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2005949 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@229352fb[collection1] main]
   [junit4]   2> 2005950 INFO  (searcherExecutor-7643-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@229352fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1) Uninverting(_1(7.2.0):C1)))}
   [junit4]   2> 2005950 INFO  (qtp1989120844-18098) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:55373/solr/collection1/replication&command=fetchindex} status=0 QTime=17
   [junit4]   2> 2005951 INFO  (qtp1989120844-18100) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty2&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2005952 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 2005952 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005952 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005954 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={slave=false&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005954 INFO  (qtp1989120844-18101) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2005955 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005955 INFO  (qtp1989120844-18102) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005956 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 2005956 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2005956 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@286d91a0 commitCommandVersion:0
   [junit4]   2> 2005957 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f39a175[collection1] realtime]
   [junit4]   2> 2005957 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2005958 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={openSearcher=false&commit=true&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 2005959 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 2005960 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2005960 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 4
   [junit4]   2> 2005960 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1509266127260
   [junit4]   2> 2005960 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 3
   [junit4]   2> 2005960 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1509266127233
   [junit4]   2> 2005960 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2005961 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 2005961 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 30
   [junit4]   2> 2005961 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3509950033214212]
   [junit4]   2> 2005962 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2005962 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2005962 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2006962 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2006962 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2007963 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2007963 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2008963 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2008963 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2009964 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2009964 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2010965 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2010965 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2011966 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2011966 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2012967 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2012967 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2013968 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2013968 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2014968 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2014968 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2015969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 2015969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher IndexFetcher slept for 11000ms for unused lucene index files to be delete-able
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@3a331998 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a1c2c73)
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.doc because it already exists
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvd because it already exists
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.sd because it already exists
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdx because it already exists
   [junit4]   2> 2016969 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tio because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdt because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tipo because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fnm because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvm because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1_MockRandom_0.doc because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1_MockRandom_0.sd because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.si because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.nvd because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.fdx because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.fnm because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.nvm because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1_MockRandom_0.tfp because it already exists
   [junit4]   2> 2016970 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.fdt because it already exists
   [junit4]   2> 2016971 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2_MockRandom_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016972 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016973 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016983 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016984 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2_MockRandom_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016985 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016985 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016986 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016987 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016988 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016988 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=segments_4&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2016989 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1930) : 11 secs (175 bytes/sec) to MockDirectoryWrapper(RAMDirectory@3a331998 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a1c2c73)
   [junit4]   2> 2016991 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=81.1923828125, floorSegmentMB=1.326171875, forceMergeDeletesPctAllowed=18.063257146707514, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8265544986060543
   [junit4]   2> 2016991 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2016992 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e8b03a1[collection1] main]
   [junit4]   2> 2016993 INFO  (searcherExecutor-7643-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e8b03a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1) Uninverting(_1(7.2.0):C1) Uninverting(_2(7.2.0):C1)))}
   [junit4]   2> 2016994 INFO  (qtp1989120844-18103) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:55373/solr/collection1/replication&command=fetchindex} status=0 QTime=11035
   [junit4]   2> 2016996 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty3&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2016996 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
   [junit4]   2> 2016997 INFO  (qtp1989120844-18104) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty3&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2016997 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[4D695F05842F0291]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 2016998 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 2016998 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2016998 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@286d91a0 commitCommandVersion:0
   [junit4]   2> 2016999 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23e070c[collection1] main]
   [junit4]   2> 2016999 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2016999 INFO  (searcherExecutor-7633-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@23e070c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1) Uninverting(_1(7.2.0):C1) Uninverting(_2(7.2.0):C1) Uninverting(_3(7.2.0):C1)))}
   [junit4]   2> 2016999 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 2016999 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 2017003 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2017003 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 5
   [junit4]   2> 2017003 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1509266138302
   [junit4]   2> 2017003 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 4
   [junit4]   2> 2017003 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1509266127260
   [junit4]   2> 2017003 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2017004 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 2017005 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 40
   [junit4]   2> 2017005 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3509950033214212]
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@2f7402ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36746d74)
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.doc because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvd because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.sd because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdx because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tio because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdt because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tipo because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fnm because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvm because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1_MockRandom_0.doc because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1_MockRandom_0.sd because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.si because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.nvd because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.fdx because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.fnm because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.nvm because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1_MockRandom_0.tfp because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.fdt because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2_MockRandom_0.tio because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.nvd because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2_MockRandom_0.doc because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.si because it already exists
   [junit4]   2> 2017006 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2_MockRandom_0.tipo because it already exists
   [junit4]   2> 2017007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.fdt because it already exists
   [junit4]   2> 2017007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.fnm because it already exists
   [junit4]   2> 2017007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.nvm because it already exists
   [junit4]   2> 2017007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2_MockRandom_0.sd because it already exists
   [junit4]   2> 2017007 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.fdx because it already exists
   [junit4]   2> 2017007 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017008 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017009 INFO  (qtp1775688044-18078) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017010 INFO  (qtp1775688044-18085) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017010 INFO  (qtp1775688044-18084) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017011 INFO  (qtp1775688044-18083) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3_MockRandom_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017012 INFO  (qtp1775688044-18082) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017012 INFO  (qtp1775688044-18081) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017013 INFO  (qtp1775688044-18080) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017014 INFO  (qtp1775688044-18089) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3_MockRandom_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2017014 INFO  (qtp1775688044-18087) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=segments_5&check

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

waitForPendingTasks(ScheduledTriggers.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3812567 INFO  (jetty-closer-5307-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d4ca353{/solr,null,UNAVAILABLE}
   [junit4]   2> 3812569 ERROR (SUITE-ExecutePlanActionTest-seed#[4D695F05842F0291]-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> 3812570 INFO  (SUITE-ExecutePlanActionTest-seed#[4D695F05842F0291]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50511 50511
   [junit4]   2> 3812570 INFO  (Thread-5013) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50511 50511
   [junit4]   2> 3812571 WARN  (Thread-5013) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/collections/testExecute/state.json
   [junit4]   2> 	19	/solr/collections/testIntegration/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testExecute/leader_elect/shard1/election/98911341988741126-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_4D695F05842F0291-001
   [junit4]   2> Oct 29, 2017 9:05:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1079, maxMBSortInHeap=6.993503408807511, sim=RandomSimilarity(queryNorm=false): {}, locale=de-DE, timezone=America/Rankin_Inlet
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=217157600,total=458883072
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeyNothingIsSafeTest, TestRTimerTree, TestGeoJSONResponseWriter, TestChildDocTransformer, TestDistributedSearch, UniqFieldsUpdateProcessorFactoryTest, TestDFISimilarityFactory, SignatureUpdateProcessorFactoryTest, DateRangeFieldTest, RequestLoggingTest, TestStressCloudBlindAtomicUpdates, TestCollationFieldDocValues, CollectionsAPISolrJTest, LeaderFailureAfterFreshStartTest, BlobRepositoryCloudTest, TestRealTimeGet, MissingSegmentRecoveryTest, SmileWriterTest, ScriptEngineTest, TestRandomCollapseQParserPlugin, ClusterStateTest, DataDrivenBlockJoinTest, TestNRTOpen, DirectUpdateHandlerOptimizeTest, TestCorePropertiesReload, TestDynamicLoading, TestLeaderInitiatedRecoveryThread, DistributedVersionInfoTest, TestSurroundQueryParser, ZkControllerTest, HdfsRecoveryZkTest, XsltUpdateRequestHandlerTest, TestFieldTypeResource, TestUseDocValuesAsStored, HLLSerializationTest, DefaultValueUpdateProcessorTest, HdfsBasicDistributedZkTest, TestOmitPositions, TestClusterProperties, TestCloudNestedDocsSort, TestFuzzyAnalyzedSuggestions, TestDefaultStatsCache, TestFieldSortValues, TestMaxScoreQueryParser, TestClusterStateMutator, CoreMergeIndexesAdminHandlerTest, TestCodecSupport, StatsReloadRaceTest, TestQuerySenderListener, TestSortByMinMaxFunction, TestUtils, CheckHdfsIndexTest, TestSolrCloudWithHadoopAuthPlugin, SolrInfoBeanTest, RequiredFieldsTest, ConjunctionSolrSpellCheckerTest, TestJmxIntegration, TestReqParamsAPI, UnloadDistributedZkTest, TimeZoneUtilsTest, TestFieldCacheWithThreads, RAMDirectoryFactoryTest, TestExceedMaxTermLength, ConnectionReuseTest, SolrMetricReporterTest, SuggestComponentTest, TestOverriddenPrefixQueryForCustomFieldType, TestFieldCacheReopen, NodeLostTriggerTest, TestExpandComponent, DistributedSpellCheckComponentTest, TestHdfsBackupRestoreCore, TestUpdate, TestShardHandlerFactory, TestLeaderElectionWithEmptyReplica, TestJsonRequest, TestEmbeddedSolrServerSchemaAPI, DistribJoinFromCollectionTest, CdcrVersionReplicationTest, LeaderInitiatedRecoveryOnShardRestartTest, TestIndexingPerformance, DistributedFacetPivotSmallAdvancedTest, BlockJoinFacetDistribTest, ResponseLogComponentTest, TestGraphTermsQParserPlugin, TestRuleBasedAuthorizationPlugin, SliceStateTest, CoreSorterTest, BlockJoinFacetSimpleTest, HdfsDirectoryTest, UUIDFieldTest, DirectUpdateHandlerTest, DeleteNodeTest, TestInfoStreamLogging, TestSSLRandomization, TestEmbeddedSolrServerAdminHandler, TestInPlaceUpdatesDistrib, SolrCoreMetricManagerTest, TestLegacyTerms, TestCollectionAPIs, TestSweetSpotSimilarityFactory, TestCoreAdminApis, ClassificationUpdateProcessorIntegrationTest, SolrJmxReporterCloudTest, TestJsonFacetRefinement, TestCSVResponseWriter, TestSystemCollAutoCreate, DistributedExpandComponentTest, QueryResultKeyTest, DateMathParserTest, ZkCLITest, TestFieldCacheSortRandom, SolrGangliaReporterTest, OverseerRolesTest, SpatialFilterTest, AsyncCallRequestStatusResponseTest, LeaderElectionContextKeyTest, TestFieldResource, TestConfigSetsAPIExclusivity, SortByFunctionTest, ShowFileRequestHandlerTest, PreAnalyzedUpdateProcessorTest, OverseerTaskQueueTest, TestAnalyzeInfixSuggestions, BigEndianAscendingWordSerializerTest, AssignBackwardCompatibilityTest, JavabinLoaderTest, RecoveryZkTest, CleanupOldIndexTest, CoreAdminCreateDiscoverTest, SolrCmdDistributorTest, SimpleMLTQParserTest, SuggesterWFSTTest, TestPullReplica, TestCopyFieldCollectionResource, IndexSchemaTest, CollectionTooManyReplicasTest, TestStreamBody, DirectSolrConnectionTest, TestBinaryField, TestDFRSimilarityFactory, TestCloudInspectUtil, FacetPivotSmallTest, TestOnReconnectListenerSupport, MoveReplicaHDFSTest, OutOfBoxZkACLAndCredentialsProvidersTest, DistributedFacetPivotWhiteBoxTest, ZkStateWriterTest, TestLFUCache, AutoAddReplicasIntegrationTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestFileDictionaryLookup, CursorMarkTest, ShardRoutingTest, TestUninvertingReader, TestWriterPerf, FastVectorHighlighterTest, TestJoin, TestCoreDiscovery, ForceLeaderTest, TestXIncludeConfig, DeleteInactiveReplicaTest, ReplicaListTransformerTest, TestLazyCores, TestCloudRecovery, TestManagedSchemaThreadSafety, CursorPagingTest, TestQuerySenderNoQuery, RequestHandlersTest, TestDelegationWithHadoopAuth, TestMultiWordSynonyms, SolrRequestParserTest, TestSchemaManager, ConfigSetsAPITest, TestTolerantUpdateProcessorCloud, TestNumericRangeQuery32, TriggerIntegrationTest, RestartWhileUpdatingTest, TestPseudoReturnFields, OverseerCollectionConfigSetProcessorTest, TestIBSimilarityFactory, TestReversedWildcardFilterFactory, BasicDistributedZkTest, TestFiltering, HighlighterTest, SoftAutoCommitTest, SolrIndexSplitterTest, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, TestRemoteStreaming, DocValuesMultiTest, CacheHeaderTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, SolrPluginUtilsTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestSolrDeletionPolicy2, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, OpenExchangeRatesOrgProviderTest, PluginInfoTest, PrimUtilsTest, DateFieldTest, ZkNodePropsTest, DistributedIntervalFacetingTest, AliasIntegrationTest, CdcrReplicationHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, DistribCursorPagingTest, DocValuesNotIndexedTest, HttpPartitionTest, MultiThreadedOCPTest, RemoteQueryErrorTest, ReplaceNodeTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestAuthenticationFramework, TestCloudPivotFacet, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestCryptoKeys, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, TestLockTree, TestPrepRecovery, TestRandomFlRTGCloud, TestRebalanceLeaders, TestRequestStatusCollectionAPI, TestSolrCloudWithKerberosAlt, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest]
   [junit4] Completed [661/745 (2!)] on J0 in 631.95s, 2 tests, 1 failure <<< FAILURES!

[...truncated 47519 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9) - Build # 272 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/272/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny

7 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:64435/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:64435/collection1
	at __randomizedtesting.SeedInfo.seed([BB8EB8EE247ECEDD:33DA87348A82A325]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1583)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:213)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
	... 52 more


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

Error Message:
8 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest:     1) Thread[id=19109, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@9/java.lang.Thread.run(Thread.java:844)    2) Thread[id=19239, name=zkCallback-3015-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    3) Thread[id=19111, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BB8EB8EE247ECEDD]-EventThread, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    4) Thread[id=19112, name=zkCallback-3015-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    5) Thread[id=19249, name=zkCallback-3015-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    6) Thread[id=19245, name=zkCallback-3015-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    7) Thread[id=19110, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BB8EB8EE247ECEDD]-SendThread(127.0.0.1:64352), state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at java.base@9/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at java.base@9/sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at java.base@9/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at java.base@9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at java.base@9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at app//org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:349)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)    8) Thread[id=19270, name=zkCallback-3015-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 8 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest: 
   1) Thread[id=19109, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=19239, name=zkCallback-3015-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   3) Thread[id=19111, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BB8EB8EE247ECEDD]-EventThread, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   4) Thread[id=19112, name=zkCallback-3015-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   5) Thread[id=19249, name=zkCallback-3015-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   6) Thread[id=19245, name=zkCallback-3015-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   7) Thread[id=19110, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BB8EB8EE247ECEDD]-SendThread(127.0.0.1:64352), state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at java.base@9/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at java.base@9/sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at java.base@9/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at java.base@9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at java.base@9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at app//org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:349)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
   8) Thread[id=19270, name=zkCallback-3015-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([BB8EB8EE247ECEDD]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=19239, name=zkCallback-3015-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    2) Thread[id=19112, name=zkCallback-3015-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    3) Thread[id=19249, name=zkCallback-3015-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    4) Thread[id=19245, name=zkCallback-3015-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    5) Thread[id=19110, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BB8EB8EE247ECEDD]-SendThread(127.0.0.1:64352), state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    6) Thread[id=19270, name=zkCallback-3015-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=19239, name=zkCallback-3015-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=19112, name=zkCallback-3015-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   3) Thread[id=19249, name=zkCallback-3015-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   4) Thread[id=19245, name=zkCallback-3015-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   5) Thread[id=19110, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[BB8EB8EE247ECEDD]-SendThread(127.0.0.1:64352), state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   6) Thread[id=19270, name=zkCallback-3015-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([BB8EB8EE247ECEDD]:0)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([BB8EB8EE247ECEDD:B816278CEA18992F]: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.testLongComparisons(TestFunctionQuery.java:943)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//doc[./str[@name='id']='2'  and ./float[@name='score']='2.0']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">2</int>
</lst>
<result name="response" numFound="119" start="0" maxScore="5.0">
  <doc>
    <str name="id">1</str>
    <int name="id_i">1</int>
    <long name="number_of_atoms_in_universe_l">9223372036854775807</long>
    <float name="score">5.0</float></doc>
  <doc>
    <str name="id">0</str>
    <int name="id_i">0</int>
    <float name="default_amount_f">17044.0</float>
    <str name="amounts_dpf">1|1.80 2|2.28 3|3.20 4|4.14 5|5.64 6|6.59 7|7.18 8|8.90 9|9.62 10|10.39 11|11.30 12|12.77 13|13.8 14|14.55 15|15.38 16|16.27 17|17.2 18|18.76 19|19.15 20|20.18 21|21.7 22|22.15 23|23.91 24|24.62 25|25.93 26|26.57 27|27.47 28|28.35 29|29.4 30|30.41 31|31.90 32|32.94 33|33.49 34|34.51 35|35.52 36|36.3 37|37.96 38|38.42 39|39.59 40|40.62 41|41.48 42|42.75 43|43.52 44|44.53 45|45.18 46|46.58 47|47.74 48|48.77 49|49.3 50|50.29 51|51.0 52|52.78 53|53.6 54|54.49 55|55.58 56|56.46 57|57.90 58|58.71 59|59.86 60|60.6 61|61.89 62|62.79 63|63.45 64|64.65 65|65.21 66|66.44 67|67.2 68|68.53 69|69.94 70|70.76 71|71.57 72|72.43 73|73.58 74|74.25 75|75.99 76|76.2 77|77.73 78|78.52 79|79.99 80|80.74 81|81.29 82|82.98 83|83.11 84|84.47 85|85.72 86|86.90 87|87.54 88|88.76 89|89.86 90|90.11 91|91.40 92|92.47 93|93.46 94|94.34 95|95.28 96|96.5 97|97.99 98|98.3 99|99.36 100|100.58 101|101.88 102|102.98 103|103.61 104|104.74 105|105.66 106|106.38 107|107.52 108|108.95 109|109.16 110|110.59 111|111.50 112|112.93 113|113.22 114|114.76 115|115.56 116|116.12 117|117.18 118|118.2 119|119.86 120|120.52 121|121.97 122|122.0 123|123.44 124|124.43 125|125.15 126|126.73 127|127.8 128|128.56 129|129.87 130|130.77 131|131.45 132|132.3 133|133.84 134|134.17 135|135.3 136|136.48 137|137.13 138|138.52 139|139.49 140|140.31 141|141.27 142|142.40 143|143.79 144|144.40 145|145.22 146|146.32 147|147.16 148|148.49 149|149.47 150|150.77 151|151.20 152|152.6 153|153.29 154|154.94 155|155.34 156|156.48 157|157.55 158|158.35 159|159.27 160|160.57 161|161.31 162|162.38 163|163.15 164|164.3 165|165.7 166|166.55 167|167.29 168|168.99 169|169.18 170|170.60 171|171.99 172|172.55 173|173.2 174|174.42 175|175.45 176|176.86 177|177.19 178|178.60 179|179.13 180|180.72 181|181.56 182|182.31 183|183.58 184|184.7 185|185.9 186|186.17 187|187.93 188|188.33 189|189.83 190|190.16 191|191.59 192|192.41 193|193.10 194|194.81 195|195.1 196|196.2 197|197.43 198|198.18 199|199.16 200|200.39 201|201.23 202|202.92 203|203.56 204|204.97 205|205.11 206|206.84 207|207.81 208|208.89 209|209.95 210|210.24 211|211.46 212|212.97 213|213.10 214|214.39 215|215.52 216|216.60 217|217.29 218|218.6 219|219.30 220|220.83 221|221.82 222|222.83 223|223.78 224|224.70 225|225.95 226|226.73 227|227.78 228|228.16 229|229.16 230|230.10 231|231.41 232|232.94 233|233.68 234|234.12 235|235.24 236|236.91 237|237.14 238|238.16 239|239.51 240|240.7 241|241.89 242|242.11 243|243.79 244|244.26 245|245.10 246|246.10 247|247.77 248|248.22 249|249.38 250|250.22 251|251.10 252|252.36 253|253.49 254|254.43 255|255.57 256|256.85 257|257.53 258|258.81 259|259.31 260|260.29 261|261.60 262|262.9 263|263.17 264|264.68 265|265.95 266|266.6 267|267.25 268|268.90 269|269.14 270|270.53 271|271.30 272|272.5 273|273.37 274|274.68 275|275.21 276|276.10 277|277.63 278|278.79 279|279.49 280|280.0 281|281.75 282|282.4 283|283.3 284|284.31 285|285.3 286|286.25 287|287.35 288|288.66 289|289.87 290|290.46 291|291.28 292|292.27 293|293.66 294|294.23 295|295.43 296|296.46 297|297.3 298|298.34 299|299.17 300|300.91 301|301.17 302|302.28 303|303.8 304|304.51 305|305.91 306|306.4 307|307.44 308|308.48 309|309.65 310|310.37 311|311.92 312|312.30 313|313.92 314|314.49 315|315.79 316|316.74 317|317.75 318|318.52 319|319.32 320|320.9 321|321.12 322|322.2 323|323.52 324|324.97 325|325.41 326|326.35 327|327.69 328|328.26 329|329.96 330|330.22 331|331.0 332|332.60 333|333.34 334|334.99 335|335.5 336|336.93 337|337.65 338|338.12 339|339.37 340|340.35 341|341.54 342|342.15 343|343.37 344|344.94 345|345.55 346|346.7 347|347.12 348|348.37 349|349.37 350|350.41 351|351.75 352|352.6 353|353.8 354|354.99 355|355.45 356|356.32 357|357.59 358|358.34 359|359.39 360|360.32 361|361.88 362|362.22 363|363.83 364|364.27 365|365.10 366|366.58 367|367.8 368|368.79 369|369.46 370|370.85 371|371.39 372|372.81 373|373.37 374|374.79 375|375.27 376|376.16 377|377.79 378|378.2 379|379.23 380|380.64 381|381.86 382|382.62 383|383.23 384|384.97 385|385.5 386|386.99 387|387.61 388|388.52 389|389.34 390|390.13 391|391.36 392|392.79 393|393.7 394|394.12 395|395.25 396|396.72 397|397.29 398|398.71 399|399.67 400|400.71 401|401.48 402|402.50 403|403.57 404|404.46 405|405.21 406|406.50 407|407.29 408|408.17 409|409.9 410|410.92 411|411.18 412|412.95 413|413.87 414|414.65 415|415.49 416|416.71 417|417.75 418|418.83 419|419.18 420|420.73 421|421.11 422|422.71 423|423.41 424|424.11 425|425.39 426|426.22 427|427.4 428|428.73 429|429.74 430|430.76 431|431.57 432|432.17 433|433.58 434|434.98 435|435.39 436|436.18 437|437.3 438|438.28 439|439.67 440|440.21 441|441.85 442|442.0 443|443.26 444|444.28 445|445.83 446|446.2 447|447.82 448|448.90 449|449.4 450|450.79 451|451.9 452|452.3 453|453.83 454|454.86 455|455.16 456|456.49 457|457.61 458|458.53 459|459.24 460|460.85 461|461.31 462|462.64 463|463.13 464|464.55 465|465.54 466|466.92 467|467.2 468|468.12 469|469.22 470|470.18 471|471.26 472|472.11 473|473.4 474|474.43 475|475.65 476|476.35 477|477.9 478|478.64 479|479.68 480|480.19 481|481.82 482|482.27 483|483.57 484|484.29 485|485.14 486|486.36 487|487.51 488|488.61 489|489.75 490|490.26 491|491.54 492|492.62 493|493.40 494|494.41 495|495.28 496|496.28 497|497.39 498|498.51 499|499.41 500|500.18 501|501.47 502|502.48 503|503.90 504|504.15 505|505.64 506|506.17 507|507.61 508|508.84 509|509.27 510|510.85 511|511.59 512|512.83 513|513.79 514|514.94 515|515.67 516|516.20 517|517.61 518|518.69 519|519.45 520|520.51 521|521.0 522|522.8 523|523.41 524|524.69 525|525.14 526|526.97 527|527.67 528|528.17 529|529.82 530|530.30 531|531.92 532|532.40 533|533.82 534|534.68 535|535.95 536|536.76 537|537.2 538|538.62 539|539.46 540|540.33 541|541.95 542|542.25 543|543.56 544|544.24 545|545.41 546|546.13 547|547.0 548|548.33 549|549.95 550|550.37 551|551.50 552|552.7 553|553.31 554|554.6 555|555.85 556|556.36 557|557.57 558|558.60 559|559.1 560|560.49 561|561.62 562|562.91 563|563.44 564|564.31 565|565.84 566|566.45 567|567.47 568|568.62 569|569.23 570|570.61 571|571.63 572|572.22 573|573.86 574|574.82 575|575.77 576|576.66 577|577.50 578|578.25 579|579.56 580|580.52 581|581.7 582|582.22 583|583.82 584|584.18 585|585.20 586|586.71 587|587.16 588|588.78 589|589.78 590|590.47 591|591.92 592|592.88 593|593.10 594|594.89 595|595.30 596|596.7 597|597.44 598|598.18 599|599.79 600|600.67 601|601.25 602|602.1 603|603.52 604|604.36 605|605.71 606|606.47 607|607.18 608|608.18 609|609.11 610|610.67 611|611.23 612|612.40 613|613.57 614|614.89 615|615.99 616|616.22 617|617.91 618|618.46 619|619.81 620|620.63 621|621.36 622|622.87 623|623.65 624|624.16 625|625.55 626|626.99 627|627.32 628|628.17 629|629.70 630|630.6 631|631.61 632|632.37 633|633.52 634|634.34 635|635.36 636|636.71 637|637.16 638|638.18 639|639.84 640|640.9 641|641.85 642|642.77 643|643.32 644|644.6 645|645.90 646|646.44 647|647.57 648|648.29 649|649.29 650|650.26 651|651.59 652|652.74 653|653.49 654|654.48 655|655.99 656|656.56 657|657.82 658|658.43 659|659.1 660|660.46 661|661.38 662|662.74 663|663.88 664|664.48 665|665.48 666|666.17 667|667.72 668|668.38 669|669.91 670|670.16 671|671.80 672|672.91 673|673.62 674|674.16 675|675.6 676|676.2 677|677.9 678|678.93 679|679.76 680|680.83 681|681.8 682|682.73 683|683.60 684|684.82 685|685.70 686|686.16 687|687.49 688|688.56 689|689.68 690|690.42 691|691.73 692|692.12 693|693.7 694|694.89 695|695.9 696|696.13 697|697.63 698|698.98 699|699.0 700|700.54 701|701.44 702|702.26 703|703.91 704|704.51 705|705.81 706|706.20 707|707.33 708|708.45 709|709.92 710|710.64 711|711.62 712|712.42 713|713.53 714|714.44 715|715.83 716|716.96 717|717.74 718|718.76 719|719.5 720|720.93 721|721.29 722|722.90 723|723.61 724|724.59 725|725.9 726|726.71 727|727.46 728|728.12 729|729.1 730|730.6 731|731.16 732|732.2 733|733.54 734|734.11 735|735.42 736|736.92 737|737.33 738|738.61 739|739.50 740|740.90 741|741.8 742|742.28 743|743.48 744|744.45 745|745.80 746|746.72 747|747.2 748|748.42 749|749.57 750|750.12 751|751.90 752|752.97 753|753.79 754|754.9 755|755.73 756|756.55 757|757.71 758|758.2 759|759.59 760|760.92 761|761.69 762|762.90 763|763.71 764|764.47 765|765.30 766|766.48 767|767.65 768|768.73 769|769.25 770|770.76 771|771.47 772|772.30 773|773.64 774|774.83 775|775.6 776|776.22 777|777.19 778|778.7 779|779.6 780|780.86 781|781.68 782|782.15 783|783.68 784|784.36 785|785.31 786|786.38 787|787.59 788|788.64 789|789.44 790|790.65 791|791.71 792|792.47 793|793.58 794|794.71 795|795.20 796|796.71 797|797.87 798|798.36 799|799.9 800|800.90 801|801.56 802|802.88 803|803.3 804|804.28 805|805.40 806|806.58 807|807.50 808|808.50 809|809.65 810|810.22 811|811.87 812|812.81 813|813.72 814|814.10 815|815.56 816|816.33 817|817.81 818|818.77 819|819.6 820|820.32 821|821.51 822|822.76 823|823.46 824|824.69 825|825.31 826|826.97 827|827.64 828|828.46 829|829.16 830|830.46 831|831.80 832|832.41 833|833.82 834|834.76 835|835.68 836|836.92 837|837.95 838|838.83 839|839.71 840|840.8 841|841.51 842|842.78 843|843.36 844|844.51 845|845.99 846|846.80 847|847.18 848|848.35 849|849.53 850|850.24 851|851.98 852|852.65 853|853.57 854|854.71 855|855.98 856|856.66 857|857.56 858|858.97 859|859.4 860|860.78 861|861.9 862|862.55 863|863.71 864|864.99 865|865.85 866|866.52 867|867.30 868|868.50 869|869.7 870|870.76 871|871.98 872|872.49 873|873.16 874|874.55 875|875.68 876|876.26 877|877.74 878|878.85 879|879.98 880|880.60 881|881.45 882|882.81 883|883.17 884|884.61 885|885.39 886|886.47 887|887.75 888|888.46 889|889.56 890|890.53 891|891.57 892|892.55 893|893.74 894|894.28 895|895.75 896|896.85 897|897.0 898|898.49 899|899.80 900|900.52 901|901.36 902|902.71 903|903.86 904|904.70 905|905.93 906|906.53 907|907.39 908|908.37 909|909.87 910|910.36 911|911.57 912|912.63 913|913.98 914|914.66 915|915.74 916|916.99 917|917.40 918|918.28 919|919.33 920|920.35 921|921.92 922|922.30 923|923.5 924|924.83 925|925.62 926|926.78 927|927.39 928|928.50 929|929.67 930|930.89 931|931.37 932|932.65 933|933.44 934|934.90 935|935.43 936|936.60 937|937.10 938|938.36 939|939.73 940|940.8 941|941.44 942|942.30 943|943.81 944|944.85 945|945.60 946|946.96 947|947.1 948|948.47 949|949.80 950|950.7 951|951.41 952|952.40 953|953.20 954|954.95 955|955.43 956|956.65 957|957.51 958|958.67 959|959.44 960|960.74 961|961.7 962|962.45 963|963.46 964|964.48 965|965.10 966|966.6 967|967.16 968|968.79 969|969.96 970|970.30 971|971.63 972|972.51 973|973.56 974|974.5 975|975.36 976|976.21 977|977.94 978|978.77 979|979.53 980|980.34 981|981.51 982|982.69 983|983.93 984|984.93 985|985.80 986|986.55 987|987.13 988|988.65 989|989.10 990|990.48 991|991.65 992|992.19 993|993.63 994|994.63 995|995.89 996|996.72 997|997.14 998|998.45 999|999.56 1000|1000.60 1001|1001.43 1002|1002.85 1003|1003.96 1004|1004.28 1005|1005.57 1006|1006.40 1007|1007.28 1008|1008.58 1009|1009.80 1010|1010.74 1011|1011.42 1012|1012.83 1013|1013.88 1014|1014.66 1015|1015.40 1016|1016.70 1017|1017.47 1018|1018.5 1019|1019.7 1020|1020.8 1021|1021.42 1022|1022.56 1023|1023.0 1024|1024.64 1025|1025.70 1026|1026.60 1027|1027.30 1028|1028.72 1029|1029.62 1030|1030.96 1031|1031.42 1032|1032.12 1033|1033.39 1034|1034.79 1035|1035.57 1036|1036.22 1037|1037.17 1038|1038.46 1039|1039.41 1040|1040.47 1041|1041.21 1042|1042.17 1043|1043.74 1044|1044.59 1045|1045.66 1046|1046.81 1047|1047.8 1048|1048.20 1049|1049.87 1050|1050.35 1051|1051.94 1052|1052.22 1053|1053.43 1054|1054.42 1055|1055.41 1056|1056.35 1057|1057.81 1058|1058.69 1059|1059.27 1060|1060.66 1061|1061.13 1062|1062.98 1063|1063.71 1064|1064.73 1065|1065.50 1066|1066.4 1067|1067.4 1068|1068.51 1069|1069.86 1070|1070.67 1071|1071.2 1072|1072.59 1073|1073.82 1074|1074.8 1075|1075.32 1076|1076.50 1077|1077.98 1078|1078.87 1079|1079.64 1080|1080.80 1081|1081.9 1082|1082.60 1083|1083.47 1084|1084.32 1085|1085.62 1086|1086.67 1087|1087.28 1088|1088.40 1089|1089.20 1090|1090.91 1091|1091.68 1092|1092.15 1093|1093.20 1094|1094.26 1095|1095.13 1096|1096.50 1097|1097.82 1098|1098.34 1099|1099.14 1100|1100.96 1101|1101.34 1102|1102.21 1103|1103.58 1104|1104.89 1105|1105.27 1106|1106.55 1107|1107.32 1108|1108.59 1109|1109.8 1110|1110.36 1111|1111.42 1112|1112.19 1113|1113.42 1114|1114.86 1115|1115.98 1116|1116.69 1117|1117.89 1118|1118.42 1119|1119.43 1120|1120.1 1121|1121.69 1122|1122.78 1123|1123.26 1124|1124.84 1125|1125.51 1126|1126.23 1127|1127.65 1128|1128.44 1129|1129.52 1130|1130.22 1131|1131.11 1132|1132.99 1133|1133.65 1134|1134.84 1135|1135.77 1136|1136.45 1137|1137.52 1138|1138.79 1139|1139.48 1140|1140.79 1141|1141.17 1142|1142.66 1143|1143.65 1144|1144.12 1145|1145.76 1146|1146.90 1147|1147.84 1148|1148.34 1149|1149.73 1150|1150.12 1151|1151.14 1152|1152.73 1153|1153.48 1154|1154.57 1155|1155.45 1156|1156.55 1157|1157.76 1158|1158.22 1159|1159.73 1160|1160.16 1161|1161.36 1162|1162.36 1163|1163.91 1164|1164.36 1165|1165.56 1166|1166.57 1167|1167.14 1168|1168.87 1169|1169.69 1170|1170.60 1171|1171.46 1172|1172.92 1173|1173.50 1174|1174.26 1175|1175.89 1176|1176.94 1177|1177.79 1178|1178.34 1179|1179.14 1180|1180.95 1181|1181.43 1182|1182.1 1183|1183.31 1184|1184.55 1185|1185.40 1186|1186.8 1187|1187.50 1188|1188.20 1189|1189.36 1190|1190.65 1191|1191.81 1192|1192.2 1193|1193.48 1194|1194.51 1195|1195.52 1196|1196.82 1197|1197.5 1198|1198.92 1199|1199.89 1200|1200.68 1201|1201.47 1202|1202.55 1203|1203.58 1204|1204.35 1205|1205.2 1206|1206.45 1207|1207.6 1208|1208.34 1209|1209.64 1210|1210.65 1211|1211.78 1212|1212.55 1213|1213.98 1214|1214.5 1215|1215.42 1216|1216.85 1217|1217.56 1218|1218.0 1219|1219.6 1220|1220.63 1221|1221.41 1222|1222.48 1223|1223.20 1224|1224.93 1225|1225.74 1226|1226.83 1227|1227.55 1228|1228.74 1229|1229.31 1230|1230.43 1231|1231.43 1232|1232.56 1233|1233.20 1234|1234.99 1235|1235.66 1236|1236.85 1237|1237.17 1238|1238.45 1239|1239.1 1240|1240.32 1241|1241.94 1242|1242.78 1243|1243.17 1244|1244.20 1245|1245.8 1246|1246.76 1247|1247.21 1248|1248.73 1249|1249.49 1250|1250.29 1251|1251.17 1252|1252.4 1253|1253.8 1254|1254.48 1255|1255.34 1256|1256.93 1257|1257.64 1258|1258.11 1259|1259.35 1260|1260.4 1261|1261.74 1262|1262.88 1263|1263.23 1264|1264.70 1265|1265.48 1266|1266.19 1267|1267.94 1268|1268.11 1269|1269.36 1270|1270.56 1271|1271.16 1272|1272.59 1273|1273.25 1274|1274.31 1275|1275.5 1276|1276.79 1277|1277.1 1278|1278.53 1279|1279.71 1280|1280.91 1281|1281.28 1282|1282.51 1283|1283.26 1284|1284.58 1285|1285.45 1286|1286.57 1287|1287.49 1288|1288.52 1289|1289.27 1290|1290.96 1291|1291.15 1292|1292.18 1293|1293.33 1294|1294.48 1295|1295.96 1296|1296.18 1297|1297.4 1298|1298.98 1299|1299.11 1300|1300.5 1301|1301.70 1302|1302.21 1303|1303.23 1304|1304.6 1305|1305.62 1306|1306.70 1307|1307.38 1308|1308.84 1309|1309.15 1310|1310.85 1311|1311.90 1312|1312.67 1313|1313.10 1314|1314.16 1315|1315.31 1316|1316.98 1317|1317.48 1318|1318.19 1319|1319.13 1320|1320.28 1321|1321.33 1322|1322.27 1323|1323.81 1324|1324.57 1325|1325.63 1326|1326.45 1327|1327.89 1328|1328.60 1329|1329.54 1330|1330.7 1331|1331.78 1332|1332.22 1333|1333.73 1334|1334.90 1335|1335.65 1336|1336.52 1337|1337.58 1338|1338.74 1339|1339.2 1340|1340.86 1341|1341.42 1342|1342.80 1343|1343.17 1344|1344.8 1345|1345.2 1346|1346.28 1347|1347.24 1348|1348.12 1349|1349.17 1350|1350.66 1351|1351.95 1352|1352.21 1353|1353.68 1354|1354.3 1355|1355.14 1356|1356.97 1357|1357.40 1358|1358.44 1359|1359.91 1360|1360.47 1361|1361.29 1362|1362.43 1363|1363.73 1364|1364.66 1365|1365.52 1366|1366.85 1367|1367.54 1368|1368.38 1369|1369.63 1370|1370.32 1371|1371.7 1372|1372.69 1373|1373.30 1374|1374.54 1375|1375.15 1376|1376.19 1377|1377.71 1378|1378.68 1379|1379.35 1380|1380.7 1381|1381.48 1382|1382.85 1383|1383.84 1384|1384.27 1385|1385.55 1386|1386.40 1387|1387.3 1388|1388.44 1389|1389.56 1390|1390.9 1391|1391.6 1392|1392.49 1393|1393.64 1394|1394.55 1395|1395.32 1396|1396.9 1397|1397.83 1398|1398.17 1399|1399.77 1400|1400.47 1401|1401.2 1402|1402.12 1403|1403.2 1404|1404.69 1405|1405.66 1406|1406.53 1407|1407.59 1408|1408.14 1409|1409.96 1410|1410.0 1411|1411.62 1412|1412.4 1413|1413.56 1414|1414.42 1415|1415.25 1416|1416.19 1417|1417.48 1418|1418.13 1419|1419.96 1420|1420.85 1421|1421.82 1422|1422.83 1423|1423.46 1424|1424.49 1425|1425.28 1426|1426.29 1427|1427.31 1428|1428.89 1429|1429.90 1430|1430.62 1431|1431.67 1432|1432.57 1433|1433.98 1434|1434.19 1435|1435.48 1436|1436.62 1437|1437.95 1438|1438.57 1439|1439.5 1440|1440.31 1441|1441.70 1442|1442.48 1443|1443.61 1444|1444.64 1445|1445.23 1446|1446.73 1447|1447.94 1448|1448.88 1449|1449.0 1450|1450.32 1451|1451.29 1452|1452.82 1453|1453.4 1454|1454.19 1455|1455.82 1456|1456.48 1457|1457.20 1458|1458.83 1459|1459.72 1460|1460.25 1461|1461.70 1462|1462.19 1463|1463.59 1464|1464.3 1465|1465.66 1466|1466.2 1467|1467.21 1468|1468.91 1469|1469.51 1470|1470.78 1471|1471.52 1472|1472.14 1473|1473.98 1474|1474.58 1475|1475.20 1476|1476.40 1477|1477.23 1478|1478.15 1479|1479.68 1480|1480.74 1481|1481.98 1482|1482.7 1483|1483.84 1484|1484.48 1485|1485.51 1486|1486.86 1487|1487.26 1488|1488.44 </str>
    <float name="score">2.0</float></doc>
  <doc>
    <str name="id">3</str>
    <int name="id_i">3</int>
    <float name="default_amount_f">19453.0</float>
    <str name="amounts_dpf">1|1.78 2|2.14 3|3.24 4|4.42 5|5.2 6|6.81 7|7.58 8|8.96 9|9.73 10|10.7 11|11.86 12|12.84 13|13.30 14|14.29 15|15.24 16|16.24 17|17.81 18|18.22 19|19.92 20|20.48 21|21.73 22|22.77 23|23.23 24|24.84 25|25.15 26|26.78 27|27.20 28|28.62 29|29.19 30|30.52 31|31.9 32|32.84 33|33.9 34|34.18 35|35.9 36|36.74 37|37.82 38|38.63 39|39.62 40|40.57 41|41.22 42|42.8 43|43.37 44|44.33 45|45.13 46|46.38 47|47.77 48|48.96 49|49.52 50|50.21 51|51.13 52|52.27 53|53.31 54|54.51 55|55.69 56|56.9 57|57.48 58|58.57 59|59.20 60|60.3 61|61.70 62|62.63 63|63.76 64|64.42 65|65.86 66|66.11 67|67.88 68|68.20 69|69.92 70|70.4 71|71.69 72|72.28 73|73.28 74|74.54 75|75.48 76|76.89 77|77.73 78|78.39 79|79.55 80|80.11 81|81.93 82|82.27 83|83.13 84|84.54 85|85.94 86|86.85 87|87.68 88|88.79 89|89.41 90|90.26 91|91.29 92|92.66 93|93.16 94|94.64 95|95.49 96|96.49 97|97.61 98|98.92 99|99.72 100|100.48 101|101.21 102|102.59 103|103.64 104|104.92 105|105.87 106|106.93 107|107.15 108|108.0 109|109.47 110|110.63 111|111.58 112|112.17 113|113.4 114|114.95 115|115.76 116|116.16 117|117.4 118|118.20 119|119.64 120|120.78 121|121.10 122|122.53 123|123.57 124|124.71 125|125.54 126|126.64 127|127.3 128|128.22 129|129.87 130|130.69 131|131.92 132|132.14 133|133.26 134|134.78 135|135.9 136|136.43 137|137.91 138|138.19 139|139.21 140|140.40 141|141.45 142|142.59 143|143.55 144|144.77 145|145.87 146|146.74 147|147.63 148|148.52 149|149.17 150|150.19 151|151.5 152|152.5 153|153.10 154|154.88 155|155.38 156|156.78 157|157.51 158|158.42 159|159.65 160|160.5 161|161.86 162|162.90 163|163.54 164|164.48 165|165.27 166|166.50 167|167.67 168|168.35 169|169.0 170|170.33 171|171.96 172|172.29 173|173.90 174|174.32 175|175.51 176|176.50 177|177.86 178|178.75 179|179.20 180|180.15 181|181.59 182|182.88 183|183.69 184|184.18 185|185.41 186|186.54 187|187.90 188|188.41 189|189.54 190|190.91 191|191.8 192|192.21 193|193.28 194|194.28 195|195.94 196|196.7 197|197.26 198|198.46 199|199.60 200|200.54 201|201.8 202|202.60 203|203.79 204|204.1 205|205.97 206|206.32 207|207.67 208|208.15 209|209.61 210|210.75 211|211.7 212|212.40 213|213.69 214|214.27 215|215.78 216|216.38 217|217.92 218|218.23 219|219.0 220|220.34 221|221.41 222|222.78 223|223.20 224|224.89 225|225.98 226|226.22 227|227.83 228|228.61 229|229.41 230|230.56 231|231.23 232|232.33 233|233.23 234|234.52 235|235.99 236|236.6 237|237.74 238|238.49 239|239.94 240|240.79 241|241.50 242|242.71 243|243.76 244|244.45 245|245.40 246|246.58 247|247.52 248|248.64 249|249.40 250|250.53 251|251.46 252|252.84 253|253.28 254|254.48 255|255.74 256|256.47 257|257.20 258|258.32 259|259.25 260|260.76 261|261.88 262|262.76 263|263.95 264|264.42 265|265.79 266|266.97 267|267.11 268|268.83 269|269.25 270|270.52 271|271.85 272|272.65 273|273.38 274|274.34 275|275.61 276|276.56 277|277.59 278|278.0 279|279.61 280|280.42 281|281.71 282|282.42 283|283.67 284|284.25 285|285.37 286|286.1 287|287.83 288|288.56 289|289.80 290|290.25 291|291.16 292|292.13 293|293.34 294|294.97 295|295.0 296|296.22 297|297.33 298|298.98 299|299.95 300|300.17 301|301.51 302|302.88 303|303.76 304|304.1 305|305.42 306|306.47 307|307.63 308|308.97 309|309.96 310|310.86 311|311.48 312|312.37 313|313.84 314|314.78 315|315.60 316|316.53 317|317.66 318|318.63 319|319.59 320|320.38 321|321.77 322|322.7 323|323.63 324|324.14 325|325.47 326|326.54 327|327.7 328|328.10 329|329.19 330|330.52 331|331.17 332|332.43 333|333.73 334|334.50 335|335.31 336|336.46 337|337.87 338|338.95 339|339.84 340|340.66 341|341.71 342|342.83 343|343.75 344|344.3 345|345.9 346|346.48 347|347.43 348|348.38 349|349.9 350|350.9 351|351.40 352|352.30 353|353.18 354|354.24 355|355.41 356|356.38 357|357.19 358|358.19 359|359.23 360|360.24 361|361.85 362|362.31 363|363.54 364|364.52 365|365.63 366|366.68 367|367.1 368|368.32 369|369.19 370|370.57 371|371.0 372|372.67 373|373.12 374|374.19 375|375.74 376|376.81 377|377.40 378|378.29 379|379.52 380|380.8 381|381.67 382|382.12 383|383.64 384|384.8 385|385.1 386|386.16 387|387.36 388|388.91 389|389.70 390|390.89 391|391.29 392|392.46 393|393.86 394|394.54 395|395.54 396|396.20 397|397.48 398|398.79 399|399.31 400|400.16 401|401.28 402|402.13 403|403.28 404|404.43 405|405.65 406|406.49 407|407.40 408|408.98 409|409.54 410|410.36 411|411.5 412|412.85 413|413.80 414|414.58 415|415.38 416|416.83 417|417.64 418|418.1 419|419.62 420|420.10 421|421.10 422|422.41 423|423.95 424|424.87 425|425.97 426|426.87 427|427.48 428|428.90 429|429.89 430|430.80 431|431.97 432|432.88 433|433.10 434|434.36 435|435.6 436|436.62 437|437.49 438|438.4 439|439.16 440|440.30 441|441.48 442|442.79 443|443.2 444|444.45 445|445.47 446|446.7 447|447.22 448|448.54 449|449.33 450|450.4 451|451.75 452|452.57 453|453.1 454|454.28 455|455.85 456|456.26 457|457.37 458|458.31 459|459.74 460|460.5 461|461.44 462|462.39 463|463.86 464|464.35 465|465.83 466|466.98 467|467.23 468|468.52 469|469.72 470|470.36 471|471.8 472|472.5 473|473.38 474|474.38 475|475.76 476|476.32 477|477.13 478|478.65 479|479.83 480|480.13 481|481.55 482|482.95 483|483.83 484|484.28 485|485.88 486|486.42 487|487.56 488|488.31 489|489.90 490|490.44 491|491.9 492|492.5 493|493.15 494|494.50 495|495.69 496|496.77 497|497.29 498|498.39 499|499.44 500|500.47 501|501.99 502|502.58 503|503.61 504|504.61 505|505.91 506|506.70 507|507.70 508|508.68 509|509.11 510|510.45 511|511.35 512|512.3 513|513.51 514|514.55 515|515.6 516|516.7 517|517.81 518|518.48 519|519.53 520|520.16 521|521.80 522|522.95 523|523.46 524|524.36 525|525.7 526|526.46 527|527.11 528|528.27 529|529.43 530|530.62 531|531.91 532|532.93 533|533.25 534|534.51 535|535.99 536|536.91 537|537.71 538|538.15 539|539.29 540|540.35 541|541.51 542|542.98 543|543.71 544|544.10 545|545.46 546|546.73 547|547.33 548|548.46 549|549.24 550|550.6 551|551.67 552|552.34 553|553.29 554|554.73 555|555.11 556|556.99 557|557.27 558|558.59 559|559.67 560|560.3 561|561.82 562|562.5 563|563.21 564|564.64 565|565.28 566|566.85 567|567.18 568|568.71 569|569.68 570|570.16 571|571.97 572|572.40 573|573.4 574|574.74 575|575.10 576|576.74 577|577.28 578|578.86 579|579.50 580|580.68 581|581.61 582|582.81 583|583.30 584|584.65 585|585.44 586|586.62 587|587.60 588|588.81 589|589.37 590|590.6 591|591.64 592|592.30 593|593.90 594|594.69 595|595.85 596|596.25 597|597.57 598|598.88 599|599.90 600|600.85 601|601.79 602|602.4 603|603.2 604|604.54 605|605.33 606|606.89 607|607.85 608|608.73 609|609.12 610|610.4 611|611.31 612|612.27 613|613.52 614|614.13 615|615.58 616|616.69 617|617.73 618|618.90 619|619.71 620|620.44 621|621.34 622|622.79 623|623.38 624|624.74 625|625.92 626|626.90 627|627.67 628|628.1 629|629.25 630|630.19 631|631.36 632|632.24 633|633.86 634|634.86 635|635.76 636|636.2 637|637.24 638|638.63 639|639.56 640|640.86 641|641.70 642|642.12 643|643.96 644|644.78 645|645.44 646|646.50 647|647.25 648|648.49 649|649.68 650|650.76 651|651.95 652|652.8 653|653.12 654|654.6 655|655.25 656|656.34 657|657.81 658|658.82 659|659.67 660|660.54 661|661.49 662|662.21 663|663.47 664|664.37 665|665.15 666|666.50 667|667.25 668|668.53 669|669.11 670|670.0 671|671.48 672|672.82 673|673.95 674|674.30 675|675.27 676|676.66 677|677.48 678|678.9 679|679.77 680|680.93 681|681.56 682|682.53 683|683.0 684|684.2 685|685.18 686|686.39 687|687.3 688|688.99 689|689.75 690|690.14 691|691.98 692|692.77 693|693.32 694|694.69 695|695.50 696|696.82 697|697.99 698|698.24 699|699.94 700|700.75 701|701.82 702|702.3 703|703.21 704|704.16 705|705.54 706|706.92 707|707.30 708|708.23 709|709.76 710|710.82 711|711.37 712|712.89 713|713.90 714|714.96 715|715.86 716|716.6 717|717.6 718|718.37 719|719.78 720|720.82 721|721.76 722|722.53 723|723.31 724|724.50 725|725.92 726|726.90 727|727.52 728|728.14 729|729.86 730|730.5 731|731.71 732|732.35 733|733.59 734|734.35 735|735.63 736|736.90 737|737.14 738|738.80 739|739.81 740|740.44 741|741.76 742|742.6 743|743.35 744|744.12 745|745.18 746|746.36 747|747.15 748|748.64 749|749.29 750|750.10 751|751.38 752|752.42 753|753.20 754|754.52 755|755.20 756|756.58 757|757.65 758|758.49 759|759.80 760|760.8 761|761.78 762|762.17 763|763.48 764|764.6 765|765.3 766|766.13 767|767.20 768|768.55 769|769.68 770|770.43 771|771.85 772|772.98 773|773.32 774|774.40 775|775.14 776|776.55 777|777.63 778|778.35 779|779.74 780|780.12 781|781.62 782|782.51 783|783.67 784|784.50 785|785.52 786|786.29 787|787.6 788|788.29 789|789.23 790|790.39 791|791.44 792|792.25 793|793.54 794|794.5 795|795.98 796|796.41 797|797.99 798|798.34 799|799.37 800|800.77 801|801.65 802|802.82 803|803.21 804|804.76 805|805.42 806|806.80 807|807.32 808|808.44 809|809.42 810|810.28 811|811.84 812|812.30 813|813.6 814|814.30 815|815.21 816|816.71 817|817.8 818|818.35 819|819.40 820|820.18 821|821.48 822|822.90 823|823.49 824|824.33 825|825.5 826|826.94 827|827.99 828|828.56 829|829.73 830|830.16 831|831.79 832|832.3 833|833.45 834|834.52 835|835.54 836|836.6 837|837.46 838|838.29 839|839.19 840|840.15 841|841.67 842|842.61 843|843.30 844|844.67 845|845.17 846|846.44 847|847.32 848|848.20 849|849.91 850|850.71 851|851.61 852|852.72 853|853.59 854|854.86 855|855.58 856|856.1 857|857.29 858|858.96 859|859.36 860|860.16 861|861.53 862|862.26 863|863.27 864|864.68 865|865.3 866|866.94 867|867.31 868|868.45 869|869.3 870|870.61 871|871.51 872|872.63 873|873.77 874|874.36 875|875.87 876|876.50 877|877.65 878|878.88 879|879.58 880|880.72 881|881.52 882|882.93 883|883.61 884|884.86 885|885.1 886|886.71 887|887.93 888|888.25 889|889.11 890|890.7 891|891.91 892|892.7 893|893.98 894|894.91 895|895.8 896|896.56 897|897.31 898|898.45 899|899.19 900|900.13 901|901.20 902|902.66 903|903.83 904|904.66 905|905.96 906|906.81 907|907.57 908|908.31 909|909.79 910|910.79 911|911.31 912|912.60 913|913.10 914|914.14 915|915.74 916|916.28 917|917.94 918|918.2 919|919.77 920|920.49 921|921.87 922|922.74 923|923.41 924|924.38 925|925.36 926|926.64 927|927.66 928|928.75 929|929.93 930|930.63 931|931.28 932|932.32 933|933.61 934|934.15 935|935.61 936|936.92 937|937.66 938|938.45 939|939.99 940|940.16 941|941.67 942|942.91 943|943.62 944|944.30 945|945.42 946|946.57 947|947.99 948|948.59 949|949.51 950|950.67 951|951.54 952|952.41 953|953.34 954|954.36 955|955.90 956|956.25 957|957.83 958|958.59 959|959.14 960|960.14 961|961.34 962|962.59 963|963.23 964|964.75 965|965.62 966|966.62 967|967.2 968|968.66 969|969.25 970|970.64 971|971.96 972|972.1 973|973.13 974|974.0 975|975.31 976|976.30 977|977.51 978|978.50 979|979.88 980|980.68 981|981.26 982|982.31 983|983.67 984|984.12 985|985.11 986|986.94 987|987.29 988|988.95 989|989.7 990|990.48 991|991.33 992|992.53 993|993.43 994|994.6 995|995.65 996|996.42 997|997.81 998|998.8 999|999.40 1000|1000.39 1001|1001.5 1002|1002.62 1003|1003.4 1004|1004.30 1005|1005.86 1006|1006.73 1007|1007.45 1008|1008.39 1009|1009.18 1010|1010.50 1011|1011.68 1012|1012.77 1013|1013.33 1014|1014.98 1015|1015.52 1016|1016.4 1017|1017.83 1018|1018.71 1019|1019.76 1020|1020.63 1021|1021.54 1022|1022.23 1023|1023.59 1024|1024.66 1025|1025.47 1026|1026.23 1027|1027.72 1028|1028.95 1029|1029.17 1030|1030.49 1031|1031.69 1032|1032.1 1033|1033.92 1034|1034.25 1035|1035.82 1036|1036.68 1037|1037.82 1038|1038.14 1039|1039.46 1040|1040.2 1041|1041.92 1042|1042.82 1043|1043.31 1044|1044.45 1045|1045.20 1046|1046.80 1047|1047.37 1048|1048.84 1049|1049.28 1050|1050.82 1051|1051.4 1052|1052.46 1053|1053.99 1054|1054.43 1055|1055.45 1056|1056.17 1057|1057.56 1058|1058.16 1059|1059.20 1060|1060.37 1061|1061.6 1062|1062.39 1063|1063.11 1064|1064.60 1065|1065.41 1066|1066.48 1067|1067.39 1068|1068.60 1069|1069.60 1070|1070.34 1071|1071.64 1072|1072.79 1073|1073.42 1074|1074.30 1075|1075.59 1076|1076.40 1077|1077.86 1078|1078.11 1079|1079.30 1080|1080.36 1081|1081.35 1082|1082.67 1083|1083.63 1084|1084.0 1085|1085.13 1086|1086.43 1087|1087.87 1088|1088.4 1089|1089.3 1090|1090.89 1091|1091.29 1092|1092.63 1093|1093.13 1094|1094.72 1095|1095.9 1096|1096.93 1097|1097.71 1098|1098.86 1099|1099.85 1100|1100.56 1101|1101.77 1102|1102.75 1103|1103.42 1104|1104.38 1105|1105.89 1106|1106.20 1107|1107.36 1108|1108.8 1109|1109.98 1110|1110.54 1111|1111.22 1112|1112.25 1113|1113.21 1114|1114.9 1115|1115.78 1116|1116.60 1117|1117.73 1118|1118.83 1119|1119.79 1120|1120.20 1121|1121.9 1122|1122.95 1123|1123.50 1124|1124.15 1125|1125.70 1126|1126.18 1127|1127.10 1128|1128.0 1129|1129.4 1130|1130.2 1131|1131.54 1132|1132.71 1133|1133.12 1134|1134.48 1135|1135.38 1136|1136.87 1137|1137.25 1138|1138.99 1139|1139.25 1140|1140.1 1141|1141.40 1142|1142.8 1143|1143.18 1144|1144.90 1145|1145.45 1146|1146.37 1147|1147.35 1148|1148.55 1149|1149.11 1150|1150.75 1151|1151.45 1152|1152.99 1153|1153.59 1154|1154.10 1155|1155.48 1156|1156.2 1157|1157.11 1158|1158.56 1159|1159.73 1160|1160.21 1161|1161.92 1162|1162.89 1163|1163.81 1164|1164.74 1165|1165.79 1166|1166.66 1167|1167.20 1168|1168.97 1169|1169.12 1170|1170.16 1171|1171.51 1172|1172.94 1173|1173.49 1174|1174.37 1175|1175.61 1176|1176.22 1177|1177.25 1178|1178.25 1179|1179.57 1180|1180.92 1181|1181.90 1182|1182.13 1183|1183.20 1184|1184.9 1185|1185.50 1186|1186.2 1187|1187.20 1188|1188.89 1189|1189.18 1190|1190.91 1191|1191.16 1192|1192.71 1193|1193.7 1194|1194.57 1195|1195.42 1196|1196.97 1197|1197.36 1198|1198.62 1199|1199.94 1200|1200.55 1201|1201.22 1202|1202.41 1203|1203.51 1204|1204.79 1205|1205.47 1206|1206.98 1207|1207.11 1208|1208.30 1209|1209.0 1210|1210.42 1211|1211.54 1212|1212.55 1213|1213.88 1214|1214.92 1215|1215.60 1216|1216.45 1217|1217.17 1218|1218.91 1219|1219.6 1220|1220.63 1221|1221.4 1222|1222.58 1223|1223.6 1224|1224.74 1225|1225.63 1226|1226.68 1227|1227.28 1228|1228.87 1229|1229.91 1230|1230.27 1231|1231.47 1232|1232.49 1233|1233.79 1234|1234.90 1235|1235.10 1236|1236.97 1237|1237.30 1238|1238.47 1239|1239.99 1240|1240.1 1241|1241.38 1242|1242.46 1243|1243.12 1244|1244.93 1245|1245.81 1246|1246.44 1247|1247.8 1248|1248.39 1249|1249.27 1250|1250.12 1251|1251.63 1252|1252.23 1253|1253.53 1254|1254.13 1255|1255.9 1256|1256.74 1257|1257.93 1258|1258.9 1259|1259.23 1260|1260.13 1261|1261.86 1262|1262.63 1263|1263.97 1264|1264.12 1265|1265.47 1266|1266.2 1267|1267.4 1268|1268.90 1269|1269.49 1270|1270.57 1271|1271.61 1272|1272.85 1273|1273.42 1274|1274.77 1275|1275.26 1276|1276.57 1277|1277.38 1278|1278.38 1279|1279.92 1280|1280.26 1281|1281.62 1282|1282.22 1283|1283.43 1284|1284.20 1285|1285.91 1286|1286.3 1287|1287.36 1288|1288.15 1289|1289.5 1290|1290.97 1291|1291.78 1292|1292.60 1293|1293.0 1294|1294.33 1295|1295.66 1296|1296.35 1297|1297.98 1298|1298.7 1299|1299.81 1300|1300.87 1301|1301.80 1302|1302.75 1303|1303.18 1304|1304.32 1305|1305.28 1306|1306.68 1307|1307.52 1308|1308.22 1309|1309.33 1310|1310.56 1311|1311.98 1312|1312.28 1313|1313.27 1314|1314.54 1315|1315.33 1316|1316.68 1317|1317.81 1318|1318.16 1319|1319.15 1320|1320.87 1321|1321.87 1322|1322.28 1323|1323.71 1324|1324.25 1325|1325.46 1326|1326.49 1327|1327.24 1328|1328.22 1329|1329.82 1330|1330.93 1331|1331.44 1332|1332.70 1333|1333.56 1334|1334.79 1335|1335.29 1336|1336.79 1337|1337.36 1338|1338.81 1339|1339.30 1340|1340.48 1341|1341.35 1342|1342.12 1343|1343.62 1344|1344.71 1345|1345.41 1346|1346.46 1347|1347.77 1348|1348.24 1349|1349.31 1350|1350.1 1351|1351.15 1352|1352.24 1353|1353.61 1354|1354.7 1355|1355.55 1356|1356.51 1357|1357.25 1358|1358.76 1359|1359.29 1360|1360.38 1361|1361.61 1362|1362.23 1363|1363.22 1364|1364.56 1365|1365.39 1366|1366.29 1367|1367.54 1368|1368.11 1369|1369.13 1370|1370.55 1371|1371.1 1372|1372.79 1373|1373.26 1374|1374.50 1375|1375.37 1376|1376.4 1377|1377.75 1378|1378.53 1379|1379.8 1380|1380.10 1381|1381.17 1382|1382.3 1383|1383.71 1384|1384.51 1385|1385.54 1386|1386.90 1387|1387.53 1388|1388.59 1389|1389.4 1390|1390.17 1391|1391.43 1392|1392.45 1393|1393.75 1394|1394.2 1395|1395.98 1396|1396.80 1397|1397.26 1398|1398.96 1399|1399.47 1400|1400.64 1401|1401.46 1402|1402.70 1403|1403.81 1404|1404.51 1405|1405.17 1406|1406.42 1407|1407.64 1408|1408.98 1409|1409.11 1410|1410.15 1411|1411.4 1412|1412.90 1413|1413.17 1414|1414.72 1415|1415.66 1416|1416.22 1417|1417.73 1418|1418.38 1419|1419.74 1420|1420.65 1421|1421.20 1422|1422.75 1423|1423.24 1424|1424.47 1425|1425.46 1426|1426.81 1427|1427.54 1428|1428.62 1429|1429.57 1430|1430.97 1431|1431.36 1432|1432.77 1433|1433.61 1434|1434.58 1435|1435.74 1436|1436.33 1437|1437.59 1438|1438.28 1439|1439.37 1440|1440.41 1441|1441.87 1442|1442.95 1443|1443.93 1444|1444.53 1445|1445.72 1446|1446.26 1447|1447.21 1448|1448.5 1449|1449.53 1450|1450.77 1451|1451.89 1452|1452.59 1453|1453.63 1454|1454.76 1455|1455.45 1456|1456.64 1457|1457.0 1458|1458.11 1459|1459.28 1460|1460.14 1461|1461.38 1462|1462.52 1463|1463.95 1464|1464.49 1465|1465.74 1466|1466.84 1467|1467.45 1468|1468.79 1469|1469.98 1470|1470.2 1471|1471.37 1472|1472.16 1473|1473.38 1474|1474.22 1475|1475.15 1476|1476.75 1477|1477.10 1478|1478.56 1479|1479.91 1480|1480.58 1481|1481.51 1482|1482.11 1483|1483.36 1484|1484.90 1485|1485.78 1486|1486.76 1487|1487.49 1488|1488.34 </str>
    <float name="score">2.0</float></doc>
  <doc>
    <str name="id">4</str>
    <int name="id_i">4</int>
    <float name="default_amount_f">18167.0</float>
    <str name="amounts_dpf">1|1.62 2|2.78 3|3.98 4|4.94 5|5.85 6|6.26 7|7.37 8|8.2 9|9.98 10|10.82 11|11.48 12|12.32 13|13.27 14|14.54 15|15.35 16|16.31 17|17.29 18|18.78 19|19.73 20|20.96 21|21.50 22|22.37 23|23.40 24|24.74 25|25.78 26|26.33 27|27.69 28|28.58 29|29.24 30|30.13 31|31.99 32|32.6 33|33.40 34|34.91 35|35.88 36|36.88 37|37.71 38|38.96 39|39.68 40|40.76 41|41.55 42|42.60 43|43.18 44|44.75 45|45.71 46|46.72 47|47.8 48|48.94 49|49.40 50|50.52 51|51.16 52|52.3 53|53.57 54|54.54 55|55.76 56|56.19 57|57.28 58|58.82 59|59.50 60|60.34 61|61.75 62|62.88 63|63.11 64|64.9 65|65.73 66|66.60 67|67.88 68|68.58 69|69.9 70|70.80 71|71.92 72|72.12 73|73.93 74|74.55 75|75.82 76|76.81 77|77.47 78|78.47 79|79.77 80|80.53 81|81.1 82|82.23 83|83.60 84|84.95 85|85.88 86|86.10 87|87.45 88|88.71 89|89.40 90|90.13 91|91.39 92|92.52 93|93.20 94|94.51 95|95.87 96|96.19 97|97.12 98|98.28 99|99.22 100|100.58 101|101.64 102|102.22 103|103.24 104|104.86 105|105.70 106|106.82 107|107.45 108|108.47 109|109.59 110|110.40 111|111.12 112|112.16 113|113.93 114|114.69 115|115.89 116|116.70 117|117.67 118|118.32 119|119.75 120|120.3 121|121.42 122|122.27 123|123.54 124|124.73 125|125.41 126|126.42 127|127.70 128|128.75 129|129.93 130|130.11 131|131.74 132|132.70 133|133.89 134|134.67 135|135.36 136|136.70 137|137.51 138|138.33 139|139.70 140|140.1 141|141.59 142|142.11 143|143.58 144|144.83 145|145.65 146|146.95 147|147.13 148|148.94 149|149.52 150|150.83 151|151.37 152|152.61 153|153.47 154|154.99 155|155.18 156|156.48 157|157.84 158|158.1 159|159.26 160|160.30 161|161.65 162|162.14 163|163.23 164|164.40 165|165.82 166|166.12 167|167.36 168|168.71 169|169.35 170|170.81 171|171.57 172|172.79 173|173.42 174|174.69 175|175.13 176|176.32 177|177.99 178|178.64 179|179.55 180|180.0 181|181.45 182|182.45 183|183.62 184|184.28 185|185.42 186|186.90 187|187.96 188|188.55 189|189.80 190|190.9 191|191.81 192|192.14 193|193.67 194|194.75 195|195.41 196|196.3 197|197.99 198|198.73 199|199.68 200|200.58 201|201.18 202|202.62 203|203.99 204|204.80 205|205.5 206|206.10 207|207.41 208|208.18 209|209.50 210|210.84 211|211.1 212|212.97 213|213.76 214|214.42 215|215.36 216|216.77 217|217.28 218|218.27 219|219.53 220|220.40 221|221.67 222|222.94 223|223.31 224|224.22 225|225.28 226|226.78 227|227.67 228|228.81 229|229.39 230|230.38 231|231.25 232|232.65 233|233.6 234|234.13 235|235.55 236|236.79 237|237.49 238|238.80 239|239.80 240|240.0 241|241.85 242|242.51 243|243.15 244|244.23 245|245.98 246|246.79 247|247.24 248|248.49 249|249.27 250|250.13 251|251.92 252|252.67 253|253.44 254|254.89 255|255.84 256|256.34 257|257.1 258|258.23 259|259.51 260|260.47 261|261.19 262|262.88 263|263.54 264|264.96 265|265.62 266|266.28 267|267.95 268|268.9 269|269.23 270|270.44 271|271.89 272|272.71 273|273.14 274|274.51 275|275.59 276|276.70 277|277.33 278|278.78 279|279.29 280|280.32 281|281.87 282|282.44 283|283.76 284|284.16 285|285.98 286|286.85 287|287.11 288|288.77 289|289.26 290|290.59 291|291.90 292|292.72 293|293.54 294|294.82 295|295.14 296|296.87 297|297.31 298|298.23 299|299.49 300|300.60 301|301.99 302|302.90 303|303.69 304|304.48 305|305.27 306|306.94 307|307.9 308|308.64 309|309.45 310|310.29 311|311.52 312|312.43 313|313.50 314|314.34 315|315.49 316|316.28 317|317.50 318|318.46 319|319.59 320|320.57 321|321.48 322|322.45 323|323.34 324|324.32 325|325.31 326|326.39 327|327.4 328|328.63 329|329.52 330|330.16 331|331.95 332|332.75 333|333.4 334|334.58 335|335.21 336|336.28 337|337.84 338|338.83 339|339.26 340|340.99 341|341.77 342|342.0 343|343.69 344|344.48 345|345.50 346|346.87 347|347.58 348|348.20 349|349.85 350|350.25 351|351.51 352|352.46 353|353.12 354|354.2 355|355.35 356|356.51 357|357.41 358|358.9 359|359.71 360|360.27 361|361.84 362|362.67 363|363.27 364|364.19 365|365.41 366|366.84 367|367.73 368|368.56 369|369.97 370|370.96 371|371.39 372|372.72 373|373.24 374|374.94 375|375.56 376|376.66 377|377.48 378|378.99 379|379.96 380|380.16 381|381.39 382|382.83 383|383.10 384|384.29 385|385.56 386|386.61 387|387.17 388|388.24 389|389.93 390|390.76 391|391.73 392|392.57 393|393.44 394|394.90 395|395.5 396|396.75 397|397.18 398|398.6 399|399.4 400|400.37 401|401.16 402|402.71 403|403.83 404|404.88 405|405.52 406|406.10 407|407.60 408|408.30 409|409.10 410|410.74 411|411.37 412|412.41 413|413.1 414|414.17 415|415.35 416|416.92 417|417.95 418|418.40 419|419.89 420|420.93 421|421.43 422|422.87 423|423.51 424|424.47 425|425.26 426|426.58 427|427.3 428|428.57 429|429.44 430|430.74 431|431.52 432|432.68 433|433.45 434|434.79 435|435.16 436|436.8 437|437.70 438|438.49 439|439.56 440|440.35 441|441.9 442|442.30 443|443.26 444|444.57 445|445.84 446|446.87 447|447.63 448|448.1 449|449.3 450|450.66 451|451.23 452|452.21 453|453.50 454|454.83 455|455.68 456|456.98 457|457.28 458|458.71 459|459.93 460|460.35 461|461.75 462|462.19 463|463.61 464|464.89 465|465.1 466|466.79 467|467.5 468|468.93 469|469.57 470|470.13 471|471.40 472|472.9 473|473.11 474|474.76 475|475.50 476|476.51 477|477.24 478|478.7 479|479.10 480|480.95 481|481.45 482|482.45 483|483.64 484|484.22 485|485.57 486|486.37 487|487.24 488|488.36 489|489.31 490|490.93 491|491.30 492|492.28 493|493.92 494|494.53 495|495.30 496|496.78 497|497.38 498|498.99 499|499.74 500|500.30 501|501.9 502|502.27 503|503.20 504|504.45 505|505.78 506|506.25 507|507.10 508|508.1 509|509.2 510|510.99 511|511.21 512|512.94 513|513.73 514|514.53 515|515.99 516|516.87 517|517.0 518|518.62 519|519.18 520|520.54 521|521.81 522|522.89 523|523.11 524|524.58 525|525.83 526|526.98 527|527.97 528|528.62 529|529.99 530|530.95 531|531.13 532|532.31 533|533.36 534|534.86 535|535.7 536|536.69 537|537.67 538|538.1 539|539.47 540|540.59 541|541.2 542|542.61 543|543.75 544|544.42 545|545.25 546|546.43 547|547.10 548|548.59 549|549.17 550|550.31 551|551.22 552|552.90 553|553.94 554|554.50 555|555.81 556|556.27 557|557.31 558|558.60 559|559.89 560|560.45 561|561.94 562|562.3 563|563.25 564|564.17 565|565.50 566|566.52 567|567.46 568|568.34 569|569.5 570|570.46 571|571.29 572|572.56 573|573.62 574|574.44 575|575.18 576|576.99 577|577.27 578|578.94 579|579.41 580|580.17 581|581.83 582|582.8 583|583.71 584|584.39 585|585.27 586|586.82 587|587.95 588|588.17 589|589.52 590|590.2 591|591.40 592|592.84 593|593.76 594|594.52 595|595.62 596|596.8 597|597.42 598|598.87 599|599.1 600|600.51 601|601.4 602|602.91 603|603.70 604|604.33 605|605.1 606|606.39 607|607.44 608|608.25 609|609.1 610|610.96 611|611.67 612|612.76 613|613.51 614|614.91 615|615.45 616|616.99 617|617.13 618|618.36 619|619.48 620|620.0 621|621.28 622|622.62 623|623.25 624|624.55 625|625.72 626|626.57 627|627.12 628|628.14 629|629.51 630|630.25 631|631.88 632|632.66 633|633.20 634|634.55 635|635.8 636|636.42 637|637.58 638|638.75 639|639.13 640|640.71 641|641.94 642|642.20 643|643.98 644|644.7 645|645.42 646|646.70 647|647.4 648|648.8 649|649.77 650|650.93 651|651.14 652|652.45 653|653.97 654|654.41 655|655.16 656|656.41 657|657.57 658|658.17 659|659.98 660|660.60 661|661.68 662|662.98 663|663.39 664|664.37 665|665.56 666|666.11 667|667.68 668|668.90 669|669.91 670|670.32 671|671.81 672|672.67 673|673.96 674|674.24 675|675.61 676|676.1 677|677.80 678|678.36 679|679.30 680|680.33 681|681.18 682|682.86 683|683.96 684|684.90 685|685.78 686|686.88 687|687.4 688|688.53 689|689.75 690|690.61 691|691.93 692|692.35 693|693.79 694|694.70 695|695.26 696|696.29 697|697.0 698|698.78 699|699.88 700|700.96 701|701.88 702|702.22 703|703.57 704|704.10 705|705.98 706|706.28 707|707.28 708|708.24 709|709.8 710|710.75 711|711.58 712|712.21 713|713.25 714|714.35 715|715.39 716|716.6 717|717.29 718|718.88 719|719.49 720|720.98 721|721.56 722|722.50 723|723.73 724|724.45 725|725.32 726|726.15 727|727.95 728|728.84 729|729.62 730|730.86 731|731.7 732|732.58 733|733.10 734|734.21 735|735.74 736|736.72 737|737.58 738|738.61 739|739.18 740|740.28 741|741.79 742|742.57 743|743.96 744|744.16 745|745.91 746|746.76 747|747.62 748|748.53 749|749.41 750|750.17 751|751.32 752|752.18 753|753.9 754|754.16 755|755.58 756|756.17 757|757.0 758|758.26 759|759.67 760|760.3 761|761.56 762|762.51 763|763.96 764|764.21 765|765.85 766|766.97 767|767.84 768|768.35 769|769.97 770|770.82 771|771.79 772|772.94 773|773.63 774|774.88 775|775.67 776|776.92 777|777.33 778|778.54 779|779.74 780|780.32 781|781.70 782|782.93 783|783.7 784|784.98 785|785.47 786|786.26 787|787.22 788|788.71 789|789.12 790|790.93 791|791.17 792|792.18 793|793.38 794|794.85 795|795.84 796|796.62 797|797.63 798|798.68 799|799.58 800|800.81 801|801.69 802|802.97 803|803.17 804|804.56 805|805.58 806|806.61 807|807.33 808|808.17 809|809.95 810|810.83 811|811.78 812|812.16 813|813.54 814|814.83 815|815.31 816|816.48 817|817.20 818|818.31 819|819.94 820|820.57 821|821.43 822|822.7 823|823.38 824|824.58 825|825.42 826|826.88 827|827.25 828|828.0 829|829.53 830|830.35 831|831.89 832|832.21 833|833.7 834|834.13 835|835.15 836|836.65 837|837.60 838|838.41 839|839.3 840|840.29 841|841.71 842|842.59 843|843.86 844|844.74 845|845.20 846|846.10 847|847.19 848|848.68 849|849.61 850|850.45 851|851.93 852|852.45 853|853.8 854|854.53 855|855.99 856|856.85 857|857.49 858|858.53 859|859.16 860|860.66 861|861.89 862|862.12 863|863.74 864|864.99 865|865.52 866|866.22 867|867.32 868|868.49 869|869.0 870|870.57 871|871.34 872|872.55 873|873.84 874|874.24 875|875.11 876|876.81 877|877.99 878|878.75 879|879.54 880|880.98 881|881.10 882|882.6 883|883.42 884|884.63 885|885.38 886|886.22 887|887.1 888|888.15 889|889.97 890|890.68 891|891.91 892|892.93 893|893.42 894|894.5 895|895.35 896|896.37 897|897.78 898|898.11 899|899.3 900|900.92 901|901.56 902|902.84 903|903.71 904|904.74 905|905.18 906|906.95 907|907.81 908|908.88 909|909.59 910|910.47 911|911.9 912|912.18 913|913.2 914|914.73 915|915.62 916|916.36 917|917.55 918|918.70 919|919.25 920|920.64 921|921.37 922|922.81 923|923.10 924|924.30 925|925.98 926|926.19 927|927.25 928|928.12 929|929.34 930|930.32 931|931.43 932|932.34 933|933.65 934|934.83 935|935.18 936|936.8 937|937.70 938|938.38 939|939.18 940|940.74 941|941.15 942|942.3 943|943.16 944|944.61 945|945.2 946|946.28 947|947.49 948|948.39 949|949.60 950|950.4 951|951.3 952|952.87 953|953.27 954|954.13 955|955.14 956|956.97 957|957.71 958|958.58 959|959.54 960|960.40 961|961.18 962|962.38 963|963.1 964|964.43 965|965.92 966|966.67 967|967.52 968|968.52 969|969.33 970|970.10 971|971.53 972|972.22 973|973.1 974|974.3 975|975.13 976|976.57 977|977.41 978|978.71 979|979.33 980|980.75 981|981.25 982|982.3 983|983.35 984|984.9 985|985.86 986|986.67 987|987.93 988|988.14 989|989.54 990|990.54 991|991.18 992|992.93 993|993.20 994|994.72 995|995.6 996|996.42 997|997.72 998|998.23 999|999.70 1000|1000.13 1001|1001.53 1002|1002.52 1003|1003.70 1004|1004.84 1005|1005.15 1006|1006.33 1007|1007.81 1008|1008.82 1009|1009.8 1010|1010.1 1011|1011.69 1012|1012.36 1013|1013.32 1014|1014.28 1015|1015.23 1016|1016.15 1017|1017.58 1018|1018.93 1019|1019.76 1020|1020.33 1021|1021.59 1022|1022.53 1023|1023.28 1024|1024.45 1025|1025.18 1026|1026.36 1027|1027.89 1028|1028.33 1029|1029.13 1030|1030.48 1031|1031.69 1032|1032.94 1033|1033.23 1034|1034.23 1035|1035.41 1036|1036.80 1037|1037.73 1038|1038.78 1039|1039.91 1040|1040.57 1041|1041.39 1042|1042.74 1043|1043.70 1044|1044.23 1045|1045.76 1046|1046.61 1047|1047.71 1048|1048.97 1049|1049.36 1050|1050.76 1051|1051.4 1052|1052.18 1053|1053.18 1054|1054.17 1055|1055.77 1056|1056.96 1057|1057.45 1058|1058.0 1059|1059.91 1060|1060.1 1061|1061.3 1062|1062.47 1063|1063.85 1064|1064.49 1065|1065.76 1066|1066.40 1067|1067.72 1068|1068.72 1069|1069.17 1070|1070.7 1071|1071.49 1072|1072.55 1073|1073.89 1074|1074.67 1075|1075.11 1076|1076.62 1077|1077.48 1078|1078.45 1079|1079.26 1080|1080.62 1081|1081.39 1082|1082.44 1083|1083.57 1084|1084.78 1085|1085.85 1086|1086.37 1087|1087.33 1088|1088.60 1089|1089.94 1090|1090.33 1091|1091.56 1092|1092.76 1093|1093.71 1094|1094.60 1095|1095.12 1096|1096.55 1097|1097.20 1098|1098.97 1099|1099.93 1100|1100.49 1101|1101.77 1102|1102.74 1103|1103.60 1104|1104.68 1105|1105.31 1106|1106.11 1107|1107.26 1108|1108.57 1109|1109.77 1110|1110.61 1111|1111.46 1112|1112.82 1113|1113.73 1114|1114.92 1115|1115.9 1116|1116.82 1117|1117.53 1118|1118.99 1119|1119.65 1120|1120.83 1121|1121.3 1122|1122.15 1123|1123.63 1124|1124.68 1125|1125.62 1126|1126.61 1127|1127.61 1128|1128.12 1129|1129.74 1130|1130.33 1131|1131.92 1132|1132.64 1133|1133.1 1134|1134.97 1135|1135.69 1136|1136.50 1137|1137.25 1138|1138.90 1139|1139.44 1140|1140.90 1141|1141.3 1142|1142.37 1143|1143.64 1144|1144.50 1145|1145.18 1146|1146.51 1147|1147.9 1148|1148.78 1149|1149.98 1150|1150.12 1151|1151.36 1152|1152.90 1153|1153.56 1154|1154.92 1155|1155.35 1156|1156.89 1157|1157.26 1158|1158.0 1159|1159.66 1160|1160.35 1161|1161.23 1162|1162.75 1163|1163.44 1164|1164.98 1165|1165.45 1166|1166.22 1167|1167.15 1168|1168.20 1169|1169.86 1170|1170.74 1171|1171.55 1172|1172.24 1173|1173.41 1174|1174.9 1175|1175.39 1176|1176.74 1177|1177.92 1178|1178.15 1179|1179.35 1180|1180.10 1181|1181.47 1182|1182.45 1183|1183.76 1184|1184.94 1185|1185.24 1186|1186.34 1187|1187.41 1188|1188.22 1189|1189.52 1190|1190.81 1191|1191.91 1192|1192.66 1193|1193.73 1194|1194.8 1195|1195.19 1196|1196.30 1197|1197.65 1198|1198.49 1199|1199.25 1200|1200.65 1201|1201.15 1202|1202.18 1203|1203.78 1204|1204.11 1205|1205.77 1206|1206.80 1207|1207.15 1208|1208.2 1209|1209.99 1210|1210.23 1211|1211.34 1212|1212.67 1213|1213.18 1214|1214.61 1215|1215.45 1216|1216.23 1217|1217.9 1218|1218.75 1219|1219.59 1220|1220.45 1221|1221.49 1222|1222.37 1223|1223.12 1224|1224.74 1225|1225.85 1226|1226.46 1227|1227.94 1228|1228.71 1229|1229.87 1230|1230.11 1231|1231.59 1232|1232.39 1233|1233.41 1234|1234.36 1235|1235.68 1236|1236.15 1237|1237.27 1238|1238.25 1239|1239.95 1240|1240.64 1241|1241.66 1242|1242.26 1243|1243.69 1244|1244.80 1245|1245.22 1246|1246.59 1247|1247.25 1248|1248.83 1249|1249.57 1250|1250.13 1251|1251.96 1252|1252.22 1253|1253.6 1254|1254.81 1255|1255.1 1256|1256.94 1257|1257.73 1258|1258.85 1259|1259.22 1260|1260.99 1261|1261.59 1262|1262.40 1263|1263.6 1264|1264.89 1265|1265.9 1266|1266.72 1267|1267.73 1268|1268.1 1269|1269.92 1270|1270.19 1271|1271.82 1272|1272.98 1273|1273.37 1274|1274.38 1275|1275.13 1276|1276.2 1277|1277.30 1278|1278.90 1279|1279.60 1280|1280.82 1281|1281.60 1282|1282.9 1283|1283.93 1284|1284.90 1285|1285.83 1286|1286.69 1287|1287.93 1288|1288.46 1289|1289.77 1290|1290.61 1291|1291.5 1292|1292.72 1293|1293.60 1294|1294.72 1295|1295.17 1296|1296.80 1297|1297.32 1298|1298.98 1299|1299.39 1300|1300.69 1301|1301.93 1302|1302.12 1303|1303.74 1304|1304.59 1305|1305.0 1306|1306.11 1307|1307.12 1308|1308.59 1309|1309.48 1310|1310.30 1311|1311.92 1312|1312.73 1313|1313.33 1314|1314.18 1315|1315.69 1316|1316.92 1317|1317.68 1318|1318.74 1319|1319.27 1320|1320.73 1321|1321.77 1322|1322.79 1323|1323.69 1324|1324.8 1325|1325.12 1326|1326.55 1327|1327.32 1328|1328.5 1329|1329.20 1330|1330.23 1331|1331.7 1332|1332.90 1333|1333.71 1334|1334.85 1335|1335.94 1336|1336.53 1337|1337.15 1338|1338.94 1339|1339.75 1340|1340.4 1341|1341.46 1342|1342.74 1343|1343.94 1344|1344.44 1345|1345.58 1346|1346.95 1347|1347.55 1348|1348.60 1349|1349.91 1350|1350.91 1351|1351.34 1352|1352.79 1353|1353.80 1354|1354.91 1355|1355.86 1356|1356.43 1357|1357.4 1358|1358.25 1359|1359.1 1360|1360.22 1361|1361.67 1362|1362.26 1363|1363.69 1364|1364.69 1365|1365.1 1366|1366.16 1367|1367.7 1368|1368.23 1369|1369.94 1370|1370.92 1371|1371.93 1372|1372.47 1373|1373.13 1374|1374.24 1375|1375.46 1376|1376.89 1377|1377.46 1378|1378.63 1379|1379.4 1380|1380.68 1381|1381.88 1382|1382.28 1383|1383.27 1384|1384.13 1385|1385.50 1386|1386.2 1387|1387.91 1388|1388.50 1389|1389.2 1390|1390.22 1391|1391.70 1392|1392.29 1393|1393.30 1394|1394.73 1395|1395.42 1396|1396.47 1397|1397.66 1398|1398.98 1399|1399.57 1400|1400.4 1401|1401.76 1402|1402.1 1403|1403.10 1404|1404.73 1405|1405.4 1406|1406.17 1407|1407.97 1408|1408.9 1409|1409.62 1410|1410.20 1411|1411.35 1412|1412.35 1413|1413.13 1414|1414.52 1415|1415.74 1416|1416.92 1417|1417.80 1418|1418.41 1419|1419.98 1420|1420.78 1421|1421.52 1422|1422.31 1423|1423.59 1424|1424.40 1425|1425.21 1426|1426.2 1427|1427.99 1428|1428.56 1429|1429.33 1430|1430.8 1431|1431.70 1432|1432.35 1433|1433.70 1434|1434.12 1435|1435.97 1436|1436.26 1437|1437.55 1438|1438.54 1439|1439.78 1440|1440.3 1441|1441.87 1442|1442.8 1443|1443.2 1444|1444.93 1445|1445.97 1446|1446.46 1447|1447.18 1448|1448.41 1449|1449.2 1450|1450.92 1451|1451.86 1452|1452.31 1453|1453.53 1454|1454.64 1455|1455.20 1456|1456.46 1457|1457.53 1458|1458.10 1459|1459.33 1460|1460.85 1461|1461.97 1462|1462.69 1463|1463.40 1464|1464.93 1465|1465.50 1466|1466.44 1467|1467.20 1468|1468.47 1469|1469.7 1470|1470.17 1471|1471.42 1472|1472.80 1473|1473.88 1474|1474.51 1475|1475.81 1476|1476.9 1477|1477.4 1478|1478.54 1479|1479.16 1480|1480.34 1481|1481.32 1482|1482.7 1483|1483.65 1484|1484.24 1485|1485.42 1486|1486.82 1487|1487.89 1488|1488.0 </str>
    <float name="score">2.0</float></doc>
  <doc>
    <str name="id">5</str>
    <int name="id_i">5</int>
    <float name="default_amount_f">10450.0</float>
    <str name="amounts_dpf">1|1.74 2|2.29 3|3.72 4|4.15 5|5.9 6|6.66 7|7.56 8|8.75 9|9.0 10|10.93 11|11.67 12|12.38 13|13.73 14|14.43 15|15.75 16|16.15 17|17.89 18|18.20 19|19.51 20|20.94 21|21.33 22|22.96 23|23.77 24|24.24 25|25.72 26|26.70 27|27.58 28|28.64 29|29.65 30|30.9 31|31.12 32|32.38 33|33.98 34|34.41 35|35.46 36|36.93 37|37.97 38|38.83 39|39.23 40|40.31 41|41.61 42|42.35 43|43.58 44|44.67 45|45.85 46|46.2 47|47.93 48|48.46 49|49.77 50|50.83 51|51.32 52|52.56 53|53.29 54|54.26 55|55.32 56|56.32 57|57.1 58|58.88 59|59.5 60|60.4 61|61.29 62|62.38 63|63.77 64|64.84 65|65.44 66|66.91 67|67.36 68|68.33 69|69.40 70|70.89 71|71.53 72|72.66 73|73.85 74|74.61 75|75.57 76|76.17 77|77.86 78|78.60 79|79.80 80|80.47 81|81.73 82|82.89 83|83.41 84|84.80 85|85.17 86|86.73 87|87.25 88|88.65 89

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

53012729332454170206680.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20171030_103916_5304307275858986532.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1363 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20171030_104304_2838444216300678120780.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20171030_104304_28315228097979891228199.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 785 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20171030_104327_93415496489852394821557.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20171030_104327_9347657981570760436782.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 554 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20171030_104441_9095907404259687642888.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20171030_104441_9098816856031129031398.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1258 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20171030_104516_27811880692774803482330.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20171030_104516_27816142526983419449570.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 647 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20171030_104535_6004412462348791491978.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20171030_104535_60017823841977623261189.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 558 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20171030_104616_7876586052652984742218.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20171030_104616_7889790947286519191078.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 562 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20171030_104641_4107297579961186736001.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20171030_104641_410476423339588857918.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 649 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20171030_104702_11416116821455160695274.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20171030_104702_11415954374556193237072.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20171030_104746_7784322453813430282930.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J0-20171030_104746_77814896028471090981369.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 549 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20171030_104812_5075935927748176512547.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 31648 lines...]

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration

Error Message:
Timed out waiting for replicas of collection to be 2 again null Live Nodes: [127.0.0.1:60940_solr] Last available state: DocCollection(testIntegration//collections/testIntegration/state.json/7)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"testIntegration_shard1_replica_n1",           "base_url":"http://127.0.0.1:60940/solr",           "node_name":"127.0.0.1:60940_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node4":{           "core":"testIntegration_shard1_replica_n2",           "base_url":"http://127.0.0.1:60945/solr",           "node_name":"127.0.0.1:60945_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 again
null
Live Nodes: [127.0.0.1:60940_solr]
Last available state: DocCollection(testIntegration//collections/testIntegration/state.json/7)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testIntegration_shard1_replica_n1",
          "base_url":"http://127.0.0.1:60940/solr",
          "node_name":"127.0.0.1:60940_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"testIntegration_shard1_replica_n2",
          "base_url":"http://127.0.0.1:60945/solr",
          "node_name":"127.0.0.1:60945_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([F841208267FE37FC:48202EAE42C196D9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209)
	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)




Build Log:
[...truncated 12308 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\init-core-data-001
   [junit4]   2> 690341 WARN  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=88 numCloses=88
   [junit4]   2> 690341 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 690344 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-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> 690344 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 690346 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001
   [junit4]   2> 690346 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 690346 INFO  (Thread-497) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 690346 INFO  (Thread-497) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 690350 ERROR (Thread-497) [    ] 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> 690447 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60936
   [junit4]   2> 690460 INFO  (jetty-launcher-405-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 690460 INFO  (jetty-launcher-405-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@797f8c30{/solr,null,AVAILABLE}
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8f0f171{HTTP/1.1,[http/1.1]}{127.0.0.1:60940}
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.e.j.s.Server Started @698510ms
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60940}
   [junit4]   2> 690462 ERROR (jetty-launcher-405-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.2.0
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 690462 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-30T00:05:44.111Z
   [junit4]   2> 690465 INFO  (jetty-launcher-405-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 690467 INFO  (jetty-launcher-405-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c62d544{/solr,null,AVAILABLE}
   [junit4]   2> 690467 INFO  (jetty-launcher-405-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@58bdb4a3{HTTP/1.1,[http/1.1]}{127.0.0.1:60945}
   [junit4]   2> 690467 INFO  (jetty-launcher-405-thread-2) [    ] o.e.j.s.Server Started @698516ms
   [junit4]   2> 690467 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60945}
   [junit4]   2> 690467 ERROR (jetty-launcher-405-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 690467 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.2.0
   [junit4]   2> 690468 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 690468 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 690468 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-30T00:05:44.117Z
   [junit4]   2> 690477 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 690489 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 0x15f6a992bbe0002, 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> 690494 INFO  (jetty-launcher-405-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60936/solr
   [junit4]   2> 690496 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 690500 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 0x15f6a992bbe0003, 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> 690503 INFO  (jetty-launcher-405-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60936/solr
   [junit4]   2> 690508 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 0x15f6a992bbe0005, 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> 690656 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 690656 INFO  (jetty-launcher-405-thread-2) [n:127.0.0.1:60945_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 690656 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60940_solr
   [junit4]   2> 690657 INFO  (jetty-launcher-405-thread-2) [n:127.0.0.1:60945_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60945_solr
   [junit4]   2> 690657 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.c.Overseer Overseer (id=98914922921852932-127.0.0.1:60940_solr-n_0000000000) starting
   [junit4]   2> 690660 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 690660 INFO  (zkCallback-413-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 690666 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60940_solr
   [junit4]   2> 690700 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 690700 INFO  (zkCallback-413-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 690711 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 690712 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 690712 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:60940_solr, 127.0.0.1:60945_solr]
   [junit4]   2> 690712 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 690712 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 690714 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 690714 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 690724 DEBUG (ScheduledTrigger-1653-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:60940_solr, 127.0.0.1:60945_solr]
   [junit4]   2> 690789 INFO  (jetty-launcher-405-thread-2) [n:127.0.0.1:60945_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60945.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 690790 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60940.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 690795 INFO  (jetty-launcher-405-thread-2) [n:127.0.0.1:60945_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60945.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 690795 INFO  (jetty-launcher-405-thread-2) [n:127.0.0.1:60945_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60945.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 690795 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60940.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 690796 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60940.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 690796 INFO  (jetty-launcher-405-thread-2) [n:127.0.0.1:60945_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node2\.
   [junit4]   2> 690796 INFO  (jetty-launcher-405-thread-1) [n:127.0.0.1:60940_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node1\.
   [junit4]   2> 690845 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 690845 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60936/solr ready
   [junit4]   2> 690859 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 690860 DEBUG (zkCallback-413-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 690860 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 690863 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 0x15f6a992bbe0009, 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> 690864 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 690866 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 690866 INFO  (qtp2070055928-4703) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 690866 DEBUG (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 690868 INFO  (OverseerThreadFactory-1655-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.CreateCollectionCmd Create collection testExecute
   [junit4]   2> 690978 INFO  (OverseerStateUpdate-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60945/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 690981 INFO  (OverseerStateUpdate-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60940/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 691185 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 691185 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 691185 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 691185 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 691293 INFO  (zkCallback-413-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691293 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691294 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691294 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692211 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 692211 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 692217 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.s.IndexSchema [testExecute_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 692217 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.s.IndexSchema [testExecute_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 692223 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 692223 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 692223 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n2' using configuration from collection testExecute, trusted=true
   [junit4]   2> 692223 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n1' using configuration from collection testExecute, trusted=true
   [junit4]   2> 692223 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60940.solr.core.testExecute.shard1.replica_n2' (registry 'solr.core.testExecute.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 692223 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60945.solr.core.testExecute.shard1.replica_n1' (registry 'solr.core.testExecute.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 692223 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 692223 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 692223 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.SolrCore [[testExecute_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node1\testExecute_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node1\.\testExecute_shard1_replica_n2\data\]
   [junit4]   2> 692223 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.SolrCore [[testExecute_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node2\testExecute_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node2\.\testExecute_shard1_replica_n1\data\]
   [junit4]   2> 692312 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 692312 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 692312 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 692312 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 692313 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 692313 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 692313 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 692314 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 692314 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23fbd8c4[testExecute_shard1_replica_n1] main]
   [junit4]   2> 692314 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f6608d0[testExecute_shard1_replica_n2] main]
   [junit4]   2> 692316 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 692316 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 692316 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 692316 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 692316 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 692316 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 692316 INFO  (searcherExecutor-1660-thread-1-processing-n:127.0.0.1:60940_solr x:testExecute_shard1_replica_n2 s:shard1 c:testExecute r:core_node4) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.SolrCore [testExecute_shard1_replica_n2] Registered new searcher Searcher@4f6608d0[testExecute_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 692316 INFO  (searcherExecutor-1661-thread-1-processing-n:127.0.0.1:60945_solr x:testExecute_shard1_replica_n1 s:shard1 c:testExecute r:core_node3) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.SolrCore [testExecute_shard1_replica_n1] Registered new searcher Searcher@23fbd8c4[testExecute_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 692318 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582638768814292992
   [junit4]   2> 692318 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582638768814292992
   [junit4]   2> 692322 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 692322 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 692322 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60940/solr/testExecute_shard1_replica_n2/
   [junit4]   2> 692323 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n2 url=http://127.0.0.1:60940/solr START replicas=[http://127.0.0.1:60945/solr/testExecute_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 692324 INFO  (qtp2070055928-4700) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.S.Request [testExecute_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 692423 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692423 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692423 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692423 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692623 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n2 url=http://127.0.0.1:60940/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 692623 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 692623 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 692623 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 692629 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60940/solr/testExecute_shard1_replica_n2/ shard1
   [junit4]   2> 692732 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692732 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692733 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692733 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692782 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 692783 INFO  (qtp198550788-4710) [n:127.0.0.1:60940_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1598
   [junit4]   2> 692886 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692886 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692886 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692887 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693323 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2138
   [junit4]   2> 693326 INFO  (qtp2070055928-4703) [n:127.0.0.1:60945_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> 693425 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693425 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693425 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693425 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694327 INFO  (qtp2070055928-4703) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3460
   [junit4]   2> 694335 DEBUG (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48",
   [junit4]   2>   "source":"mock_trigger_name",
   [junit4]   2>   "eventTime":1509321947982000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1509321947982000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:60940_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@753f1eb5, org.apache.solr.cloud.autoscaling.ExecutePlanActionTest$1@252a6cf5]}
   [junit4]   2> 694335 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:60945_solr&replica=core_node4
   [junit4]   2> 694337 DEBUG (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction Saved requestId: mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0 in znode: /autoscaling/triggerState/mock_trigger_name/execute_plan/op-0000000000
   [junit4]   2> 694338 INFO  (qtp2070055928-4714) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :movereplica with params async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&replica=core_node4&action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:60945_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 694340 INFO  (qtp2070055928-4714) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&replica=core_node4&action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:60945_solr&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 694340 INFO  (qtp2070055928-4713) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 694341 INFO  (qtp2070055928-4713) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 694342 INFO  (OverseerCollectionConfigSetProcessor-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_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> 694342 INFO  (OverseerThreadFactory-1655-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.MoveReplicaCmd Replica will be moved core_node4:{"core":"testExecute_shard1_replica_n2","base_url":"http://127.0.0.1:60940/solr","node_name":"127.0.0.1:60940_solr","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 694344 INFO  (OverseerThreadFactory-1655-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60945_solr for creating new replica
   [junit4]   2> 694345 INFO  (OverseerStateUpdate-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60945/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60945_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 694449 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694449 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694449 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694449 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694547 INFO  (qtp2070055928-4715) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047793038451025&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testExecute_shard1_replica_n5&action=CREATE&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0
   [junit4]   2> 694547 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047793038451025&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testExecute_shard1_replica_n5&action=CREATE&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 694547 INFO  (qtp2070055928-4706) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047793038451025
   [junit4]   2> 694548 INFO  (qtp2070055928-4706) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047793038451025&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 694567 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 694572 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.s.IndexSchema [testExecute_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 694577 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 694577 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n5' using configuration from collection testExecute, trusted=true
   [junit4]   2> 694577 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60945.solr.core.testExecute.shard1.replica_n5' (registry 'solr.core.testExecute.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e79ee55
   [junit4]   2> 694577 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 694577 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.SolrCore [[testExecute_shard1_replica_n5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node2\testExecute_shard1_replica_n5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001\tempDir-001\node2\.\testExecute_shard1_replica_n5\data\]
   [junit4]   2> 694659 INFO  (zkCallback-413-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694659 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694659 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694659 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694683 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 694683 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 694684 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 694684 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 694685 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@79584954[testExecute_shard1_replica_n5] main]
   [junit4]   2> 694686 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 694686 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 694686 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694686 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582638771297320960
   [junit4]   2> 694687 INFO  (searcherExecutor-1670-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.SolrCore [testExecute_shard1_replica_n5] Registered new searcher Searcher@79584954[testExecute_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 694689 INFO  (parallelCoreAdminExecutor-1657-thread-1-processing-n:127.0.0.1:60945_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.ZkController Core needs to recover:testExecute_shard1_replica_n5
   [junit4]   2> 694694 INFO  (updateExecutor-414-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 694695 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 694696 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 694696 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testExecute_shard1_replica_n5]
   [junit4]   2> 694696 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 694696 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Publishing state of core [testExecute_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:60940/solr/testExecute_shard1_replica_n2/] and I am [http://127.0.0.1:60945/solr/testExecute_shard1_replica_n5/]
   [junit4]   2> 694701 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:60940/solr]; [WaitForState: action=PREPRECOVERY&core=testExecute_shard1_replica_n2&nodeName=127.0.0.1:60945_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 694702 INFO  (qtp198550788-4695) [n:127.0.0.1:60940_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 694702 INFO  (qtp198550788-4695) [n:127.0.0.1:60940_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testExecute, shard=shard1, thisCore=testExecute_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:60945_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{"core":"testExecute_shard1_replica_n5","base_url":"http://127.0.0.1:60945/solr","node_name":"127.0.0.1:60945_solr","state":"down","type":"NRT"}
   [junit4]   2> 694800 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694800 INFO  (zkCallback-413-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694800 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694800 INFO  (zkCallback-413-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695548 INFO  (qtp2070055928-4701) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047793038451025
   [junit4]   2> 695548 INFO  (qtp2070055928-4701) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047793038451025&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 695549 INFO  (qtp198550788-4693) [n:127.0.0.1:60940_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testExecute_shard1_replica_n2&async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047794041120523&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=0
   [junit4]   2> 695550 INFO  (qtp198550788-4692) [n:127.0.0.1:60940_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047794041120523
   [junit4]   2> 695550 INFO  (qtp198550788-4692) [n:127.0.0.1:60940_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047794041120523&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 695552 INFO  (parallelCoreAdminExecutor-1656-thread-1-processing-n:127.0.0.1:60940_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047794041120523 UNLOAD) [n:127.0.0.1:60940_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testExecute.shard1.replica_n2, tag=null
   [junit4]   2> 695552 INFO  (parallelCoreAdminExecutor-1656-thread-1-processing-n:127.0.0.1:60940_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047794041120523 UNLOAD) [n:127.0.0.1:60940_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71b1bf91: rootName = solr_60940, domain = solr.core.testExecute.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.testExecute.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@272eb525
   [junit4]   2> 695558 INFO  (parallelCoreAdminExecutor-1656-thread-1-processing-n:127.0.0.1:60940_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047794041120523 UNLOAD) [n:127.0.0.1:60940_solr    ] o.a.s.c.SolrCore [testExecute_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@124a95b6
   [junit4]   2> 695558 INFO  (parallelCoreAdminExecutor-1656-thread-1-processing-n:127.0.0.1:60940_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047794041120523 UNLOAD) [n:127.0.0.1:60940_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testExecute.shard1.replica_n2, tag=306877878
   [junit4]   2> 695558 INFO  (parallelCoreAdminExecutor-1656-thread-1-processing-n:127.0.0.1:60940_solr mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047794041120523 UNLOAD) [n:127.0.0.1:60940_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testExecute.shard1.leader, tag=306877878
   [junit4]   2> 695565 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 695666 INFO  (zkCallback-417-thread-2-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695668 INFO  (zkCallback-417-thread-3-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 696551 INFO  (qtp198550788-4691) [n:127.0.0.1:60940_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047794041120523
   [junit4]   2> 696551 INFO  (qtp198550788-4691) [n:127.0.0.1:60940_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/047794041120523&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696656 INFO  (OverseerThreadFactory-1655-thread-2-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 698065 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60945/solr/testExecute_shard1_replica_n1/
   [junit4]   2> 698065 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n1 url=http://127.0.0.1:60945/solr START replicas=[http://127.0.0.1:60945/solr/testExecute_shard1_replica_n5/] nUpdates=100
   [junit4]   2> 698066 INFO  (qtp2070055928-4702) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.S.Request [testExecute_shard1_replica_n5]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 698344 INFO  (OverseerCollectionConfigSetProcessor-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 698365 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n1 url=http://127.0.0.1:60945/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 698365 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 698365 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 698367 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60945/solr/testExecute_shard1_replica_n1/ shard1
   [junit4]   2> 698368 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 698368 INFO  (zkCallback-417-thread-3-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 699343 INFO  (qtp2070055928-4703) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 699344 INFO  (qtp2070055928-4703) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 699344 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction Task with requestId=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0 finished with state=COMPLETED in 5s
   [junit4]   2> 699344 INFO  (qtp2070055928-4699) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 699345 INFO  (qtp2070055928-4699) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 699346 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=OVERSEERSTATUS
   [junit4]   2> 699347 DEBUG (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction Saved requestId: mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0 in znode: /autoscaling/triggerState/mock_trigger_name/execute_plan/op-0000000001
   [junit4]   2> 699348 INFO  (qtp2070055928-4714) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 699349 INFO  (qtp2070055928-4714) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 699349 INFO  (qtp2070055928-4713) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 699351 INFO  (qtp2070055928-4713) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 699356 INFO  (OverseerThreadFactory-1655-thread-3-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000003 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 701353 INFO  (OverseerCollectionConfigSetProcessor-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000003 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 704354 INFO  (qtp2070055928-4715) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 704355 INFO  (qtp2070055928-4715) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 704355 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[F841208267FE37FC]) [    ] o.a.s.c.a.ExecutePlanAction Task with requestId=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0 finished with state=COMPLETED in 5s
   [junit4]   2> 704355 INFO  (qtp2070055928-4706) [n:127.0.0.1:60945_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 704356 INFO  (qtp2070055928-4706) [n:127.0.0.1:60945_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48/0&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 724806 ERROR (qtp198550788-4695) [n:127.0.0.1:60940_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: core not found:testExecute_shard1_replica_n2
   [junit4]   2> 	at org.apache.solr.handler.admin.PrepRecoveryOp.execute(PrepRecoveryOp.java:75)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [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> 
   [junit4]   2> 724806 INFO  (qtp198550788-4695) [n:127.0.0.1:60940_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:60945_solr&onlyIfLeaderActive=true&core=testExecute_shard1_replica_n2&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=30104
   [junit4]   2> 724808 ERROR (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Error while trying to recover. core=testExecute_shard1_replica_n5:java.util.concurrent.ExecutionException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:60940/solr: core not found:testExecute_shard1_replica_n2
   [junit4]   2> 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:831)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:568)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:292)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:60940/solr: core not found:testExecute_shard1_replica_n2
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.lambda$httpUriRequest$0(HttpSolrClient.java:297)
   [junit4]   2> 	... 5 more
   [junit4]   2> 
   [junit4]   2> 724808 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Replay not started, or was not successful... still buffering updates.
   [junit4]   2> 724808 ERROR (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Recovery failed - trying again... (0)
   [junit4]   2> 724809 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Wait [2.0] seconds before trying to recover again (attempt=1)
   [junit4]   2> 734810 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testExecute_shard1_replica_n5]
   [junit4]   2> 734810 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Restarting buffering. previous=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
   [junit4]   2> 734810 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=BUFFERING, tlog=null}
   [junit4]   2> 734810 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Publishing state of core [testExecute_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:60945/solr/testExecute_shard1_replica_n1/] and I am [http://127.0.0.1:60945/solr/testExecute_shard1_replica_n5/]
   [junit4]   2> 734812 INFO  (zkCallback-417-thread-3-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734812 INFO  (zkCallback-417-thread-1-processing-n:127.0.0.1:60945_solr) [n:127.0.0.1:60945_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734812 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734814 INFO  (recoveryExecutor-415-thread-1-processing-x:testExecute_shard1_replica_n5 r:core_node6 mock_trigger_name//14f23050a12aef80Tbvedx2sdginq5vmk9in6ouz48//047793038451025 CREATE n:127.0.0.1:60945_solr s:shard1 c:testExecute) [n:127.0.0.1:60945_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:60945/solr]; [WaitForState: action=PREPRECOVERY&core=testExecute_shard1_replica_n1&nodeName=127.0.0.1:60945_solr&coreNodeName=core_node6&state=recovering&checkLive=tru

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

n.waitForTaskToFinish(ExecutePlanAction.java:130)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.waitForPendingTasks(ScheduledTriggers.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:99)
   [junit4]   2> 	... 9 more
   [junit4]   2> 1347009 ERROR (AutoscalingActionExecutor-1654-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.ExecutePlanAction Unexpected Exception while querying status of requestId=node_lost_trigger/14f2305b270f2a80Tbvedx2sdginq5vmk9in6ouz4c/0
   [junit4]   2> java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:101)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:130)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.waitForPendingTasks(ScheduledTriggers.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:99)
   [junit4]   2> 	... 9 more
   [junit4]   2> 1351771 WARN  (OverseerThreadFactory-1655-thread-5-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.MoveReplicaCmd Timed out waiting for leader's replica to recover, collection=testExecute shard=shard1 on node=127.0.0.1:60940_solr
   [junit4]   2> 1351779 INFO  (OverseerThreadFactory-1655-thread-5-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1351780 WARN  (OverseerAutoScalingTriggerThread-98914922921852932-127.0.0.1:60940_solr-n_0000000000) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1351782 DEBUG (jetty-closer-406-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1351782 ERROR (AutoscalingActionExecutor-1654-thread-1-processing-n:127.0.0.1:60940_solr) [n:127.0.0.1:60940_solr    ] o.a.s.c.a.ScheduledTriggers Unexpected exception while waiting for pending task with requestid: node_lost_trigger/14f2305b270f2a80Tbvedx2sdginq5vmk9in6ouz4c/0 to finish
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at java.lang.Thread.sleep(Thread.java:340)
   [junit4]   2> 	at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:155)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.waitForPendingTasks(ScheduledTriggers.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1351785 INFO  (jetty-closer-406-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@797f8c30{/solr,null,UNAVAILABLE}
   [junit4]   2> 1351786 ERROR (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-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> 1351787 INFO  (SUITE-ExecutePlanActionTest-seed#[F841208267FE37FC]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60936 60936
   [junit4]   2> 1351789 INFO  (Thread-497) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60936 60936
   [junit4]   2> 1351792 WARN  (Thread-497) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/testExecute/state.json
   [junit4]   2> 	19	/solr/collections/testIntegration/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.ExecutePlanActionTest_F841208267FE37FC-001
   [junit4]   2> Oct 30, 2017 12:16:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=es-SV, timezone=SystemV/EST5EDT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=129388000,total=381681664
   [junit4]   2> NOTE: All tests run in this JVM: [AddReplicaTest, TestFieldCacheSortRandom, TestFieldSortValues, TestIBSimilarityFactory, TestBinaryField, ResponseLogComponentTest, TestHdfsBackupRestoreCore, ClusterStateUpdateTest, TestAuthenticationFramework, TestManagedSchema, ExitableDirectoryReaderTest, BasicDistributedZkTest, CSVRequestHandlerTest, TestGraphTermsQParserPlugin, ResourceLoaderTest, DefaultValueUpdateProcessorTest, RestartWhileUpdatingTest, HdfsBasicDistributedZkTest, HighlighterTest, BigEndianAscendingWordSerializerTest, SuggesterWFSTTest, TestXmlQParser, OverseerCollectionConfigSetProcessorTest, TestComplexPhraseQParserPlugin, TestUnifiedSolrHighlighter, IndexBasedSpellCheckerTest, MinimalSchemaTest, TestRequestForwarding, TestConfigSetProperties, CollectionsAPISolrJTest, ConvertedLegacyTest, DateMathParserTest, TestAtomicUpdateErrorCases, NoCacheHeaderTest, CloneFieldUpdateProcessorFactoryTest, TestExclusionRuleCollectionAccess, TestFieldResource, HdfsDirectoryTest, TestSolrCloudWithHadoopAuthPlugin, ShardRoutingTest, ExecutePlanActionTest]
   [junit4] Completed [216/745 (1!)] on J0 in 662.98s, 2 tests, 1 failure <<< FAILURES!

[...truncated 49036 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9) - Build # 270 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/270/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny

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

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001

	at __randomizedtesting.SeedInfo.seed([34DB15D56B78EA6A]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
	at __randomizedtesting.SeedInfo.seed([34DB15D56B78EA6A:FD6E577B621F2C9F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:684)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1735 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J1-20171029_123621_203737961023626257098.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J0-20171029_123621_2033707292254260202285.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 312 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20171029_124200_96612820660373664934252.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20171029_124200_9664148270957951226689.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1055 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20171029_124259_4922826361824394917077.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20171029_124259_4928390511064921134953.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20171029_124454_552345912644348801291.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20171029_124454_55211661061852271467879.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20171029_124509_0308471584834115686371.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20171029_124509_0303105561130870540004.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20171029_124545_27716076549114465638590.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20171029_124545_2779764313277459158188.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 167 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20171029_124551_86617229969127859500646.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20171029_124551_8665738969159299741186.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20171029_124603_36010853869480218000943.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20171029_124603_36011060070992226083216.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 157 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20171029_124611_1847750017238487354313.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20171029_124611_1848632040535361320480.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20171029_124614_7641728331594543904987.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 214 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20171029_124631_8181501709612959734895.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20171029_124631_81817796346752840103896.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1271 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20171029_124755_03112563753118839277491.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20171029_124755_03416445527442604988125.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J1-20171029_124811_22115939717345858005843.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J0-20171029_124811_2219946695058108546149.syserr
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 259 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20171029_124827_61917953514390074236077.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20171029_124827_6197591784614254285404.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J0-20171029_124953_20016938340627891152453.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J1-20171029_124953_20016922442738687492010.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20171029_124957_059522399636971807663.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20171029_124957_05811664296354863516841.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 227 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J1-20171029_125003_17212864593325230313996.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J0-20171029_125003_17215575332704553447496.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 180 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20171029_125036_3601940505488100710123.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20171029_125036_3607058777690000204463.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20171029_125048_7891479908497270867223.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20171029_125048_7891213608792812332090.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 164 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J0-20171029_125106_7736821470709552947456.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J1-20171029_125106_77316841248794036861057.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J0-20171029_125116_68814673603297595447328.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J1-20171029_125116_68813024372814115265232.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 185 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J0-20171029_125122_49515029946151965619960.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J1-20171029_125122_4953794749349276741499.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 313 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J0-20171029_125137_7255621956598685527014.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J1-20171029_125137_7255208647232678811662.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20171029_125149_44815486961303406318044.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20171029_125149_4481968859402835861388.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20171029_125159_20618406974629350805794.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20171029_125159_2067946857271271833418.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20171029_125219_0568349815338275423696.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20171029_125219_056843138221294689729.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 416 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20171029_125255_3555232228952742653752.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20171029_125255_3546260687783665303611.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 181 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20171029_125313_01211975888700763659303.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20171029_125313_01217755050845073083102.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 147 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial\test\temp\junit4-J0-20171029_125336_2573730686731732624973.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 245 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20171029_125340_84617607237579899911175.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20171029_125340_84615429802123283301077.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3058 lines...]
   [junit4] Suite: org.apache.solr.OutputWriterTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001
   [junit4]   2> 2111104 WARN  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2111105 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2111107 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2111107 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2111107 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2111108 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2111127 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2111132 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2111133 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2111162 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 2111167 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 2111167 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 2111169 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2111169 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2111185 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2111189 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2111190 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2111190 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 2111191 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 2111191 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2111191 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001\]
   [junit4]   2> 2111194 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=124154947, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2111196 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
   [junit4]   2> 2111235 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2111236 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2111236 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=24.31640625, floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=23.707510823988553, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.18501777478052583
   [junit4]   2> 2111237 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a2f58c5[collection1] main]
   [junit4]   2> 2111237 WARN  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 2111237 INFO  (coreLoadExecutor-10731-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2111238 INFO  (searcherExecutor-10732-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5a2f58c5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2111239 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2111240 INFO  (TEST-OutputWriterTest.testTrivialXsltWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrivialXsltWriter
   [junit4]   2> 2111241 INFO  (TEST-OutputWriterTest.testTrivialXsltWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&version=2.2&wt=xslt&tr=dummy.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111245 WARN  (TEST-OutputWriterTest.testTrivialXsltWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.u.x.TransformerProvider The TransformerProvider's simplistic XSLT caching mechanism is not appropriate for high load scenarios, unless a single XSLT transform is used and xsltCacheLifetimeSeconds is set to a sufficiently high value.
   [junit4]   2> 2111482 INFO  (TEST-OutputWriterTest.testTrivialXsltWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTrivialXsltWriter
   [junit4]   2> 2111484 INFO  (TEST-OutputWriterTest.testUselessWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUselessWriter
   [junit4]   2> 2111484 INFO  (TEST-OutputWriterTest.testUselessWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&version=2.2&wt=useless&tr=dummy.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111484 INFO  (TEST-OutputWriterTest.testUselessWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.PluginBag Going to create a new queryResponseWriter with {type = queryResponseWriter,name = useless,class = org.apache.solr.OutputWriterTest$UselessOutputWriter,attributes = {startup=lazy, name=useless, class=org.apache.solr.OutputWriterTest$UselessOutputWriter},} 
   [junit4]   2> 2111485 INFO  (TEST-OutputWriterTest.testUselessWriter-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUselessWriter
   [junit4]   2> 2111485 INFO  (TEST-OutputWriterTest.testLazy-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazy
   [junit4]   2> 2111485 INFO  (TEST-OutputWriterTest.testLazy-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLazy
   [junit4]   2> 2111488 INFO  (TEST-OutputWriterTest.testTrivialXsltWriterInclude-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrivialXsltWriterInclude
   [junit4]   2> 2111488 INFO  (TEST-OutputWriterTest.testTrivialXsltWriterInclude-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&version=2.2&wt=xslt&tr=dummy-using-include.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111506 INFO  (TEST-OutputWriterTest.testTrivialXsltWriterInclude-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTrivialXsltWriterInclude
   [junit4]   2> 2111508 INFO  (TEST-OutputWriterTest.testSOLR59responseHeaderVersions-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSOLR59responseHeaderVersions
   [junit4]   2> 2111508 INFO  (TEST-OutputWriterTest.testSOLR59responseHeaderVersions-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&wt=standard&tr=dummy-using-include.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111511 INFO  (TEST-OutputWriterTest.testSOLR59responseHeaderVersions-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&tr=dummy-using-include.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111511 INFO  (TEST-OutputWriterTest.testSOLR59responseHeaderVersions-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&wt=standard&tr=dummy-using-include.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111515 INFO  (TEST-OutputWriterTest.testSOLR59responseHeaderVersions-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=foo&qt=&start=0&rows=20&tr=dummy-using-include.xsl} hits=0 status=0 QTime=0
   [junit4]   2> 2111516 INFO  (TEST-OutputWriterTest.testSOLR59responseHeaderVersions-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSOLR59responseHeaderVersions
   [junit4]   2> 2111516 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2111516 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1951104314
   [junit4]   2> 2111516 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2111516 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7bf0641a: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@13cb2281
   [junit4]   2> 2111519 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2111519 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4008e9ed: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@680eacb4
   [junit4]   2> 2111521 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2111521 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c7ebfbd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3ec6a298
   [junit4]   2> 2111522 INFO  (coreCloseExecutor-10736-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a8c26a1
   [junit4]   2> 2111522 INFO  (coreCloseExecutor-10736-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=445392545
   [junit4]   2> 2111522 INFO  (coreCloseExecutor-10736-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4384fbb3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@ddba71c
   [junit4]   2> 2111528 INFO  (SUITE-OutputWriterTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1170, maxMBSortInHeap=6.322104629478018, sim=RandomSimilarity(queryNorm=true): {}, locale=da, timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=261050968,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSmileRequest, JSONWriterTest, TestBadConfig, TestTlogReplica, TestAnalyzedSuggestions, WrapperMergePolicyFactoryTest, PropertiesRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, TestQueryUtils, TestDistributedMissingSort, TestInitParams, SegmentsInfoRequestHandlerTest, TestLegacyFieldCache, TestStressVersions, TestSizeLimitedDistributedMap, TestLMJelinekMercerSimilarityFactory, TestBackupRepositoryFactory, BooleanFieldTest, TestZkAclsWithHadoopAuth, ClassificationUpdateProcessorTest, TestApiFramework, ShufflingReplicaListTransformerTest, TestReload, AutoscalingHistoryHandlerTest, ConnectionManagerTest, HdfsThreadLeakTest, UUIDUpdateProcessorFallbackTest, TestWordDelimiterFilterFactory, UpdateParamsTest, LargeFieldTest, TestManagedResourceStorage, TestFieldTypeCollectionResource, NodeMutatorTest, CoreAdminRequestStatusTest, TestSerializedLuceneMatchVersion, TestImpersonationWithHadoopAuth, CoreAdminHandlerTest, TriLevelCompositeIdRoutingTest, TestScoreJoinQPScore, DistributedQueryComponentCustomSortTest, MBeansHandlerTest, DistributedFacetExistsSmallTest, TestDownShardTolerantSearch, AnalysisAfterCoreReloadTest, SubstringBytesRefFilterTest, DocValuesNotIndexedTest, TestCSVLoader, SearchHandlerTest, TestConfig, MoveReplicaHDFSFailoverTest, CollectionStateFormat2Test, TestInPlaceUpdatesStandalone, TestPKIAuthenticationPlugin, TestSegmentSorting, TestJsonFacets, TestSearcherReuse, SoftAutoCommitTest, TestNumericTerms64, SolrCLIZkUtilsTest, HdfsCollectionsAPIDistributedZkTest, SampleTest, BJQParserTest, ManagedSchemaRoundRobinCloudTest, DirectoryFactoryTest, TestNestedDocsSort, HdfsUnloadDistributedZkTest, TestFoldingMultitermQuery, ConcurrentDeleteAndCreateCollectionTest, DocValuesTest, CustomCollectionTest, ZkSolrClientTest, TestMacroExpander, TestBinaryResponseWriter, LeaderInitiatedRecoveryOnCommitTest, OpenExchangeRatesOrgProviderTest, TestNoOpRegenerator, TestCloudJSONFacetJoinDomain, UtilsToolTest, BufferStoreTest, HttpPartitionTest, SpellingQueryConverterTest, CurrencyFieldTypeTest, EchoParamsTest, TestSystemIdResolver, TermVectorComponentDistributedTest, TestManagedStopFilterFactory, TestCloudDeleteByQuery, TestStressLucene, InfoHandlerTest, TestSolrQueryParser, SharedFSAutoReplicaFailoverTest, TestUseDocValuesAsStored2, PeerSyncTest, TestZkChroot, TestSlowCompositeReaderWrapper, SpellPossibilityIteratorTest, TestSolrCloudWithSecureImpersonation, SolrGraphiteReporterTest, PeerSyncReplicationTest, TestExportWriter, DirectSolrSpellCheckerTest, RankQueryTest, TestHalfAndHalfDocValues, TestFaceting, SaslZkACLProviderTest, TestConfigSets, QueryEqualityTest, TestRawTransformer, DeleteStatusTest, ClassificationUpdateProcessorFactoryTest, InfixSuggestersTest, TestSolrXml, ParsingFieldUpdateProcessorsTest, GraphQueryTest, MoreLikeThisHandlerTest, TestCollationField, TestValueSourceCache, BitVectorTest, TestTrieFacet, TestPolicyCloud, TestComponentsName, V2ApiIntegrationTest, TestSolrCoreSnapshots, TestMergePolicyConfig, TestSchemalessBufferedUpdates, DistribDocExpirationUpdateProcessorTest, TestSolrIndexConfig, BasicZkTest, TestBulkSchemaConcurrent, BasicAuthIntegrationTest, TestSQLHandlerNonCloud, DeleteReplicaTest, CollectionsAPIDistributedZkTest, TestDistributedGrouping, TestReplicationHandlerBackup, DistributedIntervalFacetingTest, TestDynamicFieldCollectionResource, PeerSyncWithIndexFingerprintCachingTest, TestFastWriter, FileBasedSpellCheckerTest, OverseerModifyCollectionTest, TestPullReplicaErrorHandling, SuggestComponentContextFilterQueryTest, TestSubQueryTransformerDistrib, OverriddenZkACLAndCredentialsProvidersTest, TestImplicitCoreProperties, TestMissingGroups, DistributedQueueTest, TestExtendedDismaxParser, TestSort, DistributedMLTComponentTest, TestSolrQueryResponse, RollingRestartTest, TestDocBasedVersionConstraints, TestDistributedStatsComponentCardinality, TestCloudPseudoReturnFields, TestRemoteStreaming, TestPushWriter, NodeAddedTriggerTest, TestLuceneMatchVersion, FullSolrCloudDistribCmdsTest, TestQueryWrapperFilter, AtomicUpdateProcessorFactoryTest, TestCustomSort, TestExactStatsCache, SolrCoreTest, TestPartialUpdateDeduplication, SolrCloudReportersTest, TestMiniSolrCloudClusterSSL, TestConfigReload, AssignTest, TestFunctionQuery, TestNamedUpdateProcessors, TestGroupingSearch, TestStandardQParsers, ExternalFileFieldSortTest, SimpleFacetsTest, TestBM25SimilarityFactory, BlockJoinFacetRandomTest, TestConfigSetsAPIZkFailure, ImplicitSnitchTest, TestReplicaProperties, BaseCdcrDistributedZkTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, TestJoin, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, ShowFileRequestHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SolrRequestParserTest, TestTrie, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OutputWriterTest -Dtests.seed=34DB15D56B78EA6A -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Europe/Kaliningrad -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | OutputWriterTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001\init-core-data-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.OutputWriterTest_34DB15D56B78EA6A-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([34DB15D56B78EA6A]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [419/745 (1!)] on J1 in 0.45s, 5 tests, 1 error <<< FAILURES!

[...truncated 599 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.TriggerIntegrationTest_34DB15D56B78EA6A-001\init-core-data-001
   [junit4]   2> 3169334 WARN  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 3169335 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3169337 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 3169337 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3169337 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.TriggerIntegrationTest_34DB15D56B78EA6A-001\tempDir-001
   [junit4]   2> 3169338 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3169339 INFO  (Thread-6912) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3169339 INFO  (Thread-6912) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3169343 ERROR (Thread-6912) [    ] 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> 3169439 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:55691
   [junit4]   2> 3169454 INFO  (jetty-launcher-5820-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3169454 INFO  (jetty-launcher-5820-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3169455 INFO  (jetty-launcher-5820-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ac505d5{/solr,null,AVAILABLE}
   [junit4]   2> 3169455 INFO  (jetty-launcher-5820-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b2b0705{/solr,null,AVAILABLE}
   [junit4]   2> 3169460 INFO  (jetty-launcher-5820-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@547645e8{HTTP/1.1,[http/1.1]}{127.0.0.1:55695}
   [junit4]   2> 3169460 INFO  (jetty-launcher-5820-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e5d8640{HTTP/1.1,[http/1.1]}{127.0.0.1:55698}
   [junit4]   2> 3169461 INFO  (jetty-launcher-5820-thread-2) [    ] o.e.j.s.Server Started @3179388ms
   [junit4]   2> 3169461 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55698}
   [junit4]   2> 3169461 INFO  (jetty-launcher-5820-thread-1) [    ] o.e.j.s.Server Started @3179388ms
   [junit4]   2> 3169462 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55695}
   [junit4]   2> 3169462 ERROR (jetty-launcher-5820-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3169462 ERROR (jetty-launcher-5820-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3169462 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 3169463 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3169463 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3169464 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T13:48:26.471034800Z
   [junit4]   2> 3169463 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 3169464 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3169464 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3169464 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T13:48:26.471034800Z
   [junit4]   2> 3169468 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3169469 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3169474 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 0x15f6864056e0002, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3169478 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55691/solr
   [junit4]   2> 3169478 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55691/solr
   [junit4]   2> 3169481 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 0x15f6864056e0003, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3169482 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 0x15f6864056e0004, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3169566 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3169566 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55695_solr
   [junit4]   2> 3169567 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98912495622553605-127.0.0.1:55695_solr-n_0000000000) starting
   [junit4]   2> 3169568 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3169569 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55698_solr
   [junit4]   2> 3169569 INFO  (zkCallback-5832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3169569 INFO  (zkCallback-5831-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3169573 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55695_solr
   [junit4]   2> 3169575 INFO  (zkCallback-5832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3169577 INFO  (zkCallback-5831-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3169579 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 3169580 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3169580 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr]
   [junit4]   2> 3169580 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3169580 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3169584 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3169584 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3169586 DEBUG (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr]
   [junit4]   2> 3169614 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55695.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169628 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55695.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169628 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55695.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169628 INFO  (jetty-launcher-5820-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.TriggerIntegrationTest_34DB15D56B78EA6A-001\tempDir-001\node1\.
   [junit4]   2> 3169632 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55698.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169637 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55698.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169638 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55698.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169638 INFO  (jetty-launcher-5820-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.TriggerIntegrationTest_34DB15D56B78EA6A-001\tempDir-001\node2\.
   [junit4]   2> 3169663 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3169664 INFO  (SUITE-TriggerIntegrationTest-seed#[34DB15D56B78EA6A]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55691/solr ready
   [junit4]   2> 3169674 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerRestoreState
   [junit4]   2> 3169675 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 3169675 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3169675 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3169677 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3169677 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3169677 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3169684 INFO  (qtp433384737-33797) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3169685 INFO  (qtp433384737-33797) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55691/solr ready
   [junit4]   2> 3169686 INFO  (qtp1801906669-33809) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3169687 INFO  (qtp433384737-33799) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3169687 DEBUG (qtp433384737-33797) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3169688 INFO  (qtp433384737-33797) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 3169689 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3169689 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr]
   [junit4]   2> 3169689 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 3169689 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3169689 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3169690 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ff0a99b{/solr,null,AVAILABLE}
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c2ab2ed{HTTP/1.1,[http/1.1]}{127.0.0.1:55731}
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.e.j.s.Server Started @3179618ms
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55731}
   [junit4]   2> 3169691 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3169691 INFO  (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3169691 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-29T13:48:26.698612400Z
   [junit4]   2> 3169692 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3169692 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3169692 DEBUG (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 3169692 DEBUG (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr]
   [junit4]   2> 3169694 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3169699 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55691/solr
   [junit4]   2> 3169711 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3169714 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3169715 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55731_solr
   [junit4]   2> 3169716 INFO  (zkCallback-5832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3169716 INFO  (zkCallback-5839-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3169716 INFO  (zkCallback-5847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3169717 INFO  (zkCallback-5831-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3169782 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55731.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169790 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55731.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169790 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55731.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d81d559
   [junit4]   2> 3169791 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.TriggerIntegrationTest_34DB15D56B78EA6A-001\tempDir-001\node3\.
   [junit4]   2> 3170694 DEBUG (ScheduledTrigger-14560-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 3170694 DEBUG (ScheduledTrigger-14560-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr, 127.0.0.1:55731_solr]
   [junit4]   2> 3170694 DEBUG (ScheduledTrigger-14560-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:55731_solr at time 1509284907701000000
   [junit4]   2> 3171331 INFO  (qtp977694440-33862) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3171334 INFO  (qtp977694440-33862) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55691/solr ready
   [junit4]   2> 3171336 INFO  (qtp1801906669-33805) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3171338 INFO  (qtp433384737-33803) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3171340 INFO  (qtp977694440-33864) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3171340 DEBUG (qtp977694440-33862) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3171342 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 0x15f6864056e000d, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3171344 INFO  (qtp977694440-33862) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 3171345 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 3171347 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr, 127.0.0.1:55731_solr]
   [junit4]   2> 3171348 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 3171348 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 3171350 INFO  (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 3171351 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:55731_solr
   [junit4]   2> 3171352 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3171352 DEBUG (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 3171353 DEBUG (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr, 127.0.0.1:55731_solr]
   [junit4]   2> 3171353 DEBUG (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger firing registered processor for nodes: [127.0.0.1:55731_solr] added at times [1509284908358000000]
   [junit4]   2> 3171353 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 3171354 INFO  (ScheduledTrigger-14560-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 3171357 DEBUG (AutoscalingActionExecutor-14561-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"14f20ea0ab895d80T848seriuuzjeakkrc4zzfhbza",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":1509284908358000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1509284908358000000],
   [junit4]   2>     "_enqueue_time_":1509284908360000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:55731_solr"]}}
   [junit4]   2> 3171358 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTriggerRestoreState
   [junit4]   2> 3171383 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTrigger
   [junit4]   2> 3171384 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 3171384 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 3171384 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 3171385 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3171386 INFO  (qtp433384737-33801) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3171386 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3171386 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 3171391 INFO  (qtp433384737-33801) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3171395 INFO  (qtp433384737-33795) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3171396 INFO  (qtp433384737-33795) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55691/solr ready
   [junit4]   2> 3171397 INFO  (qtp1801906669-33804) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3171397 INFO  (qtp433384737-33798) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3171398 INFO  (qtp977694440-33866) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 3171399 DEBUG (qtp433384737-33795) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3171399 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 0x15f6864056e000e, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3171400 INFO  (qtp433384737-33795) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 3171401 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 3171401 DEBUG (zkCallback-5831-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:55698_solr, 127.0.0.1:55695_solr, 127.0.0.1:55731_solr]
   [junit4]   2> 3171401 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 3171403 INFO  (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 3171403 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5c2ab2ed{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3171404 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1586081873
   [junit4]   2> 3171404 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3171404 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1be40bb5: rootName = solr_55731, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@532388d0
   [junit4]   2> 3171409 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3171409 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a4bb133: rootName = solr_55731, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@680eacb4
   [junit4]   2> 3171414 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3171414 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[34DB15D56B78EA6A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17a23362: rootName = solr_55731, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3ec6a298
   [junit4]   2> 3171415 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3171415 DEBUG (OverseerAutoScalingTriggerThread-98912495622553605-127.0.0.1:55695_solr-n_0000000000) [    ] o.

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

 likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 891 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\temp\junit4-J1-20171029_135506_66814522899801602015983.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20171029_135506_66810840459821468741528.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1360 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20171029_135914_48514295511305925251770.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20171029_135914_4852104733600014009714.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 785 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20171029_135937_618794710070336225865.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20171029_135937_6182870896396620455957.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 554 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20171029_140047_1808407853970099852050.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20171029_140047_1809520326077351643191.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1258 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20171029_140122_34114505506904924456448.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20171029_140122_34116158614459342006407.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 617 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20171029_140142_12411758247946144393567.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 33 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20171029_140142_1249723579466369440718.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 558 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20171029_140224_5809310440520753333151.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20171029_140224_5802071718901260192563.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 562 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20171029_140248_6605138600219081453485.syserr
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20171029_140248_6603989392250976163927.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 655 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20171029_140308_6557927651452934412190.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20171029_140308_6559227017966924462775.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20171029_140352_26217423180960274498767.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J0-20171029_140352_2627055506416124810566.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 549 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20171029_140416_9738812374806300405218.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 31646 lines...]