-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55124/
-----------------------------------------------------------
Review request for geode and Dan Smith.
Bugs: geode-2241
https://issues.apache.org/jira/browse/geode-2241
Repository: geode
Description
-------
list lucene index is at cache level, region might not be ready. But it's a
light-weigh command, I just filter out the duplicated entries.
search lucene index currently will be called on all members, which is bad. I
pick one of the members with region to execute.
Diffs
-----
geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommands.java
0941834
Diff: https://reviews.apache.org/r/55124/diff/
Testing
-------
Thanks,
xiaojian zhou