You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Rupa Shankar (JIRA)" <ji...@apache.org> on 2018/08/16 07:01:00 UTC

[jira] [Commented] (SOLR-12475) Fix failing MaxSizeAutoCommitTest

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

Rupa Shankar commented on SOLR-12475:
-------------------------------------

This test was failing intermittently because it was checking the tlog file sizes on disk after hard commits were automatically triggered. This was problematic because a triggered hard commit gets scheduled for some point (soon) in the future, so the check was not always guaranteed to succeed. Have changed this to check the current tlog object's stream size directly.

> Fix failing MaxSizeAutoCommitTest
> ---------------------------------
>
>                 Key: SOLR-12475
>                 URL: https://issues.apache.org/jira/browse/SOLR-12475
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>            Priority: Major
>         Attachments: SOLR-12475.patch
>
>
> Investigate and fix the failing MaxSizeAutoCommitTest. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org