You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/12/22 19:04:29 UTC

[jira] Updated: (CHUKWA-438) HICC Column Resizing does not preserve size

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

Eric Yang updated CHUKWA-438:
-----------------------------

    Status: Patch Available  (was: Open)

> HICC Column Resizing does not preserve size
> -------------------------------------------
>
>                 Key: CHUKWA-438
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-438
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.4.0
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-438.patch
>
>
> The rewrite of the HICC dashboard with REST API has introduced a bug in column resizing.  JSON Array colSize: [ 20, 80 ], does not deserialize properly in Jersey.  The work around is to encode the values inside quotes, like: colSize: [ "20", "80" ].

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