]
Will Burns updated ISPN-10699:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Add Transcoder name to log statements to aid debugging
------------------------------------------------------
Key: ISPN-10699
URL:
https://issues.jboss.org/browse/ISPN-10699
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.0.0.CR2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.CR3
Currently the error message returned to the client when a transcoding exception occurs is
not very detailed as the stack trace is where the `HotRodClientException` is thrown and
the server error message does not detail the transcoder that encountered the issue.
We should include the name of the transcoder in the server exception to aid debugging.