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

Jason Huynh reassigned GEODE-6412:
----------------------------------

    Assignee: Jason Huynh

> Improve concurrency for PartitionedIndex.getBucketIndex method
> --------------------------------------------------------------
>
>                 Key: GEODE-6412
>                 URL: https://issues.apache.org/jira/browse/GEODE-6412
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>            Priority: Major
>
> The method getBucketIndex is used when querying against a region with a 
> partitioned index. Currently it is synchronized.  We can probably improve 
> this by either removing the synchronization (try/catching expected 
> exceptions) or some other mechanism to prevent iterator.next() and/or get(0) 
> from failing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to