[Groonga-commit] droonga/droonga-engine at 2635bd7 [master] 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: 2635bd7d4f17131bd3e44c72bd9f1425c33f4f4d
  https://github.com/droonga/droonga-engine/commit/2635bd7d4f17131bd3e44c72bd9f1425c33f4f4d

  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 (4c58d5c)
+++ lib/droonga/dispatcher.rb    2015-01-06 15:59:32 +0900 (212d980)
@@ -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����������������������������...
Descargar 



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