You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2017/06/17 18:04:17 UTC

[jira] [Closed] (GEODE-2618) Catch PrimaryBucketException in LuceneQueryFunction

     [ https://issues.apache.org/jira/browse/GEODE-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-2618.
--------------------------------

> Catch PrimaryBucketException in LuceneQueryFunction
> ---------------------------------------------------
>
>                 Key: GEODE-2618
>                 URL: https://issues.apache.org/jira/browse/GEODE-2618
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>            Reporter: nabarun
>            Assignee: nabarun
>             Fix For: 1.2.0
>
>
> Issue:
> PrimaryBucketException when a member bucket stops being primary while the 
> lucene query was being executed. This results in an failure. We want to re-attempt the query execution so that it is executed on the member containing the primary bucket.
> Solution:
> Catch PrimaryBucketException in execute method in LuceneQueryFunction and throw it as an InternalFunctionInvocationException so that the Lucene Query is reexecuted.



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