Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As kihwal pointed out in HDFS-6569,:
"One bad client may block this and prevent the message from being sent to the rest of "good" clients. Unless a new thread is created (during shutdown!) to send an OOB ack asynchronously, the blocking ack.readFields() call needs to be changed in order to delegate the message transmission to the responder thread. "
This JIRA is to track the effort of sending OOB ack asynchronously.
Attachments
Issue Links
- is related to
-
HDFS-6569 OOB message can't be sent to the client when DataNode shuts down for upgrade
- Closed