gavinchou commented on code in PR #51708:
URL: https://github.com/apache/doris/pull/51708#discussion_r2164562052


##########
cloud/src/meta-service/txn_kv.cpp:
##########
@@ -408,6 +408,7 @@ TxnErrorCode Transaction::get(std::string_view key, 
std::string* val, bool snaps
     }
 
     if (!found) return TxnErrorCode::TXN_KEY_NOT_FOUND;
+    num_get_keys_++;

Review Comment:
   should be added right after `fdb_future_get_value` is called, no mater what 
it returns, we count it as a `get`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to