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

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@836299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-11-15 00:31:44 +00:00
parent 47c7c89e49
commit ecde441381
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -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>