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

Renaud Delbru commented on LUCENE-4613:
---------------------------------------

Maybe one solution would be to not change the behavior of 
{{CompressingCodec#randomInstance(Random random)}}, and introduce a new method 
{{CompressingCodec#randomInstance(Random random, boolean randomSegmentSuffix)}} 
that is used in {{TestCompressingStoredFieldsFormat#setUp()}}. This will keep 
backward compatibility with the other unit tests.
                
> CompressingStoredFieldsWriter ignores the segment suffix if writing aborted
> ---------------------------------------------------------------------------
>
>                 Key: LUCENE-4613
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4613
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/codecs
>    Affects Versions: 4.1
>            Reporter: Renaud Delbru
>             Fix For: 4.1
>
>         Attachments: LUCENE-4613.patch, LUCENE-4613.patch
>
>
> If the writing is aborted, CompressingStoredFieldsWriter does not remove 
> partially-written files as the segment suffix is not taken into consideration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to