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

Sergey Soldatov updated HBASE-19456:
------------------------------------
    Attachment: HBASE-19456.v1-master.patch

Changes:
1. input hostname is to lower case as well as all hostname comparisons are 
using ignore case 
2.  fixed typo in logging
3. removed extra ',' from meta region locator. Not sure why that was 
introduced, but at the moment it causes an endless loop if meta is already on 
the server to load and in the list of regions to move ( easy way to reproduce - 
run the same load command twice).

> RegionMover's region server hostname option is no longer case insensitive
> -------------------------------------------------------------------------
>
>                 Key: HBASE-19456
>                 URL: https://issues.apache.org/jira/browse/HBASE-19456
>             Project: HBase
>          Issue Type: Bug
>          Components: tooling
>            Reporter: Romil Choksi
>            Assignee: Sergey Soldatov
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19456.v1-master.patch
>
>
> With the move from the ruby-based to java-based RegionMover implementation, 
> it appears that the case-insensitivity "feature" was dropped. If the user 
> provides a RS hostname in the wrong case, the class will fail to perform its 
> actions.
> DNS hostnames are case insensitive, so this would be nice to restore.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to