[
https://issues.apache.org/jira/browse/HBASE-15028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069060#comment-15069060
]
Yu Li commented on HBASE-15028:
-------------------------------
Thanks for help review and commit, Ted
> Minor fix on RegionGroupingProvider
> -----------------------------------
>
> Key: HBASE-15028
> URL: https://issues.apache.org/jira/browse/HBASE-15028
> Project: HBase
> Issue Type: Bug
> Components: wal
> Affects Versions: 2.0.0, 1.3.0
> Reporter: Yu Li
> Assignee: Yu Li
> Priority: Minor
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15028.patch
>
>
> Currently in {{RegionGroupingProvider#getWAL(String)}} we're trying to get a
> WAL instance from the cache using walCacheLock as the key (a typo when fixing
> HBASE-14306, my fault...), while actually we should have used group name.
> This won't cause any fatal error but will slightly affect the perf since it
> will always run into the succeeding synchronized code. Will get this fixed in
> this JIRA
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)