hycdong commented on a change in pull request #603:
URL: https://github.com/apache/incubator-pegasus/pull/603#discussion_r502999504



##########
File path: src/server/capacity_unit_calculator.h
##########
@@ -55,6 +64,9 @@ class capacity_unit_calculator : public 
dsn::replication::replica_base
 #endif
 
 private:
+    void count_read_data(const dsn::blob &key, key_type type, int64_t size);
+    void count_write_data(const dsn::blob &key, key_type type, int64_t size);

Review comment:
       Is function `count_wirte_data` used for add cu and capture key for 
hotkey detection?




----------------------------------------------------------------
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]

Reply via email to