You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/08/02 02:25:00 UTC

[jira] [Resolved] (HBASE-22762) Print the delta between phases in the split/merge/compact/flush transaction journals

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

Andrew Purtell resolved HBASE-22762.
------------------------------------
    Resolution: Fixed

Nothing to be done. Looks like under mt scenarios the logger only keeps a certain amount of buffer space free per thread and truncates overlong strings at their start. Might be fixable if we use something other than HRegion.LOG to log but no context to do that. Too much work for this change. Pushed addendum to branch-1.3, branch-1.4 and branch-1

> Print the delta between phases in the split/merge/compact/flush transaction journals
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-22762
>                 URL: https://issues.apache.org/jira/browse/HBASE-22762
>             Project: HBase
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 1.5.0, 1.3.6, 1.4.11
>
>         Attachments: HBASE-22762-branch-1-addendum.patch, HBASE-22762.branch-1.001.patch, HBASE-22762.branch-1.002.patch, HBASE-22762.branch-1.004.patch
>
>
> We print the start timestamp for each phase when logging the split/merge/compact/flush transaction journals and so when debugging an operator must do the math by hand. It would be trivial to also print the delta from the start timestamp of the previous phase and helpful to do so.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)