You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/05/23 23:29:13 UTC

[jira] [Commented] (KUDU-1463) metrics: tablet's table id attribute is empty string

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

Todd Lipcon commented on KUDU-1463:
-----------------------------------

I think this is a dupe of KUDU-745

> metrics: tablet's table id attribute is empty string
> ----------------------------------------------------
>
>                 Key: KUDU-1463
>                 URL: https://issues.apache.org/jira/browse/KUDU-1463
>             Project: Kudu
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Mike Percy
>
> I just noticed on the metrics page locally in my dev environment that the table id is an empty string in the tablet attributes on the metrics page.
> Looks like this:
> {code}
> [
> {
> type: "tablet",
> id: "db28f9bb08554c36b91dcfc878b8702d",
> attributes: {
> partition: "range: [(<start>), (<end>))",
> table_name: "twitter",
> table_id: ""
> },
> metrics: [
> {
> name: "log_reader_bytes_read",
> value: 0
> },
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)