You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by an...@apache.org on 2020/03/04 17:44:53 UTC

[hbase] branch master updated (6d9802f -> b6eefca)

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

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


    from 6d9802f  HBASE-23861. Reconcile Hadoop version. (#1179)
     add b6eefca  HBASE-23788 ROW_INDEX_V1 encoder should consider the secondary index size with the encoded data size tracking (#1219)

No new revisions were added by this update.

Summary of changes:
 .../io/encoding/BufferedDataBlockEncoder.java      |  20 ++--
 .../hadoop/hbase/io/encoding/DataBlockEncoder.java |   5 +-
 .../hadoop/hbase/io/encoding/EncodingState.java    |  21 ++++
 .../hadoop/hbase/io/encoding/RowIndexCodecV1.java  |   4 +-
 .../hbase/io/encoding/RowIndexEncoderV1.java       |  10 +-
 .../apache/hadoop/hbase/io/hfile/HFileBlock.java   |  19 +---
 .../hbase/io/hfile/HFileDataBlockEncoder.java      |   3 +-
 .../hbase/io/hfile/HFileDataBlockEncoderImpl.java  |   4 +-
 .../hbase/io/hfile/NoOpDataBlockEncoder.java       |   8 +-
 .../hbase/io/hfile/TestRowIndexV1DataEncoder.java  | 115 +++++++++++++++++++++
 10 files changed, 167 insertions(+), 42 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestRowIndexV1DataEncoder.java