hadoop/hadoop-tools/hadoop-aws/src
Steve Loughran a68671eaf7
HADOOP-17928. Syncable: S3A to warn and downgrade (#3585)
This switches the default behavior of S3A output streams
to warning that Syncable.hsync() or hflush() have been
called; it's not considered an error unless the defaults
are overridden.

This avoids breaking applications which call the APIs,
at the risk of people trying to use S3 as a safe store
of streamed data (HBase WALs, audit logs etc).

Contributed by Steve Loughran.

Change-Id: I0a02ec1e622343619f147f94158c18928a73a885
2021-11-04 14:41:42 +00:00
..
main HADOOP-17928. Syncable: S3A to warn and downgrade (#3585) 2021-11-04 14:41:42 +00:00
site HADOOP-17928. Syncable: S3A to warn and downgrade (#3585) 2021-11-04 14:41:42 +00:00
test HADOOP-17928. Syncable: S3A to warn and downgrade (#3585) 2021-11-04 14:41:42 +00:00