[Groonga-commit] droonga/droonga-engine at bbcc327 [buffered-forward] Remove needless waiting for restarting of nodes

Back to archive index

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: bbcc32773b659e5b4b6bd169da69b2b83490904b
  https://github.com/droonga/droonga-engine/commit/bbcc32773b659e5b4b6bd169da69b2b83490904b

  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 



More information about the Groonga-commit mailing list
Back to archive index