You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by sandeshh <gi...@git.apache.org> on 2016/08/16 02:44:53 UTC

[GitHub] apex-core pull request #369: *Review only* [APEXCORE-498] Savepoint feature

GitHub user sandeshh opened a pull request:

    https://github.com/apache/apex-core/pull/369

    *Review only* [APEXCORE-498] Savepoint feature

    This enables the following feature,
    
    a. Store the savepoint of the running app in the location provided
    apexCli> savepoint <AppId> <Location_to_Store> [-overWrite]
    
    b. apexCli> launch -savePoint <Folder_containing_savepoint>
    
    Limitations:
     -> Custom Storage Agent used for checkpoints is not supported, ( v2 may be ? )
    -> Existing recovery window is used in the savepoint, so taking savepoint is not possible before the 1st recovery window
    
    TODO: Unit Tests
    


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

    $ git pull https://github.com/sandeshh/apex-core APEXCORE-498

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

    https://github.com/apache/apex-core/pull/369.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 #369
    
----
commit cc01813c1d103c3f9471018b67731bd8163aa18f
Author: sandeshh <sa...@gmail.com>
Date:   2016-08-15T06:20:12Z

    APEXCORE-498

----


---
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] apex-core pull request #369: *Review only* [APEXCORE-498] Savepoint feature

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

    https://github.com/apache/apex-core/pull/369


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