You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/06 10:02:39 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2663 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2663/

2 tests failed.
FAILED:  org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGens

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
	at org.apache.lucene.index.IndexWriter.deleteDocuments(IndexWriter.java:1524)
	at org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGens(TestDemoParallelLeafReader.java:1003)
	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 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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
	at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:236)
	at org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader$ReindexingMergePolicy$ReindexingOneMerge.mergeFinished(TestDemoParallelLeafReader.java:544)
	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4331)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4604)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4058)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)


FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeAdded

Error Message:
Trigger was not fired even after 5 seconds

Stack Trace:
java.lang.AssertionError: Trigger was not fired even after 5 seconds
	at __randomizedtesting.SeedInfo.seed([132F3DDA8E0AE407:76EC6BAD2CA94C04]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeAdded(ComputePlanActionTest.java:369)
	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 1197 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
   [junit4]   2> sie 06, 2018 5:00:47 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #0,5,TGRP-TestDemoParallelLeafReader]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([A4270EFBAA787091]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
   [junit4]   2> 	at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:236)
   [junit4]   2> 	at org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader$ReindexingMergePolicy$ReindexingOneMerge.mergeFinished(TestDemoParallelLeafReader.java:544)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4331)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4604)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4058)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDemoParallelLeafReader -Dtests.method=testRandomMultipleSchemaGens -Dtests.seed=A4270EFBAA787091 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=Australia/Hobart -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.20s J2 | TestDemoParallelLeafReader.testRandomMultipleSchemaGens <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.deleteDocuments(IndexWriter.java:1524)
   [junit4]    > 	at org.apache.lucene.index.TestDemoParallelLeafReader.testRandomMultipleSchemaGens(TestDemoParallelLeafReader.java:1003)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
   [junit4]    > 	at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:236)
   [junit4]    > 	at org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader$ReindexingMergePolicy$ReindexingOneMerge.mergeFinished(TestDemoParallelLeafReader.java:544)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4331)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4604)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4058)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1212, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestDemoParallelLeafReader]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4270EFBAA787091]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed
   [junit4]    > 	at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:236)
   [junit4]    > 	at org.apache.lucene.index.TestDemoParallelLeafReader$ReindexingReader$ReindexingMergePolicy$ReindexingOneMerge.mergeFinished(TestDemoParallelLeafReader.java:544)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4331)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4604)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4058)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/J2/temp/lucene.index.TestDemoParallelLeafReader_A4270EFBAA787091-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3191bbf0), locale=pl, timezone=Australia/Hobart
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=65087832,total=314572800
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortedSetSelector, TestTrackingDirectoryWrapper, TestFeatureField, TestReaderClosed, TestRadixSelector, TestConstantScoreQuery, TestLatLonDocValuesQueries, TestDocIdSetBuilder, TestSloppyPhraseQuery, TestCompiledAutomaton, TestMultiTermConstantScore, FiniteStringsIteratorTest, TestCodecUtil, TestSimilarityBase, TestDoubleValuesSource, TestAxiomaticF1LOG, TestIndexWriterWithThreads, TestStressIndexing, TestAddIndexes, TestPackedTokenAttributeImpl, TestOmitPositions, TestNorms, TestDocValuesQueries, TestGeoEncodingUtils, TestSumDocFreq, TestMultiset, TestOrdinalMap, TestCustomNorms, TestBM25Similarity, TestPrefixRandom, TestPostingsOffsets, TestAttributeSource, TestIndexReaderClose, TestSloppyMath, TestFSTs, TestSortedSetDocValues, TestBytesRefArray, TestLucene50StoredFieldsFormatHighCompression, TestForceMergeForever, TestDocValuesIndexing, TestIndexWriterMerging, TestBooleanQueryVisitSubscorers, TestAxiomaticF3EXP, TestIndexWriterExceptions2, TestSPIClassIterator, TestBlockMaxConjunction, TestBlockPostingsFormat2, TestSearcherManager, TestDocumentWriter, TestPositiveScoresOnlyCollector, TestSnapshotDeletionPolicy, TestDeterminizeLexicon, TestVersion, TestIndexWriterOnJRECrash, TestIntroSorter, TestInPlaceMergeSorter, TestLongRangeFieldQueries, TestCharsRefBuilder, TestRollback, TestIndependenceChiSquared, TestBagOfPositions, TestSimpleFSLockFactory, TestDelegatingAnalyzerWrapper, TestMathUtil, TestDoc, TestExitableDirectoryReader, TestAllFilesHaveChecksumFooter, TestIndexInput, TestBoostQuery, TestFieldReuse, TestTermScorer, TestFastDecompressionMode, TestIndexWriterDelete, TestMultiCollector, TestSortRandom, TestMergeRateLimiter, TestTimSorter, TestLucene50CompoundFormat, TestTermsEnum, TestLockFactory, TestFieldCacheRewriteMethod, TestPayloadsOnVectors, TestSpanExplanationsOfNonMatches, TestNoDeletionPolicy, TestExternalCodecs, TestSearchForDuplicates, TestCharArraySet, TestGraphTokenizers, TestReusableStringReader, TestStopFilter, TestStandardAnalyzer, TestBytesRefAttImpl, TestCharTermAttributeImpl, TestBlockPostingsFormat3, TestForUtil, TestLucene50LiveDocsFormat, TestLucene50StoredFieldsFormat, TestLucene60PointsFormat, TestLucene70NormsFormat, TestLucene70SegmentInfoFormat, TestPerFieldDocValuesFormat, TestPerFieldPostingsFormat, TestPerFieldPostingsFormat2, TestBinaryDocument, TestDateTools, TestField, TestFieldType, TestFloatRange, TestLatLonPoint, TestPolygon2D, Test2BBinaryDocValues, Test2BDocs, Test2BNumericDocValues, Test2BPostings, Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, Test2BTerms, Test4GBStoredFields, TestAllFilesCheckIndexHeader, TestAllFilesDetectTruncation, TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestByteSlices, TestCheckIndex, TestCodecHoldsOpenFiles, TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, TestCustomTermFreq, TestDeletionPolicy, TestDemoParallelLeafReader]
   [junit4] Completed [268/503 (1!)] on J2 in 5.15s, 5 tests, 1 error <<< FAILURES!

[...truncated 12033 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 1398120 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_132F3DDA8E0AE407-001/init-core-data-001
   [junit4]   2> 1398121 WARN  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1398121 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1398122 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1398123 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_132F3DDA8E0AE407-001/tempDir-001
   [junit4]   2> 1398123 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1398123 INFO  (Thread-1714) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1398123 INFO  (Thread-1714) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1398125 ERROR (Thread-1714) [    ] 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> 1398223 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45222
   [junit4]   2> 1398225 INFO  (zkConnectionManagerCallback-2542-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398228 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1398229 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1398229 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1398229 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1398229 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4df154d2{/solr,null,AVAILABLE}
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ef09369{HTTP/1.1,[http/1.1]}{127.0.0.1:43879}
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.e.j.s.Server Started @1398480ms
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43879}
   [junit4]   2> 1398231 ERROR (jetty-launcher-2539-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1398231 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T08:31:11.264Z
   [junit4]   2> 1398233 INFO  (zkConnectionManagerCallback-2544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398233 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1398322 INFO  (jetty-launcher-2539-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45222/solr
   [junit4]   2> 1398323 INFO  (zkConnectionManagerCallback-2548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398336 INFO  (zkConnectionManagerCallback-2550-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398406 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43879_solr
   [junit4]   2> 1398407 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.c.Overseer Overseer (id=73098415300280323-127.0.0.1:43879_solr-n_0000000000) starting
   [junit4]   2> 1398414 INFO  (zkConnectionManagerCallback-2557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398416 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45222/solr ready
   [junit4]   2> 1398417 INFO  (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43879_solr
   [junit4]   2> 1398429 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43879_solr
   [junit4]   2> 1398430 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1398438 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1398438 INFO  (zkCallback-2549-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1398438 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1398438 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1398439 INFO  (zkCallback-2556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1398442 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:43879_solr]
   [junit4]   2> 1398442 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1398442 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1398442 DEBUG (ScheduledTrigger-3302-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1398455 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1398486 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43879.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1398492 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43879.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1398493 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43879.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1398494 INFO  (jetty-launcher-2539-thread-1) [n:127.0.0.1:43879_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_132F3DDA8E0AE407-001/tempDir-001/node1/.
   [junit4]   2> 1398511 INFO  (zkConnectionManagerCallback-2560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398518 INFO  (zkConnectionManagerCallback-2565-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398519 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1398520 INFO  (SUITE-ComputePlanActionTest-seed#[132F3DDA8E0AE407]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45222/solr ready
   [junit4] IGNOR/A 0.00s J1 | ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4] IGNOR/A 0.00s J1 | ComputePlanActionTest.testNodeLost
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 1398544 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSelectedCollections
   [junit4]   2> 1398545 DEBUG (zkCallback-2556-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1398545 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1398561 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1398561 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1398561 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1398562 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1398577 INFO  (qtp1955743318-8425) [n:127.0.0.1:43879_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1398578 DEBUG (qtp1955743318-8430) [n:127.0.0.1:43879_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1398579 INFO  (qtp1955743318-8430) [n:127.0.0.1:43879_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 1398579 DEBUG (zkCallback-2556-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1398579 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1398579 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1398581 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1398582 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1398583 INFO  (qtp1955743318-8429) [n:127.0.0.1:43879_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1398583 DEBUG (qtp1955743318-8426) [n:127.0.0.1:43879_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1398583 INFO  (qtp1955743318-8426) [n:127.0.0.1:43879_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1398584 DEBUG (zkCallback-2556-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1398584 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1398584 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1398584 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1398585 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1398585 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.a.ComputePlanActionTest Found number of jetties: 1
   [junit4]   2> 1398586 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1398587 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1398587 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1398587 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1398587 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3621ca10{/solr,null,AVAILABLE}
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69693215{HTTP/1.1,[http/1.1]}{127.0.0.1:46877}
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.Server Started @1398837ms
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46877}
   [junit4]   2> 1398588 ERROR (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1398588 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T08:31:11.621Z
   [junit4]   2> 1398632 INFO  (zkConnectionManagerCallback-2569-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1398633 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1399146 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45222/solr
   [junit4]   2> 1399148 INFO  (zkConnectionManagerCallback-2573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1399182 INFO  (zkConnectionManagerCallback-2575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1399196 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1399208 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1399208 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46877_solr
   [junit4]   2> 1399229 INFO  (zkCallback-2556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1399247 INFO  (zkCallback-2564-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1399247 INFO  (zkCallback-2549-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1399247 INFO  (zkCallback-2574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1399247 INFO  (zkCallback-2564-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1399248 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46877_solr"} current state version: 0
   [junit4]   2> 1399248 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46877_solr
   [junit4]   2> 1399286 INFO  (zkConnectionManagerCallback-2582-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1399295 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1399296 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45222/solr ready
   [junit4]   2> 1399296 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1399444 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46877.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1399473 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46877.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1399473 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46877.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1399486 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [n:127.0.0.1:46877_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_132F3DDA8E0AE407-001/tempDir-001/node2/.
   [junit4]   2> 1399568 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1399569 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1399569 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1399569 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1399570 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56163442{/solr,null,AVAILABLE}
   [junit4]   2> 1399582 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3006b095{HTTP/1.1,[http/1.1]}{127.0.0.1:44275}
   [junit4]   2> 1399582 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.Server Started @1399831ms
   [junit4]   2> 1399582 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44275}
   [junit4]   2> 1399583 ERROR (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1399583 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1399583 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1399583 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1399583 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1399583 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T08:31:12.616Z
   [junit4]   2> 1399593 INFO  (zkConnectionManagerCallback-2585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1399593 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400837 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45222/solr
   [junit4]   2> 1400838 INFO  (zkConnectionManagerCallback-2589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400840 INFO  (zkConnectionManagerCallback-2591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400846 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1400857 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1400857 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44275_solr
   [junit4]   2> 1400858 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44275_solr"} current state version: 0
   [junit4]   2> 1400858 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44275_solr
   [junit4]   2> 1400858 INFO  (zkCallback-2574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400858 INFO  (zkCallback-2564-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400858 INFO  (zkCallback-2556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400859 INFO  (zkCallback-2549-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400859 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400884 INFO  (zkCallback-2564-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400885 INFO  (zkCallback-2590-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1400915 INFO  (zkConnectionManagerCallback-2598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400916 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1400917 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45222/solr ready
   [junit4]   2> 1400918 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1400959 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44275.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1400980 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44275.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1400980 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44275.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1400981 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_132F3DDA8E0AE407-001/tempDir-001/node3/.
   [junit4]   2> 1401059 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1401061 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1401061 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1401061 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1401061 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cec0386{/solr,null,AVAILABLE}
   [junit4]   2> 1401062 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d44a573{HTTP/1.1,[http/1.1]}{127.0.0.1:33865}
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.e.j.s.Server Started @1401311ms
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33865}
   [junit4]   2> 1401087 ERROR (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1401087 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-06T08:31:14.120Z
   [junit4]   2> 1401089 INFO  (zkConnectionManagerCallback-2601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401090 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1401534 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45222/solr
   [junit4]   2> 1401557 INFO  (zkConnectionManagerCallback-2605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401560 INFO  (zkConnectionManagerCallback-2607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401565 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1401568 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1401568 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33865_solr
   [junit4]   2> 1401568 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33865_solr"} current state version: 0
   [junit4]   2> 1401568 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33865_solr
   [junit4]   2> 1401569 INFO  (zkCallback-2564-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401569 INFO  (zkCallback-2564-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401570 INFO  (zkCallback-2590-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401570 INFO  (zkCallback-2556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401590 INFO  (zkCallback-2597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401590 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401590 INFO  (zkCallback-2574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401590 INFO  (zkCallback-2549-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401590 INFO  (zkCallback-2606-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1401628 INFO  (zkConnectionManagerCallback-2614-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401630 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1401631 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45222/solr ready
   [junit4]   2> 1401631 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1401675 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33865.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1401692 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33865.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1401693 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33865.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ed12743
   [junit4]   2> 1401694 INFO  (TEST-ComputePlanActionTest.testSelectedCollections-seed#[132F3DDA8E0AE407]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_132F3DDA8E0AE407-001/tempDir-001/node4/.
   [junit4]   2> 1401862 INFO  (zkConnectionManagerCallback-2617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1401880 INFO  (qtp1517633980-8540) [n:127.0.0.1:33865_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1401882 INFO  (qtp1955743318-8432) [n:127.0.0.1:43879_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1401883 INFO  (qtp539481094-8509) [n:127.0.0.1:44275_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1401894 INFO  (qtp1433360075-8473) [n:127.0.0.1:46877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=9
   [junit4]   2> 1401894 DEBUG (qtp1433360075-8478) [n:127.0.0.1:46877_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1401895 INFO  (qtp1433360075-8478) [n:127.0.0.1:46877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=30
   [junit4]   2> 1401895 DEBUG (zkCallback-2556-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1401911 INFO  (qtp1517633980-8535) [n:127.0.0.1:33865_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testSelected1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1401911 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1401914 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial livenodes: [127.0.0.1:43879_solr, 127.0.0.1:44275_solr, 127.0.0.1:33865_solr, 127.0.0.1:46877_solr]
   [junit4]   2> 1401914 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1401914 INFO  (OverseerThreadFactory-3304-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSelected1
   [junit4]   2> 1401915 DEBUG (OverseerAutoScalingTriggerThread-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1401915 DEBUG (ScheduledTrigger-3302-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 4
   [junit4]   2> 1401935 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testSelected1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1401935 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testSelected1
   [junit4]   2> 1401936 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testSelected1/state.json
   [junit4]   2> 1402039 INFO  (qtp1517633980-8536) [n:127.0.0.1:33865_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1402042 INFO  (qtp1955743318-8429) [n:127.0.0.1:43879_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1402044 INFO  (qtp539481094-8504) [n:127.0.0.1:44275_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1402046 INFO  (qtp1433360075-8474) [n:127.0.0.1:46877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1402089 INFO  (OverseerThreadFactory-3304-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 15881676059 sessionWrapper.createTime 15881676017193961, this.sessionWrapper.createTime 15881676017193961 
   [junit4]   2> 1402103 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1402103 INFO  (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1402103 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1402103 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1402118 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1402118 INFO  (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1402119 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1402119 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node2":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>       "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1402121 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1402121 INFO  (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1402134 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1402135 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1402136 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1402136 INFO  (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1402137 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1402137 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node7":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>       "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1402237 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testSelected1/state.json version: 0
   [junit4]   2> 1402354 INFO  (qtp539481094-8505) [n:127.0.0.1:44275_solr    x:testSelected1_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSelected1_shard1_replica_n3&action=CREATE&numShards=2&collection=testSelected1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1402354 INFO  (qtp1517633980-8539) [n:127.0.0.1:33865_solr    x:testSelected1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSelected1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSelected1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1402354 INFO  (qtp1955743318-8432) [n:127.0.0.1:43879_solr    x:testSelected1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSelected1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSelected1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1402354 INFO  (qtp1955743318-8432) [n:127.0.0.1:43879_solr    x:testSelected1_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1402357 INFO  (qtp1433360075-8477) [n:127.0.0.1:46877_solr    x:testSelected1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testSelected1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSelected1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33865_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33865_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node8:{"core":"testSelected1_shard2_replica_n6","base_url":"http://127.0.0.1:33865/solr","node_name":"127.0.0.1:33865_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33865_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43879_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43879_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node7:{"core":"testSelected1_shard2_replica_n4","base_url":"http://127.0.0.1:43879/solr","node_name":"127.0.0.1:43879_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1402371 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43879_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33865_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1402372 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44275_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1402372 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44275_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1402372 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"testSelected1_shard1_replica_n3","base_url":"http://127.0.0.1:44275/solr","node_name":"127.0.0.1:44275_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1402372 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44275_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43879_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33865_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1402373 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46877_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1402373 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46877_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSelected1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1402373 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"testSelected1_shard1_replica_n1","base_url":"http://127.0.0.1:46877/solr","node_name":"127.0.0.1:46877_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1402373 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testSelected1//collections/testSelected1/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:46877/solr",
   [junit4]   2>           "node_name":"127.0.0.1:46877_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testSelected1_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:44275/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44275_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:43879/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43879_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testSelected1_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:33865/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33865_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1402474 DEBUG (OverseerStateUpdate-73098415300280323-127.0.0.1:43879_solr-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testSelected1/state.json version: 1
   [junit4]   2> 1402916 DEBUG (ScheduledTrigger-3302-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 4
   [junit4]   2> 1403414 INFO  (qtp539481094-8505) [n:127.0.0.1:44275_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1403428 INFO  (qtp1517633980-8539) [n:127.0.0.1:33865_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1403437 INFO  (qtp539481094-8505) [n:127.0.0.1:44275_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.s.IndexSchema [testSelected1_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 1403440 INFO  (qtp539481094-8505) [n:127.0.0.1:44275_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1403440 INFO  (qtp539481094-8505) [n:127.0.0.1:44275_solr c:testSelected1 s:shard1 r:core_node5 x:testSelected1_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testSelected1_shard1_replica_n3' using configuration from collection testSelected1, trusted=true
   [junit4]   2> 1403445 INFO  (qtp1955743318-8432) [n:127.0.0.1:43879_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1403459 INFO  (qtp1955743318-8432) [n:127.0.0.1:43879_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.s.IndexSchema [testSelected1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1403478 INFO  (qtp1517633980-8539) [n:127.0.0.1:33865_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.s.IndexSchema [testSelected1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1403478 INFO  (qtp1955743318-8432) [n:127.0.0.1:43879_solr c:testSelected1 s:shard2 r:core_node7 x:testSelected1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1403478 INFO  (

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

.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null602830015
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null602830015
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null602830015

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 69ms :: artifacts dl 30ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 203 minutes 1 second
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)