Andrew Purtell created HBASE-12228:
--------------------------------------
Summary: Backport HBASE-11373 (hbase-protocol compile failed for
name conflict of RegionTransition) to 0.98
Key: HBASE-12228
URL: https://issues.apache.org/jira/browse/HBASE-12228
Project: HBase
Issue Type: Bug
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Fix For: 0.98.8
{quote}
RegionServerStatus.proto:81:9: "RegionTransition" is already defined in file
"ZooKeeper.proto".
RegionServerStatus.proto:114:12: "RegionTransition" seems to be defined in
"ZooKeeper.proto", which is not imported by "RegionServerStatus.proto". To use
it here, please add the necessary import.
{quote}
This was introduced into 0.98 in e6ffa86e
{noformat}
commit e6ffa86e33ee173afcff15ca4b614e6ec56357ed
Author: Andrew Purtell <[email protected]>
Date: Tue Aug 26 08:01:09 2014 -0700
HBASE-11546 Backport ZK-less region assignment to 0.98 (Virag Kothari) [1/8]
HBASE-11059 ZK-less region assignment (Jimmy Xiang
{noformat}
There's a later fix for this that needs to be applied:
{noformat}
commit 175f133dbc127d7eb2ba5693cc6b2e4fe3c51655
Author: Jimmy Xiang <[email protected]>
Date: Wed Jun 18 08:38:05 2014 -0700
HBASE-11373 hbase-protocol compile failed for name conflict of
RegionTransition
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)