Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13500

RestClusterClient requires S3 access when HA is configured

    XMLWordPrintableJSON

Details

    Description

      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?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              djudd1905 David Judd
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: