Kentaro Hayashi
null+****@clear*****
Wed Apr 12 17:38:07 JST 2017
Kentaro Hayashi 2017-04-12 17:38:07 +0900 (Wed, 12 Apr 2017) New Revision: 1b829305bf99a1d9c4f1a3fee54bf4e74876a3b6 https://github.com/groonga/fluent-plugin-groonga/commit/1b829305bf99a1d9c4f1a3fee54bf4e74876a3b6 Message: in: don't use deprecated feature in v0.14 Modified files: lib/fluent/plugin/in_groonga.rb Modified: lib/fluent/plugin/in_groonga.rb (+0 -3) =================================================================== --- lib/fluent/plugin/in_groonga.rb 2017-04-12 17:37:05 +0900 (3c9d503) +++ lib/fluent/plugin/in_groonga.rb 2017-04-12 17:38:07 +0900 (f93502b) @@ -73,7 +73,6 @@ module Fluent class BaseInput include Configurable - include DetachMultiProcessMixin config_param :bind, :string, :default => "0.0.0.0" config_param :port, :integer, :default => nil @@ -132,7 +131,6 @@ module Fluent def start listen_socket = TCPServer.new(@bind, @port) - detach_multi_process do @loop = Coolio::Loop.new @socket = Coolio::TCPServer.new(listen_socket, nil, @@ -145,7 +143,6 @@ module Fluent @thread = Thread.new do run end - end end def shutdown -------------- next part -------------- HTML����������������������������...Download