Author: rangadi
Date: Thu Jul 17 17:08:15 2008
New Revision: 677782
URL: http://svn.apache.org/viewvc?rev=677782&view=rev
Log:
move change log for HADOOP-3678 from 0.18 to 0.17.2
Modified:
hadoop/core/branches/branch-0.18/CHANGES.txt
Modified: hadoop/core/branches/branch-0.18/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/CHANGES.txt?rev=677782&r1=677781&r2=677782&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.18/CHANGES.txt Thu Jul 17 17:08:15 2008
@@ -717,9 +717,6 @@
retrieving the address of direct buffers from compression code by obtaining
a lock during this call. (Arun C Murthy via cdouglas)
- HADOOP-3678. Avoid spurious exceptions logged at DataNode when clients
- read from DFS. (rangadi)
-
HADOOP-3683. Fix dfs metrics to count file listings rather than files
listed. (lohit vijayarenu via cdouglas)
@@ -772,6 +769,9 @@
BUG FIXES
+ HADOOP-3678. Avoid spurious exceptions logged at DataNode when clients
+ read from DFS. (rangadi)
+
HADOOP-3707. NameNode keeps a count of number of blocks scheduled
to be written to a datanode and uses it to avoid allocating more
blocks than a datanode can hold. (rangadi)