[ https://issues.apache.org/jira/browse/FLINK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508778#comment-14508778 ]
ASF GitHub Bot commented on FLINK-1472: --------------------------------------- Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-95523387 That would be a nice way, but 1) key/value pairs are not always distinguished by _KEY suffix, we have to format all the fields in ConfigConstants 2) some values are not in the ConfigConstants. e.g task manager slot = 1, akka_startup_time=aka_ask_timeout In summary, we need a formatted one-to-one map of the key/value pairs in ConfigConstants > 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)