YUKI Hiroshi
null+****@clear*****
Tue Mar 24 15:31:54 JST 2015
YUKI Hiroshi 2015-03-24 15:31:54 +0900 (Tue, 24 Mar 2015) New Revision: 66b45812219ee036491e24f2b63270348de7139b https://github.com/droonga/droonga-engine/commit/66b45812219ee036491e24f2b63270348de7139b Message: Remove needless waiting for restarting of nodes Modified files: bin/droonga-engine-join Modified: bin/droonga-engine-join (+1 -2) =================================================================== --- bin/droonga-engine-join 2015-03-24 15:31:31 +0900 (8c13400) +++ bin/droonga-engine-join 2015-03-24 15:31:54 +0900 (a856735) @@ -181,7 +181,7 @@ class JoinCommand "type" => "replica", "source" => source_node, "dataset" => @options[:dataset]) - wait_until_restarted(joining_node, source_node) + wait_until_restarted(joining_node) end def copy_data @@ -230,7 +230,6 @@ class JoinCommand "node" => joining_node, "key" => "effective_message_timestamp", "value" => timestamp) - wait_until_restarted(joining_node) end end -------------- next part -------------- HTML����������������������������...Download