[
https://issues.apache.org/jira/browse/HBASE-18864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190637#comment-16190637
]
Andrew Purtell commented on HBASE-18864:
----------------------------------------
'5' is an illegal value. It needs to be 0 or 1. Perhaps this needs better
documentation.
For HBASE-1295 we decided this shouldn't be a boolean. In theory an integer
could support more than one type of scoping policy. The only valid policies so
far are 0 - no replication, 1 - all cells replication
> 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: Ashish Singhi
>
> 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
(v6.4.14#64029)