You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/07/17 03:28:00 UTC

[jira] [Comment Edited] (HBASE-20901) Reducing region replica has no effect

    [ https://issues.apache.org/jira/browse/HBASE-20901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545988#comment-16545988 ] 

Ted Yu edited comment on HBASE-20901 at 7/17/18 3:27 AM:
---------------------------------------------------------

{code}
+  public static byte[] getRegionStateColumn(int replicaId) {
{code}
The new methods can be package private, right ?


was (Author: yuzhihong@gmail.com):
{code}
+  public static byte[] getRegionStateColumn(int replicaId) {
{code}
The new methods can be private, right (only accessed in MetaTableAccessor) ?

> Reducing region replica has no effect
> -------------------------------------
>
>                 Key: HBASE-20901
>                 URL: https://issues.apache.org/jira/browse/HBASE-20901
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Ankit Singhal
>            Assignee: Ankit Singhal
>            Priority: Major
>              Labels: replica
>         Attachments: HBASE-20901.patch
>
>
> While reducing the region replica, server name(sn) and state column of the replica are not getting deleted, resulting in assignment manager to think that these regions are CLOSED and assign them again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)