Skip to content

Commit

Permalink
Update cluster state after joining
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 16, 2015
1 parent 6066802 commit 0802bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/droonga/command/remote.rb
Expand Up @@ -224,6 +224,8 @@ def join_to_cluster

@serf.join(*@other_hosts)
sleep(5)

@serf.update_cluster_state
end

def absorb_data
Expand Down

0 comments on commit 0802bed

Please sign in to comment.