levy5307 commented on a change in pull request #597:
URL: https://github.com/apache/incubator-pegasus/pull/597#discussion_r486045836
##########
File path: src/server/hotspot_partition_data.h
##########
@@ -4,21 +4,26 @@
#pragma once
-#include "shell/commands.h"
+#include "shell/command_helper.h"
namespace pegasus {
namespace server {
+enum partition_qps_type
+{
+ READ_HOTSPOT_DATA = 0,
+ WRITE_HOTSPOT_DATA
Review comment:
in cpp, the enum is increased by one orderly. so only need to init the
first one
----------------------------------------------------------------
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]