[
https://issues.apache.org/jira/browse/GEODE-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995660#comment-15995660
]
ASF subversion and git services commented on GEODE-2828:
--------------------------------------------------------
Commit 480a1e05cd5bc332c1e5e2593c3468f640ded1c0 in geode's branch
refs/heads/feature/GEM-1353 from [~nnag]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=480a1e0 ]
GEODE-2828: AEQ created before the Lucene user regions
* AEQ is being created before the Lucene user region
* A countdown latch prevents the index repository computation until the
user regions are ready
* Integration tests do not use a Dummy executor because we need a
thread pool for afterPrimary call.
This closes #481
> AEQ needs to be created before the user region
> ----------------------------------------------
>
> Key: GEODE-2828
> URL: https://issues.apache.org/jira/browse/GEODE-2828
> Project: Geode
> Issue Type: Bug
> Components: lucene
> Reporter: nabarun
> Fix For: 1.2.0
>
>
> Issue:
> Events are lost as the region is being created, because the AEQ gets created
> after the user region is created, and the indexes are not being created via
> AEQ.
> Solution:
> 1. AEQ being created before the user region.
> 2. Processing of lucene events are being halted by a countdown latch and
> starts processing after the user region is created.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)