You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2014/12/23 01:20:14 UTC

[jira] [Created] (HBASE-12748) RegionCoprocessorHost.execOperation creates too many iterator objects

Vladimir Rodionov created HBASE-12748:
-----------------------------------------

             Summary: RegionCoprocessorHost.execOperation creates too many iterator objects
                 Key: HBASE-12748
                 URL: https://issues.apache.org/jira/browse/HBASE-12748
             Project: HBase
          Issue Type: Sub-task
    Affects Versions: 0.98.9, 0.94.25
            Reporter: Vladimir Rodionov
            Assignee: Vladimir Rodionov
             Fix For: 1.0.0, 2.0.0, 0.94.26, 0.98.10


This is typical pattern of enhanced for ... loop usage in a hot code path. For every HBase operation it instantiates iterator for coprocessor list twice. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)