steveloughran opened a new pull request #2801:
URL: https://github.com/apache/hadoop/pull/2801


   
   Adds a new option fs.s3a.downgrade.syncable.exceptions
   Which converts calls to Syncable hsync/hflush on S3A output streams to
   
   * log once at warn (for entire process life, not just the stream)
   * increment IOStats with the relevant operation counter
   
   With the downgrade not enabled (default)
   * IOStats also incremented
   * The UnsupportedOperationException current raised includes a link to this
     JIRA
   
   


-- 
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:
us...@infra.apache.org



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

Reply via email to