Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.5
-
Reviewed
Description
Followup patch as to HADOOP-18456 to
aid in probing for read correctness of
hadoop ABFS client across different releases.
- ReadBufferManager constructor logs the fact it is safe at TRACE
- AbfsInputStream declares it is fixed in toString()
by including fs.azure.capability.readahead.safe" in the
result.
The ABFS FileSystem hasPathCapability("fs.azure.capability.readahead.safe")
probe returns true to indicate the client's readahead manager has been fixed
to be safe when prefetching.
All Hadoop releases for which probe this returns false
and for which the probe "fs.capability.etags.available"
returns true at risk of returning invalid data when reading
ADLS Gen2/Azure storage data.
Attachments
Issue Links
- depends upon
-
HADOOP-18546 disable purging list of in progress reads in abfs stream closed
- Resolved
- links to