You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chao Sun (Jira)" <ji...@apache.org> on 2021/11/01 18:31:00 UTC

[jira] [Comment Edited] (HADOOP-17702) HADOOP-17065 breaks compatibility between 3.3.0 and 3.3.1

    [ https://issues.apache.org/jira/browse/HADOOP-17702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436967#comment-17436967 ] 

Chao Sun edited comment on HADOOP-17702 at 11/1/21, 6:30 PM:
-------------------------------------------------------------

Hi [~stevel@apache.org] [~weichiu], is this still a blocker for 3.3.2?


was (Author: csun):
Hi, is this still a blocker for 3.3.2?

> HADOOP-17065 breaks compatibility between 3.3.0 and 3.3.1
> ---------------------------------------------------------
>
>                 Key: HADOOP-17702
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17702
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/azure
>    Affects Versions: 3.3.1
>            Reporter: Wei-Chiu Chuang
>            Priority: Blocker
>
> AzureBlobFileSystemStore is a Public, Evolving class, by contract can't break compatibility between maintenance releases.
> HADOOP-17065 changed its constructor signature from 
> {noformat}
>   public AzureBlobFileSystemStore(URI uri, boolean isSecureScheme,
>                                   Configuration configuration,
>                                   AbfsCounters abfsCounters) throws IOException {
> {noformat}
> to
> {noformat}
>   public AzureBlobFileSystemStore(URI uri, boolean isSecureScheme,
>                                   Configuration configuration,
>                                   AbfsCounters abfsCounters) throws IOException {
> {noformat}
> between 3.3.0 and 3.3.1.
> cc: [~mehakmeetSingh], [~tmarquardt]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org