Throw the problematic exception node when a request exception occurs #3466
wang-qijia
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
@wang-qijia Thank you for sharing your idea. It's a interesting one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wang-qijia Good suggestion, I prepare a PR #3470 to solve it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a cluster or shard mode, it is often difficult to determine which node caused the exception when a request exception occurs, making it unfriendly for troubleshooting. It would be ideal to obtain the exception node for error logging or metric purpose.
Should we wrap the exception node in JedisConnectionException in the Connection class in order to record the error log more friendly?
Beta Was this translation helpful? Give feedback.
All reactions