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

[hbase] branch master updated (eface74 -> 8130858)

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

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


    from eface74  HBASE-23799 Make our core coprocessors use shaded protobuf (#1280)
     add 8130858  HBASE-23741 Data loss when WAL split to HFile enabled (#1254)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/regionserver/HRegion.java  | 10 +--
 .../apache/hadoop/hbase/regionserver/HStore.java   | 36 +++++++++
 .../wal/BoundedRecoveredHFilesOutputSink.java      | 57 +++++++-------
 .../org/apache/hadoop/hbase/wal/WALSplitUtil.java  | 51 +++++--------
 .../hadoop/hbase/wal/TestWALSplitToHFile.java      | 88 ++++++++++++++++++++++
 5 files changed, 172 insertions(+), 70 deletions(-)