You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2017/05/10 20:42:31 UTC

[GitHub] flink pull request #3868: [FLINK-6532] [checkpoints] Ensure proper classload...

GitHub user StephanEwen opened a pull request:

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

    [FLINK-6532] [checkpoints] Ensure proper classloading for user-defined checkpoint hooks

    This also adds a test that validates that the correct class loader is passed.
    
    Note the neat trick via `CommonTestUtils.createObjectForClassNotInClassPath(classLoader)` to conjure up an object that is not in the test's class path.

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

    $ git pull https://github.com/StephanEwen/incubator-flink hook_fix

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

    https://github.com/apache/flink/pull/3868.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 #3868
    
----
commit 8f6e7ab9f1fa96c24dff44f75551fec968d657c6
Author: Stephan Ewen <se...@apache.org>
Date:   2017-05-10T20:03:49Z

    [FLINK-6532] [checkpoints] Ensure proper classloading for user-defined checkpoint hooks

----


---
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 #3868: [FLINK-6532] [checkpoints] Ensure proper classload...

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

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


---
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 issue #3868: [FLINK-6532] [checkpoints] Ensure proper classloading for...

Posted by EronWright <gi...@git.apache.org>.
Github user EronWright commented on the issue:

    https://github.com/apache/flink/pull/3868
  
    The title should refer to FLINK-6531


---
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.
---