[Groonga-commit] groonga/fluent-plugin-groonga at 67cfa8e [use-v0.14-api] in: don't use deprecated feature in v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Apr 11 12:26:56 JST 2017


Kentaro Hayashi	2017-04-11 12:26:56 +0900 (Tue, 11 Apr 2017)

  New Revision: 67cfa8e36c4c7d5e799a5f68c68958e4ee7c6c94
  https://github.com/groonga/fluent-plugin-groonga/commit/67cfa8e36c4c7d5e799a5f68c68958e4ee7c6c94

  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 -2)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2017-04-11 11:44:43 +0900 (c966621)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-11 12:26:56 +0900 (c81887f)
@@ -139,7 +139,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,
@@ -152,7 +151,6 @@ module Fluent
             @thread = Thread.new do
               run
             end
-          end
         end
 
         def shutdown
-------------- next part --------------
HTML����������������������������...
Download 



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