YUKI Hiroshi
null+****@clear*****
Fri Nov 21 21:28:39 JST 2014
YUKI Hiroshi 2014-11-21 21:28:39 +0900 (Fri, 21 Nov 2014) New Revision: 05fb1543f9c8598aa2b0ac3d6b44ee6eeb28c59c https://github.com/droonga/droonga-engine/commit/05fb1543f9c8598aa2b0ac3d6b44ee6eeb28c59c Message: Use more meaningful messages Modified files: bin/droonga-engine-join Modified: bin/droonga-engine-join (+4 -3) =================================================================== --- bin/droonga-engine-join 2014-11-21 21:22:24 +0900 (af2756f) +++ bin/droonga-engine-join 2014-11-21 21:28:39 +0900 (beba6a2) @@ -34,13 +34,13 @@ begin option.separator("Connections:") option.on(:host=, - "Host name of the node to be joined.", + "Host name of the new node to be joined.", :required => true) option.on("replica-source-host=", - "Host name of the soruce cluster to be connected.", + "Host name of the soruce node in the cluster to be connected.", :required => true) option.on(:dataset=, - "Tag dataset name of the cluster to be joined as a node.", + "Dataset name of for the node to be joined.", :default => Droonga::CatalogGenerator::DEFAULT_DATASET) option.on(:port=, "Port number of the source cluster to be connected.", @@ -86,6 +86,7 @@ run_remote_command(joining_node, "join", sleep(5) #TODO: wait for restarting of the joining node. this should be done more safely. unless options["no-copy"] + puts("Copying data from the source node...") last_progress = "" while true sleep(3) -------------- next part -------------- HTML����������������������������...Download