Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. The content length for ReadFile in updateMetrics of AbfsClientThrottlingIntercept is incorrect for cases when the request fails.
It is currently equal to the number of bytes that are read whereas it should be equal to the number of bytes requested.
2. sendingRequest of AbfsClientThrottlingIntercept at AbfsRestOperation should be called irrespective of whether the request has body.