[Groonga-commit] droonga/droonga-engine at 1728886 [master] Specify joining host name correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Sat Jun 28 02:09:35 JST 2014


YUKI Hiroshi	2014-06-28 02:09:35 +0900 (Sat, 28 Jun 2014)

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

  Message:
    Specify joining host name correctly

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+1 -1)
===================================================================
--- bin/droonga-engine-join    2014-06-28 02:09:16 +0900 (b70ba00)
+++ bin/droonga-engine-join    2014-06-28 02:09:35 +0900 (9dfee7d)
@@ -122,7 +122,7 @@ puts "Joining to the cluster..."
 name = "#{options.my_host}:#{options.port}/#{options.tag}"
 Droonga::Serf.send_event(name, "join", "dataset" => options.dataset,
                                        "type"    => "replica",
-                                       "host"    => options.host)
+                                       "host"    => options.my_host)
 
 puts "Done."
 
-------------- next part --------------
HTML����������������������������...
Download 



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