uschindler commented on PR #15823:
URL: https://github.com/apache/lucene/pull/15823#issuecomment-4167969105

   I had a similar issue with changing an Exception type for the caller checks 
#15877, but I decided then: It's not an issue, because nobody is allowed the 
method from externally so the thrown exception won't matter, because there is 
no way to recover from that issue.
   
   Here it is similar: If you hit an exception the difference is now that heap 
is sane afterwards, before it was not sane. So it is better afterwards. Anybody 
who tried to cleanup from it in the past would have made the heap sane, but 
doing that twice is not an issue.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to