You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2019/05/14 21:03:12 UTC

[hbase] branch branch-1.4 updated: Amend HBASE-21048 Get LogLevel is not working from console in secure environment

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

apurtell pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 13d6777  Amend HBASE-21048 Get LogLevel is not working from console in secure environment
13d6777 is described below

commit 13d677786850bc108987fdf714fd1376e499a5fd
Author: Wei-Chiu Chuang <we...@cloudera.com>
AuthorDate: Tue May 14 10:49:25 2019 +0200

    Amend HBASE-21048 Get LogLevel is not working from console in secure environment
    
    Addenum fix for compile error.
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 .../src/test/java/org/apache/hadoop/hbase/http/log/TestLogLevel.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/http/log/TestLogLevel.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/http/log/TestLogLevel.java
index 224bfcb..c00d13d 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/http/log/TestLogLevel.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/http/log/TestLogLevel.java
@@ -267,7 +267,6 @@ public class TestLogLevel {
         }
       });
     } finally {
-      clientUGI.logoutUserFromKeytab();
       server.stop();
     }