[Groonga-commit] droonga/droonga-engine at a1369a8 [master] Don't send "join" query for other nodes

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Jun 29 04:23:13 JST 2014


YUKI Hiroshi	2014-06-29 04:23:13 +0900 (Sun, 29 Jun 2014)

  New Revision: a1369a8b2aefc41a0b7fd12cb0ba58ad692a3d27
  https://github.com/droonga/droonga-engine/commit/a1369a8b2aefc41a0b7fd12cb0ba58ad692a3d27

  Message:
    Don't send "join" query for other nodes

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+1 -0)
===================================================================
--- bin/droonga-engine-join    2014-06-29 04:02:00 +0900 (07ed924)
+++ bin/droonga-engine-join    2014-06-29 04:23:13 +0900 (2792f74)
@@ -105,6 +105,7 @@ options.joining_node = "#{options.joining_host}:#{options.port}/#{options.tag}"
 
 puts "Joining new replica to the cluster..."
 Droonga::Serf.send_query(options.joining_node, "join",
+                         "node"   => options.joining_node,
                          "type"   => "replica",
                          "source" => options.replica_source_host,
                          "copy"   => options.copy)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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