[
https://issues.apache.org/jira/browse/FLINK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336989#comment-14336989
]
ASF GitHub Bot commented on FLINK-1472:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/439#issuecomment-76031299
I like the idea - that means that the webfrontend now shows what values are
actually used, even if they are not in the config.
To make it even nicer, it would be cool to:
- Show which values come from the config (top) and show for which ones
what default is used (in a second section below)
- add a Unit test that checks that all keys from the `ConfigConstants`
are converted. I think it is easy to check this via enumerating all fields in
the class using reflection.
> Web frontend config overview shows wrong value
> ----------------------------------------------
>
> Key: FLINK-1472
> URL: https://issues.apache.org/jira/browse/FLINK-1472
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Affects Versions: master
> Reporter: Ufuk Celebi
> Assignee: Mingliang Qi
> Priority: Minor
>
> The web frontend shows configuration values even if they could not be
> correctly parsed.
> For example I've configured the number of buffers as "123.000", which cannot
> be parsed as an Integer by GlobalConfiguration and the default value is used.
> Still, the web frontend shows the not used "123.000".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)