smjn opened a new pull request, #20238: URL: https://github.com/apache/kafka/pull/20238
* The persister receives the response from the share coordinator and performs various actions based on the response error code. * There was an issue in handling the error code and error message. We were creating an Error object from the error code in the response but not looking at the error message in the response. * In some cases where a standard code has a custom associated message - this will not provide complete information in the logs. * In this PR, we rectify the situation by first checking the error message in response and if empty, getting the standard message from Errors object. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org