Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20367/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseSerialGC --illegal-access=deny

2 tests failed.
FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1990>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1990>
        at 
__randomizedtesting.SeedInfo.seed([EBF058479CCCE58A:3FB5131E7B9A5671]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't 
used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise 
LogUpdateProcessor isn't used and can't be tested.
        at 
__randomizedtesting.SeedInfo.seed([EBF058479CCCE58A:9A14A691EA27C246]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12231 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_EBF058479CCCE58A-001/init-core-data-001
   [junit4]   2> 1518301 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1518301 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1518302 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1518302 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1518302 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1518529 WARN  (coreLoadExecutor-4981-thread-1) [    ] 
o.a.s.c.RequestHandlers no default request handler is registered (either 
'/select' or 'standard')
   [junit4]   2> 1518530 WARN  (coreLoadExecutor-4981-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1518531 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1518533 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[EBF058479CCCE58A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 1518534 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[EBF058479CCCE58A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> 1518535 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[EBF058479CCCE58A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 1518535 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[EBF058479CCCE58A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 1518536 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[EBF058479CCCE58A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 1518536 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[EBF058479CCCE58A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest 
-Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=EBF058479CCCE58A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kok 
-Dtests.timezone=Asia/Hovd -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J1 | 
UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with 
INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EBF058479CCCE58A:9A14A691EA27C246]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [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:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1518538 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_EBF058479CCCE58A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=727, maxMBSortInHeap=5.846679592079808, 
sim=RandomSimilarity(queryNorm=true): {}, locale=kok, timezone=Asia/Hovd
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=273675960,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestInfoStreamLogging, 
TestRestManager, SortSpecParsingTest, ExitableDirectoryReaderTest, 
OpenCloseCoreStressTest, TestDocBasedVersionConstraints, 
TestDistribDocBasedVersion, TestLeaderInitiatedRecoveryThread, TestSearchPerf, 
TestNoOpRegenerator, TestComplexPhraseLeadingWildcard, ConvertedLegacyTest, 
TestChildDocTransformer, TestXIncludeConfig, TestSweetSpotSimilarityFactory, 
HdfsRecoverLeaseTest, TestDynamicFieldCollectionResource, HdfsSyncSliceTest, 
PropertiesRequestHandlerTest, TestSolrConfigHandler, TestClusterStateMutator, 
SharedFSAutoReplicaFailoverUtilsTest, TestInPlaceUpdatesDistrib, 
TestHashPartitioner, SolrSlf4jReporterTest, TestSolrCoreSnapshots, 
TestLRUCache, TestCloudPivotFacet, TestStreamBody, TestTrieFacet, 
FileUtilsTest, SpatialFilterTest, DistributedFacetPivotLongTailTest, 
JsonLoaderTest, CollectionStateFormat2Test, TestReloadDeadlock, 
TestBackupRepositoryFactory, TestOrdValues, TestPullReplica, NoCacheHeaderTest, 
TestSolrJ, SpellCheckComponentTest, OverseerTaskQueueTest, 
TestPerFieldSimilarity, TestCoreDiscovery, CSVRequestHandlerTest, 
BlobRepositoryCloudTest, TestMaxTokenLenTokenizer, TestStressVersions, 
QueryParsingTest, BadComponentTest, SubstringBytesRefFilterTest, 
ScriptEngineTest, MissingSegmentRecoveryTest, TestUnifiedSolrHighlighter, 
TestSolrCloudWithHadoopAuthPlugin, TestRTGBase, 
StatelessScriptUpdateProcessorFactoryTest, LeaderElectionContextKeyTest, 
BadCopyFieldTest, ConnectionManagerTest, TestExpandComponent, 
CleanupOldIndexTest, TestCursorMarkWithoutUniqueKey, HdfsLockFactoryTest, 
ChaosMonkeySafeLeaderTest, TestPayloadScoreQParserPlugin, 
TestCloudManagedSchema, TestBlobHandler, ZkCLITest, DeleteInactiveReplicaTest, 
AnalyticsMergeStrategyTest, SolrGraphiteReporterTest, TestConfigsApi, 
PrimUtilsTest, VersionInfoTest, TestBM25SimilarityFactory, AddBlockUpdateTest, 
TestHdfsCloudBackupRestore, HdfsUnloadDistributedZkTest, 
TestDistributedGrouping, ZkFailoverTest, IndexSchemaTest, 
TestHalfAndHalfDocValues, DataDrivenBlockJoinTest, DocValuesTest, 
DistributedIntervalFacetingTest, CurrencyFieldTypeTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSchemalessBufferedUpdates, 
MetricUtilsTest, CoreAdminHandlerTest, TestExactSharedStatsCache, 
DirectSolrConnectionTest, TestJsonFacetRefinement, CdcrReplicationHandlerTest, 
TestMiniSolrCloudClusterSSL, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestAtomicUpdateErrorCases, TestMaxScoreQueryParser, 
IndexSchemaRuntimeFieldTest, CollectionsAPISolrJTest, 
TestStressCloudBlindAtomicUpdates, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DirectSolrSpellCheckerTest, 
TestCloudDeleteByQuery, ShardRoutingCustomTest, TestCustomStream, 
ZkSolrClientTest, FileBasedSpellCheckerTest, TestCharFilters, 
TestAnalyzeInfixSuggestions, BlockJoinFacetDistribTest, 
TestMultiValuedNumericRangeQuery, CollectionsAPIDistributedZkTest, 
TestRawResponseWriter, TestReplicationHandlerBackup, 
TestConfigSetsAPIZkFailure, TestSolrCLIRunExample, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
TestStressLucene, TestTrie, TestCSVLoader, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, 
DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, 
TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest, 
TestOmitPositions, TermsComponentTest, RequestHandlersTest, 
TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, 
MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, 
RegexBoostProcessorTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [439/732 (1!)] on J1 in 0.28s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 231 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_EBF058479CCCE58A-001/init-core-data-001
   [junit4]   2> 1639323 WARN  
(SUITE-CdcrBootstrapTest-seed#[EBF058479CCCE58A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1639330 ERROR (Thread-4758) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1639434 ERROR (jetty-launcher-4121-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:41603/solr
   [junit4]   2> 1639570 ERROR (Thread-4768) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1639679 ERROR (jetty-launcher-4133-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=1},queues={127.0.0.1:41603/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 1650987 WARN  (cdcr-bootstrap-status-4152-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: 
cdcr-target shard: shard1 to complete
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1100
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1600
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1700
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1800
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 100 docs with commit=true, numDocs=2000
   [junit4]   2> 1655141 WARN  (cdcr-bootstrap-status-4155-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: 
cdcr-target shard: shard1 to complete
   [junit4]   2> 1655145 WARN  (zkCallback-4140-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1655146 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[EBF058479CCCE58A]) 
[    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1665195 WARN  (Thread-4768) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-source/state.json
   [junit4]   2>        4       /solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2>        3       /solr/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1665232 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[EBF058479CCCE58A]) 
[    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1670297 WARN  (Thread-4758) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        4       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1670303 ERROR (Thread-4784) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1670411 ERROR (jetty-launcher-4156-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:42327/solr
   [junit4]   2> 1670633 ERROR (Thread-4794) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1670742 ERROR (jetty-launcher-4168-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=2000
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=0},queues={127.0.0.1:42327/solr={cdcr-target={queueSize=2009,lastTimestamp=}}},tlogTotalSize=96517,tlogTotalCount=21,updateLogSynchronizer=stopped}
   [junit4]   2> 1802405 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e149d208b0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1803907 WARN  (zkCallback-4175-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1803907 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[EBF058479CCCE58A])
 [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1813990 WARN  (Thread-4794) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-source/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1814012 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[EBF058479CCCE58A])
 [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1819061 WARN  (Thread-4784) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        2       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster 
-Dtests.seed=EBF058479CCCE58A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=lb -Dtests.timezone=America/Scoresbysund -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  149s J0 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<2000> but was:<1990>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EBF058479CCCE58A:3FB5131E7B9A5671]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [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:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1819075 ERROR (Thread-4809) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1819180 ERROR (jetty-launcher-4190-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:35777/solr
   [junit4]   2> 1819316 ERROR (Thread-4819) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1819420 ERROR (jetty-launcher-4202-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1825802 WARN  (zkCallback-4209-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1825804 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[EBF058479CCCE58A])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1827429 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[EBF058479CCCE58A])
 [    ] o.a.s.c.s.i.CloudSolrClient Request to collection cdcr-source failed 
due to (510) org.apache.solr.common.SolrException: Could not find a healthy 
node to handle the request., retry? 0
   [junit4]   2> 1827429 WARN  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[EBF058479CCCE58A])
 [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) 
cdcr-source after stale state error from server.
   [junit4]   1> Cdcr queue response: 
{responseHeader={status=0,QTime=0},queues={127.0.0.1:35777/solr={cdcr-target={queueSize=-2049966069,lastTimestamp=}}},tlogTotalSize=4773,tlogTotalCount=1,updateLogSynchronizer=stopped}
   [junit4]   2> 1832994 WARN  (cdcr-bootstrap-status-4228-thread-1) [    ] 
o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: 
cdcr-target shard: shard1 to complete
   [junit4]   2> 1832997 WARN  (zkCallback-4222-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1832997 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e149f66a0000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1832998 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[EBF058479CCCE58A])
 [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1836857 WARN  (Thread-4819) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/configs/cdcr-source
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/collections/cdcr-source/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1838405 WARN  (zkCallback-4197-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1838406 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[EBF058479CCCE58A])
 [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1842643 WARN  (Thread-4809) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        2       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_EBF058479CCCE58A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {xyz=FST50, 
id=PostingsFormat(name=Direct)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
xyz=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Direct)}, 
maxPointsInLeafNode=281, maxMBSortInHeap=7.036679133988004, 
sim=RandomSimilarity(queryNorm=true): {}, locale=lb, 
timezone=America/Scoresbysund
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=221266008,total=456613888
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSplitterTest, 
JvmMetricsTest, TestLMDirichletSimilarityFactory, TestReplicaProperties, 
TestStressUserVersions, DistributedDebugComponentTest, 
TestExtendedDismaxParser, UninvertDocValuesMergePolicyTest, HdfsNNFailoverTest, 
TestRuleBasedAuthorizationPlugin, TestBinaryField, TestNRTOpen, 
TestSimpleQParserPlugin, UpdateLogTest, SSLMigrationTest, SolrCLIZkUtilsTest, 
DistribJoinFromCollectionTest, SharedFSAutoReplicaFailoverTest, 
ChangedSchemaMergeTest, TestMacros, OverseerCollectionConfigSetProcessorTest, 
TestWriterPerf, TestCloudRecovery, AsyncCallRequestStatusResponseTest, 
ZkStateWriterTest, SolrGangliaReporterTest, SolrPluginUtilsTest, 
TestPayloadCheckQParserPlugin, MetricsHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, CachingDirectoryFactoryTest, 
TestConfigSetsAPIExclusivity, TestBinaryResponseWriter, 
TestNumericRangeQuery64, TestHdfsBackupRestoreCore, TestCrossCoreJoin, 
CdcrReplicationDistributedZkTest, TestBulkSchemaConcurrent, TestDistribIDF, 
LeaderFailureAfterFreshStartTest, HighlighterConfigTest, 
RAMDirectoryFactoryTest, CustomCollectionTest, RulesTest, TestLegacyField, 
TestSchemaManager, TestFieldCollectionResource, TestSSLRandomization, 
TestImpersonationWithHadoopAuth, TestGeoJSONResponseWriter, BJQParserTest, 
MoveReplicaHDFSUlogDirTest, TestDistributedStatsComponentCardinality, 
TestCollectionAPIs, TestReplicationHandler, LeaderElectionIntegrationTest, 
DocumentAnalysisRequestHandlerTest, TestLegacyFieldCache, TestBadConfig, 
TestSolr4Spatial, TestMinMaxOnMultiValuedField, MBeansHandlerTest, 
SyncSliceTest, HdfsTlogReplayBufferedWhileIndexingTest, TestJoin, 
CollectionsAPIAsyncDistributedZkTest, TestRangeQuery, 
QueryElevationComponentTest, TestAuthenticationFramework, TestNestedDocsSort, 
TestSubQueryTransformerCrossCore, SynonymTokenizerTest, 
OpenExchangeRatesOrgProviderTest, VMParamsZkACLAndCredentialsProvidersTest, 
WordBreakSolrSpellCheckerTest, TestStressLiveNodes, TestImplicitCoreProperties, 
InfixSuggestersTest, IndexBasedSpellCheckerTest, SolrShardReporterTest, 
CursorMarkTest, DistributedFacetPivotSmallTest, HttpPartitionTest, 
DistributedQueryElevationComponentTest, TestRandomDVFaceting, 
TestCollationField, QueryResultKeyTest, TestTolerantUpdateProcessorRandomCloud, 
CdcrUpdateLogTest, TestQuerySenderNoQuery, TestCollationFieldDocValues, 
TestLuceneMatchVersion, OutputWriterTest, TestPivotHelperCode, 
TestCopyFieldCollectionResource, UtilsToolTest, DirectoryFactoryTest, 
TestLegacyTerms, SuggesterWFSTTest, TestRestoreCore, 
TestPHPSerializedResponseWriter, SolrJmxReporterTest, BlockCacheTest, 
PreAnalyzedFieldManagedSchemaCloudTest, DocValuesMissingTest, 
TestEmbeddedSolrServerAdminHandler, MigrateRouteKeyTest, 
DistributedSpellCheckComponentTest, OverseerStatusTest, 
SpellCheckCollatorWithCollapseTest, StressHdfsTest, 
TestGraphTermsQParserPlugin, DefaultValueUpdateProcessorTest, 
TestDistributedSearch, XmlUpdateRequestHandlerTest, BasicZkTest, 
AliasIntegrationTest, SpellCheckCollatorTest, HighlighterMaxOffsetTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, ShardRoutingTest, 
ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, 
AutoCommitTest, TestFaceting, TestRecovery, ZkControllerTest, TestRealTimeGet, 
HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, 
SimpleFacetsTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, 
PeerSyncTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, 
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, 
TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, TestLFUCache, 
PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestDocumentBuilder, 
ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, 
DistributedMLTComponentTest, CursorPagingTest, SolrTestCaseJ4Test, 
TestDistributedMissingSort, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, 
ActionThrottleTest, AssignBackwardCompatibilityTest, BaseCdcrDistributedZkTest, 
CdcrBootstrapTest]
   [junit4] Completed [516/732 (2!)] on J0 in 203.33s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 37213 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to