Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
FetchSessionHandler is not logging properly the errors, and produces error messages sometimes hard to understand the root cause.
More precisely, FetchSessionHandler.handleError prints Throwable.toString, which is merely a summary message, and loses the stacktrace of the error. For example, we can get some messages, but cannot get a clue about why:
Error sending fetch request (sessionId=1655236778, epoch=99) to node 01: org.apache.kafka.common.errors.DisconnectException
Attachments
Issue Links
- links to