Browse Source

HADOOP-3254. Restructure internal namenode methods that process
heartbeats to use well-defined BlockCommand object(s) instead of
using the base java Object. (Tsz Wo (Nicholas), SZE via dhruba)



git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@648382 13f79535-47bb-0310-9956-ffa450edef68

Dhruba Borthakur 17 years ago
parent
commit
dc6bf5376c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -27,7 +27,7 @@ Trunk (unreleased changes)
 
     Increment ClientProtocol.versionID missed by HADOOP-2585. (shv)
 
-    HADOOP-3176. Restructure internal namenode methods that process
+    HADOOP-3254. Restructure internal namenode methods that process
     heartbeats to use well-defined BlockCommand object(s) instead of 
     using the base java Object. (Tsz Wo (Nicholas), SZE via dhruba)