[
https://issues.apache.org/jira/browse/GEODE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16087774#comment-16087774
]
ASF GitHub Bot commented on GEODE-2612:
---------------------------------------
GitHub user karensmolermiller opened a pull request:
https://github.com/apache/geode/pull/637
GEODE-2612 Document new import data option
@boglesby @joeymcallister @davebarnes97 Please review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karensmolermiller/geode feature/GEODE-2612
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/637.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 #637
----
commit 29c6b8a0bc899652b40e6a5f636d7f91ddeece4d
Author: Karen Miller <[email protected]>
Date: 2017-07-14T17:41:59Z
GEODE-2612 Document new import data option
- gfsh import data man page updated
- import is used when changing a Lucene index, so point out how
to get the callback invoked to rebuild the index
----
> 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)