GitHub user uce opened a pull request:

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

    [FLINK-3803] [runtime] Pass CheckpointStatsTracker to ExecutionGraph

    `CheckpointStatsTracker` was instantiated in 
`ExecutionGraph#enableSnapshotCheckpointing`, where the Flink configuration is 
not available to parse the configuration. As a result, the configuration was 
not picked up at all and the default configuration was used.
    
    Instead of instantiating the `CheckpointStatsTracker` in the 
`ExecutionGraph` method, we directly pass it to it.
    
    I've tested this locally with a checkpointed job and verified that the 
configuration is picked up as expected. I would like to merge this to `master` 
and `release-1.0`.

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

    $ git pull https://github.com/uce/flink 3803-exec_settings

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

    https://github.com/apache/flink/pull/1927.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 #1927
    
----
commit 512854a1aa355ccb41d0a5c8cc983d7e995ed6c7
Author: Ufuk Celebi <[email protected]>
Date:   2016-04-25T13:15:47Z

    [FLINK-3803] [runtime] Pass CheckpointStatsTracker to ExecutionGraph
    
    `CheckpointStatsTracker` was instantiated in 
`ExecutionGraph#enableSnapshotCheckpointing`,
    where the Flink configuration is not available to parse the configuration.
    
    Instead of instantiating the `CheckpointStatsTracker` in the 
`ExecutionGraph`
    method, we directly pass it to it.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to