colfetcher: incorrectly report bytes read as 0 #75128
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
KV bytes read
is incorrectly reported as 0:The problem is that we are eagerly closing the
cFetcher
which nils outrow.KVFetcher
, and the latter is responsible for reporting the number of bytes read. The bug is present on master and probably on 21.2.The text was updated successfully, but these errors were encountered: