GitHub user guoweiM opened a pull request:
https://github.com/apache/flink/pull/3672
[Flink-6072] TestCase CheckpointStateRestoreTest::testSetState should be
fail
This case should be fail because three `KeyGroupStateHandles` which have
same `KeyGroupRange[0,0]` are received by `CheckpointCoordinator`.
This pull request includes:
1. Use three different `KeyGroupRange`s in the test case.
2. Check whether the `KeyGroupRange` of `TaskState` has overlap.
3. Check whether the `KeyGroupRange` of `SubTaskState` is different.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guoweiM/flink FLINK-6072
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3672.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 #3672
----
commit b833bd49b524d0fc1ef75ba2c82651432bdb84c1
Author: guowei.mgw <[email protected]>
Date: 2017-03-23T23:17:09Z
fix CheckpointStateRestoreTest
commit a816f61c562e2d713c35b35037dedb444f656683
Author: guowei.mgw <[email protected]>
Date: 2017-04-05T08:09:20Z
Fix FLINK-5892
commit c498dea78675a529d032857a00f6fbaf36c0c16e
Author: guowei.mgw <[email protected]>
Date: 2017-04-05T08:13:44Z
Fix FLINK-5892
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---