You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yu Li (JIRA)" <ji...@apache.org> on 2015/12/22 10:14:46 UTC

[jira] [Updated] (HBASE-15028) Minor fix on RegionGroupingProvider

     [ https://issues.apache.org/jira/browse/HBASE-15028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yu Li updated HBASE-15028:
--------------------------
    Attachment: HBASE-15028.patch

A straight forward patch

> 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)