You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by me...@apache.org on 2019/09/02 06:50:19 UTC

[hbase] branch master updated (d32bf8d -> 9bed419)

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

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


    from d32bf8d  HBASE-22905 Avoid temp ByteBuffer allocation in (#538)
     add 9bed419  HBASE-22946 Fix TableNotFound when grant/revoke if AccessController is not loaded (#561)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/master/MasterRpcServices.java     | 199 +++++++++++----------
 .../access/TestUnloadAccessController.java         | 112 ++++++++++++
 2 files changed, 216 insertions(+), 95 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestUnloadAccessController.java