Open alexander-held opened 2 years ago
Coffea's bytesread
is the same as uproot
https://github.com/CoffeaTeam/coffea/blob/b14672ef969fa0ee0e4ad150936bc6465dbde7bd/coffea/processor/executor.py#L1649
so there must be some issue with how and when we are accessing this information. Shared source object?
Do we still care about this @alexander-held @nsmith-. I think we narrowed this down to retries / re-requesting data when done over xrootd/http, so data read is not deterministic.
Describe the bug The
bytesread
metric changes when processing a local file or a file read through https. It also differs from what pureuproot
reports.To Reproduce
Expected behavior All four numbers should match.
Output
Desktop (please complete the following information):
coffea
0.7.16,uproot
4.3.3Additional context n/a