-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-15219. DFS Client will stuck when ResponseProcessor.run throw Error #1902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we extend a UT for the issue? |
I tried, but as ResponseProcessor class is a private inner class it's almost impossible to mock its behavior ( throw Error in the middle of run() method) |
If there is no easy way out for the UT. I think it is Ok then. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No Complains for yetus, Have manually pasted the result.
+1
WIll merge in couple of days, if no objections
…ror (apache#1902). Contributed by zhengchenyu.
…ror (apache#1902). Contributed by zhengchenyu. (cherry picked from commit d9c4f11)
…ror (apache#1902). Contributed by zhengchenyu. (cherry picked from commit d9c4f11)
…ror (apache#1902). Contributed by zhengchenyu.
…ror (apache#1902). Contributed by zhengchenyu. (cherry picked from commit d9c4f11) (cherry picked from commit d64f688) Change-Id: I8945bafc655130f187afb8cd833ffc37bbe76eb0
No description provided.