Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24075/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED: org.apache.solr.cloud.ReindexCollectionTest.testFailure
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:723828BFACF5C298]:0)
at
org.apache.solr.cloud.ReindexCollectionTest.lambda$testFailure$9(ReindexCollectionTest.java:318)
at
org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:359)
at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at
org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:357)
at
org.apache.solr.cloud.ReindexCollectionTest.testFailure(ReindexCollectionTest.java:317)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:830)
FAILED: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic
Error Message:
{} expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:830)
FAILED: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic
Error Message:
{} expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:830)
Build Log:
[...truncated 13527 lines...]
[junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001/init-core-data-001
[junit4] 2> 1311671 WARN
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 1311671 INFO
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1311672 INFO
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1311672 INFO
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1311674 INFO
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasic
[junit4] 2> 1311674 DEBUG
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.m.r.SolrRrdBackendFactory Created 1487268946
[junit4] 2> 1311694 DEBUG (SolrRrdBackendFactory-6497-thread-1) [ ]
o.a.s.m.r.SolrRrdBackendFactory -- maybe sync backends: [foo]
[junit4] 2> 1311694 DEBUG (SolrRrdBackendFactory-6497-thread-1) [ ]
o.a.s.m.r.SolrRrdBackendFactory -- syncing [foo]
[junit4] 2> 1311756 DEBUG
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.m.r.SolrRrdBackendFactory Closing 1487268946
[junit4] 2> 1311757 INFO
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBasic
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic
-Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.14s J2 | SolrRrdBackendFactoryTest.testBasic <<<
[junit4] > Throwable #1: java.lang.AssertionError: {} expected:<1> but
was:<0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
[junit4] > at
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
[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:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:830)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=1515, maxMBSortInHeap=7.182237866927224,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4060ee7c),
locale=tt-RU, timezone=Asia/Baku
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev
13-testing (64-bit)/cpus=8,threads=1,free=227051792,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [ActionThrottleTest,
TestLMDirichletSimilarityFactory, V2ApiIntegrationTest,
TestDFISimilarityFactory, TestSimComputePlanAction, OverseerRolesTest,
BasicAuthIntegrationTest, HealthCheckHandlerTest, OverseerTest,
IndexSizeTriggerTest, LeaderElectionTest, AtomicUpdateProcessorFactoryTest,
ExecutePlanActionTest, TestSchemaSimilarityResource, RestartWhileUpdatingTest,
RequiredFieldsTest, PeerSyncWithIndexFingerprintCachingTest, JWTAuthPluginTest,
OverriddenZkACLAndCredentialsProvidersTest, SuggestComponentTest,
ZkNodePropsTest, TestLuceneIndexBackCompat, ReturnFieldsTest,
TestDocumentBuilder, DistributedQueueTest, ChaosMonkeySafeLeaderTest,
TestReversedWildcardFilterFactory, PluginInfoTest, DeleteReplicaTest,
UninvertDocValuesMergePolicyTest, TestSimLargeCluster, SuggesterTest,
TestLRUStatsCache, TestSweetSpotSimilarityFactory, SolrCLIZkUtilsTest,
UpdateParamsTest, TestScoreJoinQPScore, RuleEngineTest,
TestManagedSchemaThreadSafety, CategoryRoutedAliasUpdateProcessorTest,
TestSubQueryTransformerCrossCore, ConjunctionSolrSpellCheckerTest,
TestSimExecutePlanAction, SolrSlf4jReporterTest, CacheHeaderTest,
HdfsWriteToMultipleCollectionsTest, TestXmlQParserPlugin,
SolrLogAuditLoggerPluginTest, TestGraphTermsQParserPlugin,
TestDistributedGrouping, TestImpersonationWithHadoopAuth,
BlobRepositoryCloudTest, IndexBasedSpellCheckerTest,
TestManagedSynonymGraphFilterFactory, NumberUtilsTest, TestRestoreCore,
TestHttpShardHandlerFactory, UtilsToolTest, AssignBackwardCompatibilityTest,
TestSimPolicyCloud, DistributedDebugComponentTest,
MetricsHistoryIntegrationTest, TestTrieFacet, TestCoreAdminApis,
TestPolicyCloud, TaggingAttributeTest, TestManagedResourceStorage,
TestAtomicUpdateErrorCases, FacetPivotSmallTest, SpatialHeatmapFacetsTest,
XsltUpdateRequestHandlerTest, ConcurrentDeleteAndCreateCollectionTest,
TestShardHandlerFactory, BigEndianAscendingWordDeserializerTest,
DateMathParserTest, TestCharFilters, TestConfigSetsAPIExclusivity,
DistributedIntervalFacetingTest, HLLUtilTest, AutoAddReplicasPlanActionTest,
TestLegacyTerms, SolrIndexConfigTest, NestedShardedAtomicUpdateTest,
TestCustomSort, CachingDirectoryFactoryTest, CleanupOldIndexTest,
TestExtendedDismaxParser, TestDistribIDF, InfoHandlerTest,
ClusterStateUpdateTest, TestCoreBackup, TestSolrQueryParser,
TestCollectionsAPIViaSolrCloudCluster, TestReRankQParserPlugin,
TestSSLRandomization, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestCorePropertiesReload, TestDocBasedVersionConstraints,
TestSimpleTrackingShardHandler, SpatialFilterTest, DirectoryFactoryTest,
ZkStateReaderTest, TestInfoStreamLogging, TestGeoJSONResponseWriter,
TestUnInvertedFieldException, DistribCursorPagingTest, TestBadConfig,
TestPseudoReturnFields, NoCacheHeaderTest, SSLMigrationTest,
TestFieldCacheVsDocValues, SubstringBytesRefFilterTest,
AnalyticsMergeStrategyTest, CursorMarkTest, TestWithCollection,
ScheduledMaintenanceTriggerTest, TriLevelCompositeIdRoutingTest,
CoreAdminRequestStatusTest, WordBreakSolrSpellCheckerTest, TestLazyCores,
DistributedQueryComponentCustomSortTest, TestSchemaManager,
TestRandomRequestDistribution, TestCloudPseudoReturnFields,
BaseCdcrDistributedZkTest, RecoveryZkTest, SolrRrdBackendFactoryTest]
[junit4] Completed [328/857 (1!)] on J2 in 1.21s, 1 test, 1 failure <<<
FAILURES!
[...truncated 614 lines...]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/init-core-data-001
[junit4] 2> 2301710 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001
[junit4] 2> 2301710 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2301711 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2301711 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2301811 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35849
[junit4] 2> 2301811 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35849
[junit4] 2> 2301811 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35849
[junit4] 2> 2301816 INFO (zkConnectionManagerCallback-15114-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2301822 INFO (zkConnectionManagerCallback-15116-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2301830 INFO (zkConnectionManagerCallback-15118-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2301832 WARN (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2301832 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2301832 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2301832 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
[junit4] 2> 2301835 WARN (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2301835 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2301835 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2301835 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35db5736{/solr,null,AVAILABLE}
[junit4] 2> 2301837 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c8c8f3e{/solr,null,AVAILABLE}
[junit4] 2> 2301866 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7ba7b7e6{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45769}
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.e.j.s.Server Started @2302057ms
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45769}
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@18279a72{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:35719}
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.e.j.s.Server Started @2302057ms
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35719}
[junit4] 2> 2301867 ERROR (jetty-launcher-15119-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2301867 ERROR (jetty-launcher-15119-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-13T23:15:22.364525Z
[junit4] 2> 2301867 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-13T23:15:22.364526Z
[junit4] 2> 2301869 INFO (zkConnectionManagerCallback-15121-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2301869 INFO (zkConnectionManagerCallback-15123-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2301869 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2301869 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2302069 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2302070 WARN (jetty-launcher-15119-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3e9addb5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2302072 WARN (jetty-launcher-15119-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@264f1d9c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2302073 INFO (jetty-launcher-15119-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35849/solr
[junit4] 2> 2302077 INFO (zkConnectionManagerCallback-15131-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302083 INFO (zkConnectionManagerCallback-15133-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302144 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45769_solr
[junit4] 2> 2302144 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.c.Overseer Overseer
(id=72246642950340614-127.0.0.1:45769_solr-n_0000000000) starting
[junit4] 2> 2302145 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2302146 WARN (jetty-launcher-15119-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3163924d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2302148 INFO (zkConnectionManagerCallback-15142-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302148 WARN (jetty-launcher-15119-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4fa1b017[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2302149 INFO (jetty-launcher-15119-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35849/solr
[junit4] 2> 2302150 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35849/solr ready
[junit4] 2> 2302151 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:45769_solr
[junit4] 2> 2302151 INFO (zkConnectionManagerCallback-15146-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302151 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45769_solr
[junit4] 2> 2302151 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2302152 INFO (zkCallback-15141-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2302154 INFO (zkConnectionManagerCallback-15148-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302156 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2302158 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:35719_solr as DOWN
[junit4] 2> 2302158 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2302158 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35719_solr
[junit4] 2> 2302159 INFO (zkCallback-15132-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2302159 INFO (zkCallback-15141-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2302159 INFO (zkCallback-15147-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2302160 INFO (zkConnectionManagerCallback-15155-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302161 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2302162 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35849/solr ready
[junit4] 2> 2302167 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2302174 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2302199 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35719.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2302201 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45769.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2302218 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35719.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2302218 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35719.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2302220 INFO (jetty-launcher-15119-thread-2)
[n:127.0.0.1:35719_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/.
[junit4] 2> 2302233 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45769.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2302233 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45769.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2302235 INFO (jetty-launcher-15119-thread-1)
[n:127.0.0.1:45769_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.
[junit4] 2> 2302313 INFO (zkConnectionManagerCallback-15162-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302314 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2302315 INFO
(SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
[junit4] 2> 2302338 INFO (zkConnectionManagerCallback-15167-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2302340 INFO
(TEST-ReindexCollectionTest.testAbort-seed#[1A85DB5396C5A037]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2302340 INFO
(TEST-ReindexCollectionTest.testAbort-seed#[1A85DB5396C5A037]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
[junit4] 2> 2302343 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2302345 INFO
(OverseerThreadFactory-10098-thread-1-processing-n:127.0.0.1:45769_solr)
[n:127.0.0.1:45769_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
abortReindexing
[junit4] 2> 2302450 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexing",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"abortReindexing_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45769/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2302451 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexing",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"abortReindexing_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35719/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2302654 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
x:abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2302654 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
x:abortReindexing_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2302655 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
x:abortReindexing_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 2303664 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2303664 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2303830 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.s.IndexSchema [abortReindexing_shard2_replica_n2] Schema name=minimal
[junit4] 2> 2303830 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.s.IndexSchema [abortReindexing_shard1_replica_n1] Schema name=minimal
[junit4] 2> 2303832 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2303832 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2303832 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard1_replica_n1'
using configuration from collection abortReindexing, trusted=true
[junit4] 2> 2303832 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard2_replica_n2'
using configuration from collection abortReindexing, trusted=true
[junit4] 2> 2303833 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35719.solr.core.abortReindexing.shard2.replica_n2' (registry
'solr.core.abortReindexing.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2303833 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45769.solr.core.abortReindexing.shard1.replica_n1' (registry
'solr.core.abortReindexing.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2303833 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.SolrCore [[abortReindexing_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/abortReindexing_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/./abortReindexing_shard2_replica_n2/data/]
[junit4] 2> 2303833 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SolrCore [[abortReindexing_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/abortReindexing_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/./abortReindexing_shard1_replica_n1/data/]
[junit4] 2> 2303907 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2303907 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2303908 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2303908 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2303910 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7aa8fd5a[abortReindexing_shard2_replica_n2] main]
[junit4] 2> 2303911 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2303911 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2303912 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2303912 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1633460498631491584
[junit4] 2> 2303916 INFO
(searcherExecutor-10108-thread-1-processing-n:127.0.0.1:35719_solr
x:abortReindexing_shard2_replica_n2 c:abortReindexing s:shard2 r:core_node4)
[n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4
x:abortReindexing_shard2_replica_n2] o.a.s.c.SolrCore
[abortReindexing_shard2_replica_n2] Registered new searcher
Searcher@7aa8fd5a[abortReindexing_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2303918 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/abortReindexing/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 2303918 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexing/leaders/shard2
[junit4] 2> 2303920 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2303920 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2303920 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/
[junit4] 2> 2303920 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2303920 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.SyncStrategy
http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/ has no replicas
[junit4] 2> 2303920 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexing/leaders/shard2/leader after winning as
/collections/abortReindexing/leader_elect/shard2/election/72246642950340617-core_node4-n_0000000000
[junit4] 2> 2303921 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/ shard2
[junit4] 2> 2303922 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2303922 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2303924 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2303924 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2303927 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1454d2b9[abortReindexing_shard1_replica_n1] main]
[junit4] 2> 2303928 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2303928 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2303929 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2303929 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1633460498649317376
[junit4] 2> 2303931 INFO
(searcherExecutor-10107-thread-1-processing-n:127.0.0.1:45769_solr
x:abortReindexing_shard1_replica_n1 c:abortReindexing s:shard1 r:core_node3)
[n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3
x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore
[abortReindexing_shard1_replica_n1] Registered new searcher
Searcher@1454d2b9[abortReindexing_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2303933 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/abortReindexing/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 2303934 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexing/leaders/shard1
[junit4] 2> 2303937 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2303937 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2303937 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/
[junit4] 2> 2303937 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2303938 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/ has no replicas
[junit4] 2> 2303938 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexing/leaders/shard1/leader after winning as
/collections/abortReindexing/leader_elect/shard1/election/72246642950340614-core_node3-n_0000000000
[junit4] 2> 2303939 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/ shard1
[junit4] 2> 2304040 INFO (zkCallback-15147-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304040 INFO (zkCallback-15132-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304040 INFO (zkCallback-15147-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304041 INFO (zkCallback-15132-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304041 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2304041 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2304046 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1392
[junit4] 2> 2304050 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1396
[junit4] 2> 2304054 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2304146 INFO (zkCallback-15147-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304146 INFO (zkCallback-15132-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304146 INFO (zkCallback-15132-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304146 INFO (zkCallback-15147-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304146 INFO (zkCallback-15132-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304146 INFO (zkCallback-15147-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 2304146 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=1803
[junit4] 2> 2304200 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection
with params
async=e2a3dce6-7996-4e01-8064-a5add7d90103&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget
and sendToOCPQueue=true
[junit4] 2> 2304202 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=e2a3dce6-7996-4e01-8064-a5add7d90103&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget}
status=0 QTime=2
[junit4] 2> 2304203 DEBUG
(OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr)
[n:127.0.0.1:45769_solr ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
[junit4] 2> "name":"abortReindexing",
[junit4] 2> "target":"abortReindexingTarget",
[junit4] 2> "async":"e2a3dce6-7996-4e01-8064-a5add7d90103",
[junit4] 2> "operation":"reindexcollection"}
[junit4] 2> 2304203 INFO
(OverseerCollectionConfigSetProcessor-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2304348 INFO (zkConnectionManagerCallback-15174-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2304349 INFO
(OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr)
[n:127.0.0.1:45769_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2304349 INFO
(OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr)
[n:127.0.0.1:45769_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35849/solr ready
[junit4] 2> 2304353 INFO (qtp1537118548-36045) [n:127.0.0.1:35719_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2]
o.a.s.c.S.Request [abortReindexing_shard2_replica_n2] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/&rows=0&version=2&q=*:*&NOW=1557789324847&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 2304353 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.S.Request [abortReindexing_shard1_replica_n1] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&NOW=1557789324847&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 2304353 INFO (qtp2103831975-36039) [n:127.0.0.1:45769_solr
c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1]
o.a.s.c.S.Request [abortReindexing_shard1_replica_n1] webapp=/solr
path=/select
params={q=*:*&_stateVer_=abortReindexing:4&rows=0&wt=javabin&version=2} hits=0
status=0 QTime=3
[junit4] 2> 2304355 INFO
(OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr)
[n:127.0.0.1:45769_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
abortReindexingTarget
[junit4] 2> 2304561 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexingTarget",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"abortReindexingTarget_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45769/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"true"}
[junit4] 2> 2304563 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexingTarget",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"abortReindexingTarget_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35719/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"true"}
[junit4] 2> 2304765 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2304765 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
x:abortReindexingTarget_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2305793 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 2305794 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 2305971 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema
[abortReindexingTarget_shard1_replica_n1] Schema name=minimal
[junit4] 2> 2305973 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.IndexSchema
[abortReindexingTarget_shard2_replica_n2] Schema name=minimal
[junit4] 2> 2305973 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 2305973 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'abortReindexingTarget_shard1_replica_n1' using configuration from
collection abortReindexingTarget, trusted=true
[junit4] 2> 2305974 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_45769.solr.core.abortReindexingTarget.shard1.replica_n1'
(registry 'solr.core.abortReindexingTarget.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2305974 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore
[[abortReindexingTarget_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/abortReindexingTarget_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/./abortReindexingTarget_shard1_replica_n1/data/]
[junit4] 2> 2305975 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 2305975 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'abortReindexingTarget_shard2_replica_n2' using configuration from
collection abortReindexingTarget, trusted=true
[junit4] 2> 2305975 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_35719.solr.core.abortReindexingTarget.shard2.replica_n2'
(registry 'solr.core.abortReindexingTarget.shard2.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
[junit4] 2> 2305976 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrCore
[[abortReindexingTarget_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/abortReindexingTarget_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/./abortReindexingTarget_shard2_replica_n2/data/]
[junit4] 2> 2306031 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2306031 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2306031 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2306031 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2306033 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2306033 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2306033 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2306033 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2306035 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@178e883c[abortReindexingTarget_shard1_replica_n1] main]
[junit4] 2> 2306035 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@28c857e[abortReindexingTarget_shard2_replica_n2] main]
[junit4] 2> 2306035 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2306035 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2306036 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2306036 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2306036 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 2306036 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 2306037 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1633460500859715584
[junit4] 2> 2306037 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1633460500859715584
[junit4] 2> 2306040 INFO
(searcherExecutor-10118-thread-1-processing-n:127.0.0.1:35719_solr
x:abortReindexingTarget_shard2_replica_n2 c:abortReindexingTarget s:shard2
r:core_node4) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2
r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrCore
[abortReindexingTarget_shard2_replica_n2] Registered new searcher
Searcher@28c857e[abortReindexingTarget_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2306040 INFO
(searcherExecutor-10117-thread-1-processing-n:127.0.0.1:45769_solr
x:abortReindexingTarget_shard1_replica_n1 c:abortReindexingTarget s:shard1
r:core_node3) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1
r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore
[abortReindexingTarget_shard1_replica_n1] Registered new searcher
Searcher@178e883c[abortReindexingTarget_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2306042 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/abortReindexingTarget/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 2306042 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/abortReindexingTarget/terms/shard2 to
Terms{values={core_node4=0}, version=0}
[junit4] 2> 2306042 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexingTarget/leaders/shard1
[junit4] 2> 2306042 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexingTarget/leaders/shard2
[junit4] 2> 2306044 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 2306044 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 2306044 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:45769/solr/abortReindexingTarget_shard1_replica_n1/
[junit4] 2> 2306044 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 2306044 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 2306044 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 2306044 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:35719/solr/abortReindexingTarget_shard2_replica_n2/
[junit4] 2> 2306044 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:45769/solr/abortReindexingTarget_shard1_replica_n1/ has no
replicas
[junit4] 2> 2306044 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 2306044 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexingTarget/leaders/shard1/leader after winning as
/collections/abortReindexingTarget/leader_elect/shard1/election/72246642950340614-core_node3-n_0000000000
[junit4] 2> 2306044 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy
http://127.0.0.1:35719/solr/abortReindexingTarget_shard2_replica_n2/ has no
replicas
[junit4] 2> 2306044 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexingTarget/leaders/shard2/leader after winning as
/collections/abortReindexingTarget/leader_elect/shard2/election/72246642950340617-core_node4-n_0000000000
[junit4] 2> 2306045 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:45769/solr/abortReindexingTarget_shard1_replica_n1/ shard1
[junit4] 2> 2306045 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:35719/solr/abortReindexingTarget_shard2_replica_n2/ shard2
[junit4] 2> 2306146 INFO (zkCallback-15132-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306146 INFO (zkCallback-15147-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306146 INFO (zkCallback-15147-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306146 INFO (zkCallback-15132-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306147 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 2306147 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 2306174 INFO (qtp2103831975-36043) [n:127.0.0.1:45769_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1409
[junit4] 2> 2306174 INFO (qtp1537118548-36046) [n:127.0.0.1:35719_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1409
[junit4] 2> 2306175 INFO
(OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr)
[n:127.0.0.1:45769_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
.rx_ck_abortReindexing
[junit4] 2> 2306278 INFO (zkCallback-15147-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306278 INFO (zkCallback-15132-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306278 INFO (zkCallback-15147-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306278 INFO (zkCallback-15132-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306278 INFO (zkCallback-15132-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306278 INFO (zkCallback-15147-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 2306380 INFO
(OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000)
[n:127.0.0.1:45769_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":".rx_ck_abortReindexing",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":".rx_ck_abortReindexing_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45769/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"true"}
[junit4] 2> 2306582 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=_default&newCollection=true&name=.rx_ck_abortReindexing_shard1_replica_n1&action=CREATE&numShards=1&collection=.rx_ck_abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2307592 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams conf resource
params.json loaded . version : 0
[junit4] 2> 2307592 INFO (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams request
params refreshed to version 0
[junit4] 2> 2307592 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
[junit4] 2> 2307592 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 2307593 WARN (qtp2103831975-36041) [n:127.0.0.1:45769_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Could
[...truncated too long message...]
amicFieldCollectionResource, ForceLeaderWithTlogReplicasTest,
TolerantUpdateProcessorTest, TestRetrieveFieldsOptimizer, CircularListTest,
TestDeprecatedFilters, CloneFieldUpdateProcessorFactoryTest,
DistributedSuggestComponentTest, TestHdfsBackupRestoreCore,
DirectSolrSpellCheckerTest, BadCopyFieldTest,
TriggerSetPropertiesIntegrationTest, TestFieldResource,
TestRequestStatusCollectionAPI, TestHdfsCloudBackupRestore,
ZookeeperStatusHandlerTest, SpatialRPTFieldTypeTest, QueryResultKeyTest,
AnalysisErrorHandlingTest, ScheduledTriggerIntegrationTest,
CoreMergeIndexesAdminHandlerTest, DistribDocExpirationUpdateProcessorTest,
AdminHandlersProxyTest, WrapperMergePolicyFactoryTest, TestSimExtremeIndexing,
AnalysisAfterCoreReloadTest, CollectionsAPIAsyncDistributedZkTest,
StatsComponentTest, TestPerFieldSimilarity, TestCSVLoader, TestDynamicURP,
TestSchemaVersionResource, SuggesterWFSTTest, TestExceedMaxTermLength,
TestBulkSchemaConcurrent, TestCloudPhrasesIdentificationComponent,
TestSchemaNameResource, DistributedExpandComponentTest,
HdfsBasicDistributedZkTest, TestJsonFacets, TestSha256AuthenticationProvider,
ReplicaListTransformerTest, TestRestManager, TestReload, TestClusterProperties,
PeerSyncTest, V2StandaloneTest, TestMultiWordSynonyms,
AtomicUpdateRemovalJavabinTest, TestLMJelinekMercerSimilarityFactory,
TestMaxScoreQueryParser, SolrCloudReportersTest, TestObjectReleaseTracker,
TestStressRecovery, TestDocTermOrdsUninvertLimit,
TriggerCooldownIntegrationTest, SortByFunctionTest,
TestReplicationHandlerDiskOverFlow, TestOrdValues,
TestExclusionRuleCollectionAccess, TestSkipOverseerOperations,
TestRebalanceLeaders, TestFastLRUCache, MultiSolrCloudTestCaseTest,
BasicDistributedZk2Test, TestRealTimeGet, AutoScalingHandlerTest,
BasicAuthStandaloneTest, TestHighlightDedupGrouping, TestJoin,
TestRandomFaceting, PathHierarchyTokenizerFactoryTest,
TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateTest,
CollectionsAPISolrJTest, LeaderElectionContextKeyTest,
LeaderElectionIntegrationTest, LeaderFailoverAfterPartitionTest,
LeaderFailureAfterFreshStartTest, MetricsHistoryWithAuthIntegrationTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest,
MoveReplicaTest, ReindexCollectionTest]
[junit4] Completed [506/857 (2!)] on J0 in 79.73s, 6 tests, 1 error <<<
FAILURES!
[...truncated 44515 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24075/consoleText
[repro] Revision: 2315c6d1b899075b88f39a546f5bbd10716a4a5e
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line: ant test -Dtestcase=SolrRrdBackendFactoryTest
-Dtests.method=testBasic -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[repro] Repro line: ant test -Dtestcase=ReindexCollectionTest
-Dtests.method=testFailure -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=fil-PH -Dtests.timezone=Asia/Nicosia
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] SolrRrdBackendFactoryTest
[repro] ReindexCollectionTest
[repro] ant compile-test
[...truncated 3309 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10
-Dtests.class="*.SolrRrdBackendFactoryTest|*.ReindexCollectionTest"
-Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
-Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[...truncated 41 lines...]
[junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001/init-core-data-001
[junit4] 2> 133828 WARN
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=97 numCloses=97
[junit4] 2> 133833 INFO
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 133834 INFO
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 133834 INFO
(SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 133853 INFO
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBasic
[junit4] 2> 133874 DEBUG
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.m.r.SolrRrdBackendFactory Created 390226892
[junit4] 2> 133964 DEBUG (SolrRrdBackendFactory-290-thread-1) [ ]
o.a.s.m.r.SolrRrdBackendFactory -- maybe sync backends: [foo]
[junit4] 2> 134005 DEBUG (SolrRrdBackendFactory-290-thread-1) [ ]
o.a.s.m.r.SolrRrdBackendFactory -- syncing [foo]
[junit4] 2> 134086 DEBUG
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.m.r.SolrRrdBackendFactory Closing 390226892
[junit4] 2> 134087 INFO
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBasic
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic
-Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.35s J2 | SolrRrdBackendFactoryTest.testBasic <<<
[junit4] > Throwable #1: java.lang.AssertionError: {} expected:<1> but
was:<0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
[junit4] > at
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
[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:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:830)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=1515, maxMBSortInHeap=7.182237866927224,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a7c0b74),
locale=tt-RU, timezone=Asia/Baku
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev
13-testing (64-bit)/cpus=8,threads=1,free=218611472,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [ReindexCollectionTest,
SolrRrdBackendFactoryTest]
[junit4] Completed [2/10 (1!)] on J2 in 1.34s, 1 test, 1 failure <<<
FAILURES!
[...truncated 63 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1493:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1020:
There were test failures: 10 suites, 35 tests, 1 failure [seed:
1A85DB5396C5A037]
Total time: 3 minutes 41 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.ReindexCollectionTest
[repro] 1/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=2315c6d1b899075b88f39a546f5bbd10716a4a5e,
workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #24074
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]