Skip to content

Commit

Permalink
[HBASE-26738] Correct description of WAL directory in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Feb 7, 2022
1 parent e848d3b commit e6b7a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/_chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ In 0.94, HLog was the name of the implementation of the WAL.
You will likely find references to the HLog in documentation tailored to these older versions.
====

The WAL resides in HDFS in the _/hbase/WALs/_ directory, with subdirectories per region.
The WAL resides in HDFS in the _/hbase/WALs/_ directory, with subdirectories per RegionServer.

For more general information about the concept of write ahead logs, see the Wikipedia
link:http://en.wikipedia.org/wiki/Write-ahead_logging[Write-Ahead Log] article.
Expand Down

0 comments on commit e6b7a46

Please sign in to comment.