[
https://issues.apache.org/jira/browse/GEODE-6412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sai Boorlagadda updated GEODE-6412:
-----------------------------------
Fix Version/s: (was: 1.10.0)
1.9.0
> 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
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)