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: 2c6bc1b6a26136b1b51fe421dc41e248c9857bba https://github.com/groonga/fluent-plugin-groonga/commit/2c6bc1b6a26136b1b51fe421dc41e248c9857bba 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 (0548d60) +++ lib/fluent/plugin/in_groonga.rb 2017-04-12 17:38:07 +0900 (89b3834) @@ -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����������������������������... Télécharger