rmuir commented on issue #14999:
URL: https://github.com/apache/lucene/issues/14999#issuecomment-3130564081

   > Maybe if removing is not an option, provide a way to disallow certain 
wrappers to be tracked as parent? Or maybe something similar.
   
   I don't think we should do this: I don't want to allow the lack of safety. 
Lucene needs to protect itself, or we will receive flood of SIGSEGV reports, 
when it is instead bugs in reader usage (trying to use closed readers). Sorry 
that it hurts your P99 :)
   
   But i'm in favor of potentially removing logic from `main` branch if it is 
no longer needed due to memory segments.
   
   


-- 
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