Skip to content

Commit 6c8ddc7

Browse files
committed
moving commits to private repo; edits
1 parent 1fe1f6c commit 6c8ddc7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/hdinsight/hbase/apache-hbase-accelerated-writes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: hdinsight
55
ms.service: hdinsight
66
author: hrasheed-msft
77
ms.author: hrasheed
8+
ms.reviewer: jasonh
89
ms.topic: conceptual
910
ms.date: 08/21/2019
1011
---
@@ -48,7 +49,12 @@ flush 'mytable'
4849
disable 'mytable'
4950
```
5051

51-
Additionally, please follow similar steps when scaling down your cluster - i.e. flush and disable your tables and stop incoming data. Note, you will not be allowed to scale down to less than three nodes. This will ensure a graceful scaledown and avoid the possibility of namenode going into safemode due to lingering under-replicated or temporary files. In the rare event that namenode does go into safemode after scaledown, use hdfs commands to re-replicate the underreplicated blocks and get hdfs out of safe mode; this will ensure HBase restarts smoothly.
52+
Follow similar steps when scaling down your cluster: flush your tables and disable your tables to stop incoming data. You can't scale down your cluster to less than three nodes.
53+
54+
Following these steps will ensure a successful scale-down and avoid the possibility of a namenode going into safe mode due to under-replicated or temporary files.
55+
56+
If your namenode does go into safemode after a scale down, use hdfs commands to re-replicate the under-replicated blocks and get hdfs out of safe mode. This re-replication will allow you to restart HBase successfully.
57+
5258
## Next steps
5359

5460
* Official Apache HBase documentation on the [Write Ahead Log feature](https://hbase.apache.org/book.html#wal)

0 commit comments

Comments
 (0)