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

Gaurav Menghani commented on HBASE-12650:
-----------------------------------------

[~stack] Yes, you are right. ServerName.parseFrom(byte[]) has at least 
hbase-client dependencies. So this is a non-trivial-ish refactor. If anyone is 
taking this up, that would be great. It is not exactly blocking us completely, 
but we need to get this done as a part of HBASE-12510 some time in the future. 
Thanks :)

> Move ServerName to hbase-common
> -------------------------------
>
>                 Key: HBASE-12650
>                 URL: https://issues.apache.org/jira/browse/HBASE-12650
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Gaurav Menghani
>            Assignee: Gaurav Menghani
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> The idea is to move ServerName to hbase-common, so that other modules like 
> hbase-consensus which (would) depend on ServerName, but can't depend on 
> hbase-client, since hbase-client would depend on them. Moreover, it looks 
> logical that ServerName not be a part of the client module. It is a shared 
> class between multiple modules, so it should be in hbase-common.



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

Reply via email to