You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Harshal Tripathi (JIRA)" <ji...@apache.org> on 2018/03/29 07:37:00 UTC

[jira] [Comment Edited] (BEAM-3919) checkpoint can not work with flink 1.4.1,1.4.2

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

Harshal Tripathi edited comment on BEAM-3919 at 3/29/18 7:36 AM:
-----------------------------------------------------------------

[~eisig] Yes, you were right,
{code:java}
org.apache.flink.streaming.api.operators.HeapInternalTimerService.snapshotTimersForKeyGroup
{code}
has been changed (and so have, some others) after 1.4.1 (Including). I have made the changes, currently, I'm testing the build.


was (Author: harshalstory):
[~eisig] Yes, you were right,
{code:java}
org.apache.flink.streaming.api.operators.HeapInternalTimerService.snapshotTimersForKeyGroup
{code}
__has been changed (and so have, some others) after 1.4.1 (Including). I have made the changes, currently, I'm testing the build.

> checkpoint can not work with flink 1.4.1,1.4.2
> ----------------------------------------------
>
>                 Key: BEAM-3919
>                 URL: https://issues.apache.org/jira/browse/BEAM-3919
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>    Affects Versions: 2.3.0, 2.4.0
>            Reporter: eisig
>            Assignee: Harshal Tripathi
>            Priority: Critical
>
> When submmit application to flink cluster(1.4.1,1.4.2) with checkpoint enabled. 
> Job fail whith exception:
> java.lang.NoSuchMethodError: org.apache.flink.streaming.api.operators.HeapInternalTimerService.snapshotTimersForKeyGroup(Lorg/apache/flink/core/memory/DataOutputViewStreamWrapper;I)V
>  
> It seems that `org.apache.flink.streaming.api.operators.HeapInternalTimerService.snapshotTimersForKeyGroup`.  was changed in flink1.4.1.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)