[Groonga-commit] droonga/droonga-engine at 370df07 [master] Specify type of joining node

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Sun Jun 29 03:49:26 JST 2014


YUKI Hiroshi	2014-06-29 03:49:26 +0900 (Sun, 29 Jun 2014)

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

  Message:
    Specify type of joining node

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+1 -0)
===================================================================
--- bin/droonga-engine-join    2014-06-29 03:38:22 +0900 (b93f7ca)
+++ bin/droonga-engine-join    2014-06-29 03:49:26 +0900 (07ed924)
@@ -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",
+                         "type"   => "replica",
                          "source" => options.replica_source_host,
                          "copy"   => options.copy)
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る