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

Enis Soztutar commented on HBASE-14900:
---------------------------------------

bq. So it seems changing the test to check where the property is pulled from is 
not as easy as I anticipated. ReplicationSourceManager is call when minicluster 
is created, which happens in @BeforeClass
Some of the tests already handle config changes before starting mini cluster. 
Smt like this: 
{code}
  @BeforeClass
  public static void beforeClass() throws Exception {
    HTU.getConfiguration().setBoolean("hbase.client.log.scanner.activity", 
true);
    HTU.startMiniCluster(NB_SERVERS);
{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
>             Fix For: 2.0.0
>
>
> 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)

Reply via email to