Ryan Ernst created LUCENE-5872:
----------------------------------

             Summary: IndexUpgrader can leak an IndexWriter
                 Key: LUCENE-5872
                 URL: https://issues.apache.org/jira/browse/LUCENE-5872
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Ryan Ernst


{{IndexUpgrader.upgrade()}} currently calls {{IndexWriter.shutdown()}} inside 
the finally block.  However, if shutdown fails with an exception, the writer 
will not be closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to