[
https://issues.apache.org/jira/browse/HBASE-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678930#comment-13678930
]
Ted Yu commented on HBASE-8650:
-------------------------------
Integrated to trunk.
Thanks for the review, Chunhui.
> HRegionServer#updateRecoveringRegionLastFlushedSequenceId(HRegion) makes
> inefficient use of keySet iterator instead of entrySet iterator
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-8650
> URL: https://issues.apache.org/jira/browse/HBASE-8650
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Attachments: 8650-v1.txt
>
>
> {code}
> for (byte[] columnFamily : maxSeqIdInStores.keySet()) {
> Long storeSeqIdForReplay = maxSeqIdInStores.get(columnFamily);
> {code}
> maxSeqIdInStores.entrySet() should have been used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira