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:
parent
47c7c89e49
commit
ecde441381
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue