You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/04 04:35:33 UTC

[jira] [Updated] (ACCUMULO-1476) Per table tablet counts on Monitor wrong

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

Josh Elser updated ACCUMULO-1476:
---------------------------------
    Fix Version/s:     (was: 1.7.0)
                   1.8.0

> Per table tablet counts on Monitor wrong
> ----------------------------------------
>
>                 Key: ACCUMULO-1476
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1476
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Keith Turner
>             Fix For: 1.8.0
>
>
> Sometime there is a discrepancy between overall offline tablet count and the per table tablet counts in the monitor.  Sometimes the overall offline count will be non-zero but all tables will report zero offline tablets.
> I tracked this down in the monitor code.  The information is obtained in two different ways.  The overall count is obtained from the master, which gets it from scanning the metadata table. The per table count is obtained from the master, which in turn obtains this info from the tablet servers.  If no tablet server has a tablet, it will not show up in the counts.
> The per table counts should be obtained from the metadata table.   



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