Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13843

Fix internal constant text in ReplicationManager.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.1.0
    • 2.0.0
    • master
    • Incompatible change
    • Hide
      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.
      Show
      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.

    Description

      ReplicationAdmin.java:
      public static final String CFNAME = "columnFamlyNameā€¯; (sic)

      Fix.

      Attachments

        1. HBASE-13843.1.patch
          1 kB
          Gabor Liptak

        Activity

          People

            gliptak Gabor Liptak
            larsgeorge Lars George
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: