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 2017/07/04 10:35:00 UTC

[jira] [Commented] (FLINK-7041) Deserialize StateBackend from JobCheckpointingSettings with user classloader

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

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

Github user tzulitai commented on the issue:

    https://github.com/apache/flink/pull/4232
  
    Thanks for the fixups @aljoscha :-D
    The last Travis run was successful, the test name rename should not affect anything.
    Merging this ..


> Deserialize StateBackend from JobCheckpointingSettings with user classloader
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-7041
>                 URL: https://issues.apache.org/jira/browse/FLINK-7041
>             Project: Flink
>          Issue Type: Bug
>          Components: DataStream API, Distributed Coordination, State Backends, Checkpointing
>    Affects Versions: 1.3.0, 1.3.1
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Blocker
>             Fix For: 1.3.2
>
>
> A user ran into the problem that the {{SubmitJob}} message is not (de)serialisable if it contains custom RocksDB options (or a custom state backend): [1]
> The problem is that {{SubmitJob}} contains a {{JobGraph}} which contains {{JobCheckpointingSettings}} which contains a {{StateBackend}}. This {{StateBackend}} potentially has user code and therefore can only be deserialised with the user classloader.
> This issue is mostly identical to FLINK-6531.
> [1] https://lists.apache.org/thread.html/69bb573787258ab34c3dc56ac155052f099d75e62d805f463bde5621@%3Cuser.flink.apache.org%3E



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)