You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/07/30 12:42:09 UTC

[GitHub] zentol opened a new pull request #6454: [FLINK-9996][fs] Wrap exceptions during FS creation

zentol opened a new pull request #6454: [FLINK-9996][fs] Wrap exceptions during FS creation
URL: https://github.com/apache/flink/pull/6454
 
 
   ## What is the purpose of the change
   
   This PR is a small modification to the hadoop `AbstractFileSystemFactory` too wrap all exceptions that occur during the creation of a FileSystem in a `IOException`, like we did in the past.
   This behavior was modified in 7be07871c23b56547add4cd85e15b95c757f882b.
   
   ## Verifying this change
   
   * run `PrestoS3FileSystemITCase#testConfigKeysForwarding`
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (yes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services