neverchanje commented on a change in pull request #576:
URL: https://github.com/apache/incubator-pegasus/pull/576#discussion_r474535906



##########
File path: scripts/pegasus_rebalance_cluster.sh
##########
@@ -0,0 +1,121 @@
+#!/bin/bash
+#
+# Pegasus cluster rebalance 
+#
+
+PID=$$
+
+if [ $# -le 2 ]; then
+  echo "USAGE: $0 <cluster-name> <cluster-meta-list> <only-move-primary>"

Review comment:
       ```suggestion
     echo "USAGE: $0 <cluster-name> <cluster-meta-list> <only-move-primary>"
   ```
   
   The second argument can be optional, default to false.




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