[ 
https://issues.apache.org/jira/browse/GEODE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16151015#comment-16151015
 ] 

ASF GitHub Bot commented on GEODE-3283:
---------------------------------------

Github user nreich commented on a diff in the pull request:

    https://github.com/apache/geode/pull/753#discussion_r136643154
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/internal/cache/snapshot/RegionSnapshotServiceImpl.java
 ---
    @@ -342,6 +342,7 @@ private void exportOnMember(File snapshot, 
SnapshotFormat format, SnapshotOption
     
         long count = 0;
         long start = CachePerfStats.getStatTime();
    +    snapshot.getParentFile().mkdirs();
    --- End diff --
    
    You are correct: if only a relative route to a specific file is provided 
(which would be an error condition in this case), getParentFile() will return 
null. I can handle that case more gracefully.


> Add gfsh option on export/import to parallelize a snapshot for PRs
> ------------------------------------------------------------------
>
>                 Key: GEODE-3283
>                 URL: https://issues.apache.org/jira/browse/GEODE-3283
>             Project: Geode
>          Issue Type: Sub-task
>          Components: snapshot
>            Reporter: Fred Krone
>            Assignee: Nick Reich
>
> This is related to another ticket to improve snapshot export time



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to