You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/18 17:37:27 UTC

[jira] [Commented] (FLINK-5560) Header in checkpoint stats summary misaligned

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

ASF GitHub Bot commented on FLINK-5560:
---------------------------------------

GitHub user uce opened a pull request:

    https://github.com/apache/flink/pull/3165

    [FLINK-5560] [webfrontend] Align table header columns with body

    The checkpoint summary stats table was misaligned. The header listed the state size before the end to end duration whereas the body had end to end duration before the state size. This PR swaps the header columns.
    
    I've also piggybacked a small hotfix to the reported subtask stats that confused me when I revisted it during this fix. I'll merge this as soon as Travis passes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/uce/flink 5560-misaligned

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3165.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3165
    
----
commit 5ebae2d2db356031981b979db59a7b51fae47395
Author: Ufuk Celebi <uc...@apache.org>
Date:   2017-01-18T17:31:32Z

    [FLINK-5560] [webfrontend] Align table header columns with body

commit cf7712b08ea675235689185f9625af169a83b343
Author: Ufuk Celebi <uc...@apache.org>
Date:   2017-01-18T17:32:14Z

    [hotfix] [webfrontend] Rename 'pending' subtask stat to 'pending_or_failed'

commit 364b4a49be8a48c3e5a65d94885f8856edd71758
Author: Ufuk Celebi <uc...@apache.org>
Date:   2017-01-18T17:33:17Z

    [webfrontend] Rebuild web frontend

----


> Header in checkpoint stats summary misaligned
> ---------------------------------------------
>
>                 Key: FLINK-5560
>                 URL: https://issues.apache.org/jira/browse/FLINK-5560
>             Project: Flink
>          Issue Type: Bug
>          Components: Webfrontend
>            Reporter: Ufuk Celebi
>            Assignee: Ufuk Celebi
>            Priority: Minor
>
> The checkpoint summary stats table header line is misaligned. The first and second head columns need to be swapped.



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