You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/08/10 13:39:00 UTC

[jira] [Resolved] (HBASE-27248) WALPrettyPrinter add print timestamp

     [ https://issues.apache.org/jira/browse/HBASE-27248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-27248.
-------------------------------
    Fix Version/s: 2.5.0
                   3.0.0-alpha-4
     Hadoop Flags: Reviewed
       Resolution: Fixed

Pushed to branch-2.5+.

Thanks [~zhengsicheng] for contributing!

> WALPrettyPrinter add print timestamp
> ------------------------------------
>
>                 Key: HBASE-27248
>                 URL: https://issues.apache.org/jira/browse/HBASE-27248
>             Project: HBase
>          Issue Type: Task
>          Components: tooling, wal
>            Reporter: zhengsicheng
>            Assignee: zhengsicheng
>            Priority: Minor
>             Fix For: 2.5.0, 3.0.0-alpha-4
>
>
> hbase wal  xxxx-wal -p, print include timestamp
> At first:
> row=rowA, column=f:c1, type=Delete
>     value: 
> cell total size sum: 88
>  
> New:
> row=rowA, column=f:c1, timestamp=1657851212679, type=Delete
>     value: 
> cell total size sum: 88



--
This message was sent by Atlassian Jira
(v8.20.10#820010)