Jason Huynh created GEODE-6412:
----------------------------------

             Summary: 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


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