You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2020/01/18 19:51:52 UTC

[hbase] branch master updated (167892c -> 75b8501)

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

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


    from 167892c  HBASE-23680 RegionProcedureStore missing cleaning of hfile archive (#1022)
     add 75b8501  HBASE-23661 Reduced number of Checkstyle violations in hbase-rest

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/rest/ResultGenerator.java  |  4 +-
 .../hadoop/hbase/rest/RowResultGenerator.java      | 13 +++---
 .../apache/hadoop/hbase/rest/client/Response.java  | 13 +++---
 .../hbase/rest/filter/GZIPRequestStream.java       |  4 +-
 .../hbase/rest/filter/GZIPResponseStream.java      |  4 +-
 .../hadoop/hbase/rest/filter/GzipFilter.java       | 11 +++--
 .../rest/filter/RestCsrfPreventionFilter.java      | 20 ++++-----
 .../hadoop/hbase/rest/model/CellSetModel.java      | 15 ++++---
 .../rest/model/StorageClusterStatusModel.java      | 48 +++++++++------------
 .../hadoop/hbase/rest/model/TableSchemaModel.java  | 49 ++++++++++------------
 10 files changed, 80 insertions(+), 101 deletions(-)