[
https://issues.apache.org/jira/browse/FLINK-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16582177#comment-16582177
]
ASF GitHub Bot commented on FLINK-10151:
----------------------------------------
StefanRRichter commented on issue #6563: [FLINK-10151] [State TTL] Fix false
recursion call in TransformingStateTableKeyGroupPartitioner.tryAddToSource
URL: https://github.com/apache/flink/pull/6563#issuecomment-413466827
LGTM 👍 Merging.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [State TTL] Fix false recursion call in
> TransformingStateTableKeyGroupPartitioner.tryAddToSource
> ------------------------------------------------------------------------------------------------
>
> Key: FLINK-10151
> URL: https://issues.apache.org/jira/browse/FLINK-10151
> Project: Flink
> Issue Type: Bug
> Components: State Backends, Checkpointing
> Affects Versions: 1.6.0
> Reporter: Andrey Zagrebin
> Assignee: Andrey Zagrebin
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.6.1, 1.7.0
>
>
> *TransformingStateTableKeyGroupPartitioner* currently calls *tryAddToSource*
> recursively but has to call the super method of extended
> *StateTableKeyGroupPartitioner*. It can lead to infinite recursion when full
> snapshot cleanup strategy is activated for heap backend in async snapshot
> mode. The *HeapTtlStateTest* should be also divided into sync and async mode
> test suites to catch the problem.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)