HDFS-2625. TestDfsOverAvroRpc failing after introduction of HeartbeatResponse type. Contributed by Todd Lipcon.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1210342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-12-05 06:38:52 +00:00
parent c7f5167845
commit ad7fe4e21e
2 changed files with 3 additions and 1 deletions

View File

@ -43,3 +43,5 @@ HDFS-2623. Add test case for hot standby capability (todd)
HDFS-2626. BPOfferService.verifyAndSetNamespaceInfo needs to be synchronized (todd)
HDFS-2624. ConfiguredFailoverProxyProvider doesn't correctly stop ProtocolTranslators (todd)
HDFS-2625. TestDfsOverAvroRpc failing after introduction of HeartbeatResponse type (todd)

View File

@ -921,7 +921,7 @@ public DatanodeCommand[] handleHeartbeat(DatanodeRegistration nodeReg,
}
}
return null;
return new DatanodeCommand[0];
}
/**