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 GitBox <gi...@apache.org> on 2021/02/01 18:40:08 UTC

[GitHub] [hadoop] steveloughran commented on pull request #2584: HADOOP-16202. Enhance openFile()

steveloughran commented on pull request #2584:
URL: https://github.com/apache/hadoop/pull/2584#issuecomment-771070179


   rebased to fix compile problems; the final patch is the one with changes since Thomas's last review
   
   * move all the text on options into the fsdatainputstreambuilder.md file
   * try to define the validation of must/opt in pseudo-python
   * make sure the doc is consistent in saying FNFE and permission issues MUST be delayed until future.get() and MAY be delayed until the first actual read.  This is to give object stores the maximum time for async probes. Example: you could initiate a HEAD request in  build() but not block for its completion until read()
   
   S3A added some extra tuning of the input stream/openFile logic, so the stream no longer gets access to the S3 client, simply callbacks
   
   Testing: in progress


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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