ege-st opened a new pull request, #12657: URL: https://github.com/apache/pinot/pull/12657
We have seen cases where the fault message for a Direct Memory OOM uses different casing for the phrase `Direct buffer`. Which meant the Direct Memory OOM Handler in the Pinot Netty code was not triggered and, so, the OOM was not cleaned up, leaving Pinot in a failed state. This PR changes the `if` check to ignore case when checking the fault message. -- 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]
