Dan Smith created GEODE-2400:
--------------------------------
Summary: PR accessors and client should have a way to wait for a
lucene index to be flushed
Key: GEODE-2400
URL: https://issues.apache.org/jira/browse/GEODE-2400
Project: Geode
Issue Type: Improvement
Components: lucene
Reporter: Dan Smith
LuceneIndex.waitForFlushed can only be called on data stores. Since a user
could be doing puts from a client or a peer accessor, they may need to be able
to do some puts and then wait for the index to be flushed on the client or the
accessor.
We should probably move waitForFlush to LuceneService instead, and then use a
function to route the wait call to a data store so that it can work from any
member.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)