YUKI Hiroshi
null+****@clear*****
Sat Jun 28 02:09:16 JST 2014
YUKI Hiroshi 2014-06-28 02:09:16 +0900 (Sat, 28 Jun 2014) New Revision: 1d2e9febbdb702c65e55a3b4fa593bc39c9d6e96 https://github.com/droonga/droonga-engine/commit/1d2e9febbdb702c65e55a3b4fa593bc39c9d6e96 Message: Specify host name correctly Modified files: bin/droonga-engine-join Modified: bin/droonga-engine-join (+1 -1) =================================================================== --- bin/droonga-engine-join 2014-06-28 02:04:28 +0900 (2a5ce42) +++ bin/droonga-engine-join 2014-06-28 02:09:16 +0900 (b70ba00) @@ -119,7 +119,7 @@ sleep(1) # wait for restart puts "Joining to the cluster..." -name = "#{options.host}:#{options.port}/#{options.tag}" +name = "#{options.my_host}:#{options.port}/#{options.tag}" Droonga::Serf.send_event(name, "join", "dataset" => options.dataset, "type" => "replica", "host" => options.host) -------------- next part -------------- HTML����������������������������... ダウンロード