airborne12 opened a new pull request, #207:
URL: https://github.com/apache/doris-thirdparty/pull/207

   This pull request addresses an issue within the closeInternal method. 
   When Thread A invokes closeInternal and encounters a CLucene error, the 
method exits without setting the closing flag back to false. 
   As a result, if another Thread B subsequently calls closeInternal and enters 
the waitForClose method, it becomes trapped in an infinite loop. 


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