Description
clientName.length() is used multiple times for determining whether the source is a client or a datanode.
if (clientName.length() == 0) { //it is a datanode }
Attachments
Attachments
Issue Links
- relates to
-
HDFS-1606 Provide a stronger data guarantee in the write pipeline
- Resolved