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

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

Mike Percy created KUDU-1463:
--------------------------------

             Summary: 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)