This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1 by this push:
new 4d41846 Amend HBASE-21048 Get LogLevel is not working from console in
secure environment
4d41846 is described below
commit 4d41846246cde7ead5165f07e8daa0f42ce895f1
Author: Wei-Chiu Chuang <[email protected]>
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 <[email protected]>
---
.../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();
}