[
https://issues.apache.org/jira/browse/FLINK-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14635462#comment-14635462
]
ASF GitHub Bot commented on FLINK-2205:
---------------------------------------
GitHub user ebautistabar opened a pull request:
https://github.com/apache/flink/pull/927
[FLINK-2205] Fix confusing entries in JM UI Job Config. section
Default display for 'Number of execution retries' is now 'deactivated' and
for 'Job parallelism' is 'auto', as suggested in JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ebautistabar/flink change-job-config-display
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/927.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 #927
----
commit ba7534ce56d5329a25d484d0e06aa36363781a65
Author: Enrique Bautista <[email protected]>
Date: 2015-07-21T16:52:05Z
[FLINK-2205] Fix confusing entries in JM UI Job Config. section
Default display for 'Number of execution retries' is now 'deactivated'
and for 'Job parallelism' is 'auto', as suggested in JIRA.
----
> Confusing entries in JM Webfrontend Job Configuration section
> -------------------------------------------------------------
>
> Key: FLINK-2205
> URL: https://issues.apache.org/jira/browse/FLINK-2205
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Affects Versions: 0.9
> Reporter: Fabian Hueske
> Priority: Minor
> Labels: starter
>
> The Job Configuration section of the job history / analyze page of the
> JobManager webinterface contains two confusing entries:
> - {{Number of execution retries}} is actually the maximum number of retries
> and should be renamed accordingly. The default value is -1 and should be
> changed to "deactivated" (or 0).
> - {{Job parallelism}} which is -1 by default. A parallelism of -1 is not very
> meaningful. It would be better to show something like "auto"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)