[
https://issues.apache.org/jira/browse/HBASE-15505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227384#comment-15227384
]
Hudson commented on HBASE-15505:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #826 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/826/])
HBASE-15505 ReplicationPeerConfig should be builder-style (Gabor Liptak) (enis:
rev 7e399883f62fd37e5215ce3a456a917e690c921c)
*
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestUnmodifyableHTableDescriptor.java
*
hbase-client/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationPeerConfig.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
* hbase-client/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaFilter.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerConfig.java
> ReplicationPeerConfig should be builder-style
> ---------------------------------------------
>
> Key: HBASE-15505
> URL: https://issues.apache.org/jira/browse/HBASE-15505
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Gabor Liptak
> Labels: beginner, beginners
> Fix For: 2.0.0
>
> Attachments: HBASE-15505.1.patch, HBASE-15505.2.patch,
> HBASE-15505.3.patch, HBASE-15505.4.patch
>
>
> Similar to HTD, HCD, {{ReplicationPeerConfig}} should be builder-style:
> {code}
> ReplicationPeerConfig().setFoo(foo).setBar(bar);
> {code}
> See {{TestHTableDescriptor.testClassMethodsAreBuilderStyle()}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)