YUKI Hiroshi
null+****@clear*****
Thu Jun 26 12:08:17 JST 2014
YUKI Hiroshi 2014-06-26 12:08:17 +0900 (Thu, 26 Jun 2014) New Revision: 3f307dcdb82670a4fc306ccb74f34fbe2617aa2c https://github.com/droonga/droonga-engine/commit/3f307dcdb82670a4fc306ccb74f34fbe2617aa2c Message: Don't touch to the missing dispatcher from Handler Modified files: lib/droonga/plugins/system.rb Modified: lib/droonga/plugins/system.rb (+3 -2) =================================================================== --- lib/droonga/plugins/system.rb 2014-06-26 12:07:03 +0900 (86fcdfe) +++ lib/droonga/plugins/system.rb 2014-06-26 12:08:17 +0900 (513d167) @@ -25,9 +25,10 @@ module Droonga action.synchronous = true def handle(message) - live_nodes =****@messe*****_state.live_nodes + engine_state =****@messe*****_state + live_nodes = engine_state.live_nodes nodes = {} - dispatcher.all_nodes.collect do |identifier| + engine_state.all_nodes.collect do |identifier| nodes[identifier] = { "live" => live_nodes.include?(identifier), } -------------- next part -------------- HTML����������������������������...Download