You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2019/09/05 08:18:00 UTC

[jira] [Resolved] (FLINK-13500) RestClusterClient requires S3 access when HA is configured

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

Till Rohrmann resolved FLINK-13500.
-----------------------------------
    Resolution: Resolved

> RestClusterClient requires S3 access when HA is configured
> ----------------------------------------------------------
>
>                 Key: FLINK-13500
>                 URL: https://issues.apache.org/jira/browse/FLINK-13500
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination, Runtime / REST
>    Affects Versions: 1.8.1
>            Reporter: David Judd
>            Priority: Major
>
> RestClusterClient initialization calls ClusterClient initialization, which calls
> org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils.createHighAvailabilityServices
> In turn, createHighAvailabilityServices calls BlobUtils.createBlobStoreFromConfig, which in our case tries to talk to S3.
> It seems very surprising to me that (a) RestClusterClient needs any form of access other than to the REST API, and (b) that client initialization would attempt a write as a side effect. I do not seeĀ either of these surprising facts described in the documentationā€“are they intentional?



--
This message was sent by Atlassian Jira
(v8.3.2#803003)