Author: dhruba
Date: Tue Apr 15 12:19:33 2008
New Revision: 648382
URL: http://svn.apache.org/viewvc?rev=648382&view=rev
Log:
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)
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=648382&r1=648381&r2=648382&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Apr 15 12:19:33 2008
@@ -27,7 +27,7 @@
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)
|