You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jan Hentschel (Jira)" <ji...@apache.org> on 2020/05/04 12:42:00 UTC

[jira] [Updated] (HBASE-24305) Handle deprecations in ServerName

     [ https://issues.apache.org/jira/browse/HBASE-24305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Hentschel updated HBASE-24305:
----------------------------------
    Hadoop Flags: Incompatible change
    Release Note: 
The following methods were removed or made private from ServerName (due to HBASE-17320):

- getHostNameMinusDomain(String): Was made private without a replacement.
- parseHostname(String): Use #valueOf(String) instead.
- parsePort(String): Use #valueOf(String) instead.
- parseStartcode(String): Use #valueOf(String) instead.
- getServerName(String, int, long): Was made private. Use #valueOf(String, int, long) instead.
- getServerName(String, long): Use #valueOf(String, long) instead.
- getHostAndPort(): Use #getAddress() instead.
- getServerStartcodeFromServerName(String): Use instance of ServerName to pull out start code)
- getServerNameLessStartCode(String): Use #getAddress() instead.
     Description: Some functions in {{ServerName}} were deprecated in 2.0.0 and should be removed for version 3.0.0.  (was: Umbrella ticket for handling the deprecations of {{ServerName}} for version 3.0.0.)

> Handle deprecations in ServerName
> ---------------------------------
>
>                 Key: HBASE-24305
>                 URL: https://issues.apache.org/jira/browse/HBASE-24305
>             Project: HBase
>          Issue Type: Task
>    Affects Versions: 3.0.0-alpha-1
>            Reporter: Jan Hentschel
>            Priority: Minor
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)