You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/10 19:41:00 UTC

[jira] [Commented] (LUCENE-9164) Should not consider ACE a tragedy if IW is closed

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

ASF subversion and git services commented on LUCENE-9164:
---------------------------------------------------------

Commit 79feb93bd962aa65ede05ecf7cc86e9f5cec84a1 in lucene-solr's branch refs/heads/master from Simon Willnauer
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=79feb93 ]

LUCENE-9164: process all events before closing gracefully (#1319)

IndexWriter must process all pending events before closing the writer during rollback to prevent AlreadyClosedExceptions from being thrown during event processing which can cause the writer to be closed with a tragic event.

> Should not consider ACE a tragedy if IW is closed
> -------------------------------------------------
>
>                 Key: LUCENE-9164
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9164
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: master (9.0), 8.5, 8.4.2
>            Reporter: Nhat Nguyen
>            Assignee: Nhat Nguyen
>            Priority: Major
>         Attachments: LUCENE-9164.patch, LUCENE-9164.patch
>
>          Time Spent: 7h 20m
>  Remaining Estimate: 0h
>
> If IndexWriter is closed or being closed, AlreadyClosedException is expected. We should not consider it a tragic event in this case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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