You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2020/09/07 10:33:51 UTC

[GitHub] [incubator-pegasus] Smityz commented on a change in pull request #592: refactor: split read/write hotkey of hotspot_policy

Smityz commented on a change in pull request #592:
URL: https://github.com/apache/incubator-pegasus/pull/592#discussion_r484345876



##########
File path: src/server/hotspot_algo_qps_variance.h
##########
@@ -0,0 +1,30 @@
+// Copyright (c) 2017, Xiaomi, Inc.  All rights reserved.
+// This source code is licensed under the Apache License Version 2.0, which
+// can be found in the LICENSE file in the root directory of this source tree.
+
+#pragma once
+
+#include <algorithm>
+#include <gtest/gtest_prod.h>
+#include <math.h>
+
+#include "hotspot_partition_data.h"
+#include "table_hotspot_policy.h"
+#include <dsn/perf_counter/perf_counter.h>
+
+namespace pegasus {
+namespace server {
+// PauTa Criterion
+class hotspot_algo_qps_variance : public hotspot_policy

Review comment:
       Solved in https://github.com/apache/incubator-pegasus/pull/597




----------------------------------------------------------------
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:
users@infra.apache.org



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