[Groonga-commit] droonga/fluent-plugin-droonga at fbffc5d [master] Register plugin handlers before the generic adapter

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 26 17:41:18 JST 2013


YUKI Hiroshi	2013-09-26 17:41:18 +0900 (Thu, 26 Sep 2013)

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

  Message:
    Register plugin handlers before the generic adapter

  Modified files:
    lib/droonga/proxy.rb

  Modified: lib/droonga/proxy.rb (+1 -1)
===================================================================
--- lib/droonga/proxy.rb    2013-09-25 19:22:09 +0900 (b0fc809)
+++ lib/droonga/proxy.rb    2013-09-26 17:41:18 +0900 (f1f8b92)
@@ -36,7 +36,7 @@ module Droonga
       @collectors = {}
       @current_id = 0
       @local = Regexp.new("^#{@name}")
-      plugins = ["proxy", "adapter"] + (Droonga::catalog.option("plugins")||[])
+      plugins = ["proxy"] + (Droonga::catalog.option("plugins")||[]) + ["adapter"]
       plugins.each do |plugin|
         @worker.add_handler(plugin)
       end
-------------- next part --------------
HTML����������������������������...
Download 



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