You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2020/06/19 23:25:17 UTC

[hbase] branch master updated (6b62c0b -> 3c31981)

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 6b62c0b  HBASE-24550 Passing '-h' or '--help' to bin/hbase doesn't do as expected (ADDENDUM)
     add 3c31981  HBASE-24380 : Provide WAL splitting journal logging (#1860)

No new revisions were added by this update.

Summary of changes:
 .../wal/AbstractRecoveredEditsOutputSink.java      | 82 ++++++++++++++--------
 .../hbase/wal/BoundedRecoveredEditsOutputSink.java |  5 +-
 .../wal/BoundedRecoveredHFilesOutputSink.java      |  2 +-
 .../org/apache/hadoop/hbase/wal/OutputSink.java    | 22 +++++-
 .../hadoop/hbase/wal/RecoveredEditsOutputSink.java |  8 ++-
 .../org/apache/hadoop/hbase/wal/WALSplitter.java   | 12 +++-
 6 files changed, 92 insertions(+), 39 deletions(-)