HDFS-16279. Print detail datanode info when process first storage report#3564
HDFS-16279. Print detail datanode info when process first storage report#3564tasanuma merged 4 commits intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
My understanding is that the change is to print |
Thanks for your good suggestion. Hostname is a better choice. I will change it to |
|
💔 -1 overall
This message was automatically generated. |
|
Hi @aajisaka , please take a look at this. Thank you. |
|
Hi @jojochuang @ayushtkn @tasanuma , could you please take a look at this. Thanks. |
|
@tomscut I think you miss the following line. Please take a look. |
|
Before: After: |
|
💔 -1 overall
This message was automatically generated. |
Thanks @tasanuma for your comment and pointing out this issue. When the instantiation of DatanodeID is DatanodeRegistration, it overrides When the nodeID instantiation object is a DatanodeDescriptor, it doesn't override the I intended to print |
|
@tomscut Thanks for the explanation. When
So just using
I agreed. Let's keep it as it was. |
Thanks @tasanuma for your review and comments. |
|
💔 -1 overall
This message was automatically generated. |
JIRA: HDFS-16279
Print detail datanode info when process first storage report.