[Groonga-commit] droonga/fluent-plugin-droonga at 0549724 [master] Remove standalone mode from executor

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 24 17:36:35 JST 2013


Kouhei Sutou	2013-11-24 17:36:35 +0900 (Sun, 24 Nov 2013)

  New Revision: 05497244cdea9c46e92c438646c81da062d06dda
  https://github.com/droonga/fluent-plugin-droonga/commit/05497244cdea9c46e92c438646c81da062d06dda

  Message:
    Remove standalone mode from executor
    
    It doesn't needed anymore because partiion uses processor.

  Modified files:
    lib/droonga/executor.rb

  Modified: lib/droonga/executor.rb (+1 -1)
===================================================================
--- lib/droonga/executor.rb    2013-11-24 17:34:34 +0900 (88edeef)
+++ lib/droonga/executor.rb    2013-11-24 17:36:35 +0900 (99e600c)
@@ -240,7 +240,7 @@ module Droonga
         @database =****@conte*****_database(@database_name)
         @job_queue = JobQueue.open(@database_name, @queue_name)
       end
-      add_legacy_plugin("dispatcher_message") unless @options[:standalone]
+      add_legacy_plugin("dispatcher_message")
     end
 
     def find_legacy_plugin(command)
-------------- next part --------------
HTML����������������������������...
Download 



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