Navigation Menu

Skip to content

Commit

Permalink
Refresh connection to other nodes if they are restarted
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 22, 2015
1 parent d71071e commit a1739a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/serf.rb
Expand Up @@ -136,6 +136,7 @@ def current_cluster_state
nodes[member["name"]] = {
"type" => member["tags"][Tag.node_type],
"role" => member["tags"][Tag.node_role],
"internal_name" => member["tags"][Tag.internal_node_name],
"accept_messages_newer_than" => member["tags"][Tag.accept_messages_newer_than],
"live" => member["status"] == "alive",
}
Expand Down

0 comments on commit a1739a6

Please sign in to comment.