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 2022/06/08 04:45:58 UTC

[GitHub] [incubator-pegasus] foreverneverer commented on a diff in pull request #914: feat(update_replication_factor#10): support to get/set the replication factor of each table by shell

foreverneverer commented on code in PR #914:
URL: https://github.com/apache/incubator-pegasus/pull/914#discussion_r891912915


##########
src/shell/commands/table_management.cpp:
##########
@@ -886,3 +888,106 @@ bool clear_app_envs(command_executor *e, shell_context *sc, arguments args)
     }
     return true;
 }
+
+bool get_max_replica_count(command_executor *e, shell_context *sc, arguments args)
+{

Review Comment:
   `ls` command can show the max_replica_count, here add the command has some different?



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

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