Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19759/ Java: 32bit/jdk-9-ea+171 -client -XX:+UseParallelGC
2 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard Error Message: Error from server at http://127.0.0.1:39609/solr: deleteshard the collection time out:180s Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39609/solr: deleteshard the collection time out:180s at __randomizedtesting.SeedInfo.seed([7FB3884C90EFA158:BAED3C50161A6BA5]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:237) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1129) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:805) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177) at org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard(CollectionsAPISolrJTest.java:143) 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:563) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) FAILED: org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([7FB3884C90EFA158:1DDE760D5F61C166]:0) at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNotNull(Assert.java:526) at org.junit.Assert.assertNotNull(Assert.java:537) at org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201) 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:563) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Build Log: [...truncated 10935 lines...] [junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.MetricsHandlerTest_7FB3884C90EFA158-001/init-core-data-001 [junit4] 2> 2633 WARN (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2 [junit4] 2> 2634 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields [junit4] 2> 2634 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-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> 2646 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 2646 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 2739 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 2870 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.s.IndexSchema [null] Schema name=test [junit4] 2> 2931 WARN (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly. [junit4] 2> 3120 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 3250 WARN (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX. [junit4] 2> 3251 WARN (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX. [junit4] 2> 3251 WARN (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX. [junit4] 2> 3252 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 3305 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 3355 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 3545 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 3579 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 3580 WARN (coreLoadExecutor-18-thread-1) [ ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX. [junit4] 2> 3580 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 3580 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.MetricsHandlerTest_7FB3884C90EFA158-001/init-core-data-001/] [junit4] 2> 3582 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.955078125, floorSegmentMB=2.1904296875, forceMergeDeletesPctAllowed=5.1898649809001505, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 3616 WARN (coreLoadExecutor-18-thread-1) [ ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.OldLuceneQParserPlugin]. Please consult documentation how to replace it accordingly. [junit4] 2> 3735 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 3736 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 3743 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 3743 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 3745 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 3746 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a8c82d[collection1] main] [junit4] 2> 3747 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 3819 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 3913 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 3920 INFO (coreLoadExecutor-18-thread-1) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569042384688250880 [junit4] 2> 3917 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 3924 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 3924 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 3924 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 3925 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 3930 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external [junit4] 2> 3931 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 3934 INFO (TEST-MetricsHandlerTest.testPropertyFilter-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter [junit4] 2> 3957 INFO (TEST-MetricsHandlerTest.testPropertyFilter-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter [junit4] 2> 3958 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq [junit4] 2> 3959 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn [junit4] 2> 3959 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MetricsHandlerTest -Dtests.method=testPropertyFilter -Dtests.seed=7FB3884C90EFA158 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=asa-TZ -Dtests.timezone=BST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 0.03s J2 | MetricsHandlerTest.testPropertyFilter <<< [junit4] > Throwable #1: java.lang.AssertionError [junit4] > at __randomizedtesting.SeedInfo.seed([7FB3884C90EFA158:1DDE760D5F61C166]:0) [junit4] > at org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:563) [junit4] > at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 3967 INFO (searcherExecutor-19-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a8c82d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 3971 INFO (TEST-MetricsHandlerTest.testCompact-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCompact [junit4] 2> 3983 INFO (TEST-MetricsHandlerTest.testCompact-seed#[7FB3884C90EFA158]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 3989 INFO (TEST-MetricsHandlerTest.testCompact-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testCompact [junit4] 2> 3992 INFO (TEST-MetricsHandlerTest.test-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 4028 INFO (TEST-MetricsHandlerTest.test-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Ending test [junit4] 2> 4029 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> 4029 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=18663581 [junit4] 2> 4029 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 4029 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 4029 INFO (SUITE-MetricsHandlerTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 4037 INFO (coreCloseExecutor-24-thread-1) [ ] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@5a4afb [junit4] 2> 4054 INFO (coreCloseExecutor-24-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=5917435 [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.MetricsHandlerTest_7FB3884C90EFA158-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1074, maxMBSortInHeap=5.565593862035906, sim=RandomSimilarity(queryNorm=false): {}, locale=asa-TZ, timezone=BST [junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=8,threads=1,free=175170952,total=212074496 [junit4] 2> NOTE: All tests run in this JVM: [TestFilteredDocIdSet, HdfsUnloadDistributedZkTest, CdcrReplicationDistributedZkTest, FieldMutatingUpdateProcessorTest, MetricsHandlerTest] [junit4] Completed [7/724 (1!)] on J2 in 1.56s, 3 tests, 1 failure <<< FAILURES! [...truncated 1487 lines...] [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/init-core-data-001 [junit4] 2> 1397499 WARN (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28 [junit4] 2> 1397499 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields [junit4] 2> 1397499 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 1397499 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001 [junit4] 2> 1397499 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1397500 INFO (Thread-2842) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1397500 INFO (Thread-2842) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1397501 ERROR (Thread-2842) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 1397600 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:44815 [junit4] 2> 1397602 INFO (jetty-launcher-2130-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1397602 INFO (jetty-launcher-2130-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1397602 INFO (jetty-launcher-2130-thread-4) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1397602 INFO (jetty-launcher-2130-thread-3) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1397603 INFO (jetty-launcher-2130-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c4150a{/solr,null,AVAILABLE} [junit4] 2> 1397603 INFO (jetty-launcher-2130-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f80277{/solr,null,AVAILABLE} [junit4] 2> 1397603 INFO (jetty-launcher-2130-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f78081{/solr,null,AVAILABLE} [junit4] 2> 1397603 INFO (jetty-launcher-2130-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1dc7686{/solr,null,AVAILABLE} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2dd73a{HTTP/1.1,[http/1.1]}{127.0.0.1:37327} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@c29f36{HTTP/1.1,[http/1.1]}{127.0.0.1:32829} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-2) [ ] o.e.j.s.Server Started @1399559ms [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-1) [ ] o.e.j.s.Server Started @1399559ms [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37327} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32829} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1255936{HTTP/1.1,[http/1.1]}{127.0.0.1:39609} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@10cb369{HTTP/1.1,[http/1.1]}{127.0.0.1:42643} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-4) [ ] o.e.j.s.Server Started @1399559ms [junit4] 2> 1397604 ERROR (jetty-launcher-2130-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39609} [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 1397604 ERROR (jetty-launcher-2130-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1397605 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1397605 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 1397605 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1397605 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1397605 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-06-01T22:40:17.315120Z [junit4] 2> 1397605 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1397610 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-06-01T22:40:17.320579Z [junit4] 2> 1397604 INFO (jetty-launcher-2130-thread-3) [ ] o.e.j.s.Server Started @1399559ms [junit4] 2> 1397610 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42643} [junit4] 2> 1397611 ERROR (jetty-launcher-2130-thread-3) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-06-01T22:40:17.321334Z [junit4] 2> 1397605 ERROR (jetty-launcher-2130-thread-4) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1397611 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-06-01T22:40:17.321920Z [junit4] 2> 1397612 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1397612 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1397613 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1397615 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15c65d1093a0004, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 1397616 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1397617 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44815/solr [junit4] 2> 1397617 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44815/solr [junit4] 2> 1397617 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44815/solr [junit4] 2> 1397622 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15c65d1093a0005, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> 1397624 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44815/solr [junit4] 2> 1397630 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1397630 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32829_solr [junit4] 2> 1397631 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.c.Overseer Overseer (id=98065240372674570-127.0.0.1:32829_solr-n_0000000000) starting [junit4] 2> 1397634 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1397635 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1397635 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42643_solr [junit4] 2> 1397635 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37327_solr [junit4] 2> 1397636 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1397636 INFO (zkCallback-2152-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1397638 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1397639 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1397646 INFO (zkCallback-2150-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1397647 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39609_solr [junit4] 2> 1397647 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1397647 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1397647 INFO (zkCallback-2150-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1397648 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32829_solr [junit4] 2> 1397648 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1397648 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1397648 INFO (zkCallback-2152-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1397649 INFO (zkCallback-2150-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1397654 INFO (zkCallback-2152-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1397745 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39609.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397748 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32829.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397750 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39609.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397750 INFO (jetty-launcher-2130-thread-4) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39609.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397751 INFO (jetty-launcher-2130-thread-4) [ ] 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.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node4/. [junit4] 2> 1397751 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32829.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397751 INFO (jetty-launcher-2130-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32829.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397752 INFO (jetty-launcher-2130-thread-1) [ ] 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.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node1/. [junit4] 2> 1397759 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42643.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397761 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42643.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397762 INFO (jetty-launcher-2130-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42643.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397762 INFO (jetty-launcher-2130-thread-3) [ ] 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.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node3/. [junit4] 2> 1397851 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37327.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397854 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37327.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397854 INFO (jetty-launcher-2130-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37327.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1397854 INFO (jetty-launcher-2130-thread-2) [ ] 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.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node2/. [junit4] 2> 1397883 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1397884 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44815/solr ready [junit4] 2> 1397895 INFO (TEST-CollectionsAPISolrJTest.testAddAndDeleteReplica-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testAddAndDeleteReplica [junit4] 2> 1397896 INFO (qtp5492171-13746) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=solrj_replicatests&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1397897 INFO (OverseerThreadFactory-6890-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection solrj_replicatests [junit4] 2> 1398000 INFO (qtp27963216-13748) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n1&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1398000 INFO (qtp33090442-13749) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n2&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1398000 INFO (qtp27963216-13748) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1398000 INFO (qtp33090442-13749) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1398102 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1398103 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1399005 INFO (qtp33090442-13749) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1399007 INFO (qtp27963216-13748) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1399010 INFO (qtp33090442-13749) [ ] o.a.s.s.IndexSchema [solrj_replicatests_shard1_replica_n2] Schema name=minimal [junit4] 2> 1399010 INFO (qtp27963216-13748) [ ] o.a.s.s.IndexSchema [solrj_replicatests_shard1_replica_n1] Schema name=minimal [junit4] 2> 1399011 INFO (qtp33090442-13749) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1399011 INFO (qtp33090442-13749) [ ] o.a.s.c.CoreContainer Creating SolrCore 'solrj_replicatests_shard1_replica_n2' using configuration from collection solrj_replicatests, trusted=true [junit4] 2> 1399011 INFO (qtp27963216-13748) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1399011 INFO (qtp27963216-13748) [ ] o.a.s.c.CoreContainer Creating SolrCore 'solrj_replicatests_shard1_replica_n1' using configuration from collection solrj_replicatests, trusted=true [junit4] 2> 1399011 INFO (qtp33090442-13749) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42643.solr.core.solrj_replicatests.shard1.replica_n2' (registry 'solr.core.solrj_replicatests.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1399011 INFO (qtp27963216-13748) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37327.solr.core.solrj_replicatests.shard1.replica_n1' (registry 'solr.core.solrj_replicatests.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1399011 INFO (qtp33090442-13749) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1399011 INFO (qtp27963216-13748) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1399011 INFO (qtp33090442-13749) [ ] o.a.s.c.SolrCore [[solrj_replicatests_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node3/solrj_replicatests_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node3/./solrj_replicatests_shard1_replica_n2/data/] [junit4] 2> 1399011 INFO (qtp27963216-13748) [ ] o.a.s.c.SolrCore [[solrj_replicatests_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node2/solrj_replicatests_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node2/./solrj_replicatests_shard1_replica_n1/data/] [junit4] 2> 1399050 INFO (qtp33090442-13749) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1399050 INFO (qtp33090442-13749) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1399051 INFO (qtp33090442-13749) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1399051 INFO (qtp33090442-13749) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1399052 INFO (qtp33090442-13749) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b2a1a[solrj_replicatests_shard1_replica_n2] main] [junit4] 2> 1399053 INFO (qtp33090442-13749) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1399053 INFO (qtp33090442-13749) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1399053 INFO (qtp33090442-13749) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1399054 INFO (searcherExecutor-6899-thread-1) [ ] o.a.s.c.SolrCore [solrj_replicatests_shard1_replica_n2] Registered new searcher Searcher@3b2a1a[solrj_replicatests_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1399054 INFO (qtp33090442-13749) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043847592280064 [junit4] 2> 1399060 INFO (qtp27963216-13748) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1399060 INFO (qtp27963216-13748) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1399061 INFO (qtp33090442-13749) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 1399062 INFO (qtp27963216-13748) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1399062 INFO (qtp27963216-13748) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1399063 INFO (qtp27963216-13748) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1471cd4[solrj_replicatests_shard1_replica_n1] main] [junit4] 2> 1399063 INFO (qtp27963216-13748) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1399064 INFO (qtp27963216-13748) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1399064 INFO (qtp27963216-13748) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1399065 INFO (searcherExecutor-6900-thread-1) [ ] o.a.s.c.SolrCore [solrj_replicatests_shard1_replica_n1] Registered new searcher Searcher@1471cd4[solrj_replicatests_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1399065 INFO (qtp27963216-13748) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043847603814400 [junit4] 2> 1399162 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1399162 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1399561 INFO (qtp33090442-13749) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1399561 INFO (qtp33090442-13749) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1399562 INFO (qtp33090442-13749) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42643/solr/solrj_replicatests_shard1_replica_n2/ [junit4] 2> 1399562 INFO (qtp33090442-13749) [ ] o.a.s.u.PeerSync PeerSync: core=solrj_replicatests_shard1_replica_n2 url=http://127.0.0.1:42643/solr START replicas=[http://127.0.0.1:37327/solr/solrj_replicatests_shard1_replica_n1/] nUpdates=100 [junit4] 2> 1399562 INFO (qtp33090442-13749) [ ] o.a.s.u.PeerSync PeerSync: core=solrj_replicatests_shard1_replica_n2 url=http://127.0.0.1:42643/solr DONE. We have no versions. sync failed. [junit4] 2> 1399563 INFO (qtp27963216-13754) [ ] o.a.s.c.S.Request [solrj_replicatests_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 1399563 INFO (qtp33090442-13749) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 1399563 INFO (qtp33090442-13749) [ ] 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> 1399563 INFO (qtp33090442-13749) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1399565 INFO (qtp33090442-13749) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42643/solr/solrj_replicatests_shard1_replica_n2/ shard1 [junit4] 2> 1399666 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1399666 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1399716 INFO (qtp33090442-13749) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1399717 INFO (qtp33090442-13749) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n2&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1717 [junit4] 2> 1399818 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1399818 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1400068 INFO (qtp27963216-13748) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=solrj_replicatests_shard1_replica_n1&action=CREATE&numShards=1&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2068 [junit4] 2> 1400069 INFO (qtp5492171-13746) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 1400170 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1400170 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1401070 INFO (qtp5492171-13746) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=solrj_replicatests&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3173 [junit4] 2> 1401071 INFO (qtp5492171-13751) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39609_solr&action=ADDREPLICA&collection=solrj_replicatests&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1401072 INFO (OverseerThreadFactory-6890-thread-2) [ ] o.a.s.c.AddReplicaCmd addReplica() : { [junit4] 2> "collection":"solrj_replicatests", [junit4] 2> "node":"127.0.0.1:39609_solr", [junit4] 2> "shard":"shard1", [junit4] 2> "type":"NRT", [junit4] 2> "operation":"addreplica"} [junit4] 2> 1401072 INFO (OverseerCollectionConfigSetProcessor-98065240372674570-127.0.0.1:32829_solr-n_0000000000) [ ] 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> 1401072 INFO (OverseerThreadFactory-6890-thread-2) [ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:39609_solr for creating new replica [junit4] 2> 1401073 INFO (qtp5492171-13727) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=solrj_replicatests_shard1_replica_n3&action=CREATE&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1401073 INFO (qtp5492171-13727) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1401174 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1401174 INFO (zkCallback-2152-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1401174 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1402077 INFO (qtp5492171-13727) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1402103 INFO (qtp5492171-13727) [ ] o.a.s.s.IndexSchema [solrj_replicatests_shard1_replica_n3] Schema name=minimal [junit4] 2> 1402104 INFO (qtp5492171-13727) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1402104 INFO (qtp5492171-13727) [ ] o.a.s.c.CoreContainer Creating SolrCore 'solrj_replicatests_shard1_replica_n3' using configuration from collection solrj_replicatests, trusted=true [junit4] 2> 1402105 INFO (qtp5492171-13727) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39609.solr.core.solrj_replicatests.shard1.replica_n3' (registry 'solr.core.solrj_replicatests.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1402105 INFO (qtp5492171-13727) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1402106 INFO (qtp5492171-13727) [ ] o.a.s.c.SolrCore [[solrj_replicatests_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node4/solrj_replicatests_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node4/./solrj_replicatests_shard1_replica_n3/data/] [junit4] 2> 1402158 INFO (qtp5492171-13727) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1402158 INFO (qtp5492171-13727) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1402159 INFO (qtp5492171-13727) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1402159 INFO (qtp5492171-13727) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1402160 INFO (qtp5492171-13727) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c56839[solrj_replicatests_shard1_replica_n3] main] [junit4] 2> 1402161 INFO (qtp5492171-13727) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1402161 INFO (qtp5492171-13727) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1402162 INFO (qtp5492171-13727) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1402162 INFO (searcherExecutor-6909-thread-1) [ ] o.a.s.c.SolrCore [solrj_replicatests_shard1_replica_n3] Registered new searcher Searcher@1c56839[solrj_replicatests_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1402162 INFO (qtp5492171-13727) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043850851254272 [junit4] 2> 1402165 INFO (qtp5492171-13727) [ ] o.a.s.c.ZkController Core needs to recover:solrj_replicatests_shard1_replica_n3 [junit4] 2> 1402165 INFO (updateExecutor-2147-thread-1) [ ] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 1402165 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 1402165 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 1402165 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[solrj_replicatests_shard1_replica_n3] [junit4] 2> 1402165 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 1402165 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Publishing state of core [solrj_replicatests_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:42643/solr/solrj_replicatests_shard1_replica_n2/] and I am [http://127.0.0.1:39609/solr/solrj_replicatests_shard1_replica_n3/] [junit4] 2> 1402165 INFO (qtp5492171-13727) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=solrj_replicatests_shard1_replica_n3&action=CREATE&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1092 [junit4] 2> 1402167 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:42643/solr]; [WaitForState: action=PREPRECOVERY&core=solrj_replicatests_shard1_replica_n2&nodeName=127.0.0.1:39609_solr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 1402167 INFO (qtp5492171-13751) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:39609_solr&action=ADDREPLICA&collection=solrj_replicatests&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1096 [junit4] 2> 1402167 INFO (qtp33090442-13758) [ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s [junit4] 2> 1402167 INFO (qtp33090442-13758) [ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=solrj_replicatests, shard=shard1, thisCore=solrj_replicatests_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:39609_solr, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"solrj_replicatests_shard1_replica_n3","base_url":"http://127.0.0.1:39609/solr","node_name":"127.0.0.1:39609_solr","state":"down","type":"NRT"} [junit4] 2> 1402168 INFO (qtp5492171-13756) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node3&action=DELETEREPLICA&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1402171 INFO (OverseerCollectionConfigSetProcessor-98065240372674570-127.0.0.1:32829_solr-n_0000000000) [ ] 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> 1402171 INFO (qtp5492171-13746) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.solrj_replicatests.shard1.replica_n3, tag=null [junit4] 2> 1402175 WARN (qtp5492171-13746) [ ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[solrj_replicatests_shard1_replica_n3] coreNodeName=[core_node3] [junit4] 2> 1402175 INFO (qtp5492171-13746) [ ] o.a.s.c.SolrCore Core solrj_replicatests_shard1_replica_n3 is not yet closed, waiting 100 ms before checking again. [junit4] 2> 1402176 ERROR (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Error while trying to recover. core=solrj_replicatests_shard1_replica_n3:java.util.concurrent.ExecutionException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42643/solr [junit4] 2> at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) [junit4] 2> at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:842) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:817) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:562) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:302) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:286) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [junit4] 2> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42643/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:624) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.lambda$httpUriRequest$0(HttpSolrClient.java:288) [junit4] 2> ... 5 more [junit4] 2> Caused by: java.net.SocketException: Socket closed [junit4] 2> at java.base/java.net.SocketInputStream.read(SocketInputStream.java:204) [junit4] 2> at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141) [junit4] 2> at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) [junit4] 2> at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) [junit4] 2> at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513) [junit4] 2> ... 6 more [junit4] 2> [junit4] 2> 1402176 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Replay not started, or was not successful... still buffering updates. [junit4] 2> 1402176 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed [junit4] 2> 1402176 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false] [junit4] 2> 1402176 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.SolrCore [solrj_replicatests_shard1_replica_n3] CLOSING SolrCore org.apache.solr.core.SolrCore@13c26c1 [junit4] 2> 1402176 WARN (recoveryExecutor-2149-thread-1) [ ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[solrj_replicatests_shard1_replica_n3] coreNodeName=[core_node3] [junit4] 2> 1402177 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.solrj_replicatests.shard1.replica_n3, tag=20719297 [junit4] 2> 1402177 INFO (recoveryExecutor-2149-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.solrj_replicatests.shard1.leader, tag=20719297 [junit4] 2> 1402268 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1402268 INFO (zkCallback-2152-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1402268 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1402275 INFO (qtp5492171-13746) [ ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration. [junit4] 2> 1402276 INFO (qtp5492171-13746) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=solrj_replicatests_shard1_replica_n3&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=104 [junit4] 2> 1402377 INFO (zkCallback-2148-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1402377 INFO (zkCallback-2146-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_replicatests/state.json] for collection [solrj_replicatests] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1402477 INFO (qtp5492171-13756) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node3&action=DELETEREPLICA&collection=solrj_replicatests&shard=shard1&wt=javabin&version=2} status=0 QTime=309 [junit4] 2> 1402478 INFO (TEST-CollectionsAPISolrJTest.testAddAndDeleteReplica-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testAddAndDeleteReplica [junit4] 2> 1402496 INFO (TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[7FB3884C90EFA158]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCloudInfoInCoreStatus [junit4] 2> 1402497 INFO (qtp5492171-13731) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=corestatus_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1402498 INFO (OverseerThreadFactory-6890-thread-4) [ ] o.a.s.c.CreateCollectionCmd Create collection corestatus_test [junit4] 2> 1402498 INFO (OverseerCollectionConfigSetProcessor-98065240372674570-127.0.0.1:32829_solr-n_0000000000) [ ] 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> 1402707 INFO (qtp33090442-13753) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1402707 INFO (qtp27963216-13752) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1402707 INFO (qtp5492171-13727) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1402708 INFO (qtp29855803-13741) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1402708 INFO (qtp29855803-13741) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1403712 INFO (qtp5492171-13727) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1403712 INFO (qtp33090442-13753) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1403712 INFO (qtp27963216-13752) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1403716 INFO (qtp29855803-13741) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 1403716 INFO (qtp5492171-13727) [ ] o.a.s.s.IndexSchema [corestatus_test_shard1_replica_n2] Schema name=minimal [junit4] 2> 1403716 INFO (qtp33090442-13753) [ ] o.a.s.s.IndexSchema [corestatus_test_shard2_replica_n1] Schema name=minimal [junit4] 2> 1403716 INFO (qtp27963216-13752) [ ] o.a.s.s.IndexSchema [corestatus_test_shard1_replica_n1] Schema name=minimal [junit4] 2> 1403735 INFO (qtp5492171-13727) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1403735 INFO (qtp5492171-13727) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n2' using configuration from collection corestatus_test, trusted=true [junit4] 2> 1403735 INFO (qtp27963216-13752) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1403735 INFO (qtp27963216-13752) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n1' using configuration from collection corestatus_test, trusted=true [junit4] 2> 1403735 INFO (qtp5492171-13727) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39609.solr.core.corestatus_test.shard1.replica_n2' (registry 'solr.core.corestatus_test.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1403735 INFO (qtp5492171-13727) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1403735 INFO (qtp27963216-13752) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37327.solr.core.corestatus_test.shard1.replica_n1' (registry 'solr.core.corestatus_test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1403735 INFO (qtp5492171-13727) [ ] o.a.s.c.SolrCore [[corestatus_test_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node4/corestatus_test_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node4/./corestatus_test_shard1_replica_n2/data/] [junit4] 2> 1403735 INFO (qtp27963216-13752) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1403735 INFO (qtp33090442-13753) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1403735 INFO (qtp27963216-13752) [ ] o.a.s.c.SolrCore [[corestatus_test_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node2/corestatus_test_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node2/./corestatus_test_shard1_replica_n1/data/] [junit4] 2> 1403735 INFO (qtp33090442-13753) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n1' using configuration from collection corestatus_test, trusted=true [junit4] 2> 1403736 INFO (qtp33090442-13753) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42643.solr.core.corestatus_test.shard2.replica_n1' (registry 'solr.core.corestatus_test.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1403736 INFO (qtp33090442-13753) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1403736 INFO (qtp33090442-13753) [ ] o.a.s.c.SolrCore [[corestatus_test_shard2_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node3/corestatus_test_shard2_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node3/./corestatus_test_shard2_replica_n1/data/] [junit4] 2> 1403737 INFO (qtp29855803-13741) [ ] o.a.s.s.IndexSchema [corestatus_test_shard2_replica_n2] Schema name=minimal [junit4] 2> 1403738 INFO (qtp29855803-13741) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1403739 INFO (qtp29855803-13741) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n2' using configuration from collection corestatus_test, trusted=true [junit4] 2> 1403739 INFO (qtp29855803-13741) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32829.solr.core.corestatus_test.shard2.replica_n2' (registry 'solr.core.corestatus_test.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@145e1bd [junit4] 2> 1403739 INFO (qtp29855803-13741) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1403739 INFO (qtp29855803-13741) [ ] o.a.s.c.SolrCore [[corestatus_test_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node1/corestatus_test_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001/tempDir-001/node1/./corestatus_test_shard2_replica_n2/data/] [junit4] 2> 1403778 INFO (qtp33090442-13753) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1403778 INFO (qtp5492171-13727) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1403778 INFO (qtp33090442-13753) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1403778 INFO (qtp5492171-13727) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1403779 INFO (qtp33090442-13753) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1403779 INFO (qtp33090442-13753) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1403779 INFO (qtp5492171-13727) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1403779 INFO (qtp5492171-13727) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1403780 INFO (qtp33090442-13753) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f2fd30[corestatus_test_shard2_replica_n1] main] [junit4] 2> 1403781 INFO (qtp5492171-13727) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@146b599[corestatus_test_shard1_replica_n2] main] [junit4] 2> 1403781 INFO (qtp33090442-13753) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1403781 INFO (qtp33090442-13753) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1403781 INFO (qtp5492171-13727) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1403781 INFO (qtp5492171-13727) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1403781 INFO (qtp33090442-13753) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1403781 INFO (qtp29855803-13741) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1403781 INFO (qtp29855803-13741) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1403782 INFO (qtp5492171-13727) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1403782 INFO (searcherExecutor-6916-thread-1) [ ] o.a.s.c.SolrCore [corestatus_test_shard2_replica_n1] Registered new searcher Searcher@1f2fd30[corestatus_test_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1403782 INFO (qtp33090442-13753) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043852549947392 [junit4] 2> 1403783 INFO (qtp29855803-13741) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1403783 INFO (qtp29855803-13741) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1403784 INFO (searcherExecutor-6914-thread-1) [ ] o.a.s.c.SolrCore [corestatus_test_shard1_replica_n2] Registered new searcher Searcher@146b599[corestatus_test_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1403784 INFO (qtp5492171-13727) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043852552044544 [junit4] 2> 1403784 INFO (qtp29855803-13741) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@877326[corestatus_test_shard2_replica_n2] main] [junit4] 2> 1403784 INFO (qtp29855803-13741) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1403785 INFO (qtp29855803-13741) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1403785 INFO (qtp33090442-13753) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 1403785 INFO (qtp29855803-13741) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1403786 INFO (searcherExecutor-6917-thread-1) [ ] o.a.s.c.SolrCore [corestatus_test_shard2_replica_n2] Registered new searcher Searcher@877326[corestatus_test_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1403786 INFO (qtp29855803-13741) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043852554141696 [junit4] 2> 1403786 INFO (qtp5492171-13727) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 1403788 INFO (qtp27963216-13752) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1403788 INFO (qtp27963216-13752) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1403789 INFO (qtp27963216-13752) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1403790 INFO (qtp27963216-13752) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1403791 INFO (qtp27963216-13752) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@25fd2a[corestatus_test_shard1_replica_n1] main] [junit4] 2> 1403791 INFO (qtp27963216-13752) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1403792 INFO (qtp27963216-13752) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1403792 INFO (qtp27963216-13752) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1403793 INFO (searcherExecutor-6915-thread-1) [ ] o.a.s.c.SolrCore [corestatus_test_shard1_replica_n1] Registered new searcher Searcher@25fd2a[corestatus_test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1403793 INFO (qtp27963216-13752) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1569043852561481728 [junit4] 2> 1404285 INFO (qtp33090442-13753) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1404285 INFO (qtp33090442-13753) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1404285 INFO (qtp33090442-13753) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42643/solr/corestatus_test_shard2_replica_n1/ [junit4] 2> 1404286 INFO (qtp33090442-13753) [ ] o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n1 url=http://127.0.0.1:42643/solr START replicas=[http://127.0.0.1:32829/solr/corestatus_test_shard2_replica_n2/] nUpdates=100 [junit4] 2> 1404286 INFO (qtp33090442-13753) [ ] o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n1 url=http://127.0.0.1:42643/solr DONE. We have no versions. sync failed. [junit4] 2> 1404286 INFO (qtp29855803-13750) [ ] o.a.s.c.S.Request [corestatus_test_shard2_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> 1404287 INFO (qtp33090442-13753) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 1404287 INFO (qtp5492171-13727) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1404287 INFO (qtp33090442-13753) [ ] 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> 1404287 INFO (qtp5492171-13727) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1404287 INFO (qtp33090442-13753) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1404287 INFO (qtp5492171-13727) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39609/solr/corestatus_test_shard1_replica_n2/ [junit4] 2> 1404287 INFO (qtp5492171-13727) [ ] o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n2 url=http://127.0.0.1:39609/solr START replicas=[http://127.0.0.1:37327/solr/corestatus_test_shard1_replica_n1/] nUpdates=100 [junit4] 2> 1404287 INFO (qtp5492171-13727) [ ] o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n2 url=http://127.0.0.1:39609/solr DONE. We have no versions. sync failed. [junit4] 2> 1404288 INFO (qtp27963216-13754) [ ] o.a.s.c.S.Request [corestatus_test_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 1404288 INFO (qtp5492171-13727) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 1404288 INFO (qtp5492171-13727) [ ] 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> 1404288 INFO (qtp33090442-13753) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42643/solr/corestatus_test_shard2_replica_n1/ shard2 [junit4] 2> 1404288 INFO (qtp5492171-13727) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1404290 INFO (qtp5492171-13727) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39609/solr/corestatus_test_shard1_replica_n2/ shard1 [junit4] 2> 1404439 INFO (qtp33090442-13753) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1404440 INFO (qtp33090442-13753) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1733 [junit4] 2> 1404440 INFO (qtp5492171-13727) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1404441 INFO (qtp5492171-13727) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2 [...truncated too long message...] (QueuedThreadPool.java:589) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 1627295 INFO (qtp33090442-13907) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37327_solr&onlyIfLeaderActive=true&core=solrj_implicit_shardC_replica_t1&coreNodeName=core_node8&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=3001 [junit4] 2> 1628335 WARN (zkCallback-2152-thread-4) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1628335 INFO (jetty-closer-2131-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f78081{/solr,null,UNAVAILABLE} [junit4] 2> 1628349 WARN (zkCallback-2146-thread-4) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1628349 INFO (jetty-closer-2131-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1dc7686{/solr,null,UNAVAILABLE} [junit4] 2> 1691830 ERROR (OverseerThreadFactory-6890-thread-5) [ ] o.a.s.c.OverseerCollectionMessageHandler Collection: solrj_implicit operation: deleteshard failed:org.apache.solr.common.SolrException: Could not fully remove collection: solrj_implicit shard: shardC [junit4] 2> at org.apache.solr.cloud.DeleteShardCmd.call(DeleteShardCmd.java:154) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 1691831 INFO (OverseerThreadFactory-6890-thread-5) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000038 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1691831 WARN (zkCallback-2150-thread-7) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1691831 INFO (jetty-closer-2131-thread-3) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c4150a{/solr,null,UNAVAILABLE} [junit4] 2> 1691832 ERROR (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 1691832 INFO (SUITE-CollectionsAPISolrJTest-seed#[7FB3884C90EFA158]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44815 44815 [junit4] 2> 1691855 INFO (Thread-2842) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44815 44815 [junit4] 2> 1691856 WARN (Thread-2842) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 5 /solr/collections/solrj_test/state.json [junit4] 2> 5 /solr/aliases.json [junit4] 2> 5 /solr/configs/conf [junit4] 2> 5 /solr/clusterprops.json [junit4] 2> 4 /solr/security.json [junit4] 2> 4 /solr/collections/corestatus_test/state.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 7 /solr/collections/replicaProperties/state.json [junit4] 2> 5 /solr/collections/balancedProperties/state.json [junit4] 2> 5 /solr/clusterprops.json [junit4] 2> 5 /solr/clusterstate.json [junit4] 2> 5 /solr/collections/solrj_newstateformat/state.json [junit4] 2> 4 /solr/collections/solrj_implicit/state.json [junit4] 2> 4 /solr/collections/solrj_replicatests/state.json [junit4] 2> 3 /solr/collections/solrj_test_splitshard/state.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 5 /solr/live_nodes [junit4] 2> 5 /solr/collections [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_7FB3884C90EFA158-001 [junit4] 2> Jun 01, 2017 10:45:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 2 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1634, maxMBSortInHeap=6.795878809944124, sim=RandomSimilarity(queryNorm=true): {}, locale=en-MY, timezone=SystemV/MST7 [junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=8,threads=1,free=85183120,total=435421184 [junit4] 2> NOTE: All tests run in this JVM: [TestFilteredDocIdSet, HdfsUnloadDistributedZkTest, CdcrReplicationDistributedZkTest, FieldMutatingUpdateProcessorTest, MetricsHandlerTest, TestJsonFacets, TestDynamicFieldCollectionResource, BlockJoinFacetRandomTest, TestCloudSchemaless, UninvertDocValuesMergePolicyTest, TestDefaultStatsCache, OverseerStatusTest, CurrencyFieldXmlFileTest, TestSolrQueryParser, NoCacheHeaderTest, TestCollectionAPIs, CdcrVersionReplicationTest, TestIndexSearcher, HttpSolrCallGetCoreTest, DistributedDebugComponentTest, BasicAuthStandaloneTest, ExternalFileFieldSortTest, ChaosMonkeyNothingIsSafeTest, TlogReplayBufferedWhileIndexingTest, ConfigureRecoveryStrategyTest, TestBulkSchemaConcurrent, TestLocalFSCloudBackupRestore, TestReRankQParserPlugin, BasicDistributedZk2Test, PreAnalyzedUpdateProcessorTest, TestRawTransformer, TestCloudNestedDocsSort, HighlighterConfigTest, TestSolrCoreSnapshots, CollectionsAPIAsyncDistributedZkTest, RecoveryAfterSoftCommitTest, SegmentsInfoRequestHandlerTest, ReplicationFactorTest, TestSystemCollAutoCreate, BlobRepositoryCloudTest, LeaderInitiatedRecoveryOnCommitTest, SpellCheckCollatorWithCollapseTest, TestDelegationWithHadoopAuth, BadCopyFieldTest, CdcrUpdateLogTest, TestReqParamsAPI, TestRecovery, TestBulkSchemaAPI, TestConfig, TestCloudRecovery, TestSearcherReuse, TestCustomStream, TestSolrCloudWithDelegationTokens, SolrMetricManagerTest, TestLuceneMatchVersion, TestDownShardTolerantSearch, AnalyticsQueryTest, SolrIndexConfigTest, TestCloudJSONFacetJoinDomain, TestFieldCacheSortRandom, SmileWriterTest, TestWriterPerf, TestInfoStreamLogging, CustomCollectionTest, TestEmbeddedSolrServerSchemaAPI, DistributedFacetPivotSmallTest, ExplicitHLLTest, AsyncCallRequestStatusResponseTest, ClassificationUpdateProcessorIntegrationTest, TestTlogReplica, TestSolrDeletionPolicy1, TestRandomRequestDistribution, HLLUtilTest, TestPullReplica, NodeMutatorTest, TestConfigReload, FullSolrCloudDistribCmdsTest, TestPointFields, SSLMigrationTest, SubstringBytesRefFilterTest, TestRequestForwarding, TestFileDictionaryLookup, TestHdfsUpdateLog, SimpleMLTQParserTest, SolrGangliaReporterTest, TestMacroExpander, DateRangeFieldTest, TestDistributedStatsComponentCardinality, TestLMDirichletSimilarityFactory, TestTestInjection, BinaryUpdateRequestHandlerTest, DirectUpdateHandlerOptimizeTest, TestUtils, TestManagedResource, TestSolr4Spatial2, TestStandardQParsers, PluginInfoTest, TestSubQueryTransformer, TestNumericRangeQuery64, MissingSegmentRecoveryTest, DistanceUnitsTest, TestConfigSetsAPI, SuggesterTSTTest, TestLeaderElectionWithEmptyReplica, StatelessScriptUpdateProcessorFactoryTest, DocValuesNotIndexedTest, TestExactStatsCache, TestMissingGroups, RequestHandlersTest, SolrTestCaseJ4Test, TestPivotHelperCode, TestReversedWildcardFilterFactory, MBeansHandlerTest, TestQueryWrapperFilter, ShardRoutingTest, ClusterStateUpdateTest, LeaderElectionTest, ZkCLITest, TestDistributedSearch, TestFaceting, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, CoreAdminHandlerTest, SuggesterTest, TestTrie, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, TestCSVResponseWriter, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionsAPISolrJTest] [junit4] Completed [472/724 (2!)] on J2 in 294.87s, 12 tests, 1 error <<< FAILURES! [...truncated 37139 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
