Bharath Vissapragada created HBASE-23362: --------------------------------------------
Summary: WalPrettyPrinter should include the table name Key: HBASE-23362 URL: https://issues.apache.org/jira/browse/HBASE-23362 Project: HBase Issue Type: Bug Components: tooling Affects Versions: master Reporter: Bharath Vissapragada Assignee: Bharath Vissapragada I was playing around with a large WAL file to debug something and I noticed a couple missing items. - Pretty printer doesn't print the table name. It is difficult to map the region hashes to a table name manually. - It should include an option to filter the edits by table so that we can only see the entries for a given table. A similar option exists for regions. I hacked it locally, I thought this might save some time for others too if the fix goes into the master. -- This message was sent by Atlassian Jira (v8.3.4#803005)