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

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

Yu Li created HBASE-15028:
-----------------------------

             Summary: 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


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)