You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe in details
在AbstractNettyRemotingServer里遇到的channel获取失败,全都是抛出runtimeExp,但AbstractCore只捕捉IOException 和TimeoutException,导致这个包含xid的日志最后没包裹,日志里就看不到xid。我觉得channel拿不到应该是抛IOException?
The channel acquisition failures encountered in AbstractNettyRemotingServer all throw runtimeExp, but AbstractCore only catches IOException and TimeoutException, which results in the log containing xid not being wrapped at the end, and the log is missing the xid. So the failure to get the channel should be an IOException?
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Why you need it?
Is your feature request related to a problem? Please describe in details
在AbstractNettyRemotingServer里遇到的channel获取失败,全都是抛出runtimeExp,但AbstractCore只捕捉IOException 和TimeoutException,导致这个包含xid的日志最后没包裹,日志里就看不到xid。我觉得channel拿不到应该是抛IOException?
The channel acquisition failures encountered in AbstractNettyRemotingServer all throw runtimeExp, but AbstractCore only catches IOException and TimeoutException, which results in the log containing xid not being wrapped at the end, and the log is missing the xid. So the failure to get the channel should be an IOException?
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: