[Groonga-commit] groonga/fluent-plugin-groonga at 71085db [master] out: remove needless default buffer configuration

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 22 16:52:36 JST 2017


Kouhei Sutou	2017-11-22 16:52:36 +0900 (Wed, 22 Nov 2017)

  New Revision: 71085dbea811cde36d9fab27d9752ac7de46cd61
  https://github.com/groonga/fluent-plugin-groonga/commit/71085dbea811cde36d9fab27d9752ac7de46cd61

  Message:
    out: remove needless default buffer configuration
    
    Grouped by "tag" brakes command execution order. If table_create and
    column_create order is swapped, it causes inconsistency.

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+0 -5)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2017-05-15 15:47:36 +0900 (ee441cb)
+++ lib/fluent/plugin/out_groonga.rb    2017-11-22 16:52:36 +0900 (8b4d4a0)
@@ -72,11 +72,6 @@ module Fluent
         end
       end
 
-      config_section :buffer do
-        config_set_default :@type, "memory"
-        config_set_default :chunk_keys, ['tag']
-      end
-
       def configure(conf)
         compat_parameters_convert(conf, :buffer)
         super
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171122/d4b23c4d/attachment.htm 



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