Sun Xin created HBASE-25100:
-------------------------------
Summary: conn is assigned twice in HBaseReplicationEndpoint and
HBaseInterClusterReplicationEndpoint
Key: HBASE-25100
URL: https://issues.apache.org/jira/browse/HBASE-25100
Project: HBase
Issue Type: Bug
Components: Replication
Affects Versions: 3.0.0-alpha-1
Reporter: Sun Xin
Assignee: Sun Xin
Fix For: 3.0.0-alpha-1
In
[HBaseReplicationEndpoint.init()|https://github.com/apache/hbase/blob/c312760819ed185cab3a0717a1ea0ff6e8c47a23/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/HBaseReplicationEndpoint.java#L109]
and
[HBaseInterClusterReplicationEndpoint.init|https://github.com/apache/hbase/blob/c312760819ed185cab3a0717a1ea0ff6e8c47a23/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java#L145]
, the latter is a sub-class of the former, conn is assigned twice.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)