You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2008/10/14 18:35:44 UTC

[jira] Created: (HADOOP-4411) On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.

On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.
----------------------------------------------------------------------------------------------------------

                 Key: HADOOP-4411
                 URL: https://issues.apache.org/jira/browse/HADOOP-4411
             Project: Hadoop Core
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.19.0
            Reporter: Suresh Srinivas


In WebUI on Namenode, the information related to the cluster is shown. The information related to the over all cluster and Datanodes is shown.

Currently, the sorting of the table for Datanode information (done by clicking the column header) for Present Capacity, Blocks and Remaining columns is not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-4411) On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas reassigned HADOOP-4411:
---------------------------------------

    Assignee: Suresh Srinivas

> On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4411
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4411
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.19.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>
> In WebUI on Namenode, the information related to the cluster is shown. The information related to the over all cluster and Datanodes is shown.
> Currently, the sorting of the table for Datanode information (done by clicking the column header) for Present Capacity, Blocks and Remaining columns is not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4411) On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640210#action_12640210 ] 

Suresh Srinivas commented on HADOOP-4411:
-----------------------------------------

The problem with Last Contact (and this can happen with other columns also) is due to the time lag between sorting and printing sorted data. All the datanodes are sorted based on the sort criteria. Then reference to datanode object is used for fetching and printing the data. Printed data has discrepancies, if the datanode data is changed by then.

> On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4411
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4411
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.19.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>
> In WebUI on Namenode, the information related to the cluster is shown. The information related to the over all cluster and Datanodes is shown.
> Currently, the sorting of the table for Datanode information (done by clicking the column header) for Present Capacity, Blocks and Remaining columns is not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-4411) On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas reassigned HADOOP-4411:
---------------------------------------

    Assignee:     (was: Suresh Srinivas)

Currently not working on this

> On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4411
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4411
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.19.0
>            Reporter: Suresh Srinivas
>
> In WebUI on Namenode, the information related to the cluster is shown. The information related to the over all cluster and Datanodes is shown.
> Currently, the sorting of the table for Datanode information (done by clicking the column header) for Present Capacity, Blocks and Remaining columns is not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4411) On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.

Posted by "Konstantin Shvachko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639662#action_12639662 ] 

Konstantin Shvachko commented on HADOOP-4411:
---------------------------------------------

"Last Contact" column does not work either. Need to check all columns.
To me it looks like the sorting is done but in blocks, as if the UI reads a part of data and sorts it, then reads another part and sort is independently, and so on.

> On Namenode WebUI, sorting of the Datanode info table is not working for some of the columns in the table.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4411
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4411
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.19.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>
> In WebUI on Namenode, the information related to the cluster is shown. The information related to the over all cluster and Datanodes is shown.
> Currently, the sorting of the table for Datanode information (done by clicking the column header) for Present Capacity, Blocks and Remaining columns is not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.