[
https://issues.apache.org/jira/browse/HBASE-12650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237940#comment-14237940
]
Hudson commented on HBASE-12650:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5885 (See
[https://builds.apache.org/job/HBase-TRUNK/5885/])
HBASE-12650 Move ServerName to hbase-common module (tedyu: rev
11864c60c721400bfca260143e9c92273893bd3b)
*
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufMagic.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/ServerName.java
*
hbase-common/src/main/java/org/apache/hadoop/hbase/exceptions/HBaseException.java
*
hbase-common/src/main/java/org/apache/hadoop/hbase/exceptions/DeserializationException.java
HBASE-12650 Move ServerName to hbase-common module - remove files (tedyu: rev
e930510c65fcda1251ffaf509f4e41f188361a9e)
*
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/HBaseException.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/DeserializationException.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/ServerName.java
> Move ServerName to hbase-common module
> --------------------------------------
>
> 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: Ted Yu
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: 12650-v1.txt, 12650-v2.txt, 12650-v3.txt, 12650-v4.txt
>
>
> 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)