You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/18 11:55:39 UTC

[jira] [Commented] (FLINK-3242) User-specified StateBackend is not Respected if Checkpointing is Disabled

    [ https://issues.apache.org/jira/browse/FLINK-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105110#comment-15105110 ] 

ASF GitHub Bot commented on FLINK-3242:
---------------------------------------

GitHub user aljoscha opened a pull request:

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

    [FLINK-3242] Also Set User-specified StateBackend without Checkpointing

    Before, the user-specified StateBackedn would not be set when generating the
    JobGraph if checkpointing was disabled.

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

    $ git pull https://github.com/aljoscha/flink statebackend-fix

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

    https://github.com/apache/flink/pull/1516.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 #1516
    
----
commit 7ed06831af76cb572c554e7f297ec3cec919b22f
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2016-01-18T10:53:31Z

    [FLINK-3242] Also Set User-specified StateBackend without Checkpointing
    
    Before, the user-specified StateBackedn would not be set when generating the
    JobGraph if checkpointing was disabled.

----


> User-specified StateBackend is not Respected if Checkpointing is Disabled
> -------------------------------------------------------------------------
>
>                 Key: FLINK-3242
>                 URL: https://issues.apache.org/jira/browse/FLINK-3242
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.0.0
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Blocker
>
> In {{StreamingJobGraphGenerator.java}} (line 281) the StateBackend is only set on the {{StreamConfig}} if checkpointing is enabled.
> This is easy to fix but we also need to add test to prevent this from happening in the future.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)