You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/07/31 05:54:03 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.3) - Build # 24475 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24475/
Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 53711 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj303326937
 [ecj-lint] Compiling 535 source files to /tmp/ecj303326937
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/TestAssertions.java (at line 44)
 [ecj-lint] 	new TestTokenStream1();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/TestAssertions.java (at line 45)
 [ecj-lint] 	new TestTokenStream2();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/TestAssertions.java (at line 47)
 [ecj-lint] 	new TestTokenStream3();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/TestMergeSchedulerExternal.java (at line 130)
 [ecj-lint] 	IndexWriter writer = new IndexWriter(dir, iwc);
 [ecj-lint] 	            ^^^^^^
 [ecj-lint] Resource leak: 'writer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestCachingTokenFilter.java (at line 120)
 [ecj-lint] 	Analyzer analyzer = new MockAnalyzer(random());
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestCachingTokenFilter.java (at line 122)
 [ecj-lint] 	CachingTokenFilter buffer = new CachingTokenFilter(input);
 [ecj-lint] 	                   ^^^^^^
 [ecj-lint] Resource leak: 'buffer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestCharFilter.java (at line 29)
 [ecj-lint] 	CharFilter cs = new CharFilter1(new StringReader(""));
 [ecj-lint] 	           ^^
 [ecj-lint] Resource leak: 'cs' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestCharFilter.java (at line 34)
 [ecj-lint] 	CharFilter cs = new CharFilter2(new StringReader(""));
 [ecj-lint] 	           ^^
 [ecj-lint] Resource leak: 'cs' is never closed
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestCharFilter.java (at line 39)
 [ecj-lint] 	CharFilter cs = new CharFilter2(new CharFilter1(new StringReader("")));
 [ecj-lint] 	           ^^
 [ecj-lint] Resource leak: 'cs' is never closed
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestCharFilter.java (at line 44)
 [ecj-lint] 	CharFilter cs = new CharFilter1(new CharFilter1(new StringReader("")));
 [ecj-lint] 	           ^^
 [ecj-lint] Resource leak: 'cs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestDelegatingAnalyzerWrapper.java (at line 39)
 [ecj-lint] 	DelegatingAnalyzerWrapper w2 = new DelegatingAnalyzerWrapper(Analyzer.GLOBAL_REUSE_STRATEGY) {
 [ecj-lint] 	                          ^^
 [ecj-lint] Resource leak: 'w2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestDelegatingAnalyzerWrapper.java (at line 50)
 [ecj-lint] 	DelegatingAnalyzerWrapper w1 = new DelegatingAnalyzerWrapper(Analyzer.GLOBAL_REUSE_STRATEGY) {
 [ecj-lint] 	                          ^^
 [ecj-lint] Resource leak: 'w1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestDelegatingAnalyzerWrapper.java (at line 71)
 [ecj-lint] 	DelegatingAnalyzerWrapper w1 = new DelegatingAnalyzerWrapper(Analyzer.GLOBAL_REUSE_STRATEGY) {
 [ecj-lint] 	                          ^^
 [ecj-lint] Resource leak: 'w1' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestGraphTokenFilter.java (at line 43)
 [ecj-lint] 	GraphTokenFilter graph = new TestFilter(tok);
 [ecj-lint] 	                 ^^^^^
 [ecj-lint] Resource leak: 'graph' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestGraphTokenFilter.java (at line 174)
 [ecj-lint] 	GraphTokenFilter gts = new TestFilter(cts);
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'gts' is never closed
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestGraphTokenFilter.java (at line 194)
 [ecj-lint] 	GraphTokenFilter gts = new TestFilter(new CannedTokenStream(tokens));
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'gts' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestGraphTokenFilter.java (at line 221)
 [ecj-lint] 	GraphTokenFilter graph = new TestFilter(new CannedTokenStream(tokens));
 [ecj-lint] 	                 ^^^^^
 [ecj-lint] Resource leak: 'graph' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestToken.java (at line 103)
 [ecj-lint] 	TokenStream ts = new MockTokenizer(Token.TOKEN_ATTRIBUTE_FACTORY, MockTokenizer.WHITESPACE, false, MockTokenizer.DEFAULT_MAX_TOKEN_LENGTH);
 [ecj-lint] 	            ^^
 [ecj-lint] Resource leak: 'ts' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/standard/TestStandardAnalyzer.java (at line 469)
 [ecj-lint] 	Analyzer a = new StandardAnalyzer();
 [ecj-lint] 	         ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/standard/TestStandardAnalyzer.java (at line 500)
 [ecj-lint] 	StandardAnalyzer a = new StandardAnalyzer();
 [ecj-lint] 	                 ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/tokenattributes/TestCharTermAttributeImpl.java (at line 172)
 [ecj-lint] 	Formatter formatter = new Formatter(t, Locale.ROOT);
 [ecj-lint] 	          ^^^^^^^^^
 [ecj-lint] Resource leak: 'formatter' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/tokenattributes/TestPackedTokenAttributeImpl.java (at line 62)
 [ecj-lint] 	TokenStream ts = new MockTokenizer(TokenStream.DEFAULT_TOKEN_ATTRIBUTE_FACTORY, MockTokenizer.WHITESPACE, false, MockTokenizer.DEFAULT_MAX_TOKEN_LENGTH);
 [ecj-lint] 	            ^^
 [ecj-lint] Resource leak: 'ts' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestAddIndexes.java (at line 424)
 [ecj-lint] 	IndexWriter writer = new IndexWriter(aux, dontMergeConfig);
 [ecj-lint] 	            ^^^^^^
 [ecj-lint] Resource leak: 'writer' is never closed
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestAddIndexes.java (at line 1431)
 [ecj-lint] 	DirectoryReader wrappedReader = new SoftDeletesDirectoryReaderWrapper(reader, "soft_delete");
 [ecj-lint] 	                ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'wrappedReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestAllFilesCheckIndexHeader.java (at line 58)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectTruncation.java (at line 56)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestAllFilesHaveChecksumFooter.java (at line 41)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestAllFilesHaveCodecHeader.java (at line 44)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java (at line 394)
 [ecj-lint] 	ConcurrentMergeScheduler cms = new ConcurrentMergeScheduler();
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'cms' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java (at line 520)
 [ecj-lint] 	final IndexWriter w = new IndexWriter(dir, iwc);
 [ecj-lint] 	                  ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java (at line 592)
 [ecj-lint] 	ConcurrentMergeScheduler cms = new ConcurrentMergeScheduler();
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'cms' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java (at line 613)
 [ecj-lint] 	ConcurrentMergeScheduler cms = new ConcurrentMergeScheduler();
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'cms' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java (at line 620)
 [ecj-lint] 	ConcurrentMergeScheduler cms = new ConcurrentMergeScheduler();
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'cms' is never closed
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java (at line 628)
 [ecj-lint] 	ConcurrentMergeScheduler cms = new ConcurrentMergeScheduler();
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'cms' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestDeletionPolicy.java (at line 451)
 [ecj-lint] 	writer = new IndexWriter(dir, newIndexWriterConfig(new MockAnalyzer(random()))
 [ecj-lint]                                     .setIndexDeletionPolicy(policy)
 [ecj-lint]                                     .setIndexCommit(lastCommit));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'writer' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestDocValuesIndexing.java (at line 835)
 [ecj-lint] 	IndexWriter writer = new IndexWriter(dir, conf);
 [ecj-lint] 	            ^^^^^^
 [ecj-lint] Resource leak: 'writer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterDeleteQueue.java (at line 40)
 [ecj-lint] 	DocumentsWriterDeleteQueue queue = new DocumentsWriterDeleteQueue(null);
 [ecj-lint] 	                           ^^^^^
 [ecj-lint] Resource leak: 'queue' is never closed
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterDeleteQueue.java (at line 97)
 [ecj-lint] 	DocumentsWriterDeleteQueue queue = new DocumentsWriterDeleteQueue(null);
 [ecj-lint] 	                           ^^^^^
 [ecj-lint] Resource leak: 'queue' is never closed
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterDeleteQueue.java (at line 120)
 [ecj-lint] 	DocumentsWriterDeleteQueue queue = new DocumentsWriterDeleteQueue(null);
 [ecj-lint] 	                           ^^^^^
 [ecj-lint] Resource leak: 'queue' is never closed
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterDeleteQueue.java (at line 146)
 [ecj-lint] 	final DocumentsWriterDeleteQueue queue = new DocumentsWriterDeleteQueue(null);
 [ecj-lint] 	                                 ^^^^^
 [ecj-lint] Resource leak: 'queue' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestForceMergeForever.java (at line 82)
 [ecj-lint] 	return;
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Resource leak: 'docs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 42. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexFileDeleter.java (at line 451)
 [ecj-lint] 	RandomIndexWriter w = new RandomIndexWriter(random(), dir, iwc);
 [ecj-lint] 	                  ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java (at line 213)
 [ecj-lint] 	new IndexWriter(dir, new IndexWriterConfig(new MockAnalyzer(random()))).rollback();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java (at line 1697)
 [ecj-lint] 	IndexWriter w = new IndexWriter(dir,
 [ecj-lint] 	            ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 45. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java (at line 1709)
 [ecj-lint] 	IndexWriter w = new IndexWriter(dir,
 [ecj-lint] 	            ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 46. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java (at line 3583)
 [ecj-lint] 	new IndexWriter(dir, config);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 47. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterCommit.java (at line 297)
 [ecj-lint] 	writer = new IndexWriter(dir, newIndexWriterConfig(new MockAnalyzer(random()))
 [ecj-lint]                                     .setOpenMode(OpenMode.APPEND));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'writer' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 48. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterDelete.java (at line 912)
 [ecj-lint] 	IndexWriter modifier = new IndexWriter(dir, newIndexWriterConfig(new MockAnalyzer(random(), MockTokenizer.WHITESPACE, false)));
 [ecj-lint] 	            ^^^^^^^^
 [ecj-lint] Resource leak: 'modifier' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 49. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterExceptions.java (at line 597)
 [ecj-lint] 	IndexWriter writer = new IndexWriter(dir, newIndexWriterConfig(new MockAnalyzer(random()))
 [ecj-lint] 	            ^^^^^^
 [ecj-lint] Resource leak: 'writer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 50. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java (at line 39)
 [ecj-lint] 	new IndexWriter(dir, new IndexWriterConfig(new MockAnalyzer(random())).setOpenMode(OpenMode.APPEND));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 51. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java (at line 42)
 [ecj-lint] 	new IndexWriter(dir, new IndexWriterConfig(new MockAnalyzer(random())).setOpenMode(OpenMode.APPEND));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 52. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterMaxDocs.java (at line 313)
 [ecj-lint] 	MultiReader mr = new MultiReader(subReaders);
 [ecj-lint] 	            ^^
 [ecj-lint] Resource leak: 'mr' is never closed
 [ecj-lint] ----------
 [ecj-lint] 53. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterMaxDocs.java (at line 401)
 [ecj-lint] 	throw e;
 [ecj-lint] 	^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 54. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterMaxDocs.java (at line 450)
 [ecj-lint] 	throw e;
 [ecj-lint] 	^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 55. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterOnDiskFull.java (at line 499)
 [ecj-lint] 	IndexWriter w = new IndexWriter(
 [ecj-lint] 	            ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 56. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterOnDiskFull.java (at line 545)
 [ecj-lint] 	IndexWriter writer = new IndexWriter(dir, newIndexWriterConfig(new MockAnalyzer(random()))
 [ecj-lint] 	            ^^^^^^
 [ecj-lint] Resource leak: 'writer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 57. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterOutOfFileDescriptors.java (at line 40)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 58. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterWithThreads.java (at line 585)
 [ecj-lint] 	final LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	                   ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 59. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestLongPostings.java (at line 44)
 [ecj-lint] 	Analyzer a = new MockAnalyzer(random());
 [ecj-lint] 	         ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 60. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestParallelReaderEmptyIndex.java (at line 57)
 [ecj-lint] 	ParallelCompositeReader cpr = new ParallelCompositeReader(
 [ecj-lint] 	                        ^^^
 [ecj-lint] Resource leak: 'cpr' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 61. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestParallelTermEnum.java (at line 90)
 [ecj-lint] 	ParallelLeafReader pr = new ParallelLeafReader(ir1, ir2);
 [ecj-lint] 	                   ^^
 [ecj-lint] Resource leak: 'pr' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 62. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestPersistentSnapshotDeletionPolicy.java (at line 139)
 [ecj-lint] 	throw ioe;
 [ecj-lint] 	^^^^^^^^^^
 [ecj-lint] Resource leak: 'writer' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 63. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestRollback.java (at line 40)
 [ecj-lint] 	IndexWriter w = new IndexWriter(dir, newIndexWriterConfig(new MockAnalyzer(random()))
 [ecj-lint] 	            ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 64. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestSoftDeletesRetentionMergePolicy.java (at line 675)
 [ecj-lint] 	DirectoryReader reader = new IncludeSoftDeletesWrapper(unwrapped);
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 65. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestSwappedIndexFiles.java (at line 51)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 66. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestTerm.java (at line 34)
 [ecj-lint] 	assertFalse(base.equals(differentType));
 [ecj-lint] 	                        ^^^^^^^^^^^^^
 [ecj-lint] Unlikely argument type for equals(): String seems to be unrelated to Term
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 67. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestTryDelete.java (at line 79)
 [ecj-lint] 	ReferenceManager<IndexSearcher> mgr = new SearcherManager(writer,
 [ecj-lint] 	                                ^^^
 [ecj-lint] Resource leak: 'mgr' is never closed
 [ecj-lint] ----------
 [ecj-lint] 68. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestTryDelete.java (at line 124)
 [ecj-lint] 	ReferenceManager<IndexSearcher> mgr = new SearcherManager(writer,
 [ecj-lint] 	                                ^^^
 [ecj-lint] Resource leak: 'mgr' is never closed
 [ecj-lint] ----------
 [ecj-lint] 69. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestTryDelete.java (at line 166)
 [ecj-lint] 	ReferenceManager<IndexSearcher> mgr = new SearcherManager(writer,
 [ecj-lint] 	                                ^^^
 [ecj-lint] Resource leak: 'mgr' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 70. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestFuzzyQuery.java (at line 406)
 [ecj-lint] 	MockAnalyzer analyzer = new MockAnalyzer(random());
 [ecj-lint] 	             ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] 71. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestFuzzyQuery.java (at line 524)
 [ecj-lint] 	RandomIndexWriter w = new RandomIndexWriter(random(), dir);
 [ecj-lint] 	                  ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 72. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestLRUQueryCache.java (at line 182)
 [ecj-lint] 	throw error.get();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'mgr' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 73. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestLRUQueryCache.java (at line 182)
 [ecj-lint] 	throw error.get();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 74. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSameScoresWithThreads.java (at line 49)
 [ecj-lint] 	LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	             ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 75. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSearcherManager.java (at line 313)
 [ecj-lint] 	SearcherManager sm = new SearcherManager(writer, false, false, new SearcherFactory());
 [ecj-lint] 	                ^^
 [ecj-lint] Resource leak: 'sm' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 76. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSortedNumericSortField.java (at line 64)
 [ecj-lint] 	assertFalse(sf.equals("foo"));
 [ecj-lint] 	                      ^^^^^
 [ecj-lint] Unlikely argument type for equals(): String seems to be unrelated to SortField
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 77. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSortedSetSortField.java (at line 64)
 [ecj-lint] 	assertFalse(sf.equals("foo"));
 [ecj-lint] 	                      ^^^^^
 [ecj-lint] Unlikely argument type for equals(): String seems to be unrelated to SortField
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 78. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestTermQuery.java (at line 52)
 [ecj-lint] 	new TermQuery(new Term("foo", "bar"), TermStates.build(new MultiReader().getContext(), new Term("foo", "bar"), true)));
 [ecj-lint] 	                                                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 79. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestTotalHits.java (at line 28)
 [ecj-lint] 	assertFalse(totalHits1.equals(totalHits1.value));
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^
 [ecj-lint] Unlikely argument type for equals(): long seems to be unrelated to TotalHits
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 80. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestWildcard.java (at line 55)
 [ecj-lint] 	assertFalse(wq1.equals(fq));
 [ecj-lint] 	                       ^^
 [ecj-lint] Unlikely argument type for equals(): FuzzyQuery seems to be unrelated to WildcardQuery
 [ecj-lint] ----------
 [ecj-lint] 81. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestWildcard.java (at line 56)
 [ecj-lint] 	assertFalse(fq.equals(wq1));
 [ecj-lint] 	                      ^^^
 [ecj-lint] Unlikely argument type for equals(): WildcardQuery seems to be unrelated to FuzzyQuery
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 82. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestBufferedIndexInput.java (at line 50)
 [ecj-lint] 	MyBufferedIndexInput input = new MyBufferedIndexInput();
 [ecj-lint] 	                     ^^^^^
 [ecj-lint] Resource leak: 'input' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 83. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestTrackingDirectoryWrapper.java (at line 32)
 [ecj-lint] 	TrackingDirectoryWrapper dir = new TrackingDirectoryWrapper(new ByteBuffersDirectory());
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] 84. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestTrackingDirectoryWrapper.java (at line 37)
 [ecj-lint] 	TrackingDirectoryWrapper dir = new TrackingDirectoryWrapper(new ByteBuffersDirectory());
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] 85. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestTrackingDirectoryWrapper.java (at line 43)
 [ecj-lint] 	TrackingDirectoryWrapper dir = new TrackingDirectoryWrapper(new ByteBuffersDirectory());
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] 86. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestTrackingDirectoryWrapper.java (at line 51)
 [ecj-lint] 	TrackingDirectoryWrapper dir = new TrackingDirectoryWrapper(new ByteBuffersDirectory());
 [ecj-lint] 	                         ^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] 87. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestTrackingDirectoryWrapper.java (at line 60)
 [ecj-lint] 	TrackingDirectoryWrapper dest = new TrackingDirectoryWrapper(new ByteBuffersDirectory());
 [ecj-lint] 	                         ^^^^
 [ecj-lint] Resource leak: 'dest' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 88. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/TestCloseableThreadLocal.java (at line 31)
 [ecj-lint] 	CloseableThreadLocal<Object> ctl = new CloseableThreadLocal<>();
 [ecj-lint] 	                             ^^^
 [ecj-lint] Resource leak: 'ctl' is never closed
 [ecj-lint] ----------
 [ecj-lint] 89. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/TestCloseableThreadLocal.java (at line 39)
 [ecj-lint] 	CloseableThreadLocal<Object> ctl = new CloseableThreadLocal<>();
 [ecj-lint] 	                             ^^^
 [ecj-lint] Resource leak: 'ctl' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 90. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/Test2BBKDPoints.java (at line 44)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs, dir, "_0", 1, 1, Long.BYTES,
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 91. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/Test2BBKDPoints.java (at line 81)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs, dir, "_0", 2, 2, Long.BYTES,
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 92. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 52)
 [ecj-lint] 	BKDWriter w = new BKDWriter(100, dir, "tmp", 1, 1, 4, 2, 1.0f, 100);
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 93. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 128)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs, dir, "tmp", numDims, numIndexDims, 4, maxPointsInLeafNode, maxMB, numDocs);
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 94. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 269)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs, dir, "tmp", numDims, numDims, numBytesPerDim, maxPointsInLeafNode, maxMB, numDocs);
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 95. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 784)
 [ecj-lint] 	w = new BKDWriter(numValues, dir, "_" + seg, numDataDims, numIndexDims, numBytesPerDim, maxPointsInLeafNode, maxMB, docValues.length);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 96. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 1065)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs+1, dir, "tmp", 1, 1, Integer.BYTES, 2, 0.01f, numDocs);
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 97. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 1177)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs+1, dir, "tmp", 2, 2, Integer.BYTES, 2, 0.01f, numDocs);
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 98. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java (at line 1228)
 [ecj-lint] 	BKDWriter w = new BKDWriter(numDocs+1, dir, "tmp", numDims, numIndexDims, bytesPerDim, 32, 1f, numDocs);
 [ecj-lint] 	          ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 99. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/fst/TestFSTs.java (at line 311)
 [ecj-lint] 	final LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint] 	                   ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] 100. INFO in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/fst/TestFSTs.java (at line 574)
 [ecj-lint] 	if (!actual.equals(intsRef)) {
 [ecj-lint] 	                   ^^^^^^^
 [ecj-lint] Unlikely argument type for equals(): IntsRefBuilder seems to be unrelated to IntsRef
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 101. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/fst/TestFstDirect.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] 102. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/fst/TestFstDirect.java (at line 26)
 [ecj-lint] 	import java.util.stream.Collectors;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.stream.Collectors is never used
 [ecj-lint] ----------
 [ecj-lint] 103. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/util/fst/TestFstDirect.java (at line 34)
 [ecj-lint] 	import org.junit.Before;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.junit.Before is never used
 [ecj-lint] ----------
 [ecj-lint] 103 problems (3 errors, 93 warnings, 93 info)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:202: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2015: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2048: Compile failed; see the compiler error output for details.

Total time: 82 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.1) - Build # 24477 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24477/
Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.rule.RulesTest.doIntegrationTest

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:44433/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:44433/solr
	at __randomizedtesting.SeedInfo.seed([C871AD5D93201C24:2D42EADC8F54EE26]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:547)
	at org.apache.solr.cloud.rule.RulesTest.removeCollections(RulesTest.java:69)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 48 more


FAILED:  org.apache.solr.cloud.rule.RulesTest.testInvokeApi

Error Message:
Error from server at https://127.0.0.1:44433/solr: Could not find collection : rulesColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44433/solr: Could not find collection : rulesColl
	at __randomizedtesting.SeedInfo.seed([C871AD5D93201C24:7B64C067C7C2626E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:547)
	at org.apache.solr.cloud.rule.RulesTest.removeCollections(RulesTest.java:69)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14971 lines...]
   [junit4] Suite: org.apache.solr.cloud.rule.RulesTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/init-core-data-001
   [junit4]   2> 2063075 WARN  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2063076 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2063076 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2063077 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2063077 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001
   [junit4]   2> 2063077 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2063077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2063077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2063177 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:44963
   [junit4]   2> 2063177 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44963
   [junit4]   2> 2063177 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44963
   [junit4]   2> 2063179 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063180 INFO  (zkConnectionManagerCallback-18266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063180 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063188 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063192 INFO  (zkConnectionManagerCallback-18268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063192 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063193 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063196 INFO  (zkConnectionManagerCallback-18270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063196 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063303 WARN  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2063303 WARN  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2063303 WARN  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2063303 WARN  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2063303 WARN  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2063303 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2063304 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2063304 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2063304 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2063322 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2063322 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2063322 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2063322 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69985dd8{/solr,null,AVAILABLE}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28254f55{/solr,null,AVAILABLE}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@549730f0{/solr,null,AVAILABLE}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65bcf105{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:36837}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.e.j.s.Server Started @2063359ms
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36837}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@390b8a6e{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:34429}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20d66917{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42377}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.e.j.s.Server Started @2063359ms
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.e.j.s.Server Started @2063359ms
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42377}
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34429}
   [junit4]   2> 2063323 ERROR (jetty-launcher-18271-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 2063323 ERROR (jetty-launcher-18271-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2063323 ERROR (jetty-launcher-18271-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T15:37:57.390960Z
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 2063323 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2063324 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T15:37:57.390998Z
   [junit4]   2> 2063324 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2063324 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2063324 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T15:37:57.391020Z
   [junit4]   2> 2063328 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063329 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2063332 INFO  (zkConnectionManagerCallback-18273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063332 INFO  (zkConnectionManagerCallback-18277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063332 INFO  (zkConnectionManagerCallback-18275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25630bd{/solr,null,AVAILABLE}
   [junit4]   2> 2063332 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a88e9b5{/solr,null,AVAILABLE}
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6784e9ad{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:35313}
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-5) [     ] o.e.j.s.Server Started @2063369ms
   [junit4]   2> 2063333 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35313}
   [junit4]   2> 2063334 ERROR (jetty-launcher-18271-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2063334 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2063334 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 2063334 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2063334 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2063334 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T15:37:57.401106Z
   [junit4]   2> 2063336 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@420e1456{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:44433}
   [junit4]   2> 2063336 INFO  (jetty-launcher-18271-thread-3) [     ] o.e.j.s.Server Started @2063372ms
   [junit4]   2> 2063336 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44433}
   [junit4]   2> 2063336 ERROR (jetty-launcher-18271-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2063336 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2063337 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 2063337 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2063337 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2063337 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T15:37:57.404081Z
   [junit4]   2> 2063340 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063348 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063348 INFO  (zkConnectionManagerCallback-18279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063348 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063349 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2063361 INFO  (zkConnectionManagerCallback-18281-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063361 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063362 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2063542 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2063543 WARN  (jetty-launcher-18271-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@56c2095d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063543 WARN  (jetty-launcher-18271-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@56c2095d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063556 WARN  (jetty-launcher-18271-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5b85d29d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063556 WARN  (jetty-launcher-18271-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5b85d29d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063557 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44963/solr
   [junit4]   2> 2063568 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063572 INFO  (zkConnectionManagerCallback-18289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063572 INFO  (jetty-launcher-18271-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063731 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2063732 WARN  (jetty-launcher-18271-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14bc88cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063732 WARN  (jetty-launcher-18271-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14bc88cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063734 WARN  (jetty-launcher-18271-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@489b7f6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063734 WARN  (jetty-launcher-18271-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@489b7f6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063735 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44963/solr
   [junit4]   2> 2063736 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063736 INFO  (zkConnectionManagerCallback-18296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063736 INFO  (jetty-launcher-18271-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063889 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2063890 WARN  (jetty-launcher-18271-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53e8be17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063890 WARN  (jetty-launcher-18271-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53e8be17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063908 WARN  (jetty-launcher-18271-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6af38672[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063908 WARN  (jetty-launcher-18271-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6af38672[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063910 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44963/solr
   [junit4]   2> 2063928 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063940 INFO  (zkConnectionManagerCallback-18304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063940 INFO  (jetty-launcher-18271-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063947 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063947 INFO  (zkConnectionManagerCallback-18306-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063947 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063948 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2063949 WARN  (jetty-launcher-18271-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ccd36b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063949 WARN  (jetty-launcher-18271-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ccd36b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063956 WARN  (jetty-launcher-18271-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e869523[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063956 WARN  (jetty-launcher-18271-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e869523[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2063957 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44963/solr
   [junit4]   2> 2063968 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063968 INFO  (zkConnectionManagerCallback-18314-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063968 INFO  (jetty-launcher-18271-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063990 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35313_solr
   [junit4]   2> 2063990 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.Overseer Overseer (id=72095333364727819-127.0.0.1:35313_solr-n_0000000000) starting
   [junit4]   2> 2063993 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2063994 INFO  (zkConnectionManagerCallback-18319-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2063994 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2063996 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44963/solr ready
   [junit4]   2> 2063996 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2064000 INFO  (OverseerStateUpdate-72095333364727819-127.0.0.1:35313_solr-n_0000000000) [n:127.0.0.1:35313_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35313_solr
   [junit4]   2> 2064000 WARN  (jetty-launcher-18271-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32bd25d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2064000 WARN  (jetty-launcher-18271-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32bd25d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2064003 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35313_solr
   [junit4]   2> 2064005 WARN  (jetty-launcher-18271-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@395846b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2064005 WARN  (jetty-launcher-18271-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@395846b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2064006 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2064006 INFO  (zkCallback-18318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2064006 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2064007 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44963/solr
   [junit4]   2> 2064008 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064024 INFO  (zkConnectionManagerCallback-18325-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064024 INFO  (jetty-launcher-18271-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064024 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2064039 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35313.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064046 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35313.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064046 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35313.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064047 INFO  (jetty-launcher-18271-thread-5) [n:127.0.0.1:35313_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node5/.
   [junit4]   2> 2064064 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064068 INFO  (zkConnectionManagerCallback-18328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064068 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064071 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2064080 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36837_solr as DOWN
   [junit4]   2> 2064081 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2064081 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36837_solr
   [junit4]   2> 2064081 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2064081 INFO  (zkCallback-18318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2064084 INFO  (zkCallback-18327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2064090 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064091 INFO  (zkConnectionManagerCallback-18335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064091 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064091 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2064092 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44963/solr ready
   [junit4]   2> 2064092 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2064106 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2064119 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36837.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064128 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36837.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064128 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36837.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064129 INFO  (jetty-launcher-18271-thread-2) [n:127.0.0.1:36837_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node2/.
   [junit4]   2> 2064148 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064148 INFO  (zkConnectionManagerCallback-18338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064148 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064150 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2064152 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44433_solr as DOWN
   [junit4]   2> 2064153 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2064153 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44433_solr
   [junit4]   2> 2064153 INFO  (zkCallback-18318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064153 INFO  (zkCallback-18327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064154 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064154 INFO  (zkCallback-18334-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064155 INFO  (zkCallback-18337-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064160 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064164 INFO  (zkConnectionManagerCallback-18345-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064164 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064165 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2064165 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44963/solr ready
   [junit4]   2> 2064166 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2064180 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2064193 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064201 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064201 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064202 INFO  (jetty-launcher-18271-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node3/.
   [junit4]   2> 2064241 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064242 INFO  (zkConnectionManagerCallback-18348-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064242 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064244 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2064246 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34429_solr as DOWN
   [junit4]   2> 2064246 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2064246 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34429_solr
   [junit4]   2> 2064247 INFO  (zkCallback-18337-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064247 INFO  (zkCallback-18318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064247 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064247 INFO  (zkCallback-18327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064247 INFO  (zkCallback-18334-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064247 INFO  (zkCallback-18347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064247 INFO  (zkCallback-18344-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2064248 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064249 INFO  (zkConnectionManagerCallback-18355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064249 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064249 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2064250 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44963/solr ready
   [junit4]   2> 2064250 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2064267 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2064279 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34429.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064286 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34429.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064286 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34429.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064287 INFO  (jetty-launcher-18271-thread-1) [n:127.0.0.1:34429_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node1/.
   [junit4]   2> 2064342 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064342 INFO  (zkConnectionManagerCallback-18358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064342 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064345 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2064349 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42377_solr as DOWN
   [junit4]   2> 2064350 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2064350 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42377_solr
   [junit4]   2> 2064351 INFO  (zkCallback-18334-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064351 INFO  (zkCallback-18344-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064351 INFO  (zkCallback-18318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064351 INFO  (zkCallback-18337-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064351 INFO  (zkCallback-18327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064352 INFO  (zkCallback-18347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064352 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064356 INFO  (zkCallback-18354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064361 INFO  (zkCallback-18357-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2064364 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064368 INFO  (zkConnectionManagerCallback-18365-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064368 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064369 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2064369 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44963/solr ready
   [junit4]   2> 2064369 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2064384 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2064397 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42377.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064403 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42377.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064403 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42377.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2064404 INFO  (jetty-launcher-18271-thread-4) [n:127.0.0.1:42377_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node4/.
   [junit4]   2> 2064442 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2064443 INFO  (zkConnectionManagerCallback-18371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064443 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2064444 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2064444 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44963/solr ready
   [junit4]   2> 2064476 INFO  (TEST-RulesTest.testHostFragmentRuleThrowsExceptionWhenIpDoesNotMatch-seed#[C871AD5D93201C24]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testHostFragmentRuleThrowsExceptionWhenIpDoesNotMatch
   [junit4]   2> 2064491 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=ipRuleColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=ip_2:0&rule=ip_1:19999&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2064494 INFO  (OverseerThreadFactory-12904-thread-1-processing-n:127.0.0.1:35313_solr) [n:127.0.0.1:35313_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection ipRuleColl
   [junit4]   2> 2064598 ERROR (OverseerThreadFactory-12904-thread-1-processing-n:127.0.0.1:35313_solr) [n:127.0.0.1:35313_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: ipRuleColl operation: create failed:org.apache.solr.common.SolrException: Could not identify nodes matching the rules [{"ip_2":"0"}, {"ip_1":"19999"}]
   [junit4]   2>  tag values{
   [junit4]   2>   "127.0.0.1:44433_solr":{
   [junit4]   2>     "ip_1":"1",
   [junit4]   2>     "ip_2":"0"},
   [junit4]   2>   "127.0.0.1:35313_solr":{
   [junit4]   2>     "ip_1":"1",
   [junit4]   2>     "ip_2":"0"},
   [junit4]   2>   "127.0.0.1:42377_solr":{
   [junit4]   2>     "ip_1":"1",
   [junit4]   2>     "ip_2":"0"},
   [junit4]   2>   "127.0.0.1:36837_solr":{
   [junit4]   2>     "ip_1":"1",
   [junit4]   2>     "ip_2":"0"},
   [junit4]   2>   "127.0.0.1:34429_solr":{
   [junit4]   2>     "ip_1":"1",
   [junit4]   2>     "ip_2":"0"}}
   [junit4]   2> Initial state for the coll : {"shard1":{}}
   [junit4]   2> 	at org.apache.solr.cloud.rule.ReplicaAssigner.getNodeMappings(ReplicaAssigner.java:126)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign$RulesBasedAssignStrategy.assign(Assign.java:614)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.buildReplicaPositions(CreateCollectionCmd.java:410)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:190)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 2064600 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=ipRuleColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=ip_2:0&rule=ip_1:19999&wt=javabin&version=2} status=400 QTime=108
   [junit4]   2> 2064601 INFO  (TEST-RulesTest.testHostFragmentRuleThrowsExceptionWhenIpDoesNotMatch-seed#[C871AD5D93201C24]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2064602 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=ipRuleColl&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2064605 INFO  (OverseerCollectionConfigSetProcessor-72095333364727819-127.0.0.1:35313_solr-n_0000000000) [n:127.0.0.1:35313_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2064605 INFO  (OverseerThreadFactory-12904-thread-2-processing-n:127.0.0.1:35313_solr) [n:127.0.0.1:35313_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 2064707 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/ipRuleColl/state.json] for collection [ipRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2064709 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=ipRuleColl&action=DELETE&wt=javabin&version=2} status=0 QTime=106
   [junit4]   2> 2064712 INFO  (TEST-RulesTest.testHostFragmentRuleThrowsExceptionWhenIpDoesNotMatch-seed#[C871AD5D93201C24]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testHostFragmentRuleThrowsExceptionWhenIpDoesNotMatch
   [junit4]   2> 2064740 INFO  (TEST-RulesTest.testPortRule-seed#[C871AD5D93201C24]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPortRule
   [junit4]   2> 2064741 INFO  (qtp234152355-48997) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=portRuleColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=port:44433&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2064743 INFO  (OverseerThreadFactory-12904-thread-3-processing-n:127.0.0.1:35313_solr) [n:127.0.0.1:35313_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection portRuleColl
   [junit4]   2> 2064743 INFO  (OverseerCollectionConfigSetProcessor-72095333364727819-127.0.0.1:35313_solr-n_0000000000) [n:127.0.0.1:35313_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2064948 INFO  (OverseerStateUpdate-72095333364727819-127.0.0.1:35313_solr-n_0000000000) [n:127.0.0.1:35313_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"portRuleColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"portRuleColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44433/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2064950 INFO  (OverseerStateUpdate-72095333364727819-127.0.0.1:35313_solr-n_0000000000) [n:127.0.0.1:35313_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"portRuleColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"portRuleColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44433/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2065158 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=portRuleColl_shard1_replica_n2&action=CREATE&numShards=1&collection=portRuleColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2065162 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=portRuleColl_shard1_replica_n1&action=CREATE&numShards=1&collection=portRuleColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2066166 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2066166 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2066172 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.s.IndexSchema [portRuleColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2066172 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.s.IndexSchema [portRuleColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2066174 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2066174 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2066174 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'portRuleColl_shard1_replica_n2' using configuration from collection portRuleColl, trusted=true
   [junit4]   2> 2066174 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'portRuleColl_shard1_replica_n1' using configuration from collection portRuleColl, trusted=true
   [junit4]   2> 2066174 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.core.portRuleColl.shard1.replica_n1' (registry 'solr.core.portRuleColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2066174 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.core.portRuleColl.shard1.replica_n2' (registry 'solr.core.portRuleColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63590f74
   [junit4]   2> 2066174 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[portRuleColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node3/portRuleColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node3/./portRuleColl_shard1_replica_n2/data/]
   [junit4]   2> 2066174 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[portRuleColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node3/portRuleColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001/tempDir-001/node3/./portRuleColl_shard1_replica_n1/data/]
   [junit4]   2> 2066211 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2066211 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2066212 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2066212 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2066219 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2066219 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2066219 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2066219 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2066220 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17d204dc[portRuleColl_shard1_replica_n1] main]
   [junit4]   2> 2066220 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f4b35d7[portRuleColl_shard1_replica_n2] main]
   [junit4]   2> 2066221 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2066221 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2066221 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2066221 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2066221 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2066221 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2066221 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640588881730469888
   [junit4]   2> 2066221 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640588881730469888
   [junit4]   2> 2066223 INFO  (searcherExecutor-12925-thread-1-processing-n:127.0.0.1:44433_solr x:portRuleColl_shard1_replica_n1 c:portRuleColl s:shard1 r:core_node3) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.SolrCore [portRuleColl_shard1_replica_n1] Registered new searcher Searcher@17d204dc[portRuleColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2066224 INFO  (searcherExecutor-12926-thread-1-processing-n:127.0.0.1:44433_solr x:portRuleColl_shard1_replica_n2 c:portRuleColl s:shard1 r:core_node4) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.SolrCore [portRuleColl_shard1_replica_n2] Registered new searcher Searcher@4f4b35d7[portRuleColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2066225 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/portRuleColl/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2066225 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 2066226 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/portRuleColl/leaders/shard1
   [junit4]   2> 2066226 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/portRuleColl/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 2066226 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/portRuleColl/leaders/shard1
   [junit4]   2> 2066228 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2066228 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2066228 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44433/solr/portRuleColl_shard1_replica_n1/
   [junit4]   2> 2066229 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=portRuleColl_shard1_replica_n1 url=https://127.0.0.1:44433/solr START replicas=[https://127.0.0.1:44433/solr/portRuleColl_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2066229 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=portRuleColl_shard1_replica_n1 url=https://127.0.0.1:44433/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2066237 INFO  (qtp234152355-49122) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.c.S.Request [portRuleColl_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2066238 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2066238 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2066238 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/portRuleColl/leaders/shard1/leader after winning as /collections/portRuleColl/leader_elect/shard1/election/72095333364727825-core_node3-n_0000000000
   [junit4]   2> 2066239 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44433/solr/portRuleColl_shard1_replica_n1/ shard1
   [junit4]   2> 2066340 INFO  (zkCallback-18337-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2066340 INFO  (zkCallback-18337-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2066340 INFO  (zkCallback-18337-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2066340 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2066341 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node3 x:portRuleColl_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=portRuleColl_shard1_replica_n1&action=CREATE&numShards=1&collection=portRuleColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1179
   [junit4]   2> 2066442 INFO  (zkCallback-18337-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2066442 INFO  (zkCallback-18337-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2066442 INFO  (zkCallback-18337-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2066442 INFO  (zkCallback-18337-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2067266 INFO  (qtp234152355-48992) [n:127.0.0.1:44433_solr c:portRuleColl s:shard1 r:core_node4 x:portRuleColl_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=portRuleColl_shard1_replica_n2&action=CREATE&numShards=1&collection=portRuleColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2108
   [junit4]   2> 2067268 INFO  (qtp234152355-48997) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2067330 INFO  (zkCallback-18337-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2067330 INFO  (zkCallback-18337-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2067330 INFO  (zkCallback-18337-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2067330 INFO  (zkCallback-18337-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2067330 INFO  (qtp234152355-48997) [n:127.0.0.1:44433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=portRuleColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=port:44433&wt=javabin&version=2} status=0 QTime=2589
   [junit4]   2> 2067333 INFO  (TEST-RulesTest.testPortRule-seed#[C871AD5D93201C24]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2067335 INFO  (qtp234152355-49129) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=portRuleColl&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2067337 INFO  (OverseerCollectionConfigSetProcessor-72095333364727819-127.0.0.1:35313_solr-n_0000000000) [n:127.0.0.1:35313_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2067337 INFO  (OverseerThreadFactory-12904-thread-4-processing-n:127.0.0.1:35313_solr) [n:127.0.0.1:35313_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 2067339 INFO  (qtp234152355-49122) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.portRuleColl.shard1.replica_n1, tag=null
   [junit4]   2> 2067339 INFO  (qtp234152355-49122) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17698983: rootName = solr_44433, domain = solr.core.portRuleColl.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.portRuleColl.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6f142524
   [junit4]   2> 2067348 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.portRuleColl.shard1.replica_n2, tag=null
   [junit4]   2> 2067348 INFO  (qtp234152355-49122) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n1 ] o.a.s.c.SolrCore [portRuleColl_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@466e7bd4
   [junit4]   2> 2067348 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4059f43c: rootName = solr_44433, domain = solr.core.portRuleColl.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.portRuleColl.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@1711712f
   [junit4]   2> 2067357 INFO  (qtp234152355-49122) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.portRuleColl.shard1.replica_n1, tag=466e7bd4
   [junit4]   2> 2067357 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n2 ] o.a.s.c.SolrCore [portRuleColl_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@52229b65
   [junit4]   2> 2067357 INFO  (qtp234152355-49122) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.portRuleColl.shard1.leader, tag=466e7bd4
   [junit4]   2> 2067357 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.portRuleColl.shard1.replica_n2, tag=52229b65
   [junit4]   2> 2067357 INFO  (qtp234152355-48984) [n:127.0.0.1:44433_solr    x:portRuleColl_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.portRuleColl.shard1.leader, tag=52229b65
   

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

nnection$2.succeeded(SslConnection.java:159)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error while saving shard term for collection: rulesColl
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.saveTerms(ZkShardTerms.java:307)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.removeTerm(ZkShardTerms.java:182)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.removeTerm(ZkShardTerms.java:173)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.remove(ZkCollectionTerms.java:52)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1643)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1637)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1659)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/rulesColl/terms/shard2
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2384)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:349)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:349)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.saveTerms(ZkShardTerms.java:297)
   [junit4]   2> 	... 45 more
   [junit4]   2> 
   [junit4]   2> 149605 INFO  (jetty-closer-138-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72095415627612177-127.0.0.1:36835_solr-n_0000000000) closing
   [junit4]   2> 149608 INFO  (jetty-closer-138-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e2e1aef{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 149609 INFO  (jetty-closer-138-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@637d7c81{/solr,null,UNAVAILABLE}
   [junit4]   2> 149610 INFO  (jetty-closer-138-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 149707 INFO  (jetty-closer-138-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@80f9f91{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 149707 INFO  (jetty-closer-138-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44f67a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 149707 INFO  (jetty-closer-138-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 149907 INFO  (jetty-closer-138-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@29dc24cd{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 149907 INFO  (jetty-closer-138-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1adb6d9a{/solr,null,UNAVAILABLE}
   [junit4]   2> 149907 INFO  (jetty-closer-138-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 150007 INFO  (jetty-closer-138-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@77a9a46a{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 150007 INFO  (jetty-closer-138-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17964089{/solr,null,UNAVAILABLE}
   [junit4]   2> 150007 INFO  (jetty-closer-138-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 150107 INFO  (jetty-closer-138-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@75dd0782{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 150108 INFO  (jetty-closer-138-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7224cdfe{/solr,null,UNAVAILABLE}
   [junit4]   2> 150108 INFO  (jetty-closer-138-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 150108 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 150312 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/aliases.json
   [junit4]   2> 	15	/solr/collections/rulesColl/terms/shard2
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	8	/solr/collections/modifyColl/terms/shard1
   [junit4]   2> 	8	/solr/collections/rulesColl/terms/shard1
   [junit4]   2> 	7	/solr/collections/hostFragment/terms/shard1
   [junit4]   2> 	6	/solr/collections/portRuleColl/terms/shard1
   [junit4]   2> 	6	/solr/collections/hostFragment/state.json
   [junit4]   2> 	5	/solr/collections/portRuleColl2/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/modifyColl/state.json
   [junit4]   2> 	3	/solr/collections/portRuleColl/state.json
   [junit4]   2> 	3	/solr/collections/rulesColl/state.json
   [junit4]   2> 	2	/solr/collections/portRuleColl2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	105	/solr/aliases.json
   [junit4]   2> 	102	/solr/collections/rulesColl/state.json
   [junit4]   2> 	24	/solr/collections/modifyColl/state.json
   [junit4]   2> 	20	/solr/collections/hostFragment/state.json
   [junit4]   2> 	18	/solr/clusterprops.json
   [junit4]   2> 	18	/solr/clusterstate.json
   [junit4]   2> 	14	/solr/collections/portRuleColl2/state.json
   [junit4]   2> 	13	/solr/collections/portRuleColl/state.json
   [junit4]   2> 	7	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	156	/solr/collections
   [junit4]   2> 	132	/solr/overseer/queue
   [junit4]   2> 	51	/solr/overseer/collection-queue-work
   [junit4]   2> 	32	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 150318 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34173
   [junit4]   2> 150318 INFO  (SUITE-RulesTest-seed#[C871AD5D93201C24]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34173
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_C871AD5D93201C24-001
   [junit4]   2> Jul 31, 2019 4:01:19 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=8650, maxDocsPerChunk=235, blockSize=791), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=8650, blockSize=791)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@64b033dc), locale=os, timezone=America/Eirunepe
   [junit4]   2> NOTE: Linux 4.18.0-25-generic amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=8,threads=2,free=129849856,total=245366784
   [junit4]   2> NOTE: All tests run in this JVM: [RulesTest]
   [junit4] Completed [5/5 (1!)] on J1 in 150.45s, 7 tests, 2 errors <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1492: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: There were test failures: 5 suites, 35 tests, 2 errors [seed: C871AD5D93201C24]

Total time: 2 minutes 33 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.rule.RulesTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=15c2fd673a38799ff99fc3f9edb4277c940e477d, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #24476
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.1) - Build # 24476 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24476/
Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI

Error Message:
should be a routed alias

Stack Trace:
java.lang.AssertionError: should be a routed alias
	at __randomizedtesting.SeedInfo.seed([129FD6D2ACCF22C8:D484AFEDFC4DB83]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI(AliasIntegrationTest.java:315)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13524 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 676269 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/init-core-data-001
   [junit4]   2> 676270 WARN  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 676270 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 676270 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 676271 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001
   [junit4]   2> 676271 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 676271 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 676272 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 676372 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:36311
   [junit4]   2> 676372 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36311
   [junit4]   2> 676372 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36311
   [junit4]   2> 676373 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676374 INFO  (zkConnectionManagerCallback-7490-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676374 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676376 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676377 INFO  (zkConnectionManagerCallback-7492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676377 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676381 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676384 INFO  (zkConnectionManagerCallback-7494-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676384 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676493 WARN  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 676493 WARN  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 676493 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 676493 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 676493 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 676493 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 676493 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 676493 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32633843{/solr,null,AVAILABLE}
   [junit4]   2> 676495 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7282a4e4{/solr,null,AVAILABLE}
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20154168{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42519}
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d6dd144{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:36813}
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.e.j.s.Server Started @676518ms
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.e.j.s.Server Started @676518ms
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36813}
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42519}
   [junit4]   2> 676496 ERROR (jetty-launcher-7495-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 676496 ERROR (jetty-launcher-7495-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T10:12:34.430435Z
   [junit4]   2> 676496 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-31T10:12:34.430442Z
   [junit4]   2> 676497 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676501 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676505 INFO  (zkConnectionManagerCallback-7499-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676505 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676505 INFO  (zkConnectionManagerCallback-7498-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676505 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676505 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676505 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676663 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 676664 WARN  (jetty-launcher-7495-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17d7a38c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676664 WARN  (jetty-launcher-7495-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17d7a38c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676666 WARN  (jetty-launcher-7495-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f525c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676666 WARN  (jetty-launcher-7495-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f525c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676667 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36311/solr
   [junit4]   2> 676668 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676669 INFO  (zkConnectionManagerCallback-7506-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676669 INFO  (jetty-launcher-7495-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676778 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 676779 WARN  (jetty-launcher-7495-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b45430[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676779 WARN  (jetty-launcher-7495-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b45430[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676781 WARN  (jetty-launcher-7495-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ab397a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676781 WARN  (jetty-launcher-7495-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ab397a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 676782 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36311/solr
   [junit4]   2> 676782 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676783 INFO  (zkConnectionManagerCallback-7513-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676783 INFO  (jetty-launcher-7495-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676810 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676811 INFO  (zkConnectionManagerCallback-7515-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676811 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676845 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36813_solr
   [junit4]   2> 676845 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.Overseer Overseer (id=72094053909397511-127.0.0.1:36813_solr-n_0000000000) starting
   [junit4]   2> 676848 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676848 INFO  (zkConnectionManagerCallback-7522-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676848 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676850 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36311/solr ready
   [junit4]   2> 676850 INFO  (OverseerStateUpdate-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36813_solr
   [junit4]   2> 676850 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36813_solr
   [junit4]   2> 676851 INFO  (zkCallback-7514-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 676851 INFO  (zkCallback-7521-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 676851 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 676860 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 676872 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 676878 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 676878 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 676879 INFO  (jetty-launcher-7495-thread-2) [n:127.0.0.1:36813_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node2/.
   [junit4]   2> 676910 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676911 INFO  (zkConnectionManagerCallback-7525-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676911 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676914 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 676915 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42519_solr as DOWN
   [junit4]   2> 676916 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 676916 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42519_solr
   [junit4]   2> 676916 INFO  (zkCallback-7514-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 676916 INFO  (zkCallback-7521-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 676917 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 676917 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676921 INFO  (zkConnectionManagerCallback-7532-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676921 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676922 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 676922 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36311/solr ready
   [junit4]   2> 676923 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 676930 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 676941 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42519.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 676948 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42519.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 676948 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42519.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 676949 INFO  (jetty-launcher-7495-thread-1) [n:127.0.0.1:42519_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/.
   [junit4]   2> 676964 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676965 INFO  (zkConnectionManagerCallback-7538-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676965 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676966 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 676967 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36311/solr ready
   [junit4]   2> 676986 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesCAR
   [junit4]   2> 676999 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 677001 INFO  (OverseerThreadFactory-3604-thread-1-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 677105 INFO  (OverseerStateUpdate-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42519/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 677106 INFO  (OverseerStateUpdate-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36813/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 677315 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 677315 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 677320 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 678321 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 678326 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 678327 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 678327 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 678327 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 678328 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 678328 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node2/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node2/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 678332 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 678333 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 678333 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 678334 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42519.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 678334 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 678357 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 678357 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 678358 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 678358 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 678359 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2212b3d[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 678360 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 678360 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 678360 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 678360 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640568409338937344
   [junit4]   2> 678363 INFO  (searcherExecutor-3613-thread-1-processing-n:127.0.0.1:36813_solr x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@2212b3d[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 678364 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 678364 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard2
   [junit4]   2> 678365 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 678365 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 678365 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36813/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 678365 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 678365 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SyncStrategy https://127.0.0.1:36813/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 678365 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard2/leader after winning as /collections/collection1meta/leader_elect/shard2/election/72094053909397511-core_node4-n_0000000000
   [junit4]   2> 678366 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36813/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 678374 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 678374 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 678375 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 678375 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 678376 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7af0c32f[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 678377 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 678377 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 678377 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 678377 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640568409356763136
   [junit4]   2> 678379 INFO  (searcherExecutor-3614-thread-1-processing-n:127.0.0.1:42519_solr x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@7af0c32f[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 678380 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 678380 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard1
   [junit4]   2> 678382 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 678382 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 678382 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42519/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 678382 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 678382 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:42519/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 678382 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard1/leader after winning as /collections/collection1meta/leader_elect/shard1/election/72094053909397513-core_node3-n_0000000000
   [junit4]   2> 678383 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42519/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 678484 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678484 INFO  (zkCallback-7514-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678484 INFO  (zkCallback-7514-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678484 INFO  (zkCallback-7524-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678485 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 678485 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 678519 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1204
   [junit4]   2> 678519 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1199
   [junit4]   2> 678521 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 678587 INFO  (zkCallback-7514-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678587 INFO  (zkCallback-7514-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678587 INFO  (zkCallback-7514-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678587 INFO  (zkCallback-7524-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678587 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678587 INFO  (zkCallback-7524-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 678588 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1588
   [junit4]   2> 678588 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 678590 INFO  (OverseerThreadFactory-3604-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection2meta
   [junit4]   2> 678590 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 678794 INFO  (OverseerStateUpdate-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42519/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 678996 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 680002 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 680006 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 680200 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 680200 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1' using configuration from collection collection2meta, trusted=true
   [junit4]   2> 680201 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42519.solr.core.collection2meta.shard1.replica_n1' (registry 'solr.core.collection2meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 680201 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/collection2meta_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 680237 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 680237 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 680238 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 680238 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 680238 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a229a5[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 680240 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 680240 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 680240 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 680240 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640568411310260224
   [junit4]   2> 680242 INFO  (searcherExecutor-3623-thread-1-processing-n:127.0.0.1:42519_solr x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1] Registered new searcher Searcher@6a229a5[collection2meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 680244 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2meta/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 680244 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection2meta/leaders/shard1
   [junit4]   2> 680245 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 680245 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 680245 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42519/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 680245 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 680246 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:42519/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 680246 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection2meta/leaders/shard1/leader after winning as /collections/collection2meta/leader_elect/shard1/election/72094053909397513-core_node2-n_0000000000
   [junit4]   2> 680246 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42519/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 680348 INFO  (zkCallback-7524-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680348 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680348 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 680375 INFO  (qtp1877977310-15383) [n:127.0.0.1:42519_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1379
   [junit4]   2> 680377 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 680449 INFO  (zkCallback-7524-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680449 INFO  (zkCallback-7514-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680449 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680449 INFO  (zkCallback-7524-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680450 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1861
   [junit4]   2> 680451 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 680451 INFO  (watches-7535-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 680451 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 680451 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 680451 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 680451 INFO  (watches-7535-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 680451 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 680452 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 680454 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=baz&property.bar=bam&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680455 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 680457 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=baz&property.bar=bam&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 680457 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680458 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 680459 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 680460 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680461 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 680462 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 680462 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 680462 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=+&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680464 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=+&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 680465 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testModifyPropertiesCAR
   [junit4]   2> 680465 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 680467 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection2meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680468 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 680469 INFO  (OverseerThreadFactory-3604-thread-5-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 680470 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=null
   [junit4]   2> 680470 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@443bbd09: rootName = solr_42519, domain = solr.core.collection2meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection2meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@7e893388
   [junit4]   2> 680483 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@423bf442
   [junit4]   2> 680483 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=423bf442
   [junit4]   2> 680483 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection2meta.shard1.leader, tag=423bf442
   [junit4]   2> 680486 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2meta/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 680487 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection2meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection2meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 680589 INFO  (zkCallback-7524-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680589 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680589 INFO  (zkCallback-7524-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680589 INFO  (zkCallback-7514-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680589 INFO  (zkCallback-7514-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680598 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0 QTime=130
   [junit4]   2> 680598 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection1meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680600 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 680600 INFO  (OverseerThreadFactory-3604-thread-5-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 680601 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=null
   [junit4]   2> 680601 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20648809: rootName = solr_42519, domain = solr.core.collection1meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@76e4818
   [junit4]   2> 680606 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=null
   [junit4]   2> 680606 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5680d379: rootName = solr_36813, domain = solr.core.collection1meta.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1meta.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@1416f714
   [junit4]   2> 680624 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@436e93ee
   [junit4]   2> 680624 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=436e93ee
   [junit4]   2> 680624 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1meta.shard1.leader, tag=436e93ee
   [junit4]   2> 680626 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6dfc3119
   [junit4]   2> 680626 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=6dfc3119
   [junit4]   2> 680626 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1meta.shard2.leader, tag=6dfc3119
   [junit4]   2> 680628 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 680629 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=28
   [junit4]   2> 680634 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 680635 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=30
   [junit4]   2> 680737 INFO  (zkCallback-7524-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680737 INFO  (zkCallback-7524-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680737 INFO  (zkCallback-7514-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680737 INFO  (zkCallback-7524-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680737 INFO  (zkCallback-7514-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680737 INFO  (zkCallback-7514-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 680743 INFO  (qtp1385639773-15388) [n:127.0.0.1:36813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0 QTime=144
   [junit4]   2> 680766 INFO  (TEST-AliasIntegrationTest.testProperties-seed#[129FD6D2ACCF22C8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testProperties
   [junit4]   2> 680789 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680790 INFO  (qtp1877977310-15385) [n:127.0.0.1:42519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 680798 INFO  (qtp1385639773-15386) [n:127.0.0.1:36813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 680800 INFO  (OverseerThreadFactory-3604-thread-5-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 680800 INFO  (OverseerCollectionConfigSetProcessor-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 681005 INFO  (OverseerStateUpdate-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36813/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 681006 INFO  (OverseerStateUpdate-72094053909397511-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42519/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 681207 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr    x:collection1meta_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 681208 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr    x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 682213 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 682213 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 682218 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 682218 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 682219 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 682219 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 682219 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 682219 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 682220 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 682220 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42519.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5eba43
   [junit4]   2> 682220 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 682220 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 682259 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 682259 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 682261 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 682261 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 682262 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 682262 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 682262 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a21025a[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 682263 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 682263 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 682263 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 682263 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 682264 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 682264 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640568413432578048
   [junit4]   2> 682264 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@187ad3c6[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 682265 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 682265 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 682265 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 682265 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640568413433626624
   [junit4]   2> 682266 INFO  (searcherExecutor-3628-thread-1-processing-n:127.0.0.1:36813_solr x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@1a21025a[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 682267 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 682267 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard1
   [junit4]   2> 682268 INFO  (searcherExecutor-3629-thread-1-processing-n:127.0.0.1:42519_solr x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@187ad3c6[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 682269 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 682269 INFO  (qtp1877977310-15387) [n:127.0.0.1:42519_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard2
   [junit4]   2> 682269 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 682269 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 682269 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36813/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 682269 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 682269 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:36813/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 682269 INFO  (qtp1385639773-15384) [n:127.0.0.1:36813_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard1/leader after winning as /collections/collection

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

 INFO  (jetty-closer-7634-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 727667 INFO  (jetty-closer-7634-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@445b012f: rootName = solr_42519, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7591c520
   [junit4]   2> 727667 INFO  (jetty-closer-7634-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 727671 INFO  (closeThreadPool-7641-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72094053909397511-127.0.0.1:36813_solr-n_0000000000) closing
   [junit4]   2> 727673 INFO  (zkCallback-7514-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 727673 INFO  (zkCallback-7531-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 727872 INFO  (jetty-closer-7634-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72094053909397511-127.0.0.1:36813_solr-n_0000000000) closing
   [junit4]   2> 727873 INFO  (jetty-closer-7634-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d6dd144{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 727874 INFO  (jetty-closer-7634-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32633843{/solr,null,UNAVAILABLE}
   [junit4]   2> 727874 INFO  (jetty-closer-7634-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 728074 INFO  (jetty-closer-7634-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@20154168{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 728074 INFO  (jetty-closer-7634-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7282a4e4{/solr,null,UNAVAILABLE}
   [junit4]   2> 728074 INFO  (jetty-closer-7634-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 728075 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 728276 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/collection1meta/state.json
   [junit4]   2> 	27	/solr/aliases.json
   [junit4]   2> 	23	/solr/collections/collection2meta/state.json
   [junit4]   2> 	18	/solr/configs/conf
   [junit4]   2> 	15	/solr/collections/collection1meta/terms/shard2
   [junit4]   2> 	15	/solr/collections/collection1meta/terms/shard1
   [junit4]   2> 	13	/solr/collections/collection2meta/terms/shard1
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 	6	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	4	/solr/collections/collection_one/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_new/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_two/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_old/state.json
   [junit4]   2> 	4	/solr/collections/collection_old/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection_one/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/state.json
   [junit4]   2> 	3	/solr/collections/collection_old/terms/shard2
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection_old/collectionprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/collection_one/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testErrorChecks-collection/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	526	/solr/aliases.json
   [junit4]   2> 	100	/solr/collections/collection1meta/state.json
   [junit4]   2> 	67	/solr/collections/collection2meta/state.json
   [junit4]   2> 	27	/solr/collections/collection_one/state.json
   [junit4]   2> 	27	/solr/collections/collection_old/state.json
   [junit4]   2> 	27	/solr/clusterprops.json
   [junit4]   2> 	27	/solr/clusterstate.json
   [junit4]   2> 	20	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	17	/solr/collections/collection_new/state.json
   [junit4]   2> 	17	/solr/collections/collection_two/state.json
   [junit4]   2> 	11	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	314	/solr/collections
   [junit4]   2> 	252	/solr/overseer/queue
   [junit4]   2> 	251	/solr/overseer/collection-queue-work
   [junit4]   2> 	34	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 728279 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36311
   [junit4]   2> 728279 INFO  (SUITE-AliasIntegrationTest-seed#[129FD6D2ACCF22C8]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36311
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_129FD6D2ACCF22C8-001
   [junit4]   2> Jul 31, 2019 10:13:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=Lucene50(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=746, maxMBSortInHeap=5.711272567701015, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@76d302e6), locale=zh-Hans-HK, timezone=Pacific/Gambier
   [junit4]   2> NOTE: Linux 4.18.0-25-generic amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=8,threads=1,free=153150600,total=384303104
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, CloudMLTQParserTest, TestExceedMaxTermLength, TestDefaultStatsCache, HLLUtilTest, CdcrVersionReplicationTest, TestFieldCacheSort, MoveReplicaHDFSTest, TestConfig, TestSimLargeCluster, UtilsToolTest, TestCoreDiscovery, TestSolrCloudWithDelegationTokens, RecoveryAfterSoftCommitTest, BasicAuthStandaloneTest, TestSQLHandler, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SuggestComponentContextFilterQueryTest, TestAuthorizationFramework, TestIndexingPerformance, NodeAddedTriggerIntegrationTest, NumberUtilsTest, SynonymTokenizerTest, TestBackupRepositoryFactory, TestRandomFlRTGCloud, ExplicitHLLTest, TestCloudPivotFacet, TestUtilizeNode, BadIndexSchemaTest, TestNumericRangeQuery32, TestSolrJ, TestRequestForwarding, TestSortableTextField, TestCollectionAPIs, CreateRoutedAliasTest, SolrJmxReporterTest, HighlighterTest, TestZkChroot, LegacyCloudClusterPropTest, TestDocBasedVersionConstraints, ImplicitSnitchTest, TestCloudRecovery2, SolrIndexMetricsTest, DistribJoinFromCollectionTest, TestRawResponseWriter, PolyFieldTest, ZkCollectionPropsCachingTest, DeleteNodeTest, TestMergePolicyConfig, TestComponentsName, CollectionStateFormat2Test, ConfigSetsAPITest, FullSolrCloudDistribCmdsTest, TestLuceneMatchVersion, ConnectionReuseTest, TestQueryUtils, TestConfigSetProperties, TestShortCircuitedRequests, MinimalSchemaTest, TestJsonFacetsStatsParsing, RankQueryTest, TestEmbeddedSolrServerConstructors, TestInitParams, TestPayloadScoreQParserPlugin, DistributedUpdateProcessorTest, CoreMergeIndexesAdminHandlerTest, TestTestInjection, OverseerModifyCollectionTest, OutOfBoxZkACLAndCredentialsProvidersTest, MigrateRouteKeyTest, TestConfigReload, TestFunctionQuery, RangeFacetCloudTest, V2StandaloneTest, TestStressReorder, TestHdfsBackupRestoreCore, TestDirectoryFactory, HttpPartitionTest, InfixSuggestersTest, ScheduledMaintenanceTriggerTest, TestDistributedMap, DistributedSuggestComponentTest, TestSimComputePlanAction, HdfsRecoveryZkTest, AtomicUpdateRemovalJavabinTest, TestPointFields, CoreAdminHandlerTest, AliasIntegrationTest]
   [junit4] Completed [249/871 (1!)] on J1 in 52.72s, 9 tests, 1 failure <<< FAILURES!

[...truncated 46874 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24476/consoleText

[repro] Revision: 15c2fd673a38799ff99fc3f9edb4277c940e477d

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=AliasIntegrationTest -Dtests.method=testClusterStateProviderAPI -Dtests.seed=129FD6D2ACCF22C8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-Hans-HK -Dtests.timezone=Pacific/Gambier -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       AliasIntegrationTest
[repro] ant compile-test

[...truncated 3315 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.AliasIntegrationTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=129FD6D2ACCF22C8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-Hans-HK -Dtests.timezone=Pacific/Gambier -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 115 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.AliasIntegrationTest
[repro] Exiting with code 0

[...truncated 43 lines...]