This is an automated email from the ASF dual-hosted git repository.
paksyd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from c6c83dcd113 HBASE-23644 Thrift2 DemoClient.py is not running (#7530)
add e2e8b012c33 HBASE-29761: The HBase UI's Debug Dump is not redacting
sensitive information (#7545)
No new revisions were added by this update.
Summary of changes:
.../hbase/master/http/MasterDumpServlet.java | 12 +-
.../hadoop/hbase/monitoring/StateDumpServlet.java | 20 ++
.../hbase/regionserver/http/RSDumpServlet.java | 14 +-
.../hadoop/hbase/http/TestDebugDumpRedaction.java | 224 +++++++++++++++++++++
.../hbase/master/http/TestMasterStatusPage.java | 33 +--
.../hbase/regionserver/http/TestRSStatusPage.java | 29 +--
.../hadoop/hbase/util/TestServerHttpUtils.java | 68 +++++++
7 files changed, 334 insertions(+), 66 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestDebugDumpRedaction.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestServerHttpUtils.java