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

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

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

    https://github.com/apache/geode/pull/637#discussion_r127525516
  
    --- Diff: geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb ---
    @@ -40,16 +40,17 @@ Import user data from a file to a region.
     **Syntax:**
     
     ``` pre
    - import data --region=value --file=value --member=value
    + import data --region=value --file=value --member=value 
[--invoke-callbacks=value]
     ```
     
     <a id="topic_jw2_2ld_2l__table_lzg_3fg_2w"></a>
     
    -| Name                                           | Description             
                                                                                
                                                                                
                                         |
    
-|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
    -| <span class="keyword parmname">\\-\\-region</span> | *Required.* Region 
into which data will be imported.                                               
                                                                                
                                              |
    -| <span class="keyword parmname">\\-\\-file </span>  | *Required.* File 
from which the imported data will be read. The file must have an extension of 
".gfd" and must be on the file system of the member (or accessible to that 
member via NFS) that is being targeted for the import. |
    -| <span class="keyword parmname">&#8209;&#8209;member</span> | *Required.* 
Name/Id of a member which hosts the region. The data will be imported from the 
specified file on the host where the member is running.                         
                                                      |
    +| Name                                           | Description             
                                                                                
                                                                                
                                         | Default Value |
    
+|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----|
    +| <span class="keyword parmname">\\-\\-region</span> | *Required.* Region 
into which data will be imported. | |
    +| <span class="keyword parmname">\\-\\-file </span>  | *Required.* File 
from which the imported data will be read. The file must have an extension of 
".gfd" and must be on the file system of the member (or accessible to that 
member via NFS) that is being targeted for the import. | |
    +| <span class="keyword parmname">&#8209;&#8209;member</span> | *Required.* 
Name/Id of a member which hosts the region. The data will be imported from the 
specified file on the host where the member is running. | |
    --- End diff --
    
    Change "Name/Id of a member which hosts the region" to "Name/ID of a member 
that hosts the region." (Id > ID; which > that)


> Add option to invoke callbacks while loading a snapshot
> -------------------------------------------------------
>
>                 Key: GEODE-2612
>                 URL: https://issues.apache.org/jira/browse/GEODE-2612
>             Project: Geode
>          Issue Type: New Feature
>          Components: lucene
>            Reporter: Barry Oglesby
>            Assignee: Karen Smoler Miller
>             Fix For: 1.2.0
>
>
> As a work-around to recreating a lucene index (which is not currently 
> supported), the recommendation is to:
> - export user region
> - destroy indexes and user region
> - recreate index
> - recreate user region
> - import user region
> The lucene index is populated using an hidden AsyncEventQueue, but currently 
> import doesn't invoke callbacks. This feature request is to add an option to 
> SnapshotOptions to cause callbacks to be invoked, so that the index is 
> repopulated during import.



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

Reply via email to