You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/07 01:19:00 UTC

[jira] [Commented] (KUDU-2798) Fix logging on deleted TSK entries

    [ https://issues.apache.org/jira/browse/KUDU-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076798#comment-17076798 ] 

ASF subversion and git services commented on KUDU-2798:
-------------------------------------------------------

Commit 63776bcabf5f22f305e429620941a2958f6087d5 in kudu's branch refs/heads/master from Alexey Serbin
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=63776bc ]

[master] KUDU-2798 fix logging on deleted TSK entries

Decode the identifiers of the deleted TSK entries while logging.  Prior
to this patch, the raw value of the system catalog's 'entry_id' column
was written into the log.

Change-Id: I98c7ba7fd2277fff1176eca51d59404deebe38c4
Reviewed-on: http://gerrit.cloudera.org:8080/15657
Reviewed-by: Adar Dembo <ad...@cloudera.com>
Tested-by: Kudu Jenkins


> Fix logging on deleted TSK entries
> ----------------------------------
>
>                 Key: KUDU-2798
>                 URL: https://issues.apache.org/jira/browse/KUDU-2798
>             Project: Kudu
>          Issue Type: Task
>    Affects Versions: 1.8.0, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.11.0, 1.11.1
>            Reporter: Alexey Serbin
>            Assignee: Alexey Serbin
>            Priority: Minor
>              Labels: newbie
>
> It seems the identifiers of the deleted TSK entries in the log lines below need decoding:
> {noformat}
> I0312 15:17:14.808763 71553 catalog_manager.cc:4095] T 00000000000000000000000000000000 P f05d759af7824df9aafedcc106674182: Generated new TSK 2
> I0312 15:17:14.811144 71553 catalog_manager.cc:4133] T 00000000000000000000000000000000 P f05d759af7824df9aafedcc106674182: Deleted TSKs: �, �
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)