[
https://issues.apache.org/jira/browse/HBASE-13843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated HBASE-13843:
--------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.2.0)
Release Note:
In previous versions of HBase, the ReplicationAdmin utility erroneously used
the string key "columnFamlyName" when listing replicated column families. It
now uses the corrected spelling of "columnFamilyName" (note the added "i").
Downstream code that parsed the replication entries returned from
listReplicated will need to be updated to use the new key. Previously compiled
code that relied on the static CFNAME member of ReplicationAdmin will need to
be recompiled in order to see the updated value.
was:Correct typo in ReplicationAdmin
Hadoop Flags: Incompatible change
Status: Resolved (was: Patch Available)
pushed to master. Thanks [~gliptak]!
> Fix internal constant text in ReplicationManager.java
> -----------------------------------------------------
>
> Key: HBASE-13843
> URL: https://issues.apache.org/jira/browse/HBASE-13843
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 1.1.0
> Reporter: Lars George
> Assignee: Gabor Liptak
> Priority: Trivial
> Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-13843.1.patch
>
>
> ReplicationAdmin.java:
> public static final String CFNAME = "columnFamlyName”; (sic)
> Fix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)