[Groonga-commit] droonga/droonga-engine at 498f7ef [buffered-forward] Fix missing path

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jan 6 15:59:32 JST 2015


YUKI Hiroshi	2015-01-06 15:59:32 +0900 (Tue, 06 Jan 2015)

  New Revision: 498f7ef2e2d93f648c322d85a289f4d0298cff22
  https://github.com/droonga/droonga-engine/commit/498f7ef2e2d93f648c322d85a289f4d0298cff22

  Message:
    Fix missing path

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+2 -2)
===================================================================
--- lib/droonga/dispatcher.rb    2015-01-06 15:55:50 +0900 (ab15d26)
+++ lib/droonga/dispatcher.rb    2015-01-06 15:59:32 +0900 (38c928a)
@@ -116,7 +116,7 @@ module Droonga
     def forward(message, destination)
       logger.trace("forward start")
       unless local?(destination)
-        return if****@clust*****(message, destination)
+        return if @engine_state.cluster.forward(message, destination)
       end
       @forwarder.forward(message, destination)
       logger.trace("forward done")
@@ -187,7 +187,7 @@ module Droonga
           "type" => "dispatcher",
           "to"   => destination,
         }
-        @cluster.forward(forward_message, forward_destination) ||
+        @engine_state.cluster.forward(forward_message, forward_destination) ||
           @forwarder.forward(forward_message, forward_destination)
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index