[
https://issues.apache.org/jira/browse/HBASE-14900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15064426#comment-15064426
]
Ashish Singhi commented on HBASE-14900:
---------------------------------------
Suggestions:
1. Can we include configured ReplicationEndpoint in the log when it throws
error.
2. Instead of Configuration#get may we can use Configuration#getClass(String,
Class<? extends U>, Class<U>) api.
{code}
replicationEndpointImpl = conf.get(HConstants.REPLICATION_ENDPOINT_IMPL,
465 HBaseInterClusterReplicationEndpoint.class.getName());
{code}
> Make global config option for ReplicationEndpoint
> -------------------------------------------------
>
> Key: HBASE-14900
> URL: https://issues.apache.org/jira/browse/HBASE-14900
> Project: HBase
> Issue Type: Sub-task
> Components: Replication
> Affects Versions: 2.0.0
> Reporter: Cody Marcel
> Assignee: Cody Marcel
> Priority: Minor
> Labels: easyfix, patch
> Fix For: 2.0.0
>
> Attachments: HBASE-14900.master.patch
>
>
> Currently ReplicationEndpoint implementations can only be configured through
> the HBase shell. We should be able to to use a property in the hbase-site.xml
> to globally set an alternate default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)