You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/07 22:54:56 UTC

[GitHub] [pulsar] merlimat opened a new pull request #4493: Do not strip ExecutionException from the stack trace

merlimat opened a new pull request #4493: Do not strip ExecutionException from the stack trace
URL: https://github.com/apache/pulsar/pull/4493
 
 
   ### Motivation
   
   When we wrap exceptions into the `PulsarClientException` in the sync methods in client API, we shouldn't strip the `ExecutionException` from the chain. This will contain the stack of the application where the `get()` is being called and it's important to have that for a user to understand from where (in the application code) the exception was thrown.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services