[
https://issues.apache.org/jira/browse/HBASE-18864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16398126#comment-16398126
]
Francis Liu commented on HBASE-18864:
-------------------------------------
This broke branch-1, branch-1.3 (and prolly branch-1.4).
[ERROR]
testIllegalTableDescriptor(org.apache.hadoop.hbase.client.TestFromClientSide)
Time elapsed: 25.94 s <<< ERROR!
java.lang.IllegalArgumentException: Invalid value '-1' for REPLICATION_SCOPE.
at
org.apache.hadoop.hbase.client.TestFromClientSide.testIllegalTableDescriptor(TestFromClientSide.java:5580)
Same for TestFromClientSideWithCoprocessor which is just a subclass.
> NullPointerException thrown when adding rows to a table from peer cluster,
> table with replication factor other than 0 or 1
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-18864
> URL: https://issues.apache.org/jira/browse/HBASE-18864
> Project: HBase
> Issue Type: Bug
> Components: hbase
> Affects Versions: 1.3.0
> Reporter: smita
> Assignee: Sakthi
> Priority: Major
> Labels: beginner
> Fix For: 1.3.2, 1.2.7, 1.4.3
>
> Attachments: hbase-18864.branch-1.2.001.patch,
> hbase-18864.branch-1.2.002.patch, hbase-18864.branch-1.2.003.patch,
> hbase-18864.branch-1.2.004.patch
>
>
> Scenario:
> =============
> add_peer
> create a table
> alter table with REPLICATION_SCOPE => '5'
> enable table replication
> login to peer cluster and try putting data to the table
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)