[
https://issues.apache.org/jira/browse/HBASE-15028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068508#comment-15068508
]
Hudson commented on HBASE-15028:
--------------------------------
SUCCESS: Integrated in HBase-1.3 #461 (See
[https://builds.apache.org/job/HBase-1.3/461/])
HBASE-15028 Minor fix on RegionGroupingProvider (Yu Li) (tedyu: rev
ff069ef97b587435e75af7d97445d4663fd439f0)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/RegionGroupingProvider.java
> 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)