Fix double counting of range reads in TransactionMetrics
This commit is contained in:
parent
f1c62c510c
commit
75836d6114
|
@ -1902,7 +1902,6 @@ ACTOR Future<Standalone<RangeResultRef>> getRange( Database cx, Reference<Transa
|
|||
}
|
||||
|
||||
++cx->transactionPhysicalReads;
|
||||
++cx->transactionGetRangeRequests;
|
||||
state GetKeyValuesReply rep;
|
||||
try {
|
||||
if (CLIENT_BUGGIFY) {
|
||||
|
|
Loading…
Reference in New Issue