You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2015/09/22 18:56:04 UTC

[jira] [Comment Edited] (MESOS-3490) Mesos UI fails to represent JSON entities

    [ https://issues.apache.org/jira/browse/MESOS-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902965#comment-14902965 ] 

Joseph Wu edited comment on MESOS-3490 at 9/22/15 4:55 PM:
-----------------------------------------------------------

The error lies with how we printed JSON numbers with a trailing period {{.}}, which is invalid JSON.

Simple fix is to print numbers with a trailing {{.0}} instead.
Review: https://reviews.apache.org/r/38632/


was (Author: kaysoky):
The error lies with how we printed JSON numbers with a trailing period '.', which is invalid JSON.

Review: https://reviews.apache.org/r/38632/

> Mesos UI fails to represent JSON entities
> -----------------------------------------
>
>                 Key: MESOS-3490
>                 URL: https://issues.apache.org/jira/browse/MESOS-3490
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Isabel Jimenez
>            Assignee: Joseph Wu
>
> The Mesos UI is broken, it seems to fail to represent JSON from /state.
> This may got introduced with https://reviews.apache.org/r/38028/.



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