[
https://issues.apache.org/jira/browse/FLINK-7700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185950#comment-16185950
]
ASF GitHub Bot commented on FLINK-7700:
---------------------------------------
GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/4752
[FLINK-7700] Fix RocksDB state merging on release-1.3
This is only for running the tests, which I can't do on my own Travis since
tests time out.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink release-1.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4752.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 #4752
----
commit 64858a7881d22fb665099e1b2cd8363e447ed572
Author: Aljoscha Krettek <[email protected]>
Date: 2016-11-04T09:17:55Z
[FLINK-5619] Add numStateEntries() method for all keyed backends
This also adds a test for this in StateBackendTestBase
commit 31cd6db6a7d2f7d78aa05f6ff5fc82abbc79d042
Author: Aljoscha Krettek <[email protected]>
Date: 2017-09-27T09:37:09Z
[FLINK-7700] Fix RocksDB ListState merging
Before, the merged state was not cleared.
commit 5e3d49cc05591bf396bfcf9e578f8e30ce436114
Author: Aljoscha Krettek <[email protected]>
Date: 2017-09-27T09:38:13Z
[FLINK-5619] Consolidate ListState Tests in StateBackendTestBase
commit e0bd8c060da01e5defe528964bf638868cbc13d5
Author: Aljoscha Krettek <[email protected]>
Date: 2017-09-27T10:53:08Z
[FLINK-7700] Fix RocksDB ReducingState merging
Before, the merged state was not cleared.
commit 0ffca863a4b189675d2f15ee61f9d20fe49e85f0
Author: Aljoscha Krettek <[email protected]>
Date: 2017-09-27T10:54:19Z
[FLINK-5619] Consolidate ReducingState Tests in StateBackendTestBase
commit b0a7c091856aa2a99715a9fddcc801f660414cfd
Author: Aljoscha Krettek <[email protected]>
Date: 2017-09-27T11:01:55Z
[FLINK-7700] Fix RocksDB AggregatingState merging
Before, the merged state was not cleared.
commit 835de46b5f63ffeee8e89a89d3f2e6a9af06efc4
Author: Aljoscha Krettek <[email protected]>
Date: 2017-09-27T11:02:57Z
[FLINK-5619] Consolidate AggregatingState Tests in StateBackendTestBase
----
> State merging in RocksDB backend leaves old state
> -------------------------------------------------
>
> Key: FLINK-7700
> URL: https://issues.apache.org/jira/browse/FLINK-7700
> Project: Flink
> Issue Type: Bug
> Components: State Backends, Checkpointing
> Affects Versions: 1.4.0, 1.3.2
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Priority: Blocker
> Fix For: 1.4.0, 1.3.3
>
>
> {{RocksDBAggregatingState.mergeNamespaces(...)}},
> {{RocksDBReducingState.mergeNamespaces(...)}}, and
> {{RocksDBListState.mergeNamespaces(...)}} don't remove state from the old
> location when merging. This means that merged state will never be cleaned up
> and will accumulate.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)