You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by nreich <gi...@git.apache.org> on 2017/08/09 22:59:18 UTC

[GitHub] geode pull request #704: GEODE-3300: Complete and expose parallel export fea...

GitHub user nreich opened a pull request:

    https://github.com/apache/geode/pull/704

    GEODE-3300: Complete and expose parallel export feature for use

    This change exposes parallel export of snapshots. It provides a filename mapper for parallel exports that gives each snapshot file a unique names based on the host it was created on. It also enforces to use of the .gfd extension for snapshot files and allows for a directory of snapshot files to be imported together. Once this change is merged, additional work is required to update gfsh to support the commands necessary to allow users to make use of the parallel export feature.

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

    $ git pull https://github.com/nreich/geode feature/GEODE-3300

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

    https://github.com/apache/geode/pull/704.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 #704
    
----
commit 1844570f51fc6e6a1bcbedf5334a629958866426
Author: Nick Reich <nr...@pivotal.io>
Date:   2017-07-28T23:47:10Z

    GEODE-3300: Complete and expose parallel export feature for use

----


---
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] geode pull request #704: GEODE-3300: Complete and expose parallel export fea...

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

    https://github.com/apache/geode/pull/704


---
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] geode issue #704: GEODE-3300: Complete and expose parallel export feature fo...

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

    https://github.com/apache/geode/pull/704
  
    The requirement for the ".gfd" extension currently resides in the ExportDataCommand from gfsh, the only non-internal entry point to create/restore a backup. This constraint could be also validated in RegionSnapshotServiceImpl before starting the local snapshot creation.
    
    I can add a toString to SnapshotOptions, some of the contents will still return an only somewhat helpful Object.toString() value, but it should provide the desired information.


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