thecoop opened a new pull request, #14977: URL: https://github.com/apache/lucene/pull/14977
Follow on from #14930. Turns out a full `close` implementation is not possible, as the default return value from `getMergeInstance` is `this`, requiring reference counting or other mechanisms to make sure the correct thing gets closed. So instead, I've moved some of the responsibilities around, and made sure that `finishMerge` is always called regardless of merge outcome. Resolves #14930 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org