Details
-
Task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.5.0, 2.4.14
-
None
-
Incompatible change
-
Adds a default null implementation for Connection$getClusterId. Downstream applications should implement this method.
Description
The getClusterId method was added to Connection for delegation token based auth. This interface is InterfaceAudience.Public so it breaks client compatibility. Hbase connections builds fail with the latest 2.4.14-SNAPSHOT version and downstream applications relying on Connection interface will fail to work on these versions.
Attachments
Issue Links
- is required by
-
HBASE-23330 Expose cluster ID for clients using it for delegation token based auth
- Resolved
- links to