-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HBASE-27231 FSHLog should retry writing WAL entries when syncs to HDF…
…S failed (#5317) Co-authored-by: Duo Zhang <[email protected]> Co-authored-by: chenglei <[email protected]> Signed-off-by: chenglei <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
- Loading branch information
Showing
11 changed files
with
1,112 additions
and
2,124 deletions.
There are no files selected for viewing
752 changes: 730 additions & 22 deletions
752
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java
Large diffs are not rendered by default.
Oops, something went wrong.
651 changes: 17 additions & 634 deletions
651
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AsyncFSWAL.java
Large diffs are not rendered by default.
Oops, something went wrong.
977 changes: 183 additions & 794 deletions
977
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.