Author: stack
Date: Sun Nov 15 00:31:44 2009
New Revision: 836299

URL: http://svn.apache.org/viewvc?rev=836299&view=rev
Log:
HBASE-1876 DroppedSnapshotException when flushing memstore after a datanode 
dies; I added hdfs-630 to our bundled hadoop-hdfs.jar to underline its 
importance espeically for smaller clusters

Added:
    hadoop/hbase/trunk/lib/hadoop-hdfs-0.21.0-dev-r836297-plusHDFS630.jar   
(with props)
Modified:
    hadoop/hbase/trunk/src/java/overview.html

Added: hadoop/hbase/trunk/lib/hadoop-hdfs-0.21.0-dev-r836297-plusHDFS630.jar
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/lib/hadoop-hdfs-0.21.0-dev-r836297-plusHDFS630.jar?rev=836299&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
hadoop/hbase/trunk/lib/hadoop-hdfs-0.21.0-dev-r836297-plusHDFS630.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: hadoop/hbase/trunk/src/java/overview.html
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/overview.html?rev=836299&r1=836298&r2=836299&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/java/overview.html (original)
+++ hadoop/hbase/trunk/src/java/overview.html Sun Nov 15 00:31:44 2009
@@ -97,7 +97,8 @@
         In the meantime the NameNode can still send DFSClients to the dead 
DataNode as host for
         a replicated block. DFSClient can get stuck on trying to get block 
from a
         dead node. This patch allows DFSClients pass NameNode lists of known 
dead DataNodes.
-        Recommended, particularly if your cluster is small.
+        Recommended, particularly if your cluster is small. Apply to your 
hadoop cluster
+        (Its already applied to the hadoop-hdfs jar that is bundled with 
hbase).
       </li>
     </ul>
   </li>


Reply via email to