[
https://issues.apache.org/jira/browse/HBASE-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anoop Sam John updated HBASE-10397:
-----------------------------------
Description:
Method org.apache.hadoop.hbase.client.HBaseAdmin.execProcedure(String, String,
Map) makes inefficient use of keySet iterator instead of entrySet iterator
Method org.apache.hadoop.hbase.client.HBaseAdmin.isProcedureFinished(String,
String, Map) makes inefficient use of keySet iterator instead of entrySet
iterator
> Fix findbugs introduced from HBASE-9426
> ---------------------------------------
>
> Key: HBASE-10397
> URL: https://issues.apache.org/jira/browse/HBASE-10397
> Project: HBase
> Issue Type: Bug
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Priority: Minor
>
> Method org.apache.hadoop.hbase.client.HBaseAdmin.execProcedure(String,
> String, Map) makes inefficient use of keySet iterator instead of entrySet
> iterator
> Method org.apache.hadoop.hbase.client.HBaseAdmin.isProcedureFinished(String,
> String, Map) makes inefficient use of keySet iterator instead of entrySet
> iterator
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)