You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "empiredan (via GitHub)" <gi...@apache.org> on 2023/02/15 11:27:21 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1353: Feature(new_metrics): detect hotspot partitions with hotspot and request replicain go collector

empiredan opened a new issue, #1353:
URL: https://github.com/apache/incubator-pegasus/issues/1353

   In https://github.com/apache/incubator-pegasus/pull/1351, it has been found that `detect_hotspot_test` cannot be passed.
   
   The reason is that the hotspot detection depends on the perf-counters system. C++ Collector collects perf-counters from each replica server, and decide if there is some partition with hotspot; once there is hotspot, C++ Collector will request the primary replica (via the replica server which the replica hosts on) to detect hotkey (`RPC_DETECT_HOTKEY`). As for the primary replica, once it has been requested to detect the hot key, it will capture each written or read hash key by `capacity_unit_calculator`.
   
   which
             # is being replaced with the new metrics system, its test will fail. Temporarily disable
             # the test and re-enable it after the hotspot detection is migrated to the new metrics
             # system.


-- 
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: dev-unsubscribe@pegasus.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org