You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by uce <gi...@git.apache.org> on 2016/02/25 17:01:52 UTC

[GitHub] flink pull request: [FLINK-3513] [FLINK-3512] Fix savepoint issues

GitHub user uce opened a pull request:

    https://github.com/apache/flink/pull/1712

    [FLINK-3513] [FLINK-3512] Fix savepoint issues

    @aljoscha spotted the following two issues (so far) while working with savepoints and the rocks DB state backend.
    
    - FLINK-3513: The operator name is used in the deterministic hash assignment, which is actually not necessary and leads to problems with the WindowOperator (changing name).
    - FLINK-3512: The savepoint backend was trying to be too clever and fell back to jobmanager when it found "wrong" config combinations.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/uce/flink hash_gen

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1712.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 #1712
    
----
commit dab3c654fafecf8caee6453b7da8965174646771
Author: Ufuk Celebi <uc...@apache.org>
Date:   2016-02-25T15:55:04Z

    [FLINK-3513] [runtime] Fix interplay of automatic Operator UID and Changing name of WindowOperator

commit 3c3a81acee8de1128a3eee7f59ca6f8803acbd5c
Author: Ufuk Celebi <uc...@apache.org>
Date:   2016-02-25T15:55:38Z

    [FLINK-3512] [runtime] Savepoint backend should not revert to 'jobmanager'

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3513] [FLINK-3512] Fix savepoint issues

Posted by uce <gi...@git.apache.org>.
Github user uce commented on the pull request:

    https://github.com/apache/flink/pull/1712#issuecomment-188932532
  
    I'm merging this to master.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3513] [FLINK-3512] Fix savepoint issues

Posted by uce <gi...@git.apache.org>.
Github user uce commented on the pull request:

    https://github.com/apache/flink/pull/1712#issuecomment-188862999
  
    `mvn clean verify` was successful on my local machine, so if we need this for a new RC, we can merge it before the Travis run finishes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3513] [FLINK-3512] Fix savepoint issues

Posted by aljoscha <gi...@git.apache.org>.
Github user aljoscha commented on the pull request:

    https://github.com/apache/flink/pull/1712#issuecomment-188858495
  
    :+1: 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3513] [FLINK-3512] Fix savepoint issues

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/1712


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---