Describe the bug
We have seen underflow in memory cache totalSize which is shown by the metrics in #498 . The current suspicion is it is due to difference in Stat call and the actual size of the blob that is being downloaded.
This tickets aims to analyse this and then fix the issue if it is present, either in stat call or in memory cache code
Describe the bug
We have seen underflow in memory cache totalSize which is shown by the metrics in #498 . The current suspicion is it is due to difference in
Statcall and the actual size of the blob that is being downloaded.This tickets aims to analyse this and then fix the issue if it is present, either in stat call or in memory cache code