Navigation Menu

Skip to content

Commit

Permalink
Don't send "join" query for other nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 31cdf46 commit a1369a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/droonga-engine-join
Expand Up @@ -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)
Expand Down

0 comments on commit a1369a8

Please sign in to comment.