HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov.
This commit is contained in:
parent
50ee8f4e67
commit
970ee3fc56
|
@ -777,6 +777,9 @@ Release 2.7.0 - UNRELEASED
|
|||
HDFS-7917. Use file to replace data dirs in test to simulate a disk failure.
|
||||
(Lei (Eddy) Xu via cnauroth)
|
||||
|
||||
HDFS-7956. Improve logging for DatanodeRegistration.
|
||||
(Plamen Jeliazkov via shv)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
|
||||
|
|
|
@ -100,7 +100,7 @@ public class DatanodeRegistration extends DatanodeID
|
|||
@Override
|
||||
public String toString() {
|
||||
return getClass().getSimpleName()
|
||||
+ "(" + getIpAddr()
|
||||
+ "(" + super.toString()
|
||||
+ ", datanodeUuid=" + getDatanodeUuid()
|
||||
+ ", infoPort=" + getInfoPort()
|
||||
+ ", infoSecurePort=" + getInfoSecurePort()
|
||||
|
|
Loading…
Reference in New Issue