This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 2ca1e46 HBASE-23622 Reduced the number of Checkstyle violations in
hbase-common
add bf77562 HBASE-23618 Add a tool to dump procedure info in the WAL file
(#969)
No new revisions were added by this update.
Summary of changes:
.../store/region/RegionProcedureStore.java | 2 +-
.../store/region/WALProcedurePrettyPrinter.java | 133 +++++++++++++++++++++
.../apache/hadoop/hbase/wal/WALPrettyPrinter.java | 29 +++--
.../region/TestWALProcedurePrettyPrinter.java | 130 ++++++++++++++++++++
4 files changed, 281 insertions(+), 13 deletions(-)
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/WALProcedurePrettyPrinter.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/procedure2/store/region/TestWALProcedurePrettyPrinter.java