[
https://issues.apache.org/jira/browse/FLINK-12246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann resolved FLINK-12246.
-----------------------------------
Resolution: Fixed
Fixed via 9a345633dab41906239f21bc2c27ad3c5b6f16df
> Fixed can't get MAX_ATTEMPTS_HISTORY_SIZE value when create ExecutionVertex
> ---------------------------------------------------------------------------
>
> Key: FLINK-12246
> URL: https://issues.apache.org/jira/browse/FLINK-12246
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Configuration
> Affects Versions: 1.6.3
> Reporter: lamber-ken
> Assignee: lamber-ken
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> the jobConfiguration was defined as a final variable, so the
> {{MAX_ATTEMPTS_HISTORY_SIZE}} read from the jobManagerConfig in the
> ExecutionGraph and then passed to the ExecutionJobVertex.
> {code:java}
> /** The job configuration attached to this job. */
> private final Configuration jobConfiguration = new Configuration();
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)