You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "mbc3320 (GitHub)" <gi...@apache.org> on 2020/03/03 06:27:27 UTC

[GitHub] [dubbo] mbc3320 commented on issue #5821: consumer端自定义异常没有正确反序列化

第五种情况已经排除ExceptionFilter,结果一样空指针异常。
调试发现,如果继承RpcException,在provider端,到AbstractInvoker的invoke得出来的结果AsyncRpcResult的responseFuture的值,能取到具体的异常信息具体的异常实例;
单独调试consumer端,发现反序列化后,由于反序列化失败,直接按超时异常处理,接着就重复调用多2次(总共三次调用),这个有点奇怪。


[ Full content available at: https://github.com/apache/dubbo/issues/5821 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org