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

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

Commit 845ee75e28b5bb73bd8ec5a8b1d79a46cff7737c in lucene-solr's branch 
refs/heads/branch_8x from Simon Willnauer
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=845ee75 ]

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
>             Fix For: master (9.0), 8.5
>
>         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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to