0 votes
in HBase by

How does WAL help when a RegionServer crashesin HBase?

1 Answer

0 votes
by

The Write Ahead Log (WAL) records all changes to data in HBase, to file-based storage. if a RegionServer crashes or becomes unavailable before the MemStore is flushed, the WAL ensures that the changes to the data can be replayed.

Related questions

0 votes
asked Jun 13, 2020 in HBase by Robindeniel
0 votes
asked Jun 10, 2020 in HBase by Robindeniel
...