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

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

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

    https://github.com/apache/geode/pull/753#discussion_r136638437
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/ImportDataFunction.java
 ---
    @@ -40,9 +40,13 @@ public void execute(FunctionContext context) {
         final Object[] args = (Object[]) context.getArguments();
         final String regionName = (String) args[0];
         final String importFileName = (String) args[1];
    -    boolean invokeCallbacks = false;
    +    boolean parallel = false;
         if (args.length > 2) {
    --- End diff --
    
    is the args length check necessary? would caller present different args at 
different times? 


> 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