Skip to content

Commit

Permalink
Refer cluster information directly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2015
1 parent 08f0dfd commit 2e75481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/system.rb
Expand Up @@ -25,7 +25,7 @@ class StatusHandler < Droonga::Handler
action.synchronous = true

def handle(message)
cluster = @messenger.engine_state.cluster
cluster = @messenger.cluster
active_nodes = cluster.forwardable_nodes
dead_nodes = cluster.dead_nodes
nodes = {}
Expand Down

0 comments on commit 2e75481

Please sign in to comment.