[ 
https://issues.apache.org/jira/browse/SOLR-7421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501401#comment-14501401
 ] 

Shalin Shekhar Mangar commented on SOLR-7421:
---------------------------------------------

Also for this particular seed, the merge policy chosen is LogDocMergePolicy 
with minMergeSize=1000 so no merges happen at all.

{code}
   [junit4]   2> 752435 T2587 N:127.0.0.1:42328_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4225057358391613]
{code}

> RecoveryAfterSoftCommitTest fails frequently on Jenkins due to full index 
> replication taking longer than 30 seconds
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-7421
>                 URL: https://issues.apache.org/jira/browse/SOLR-7421
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Timothy Potter
>         Attachments: RecoveryAfterSoftCommitTest_failure.log
>
>
> RecoveryAfterSoftCommitTest is failing frequently on Jenkins because the test 
> only gives 30 seconds for the replica to recover after healing the partition. 
> It looks like it's taking >30 seconds to replicate the full index from the 
> leader (the test is designed so that peer sync can't work). It seems bad that 
> it takes >30 seconds to replicate an index with only 115 documents in it ... 
> wonder if there is cruft laying around from other tests? I've run beast on 
> this test locally and it always passes. What's weird is I see log messages 
> like:
> {code}
>    [junit4]   2> 1436627 T4242 N:127.0.0.1:63274_ecb%2Fay C476 
> oash.IndexFetcher.fetchLatestIndex Number of files in latest index in master: 
> 263
> {code}
> 263 files for an index with 115 docs? Doesn't seem right!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to