You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Biju Nair (JIRA)" <ji...@apache.org> on 2015/08/04 19:36:05 UTC

[jira] [Created] (HBASE-14185) Incorrect region names logged by MemStoreFlusher.java

Biju Nair created HBASE-14185:
---------------------------------

             Summary: Incorrect region names logged by MemStoreFlusher.java
                 Key: HBASE-14185
                 URL: https://issues.apache.org/jira/browse/HBASE-14185
             Project: HBase
          Issue Type: Bug
          Components: regionserver
            Reporter: Biju Nair
            Assignee: Biju Nair
            Priority: Minor


In MemstoreFlusher the method [flushOneForGlobalPressure|https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java#L142] logs incorrect region names which makes debugging issues a bit difficult. Instead of logging the secondary replica region names in [these|https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java#L200] [locations|https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java#L205], the code logs the primary replica region names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)