Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 75612 invoked from network); 22 Dec 2009 19:00:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 19:00:56 -0000 Received: (qmail 85389 invoked by uid 500); 22 Dec 2009 19:00:56 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 85347 invoked by uid 500); 22 Dec 2009 19:00:56 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 85337 invoked by uid 99); 22 Dec 2009 19:00:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:00:56 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 19:00:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89DD4234C1EE for ; Tue, 22 Dec 2009 11:00:29 -0800 (PST) Message-ID: <1587701012.1261508429563.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 19:00:29 +0000 (UTC) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (CHUKWA-438) HICC Column Resizing does not preserve size In-Reply-To: <1990851764.1261504349497.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CHUKWA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793733#action_12793733 ] Ari Rabkin commented on CHUKWA-438: ----------------------------------- +1 > 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.