You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2019/02/15 17:03:00 UTC

[jira] [Created] (GEODE-6412) Improve concurrency for PartitionedIndex.getBucketIndex method

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)