You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yuan Mei (Jira)" <ji...@apache.org> on 2022/03/23 07:01:00 UTC

[jira] [Comment Edited] (FLINK-26766) Fix ChangelogStateHandleStreamImpl#getIntersection

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

Yuan Mei edited comment on FLINK-26766 at 3/23/22, 7:00 AM:
------------------------------------------------------------

merged commit [{{2b8b660}}|https://github.com/apache/flink/commit/2b8b66002ff17be8a02a9f0612b1a310ea8bf3e7] into apache:master

merged commit [{{778a15c}}|https://github.com/apache/flink/commit/778a15c8e1cda342ea39ad373334bbe9ffca0a5e] into apache:release-1.15


was (Author: ym):
merged commit [{{2b8b660}}|https://github.com/apache/flink/commit/2b8b66002ff17be8a02a9f0612b1a310ea8bf3e7] into apache:master [6 minutes ago|https://github.com/apache/flink/pull/19183#event-6288881643]

> Fix ChangelogStateHandleStreamImpl#getIntersection
> --------------------------------------------------
>
>                 Key: FLINK-26766
>                 URL: https://issues.apache.org/jira/browse/FLINK-26766
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / State Backends
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Feifan Wang
>            Assignee: Feifan Wang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
>  
> Maybe mistake in ChangelogStateHandleStreamImpl :
> {code:java}
> public KeyedStateHandle getIntersection(KeyGroupRange keyGroupRange) {
>     KeyGroupRange offsets = keyGroupRange.getIntersection(keyGroupRange);
>     // ......
> } {code}
> I guess should be :
> KeyGroupRange offsets = {color:#de350b}this{color}.keyGroupRange.getIntersection(keyGroupRange);
>  
> Hi [~roman] , can you help confirm that ?
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)