Smityz commented on a change in pull request #603:
URL: https://github.com/apache/incubator-pegasus/pull/603#discussion_r502732380
##########
File path: src/server/capacity_unit_calculator.cpp
##########
@@ -122,21 +134,25 @@ void capacity_unit_calculator::add_multi_get_cu(int32_t
status,
}
if (status == rocksdb::Status::kNotFound) {
+ _read_hotkey_collector->capture_hash_key(hash_key, 1);
Review comment:
`capture_hash_key` and `add_read_cu` are two independent function. It
will destroy the original semantics.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]