jsancio commented on code in PR #16862:
URL: https://github.com/apache/kafka/pull/16862#discussion_r1714407997
##########
metadata/src/main/java/org/apache/kafka/controller/errors/EventHandlerExceptionInfo.java:
##########
@@ -88,11 +86,6 @@ public static EventHandlerExceptionInfo fromInternal(
return new EventHandlerExceptionInfo(false, false, internal,
new PolicyViolationException("Unable to perform excessively
large batch " +
"operation."));
- } else if (internal instanceof UnexpectedBaseOffsetException) {
Review Comment:
I actually removed this exception. KRaft is not checking the base offset
anymore so it doesn't throw this exception anymore.
--
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]