You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bi...@apache.org on 2019/11/11 08:18:52 UTC

[hbase] branch master updated (08aae42 -> 77490f8)

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

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


    from 08aae42  HBASE-18439 Subclasses of o.a.h.h.chaos.actions.Action all use the same logger
     add 77490f8  HBASE-23251 - Add Column Family and Table Names to HFileContext and use in HFileWriterImpl logging (#796)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/io/hfile/HFileContext.java | 40 ++++++++++++++++---
 .../hadoop/hbase/io/hfile/HFileContextBuilder.java | 16 +++++++-
 .../hadoop/hbase/mapreduce/HFileOutputFormat2.java |  4 +-
 .../apache/hadoop/hbase/io/hfile/HFileBlock.java   |  2 +
 .../hadoop/hbase/io/hfile/HFileWriterImpl.java     | 17 ++++++--
 .../apache/hadoop/hbase/regionserver/HStore.java   |  3 ++
 .../apache/hadoop/hbase/io/hfile/TestHFile.java    | 46 ++++++++++++++++++++++
 .../hadoop/hbase/io/hfile/TestHFileBlock.java      |  3 +-
 .../hadoop/hbase/regionserver/TestHStore.java      | 12 ++++++
 .../apache/hadoop/hbase/util/HFileTestUtil.java    |  1 +
 10 files changed, 133 insertions(+), 11 deletions(-)