[Groonga-commit] droonga/fluent-plugin-droonga at 81217ea [master] Add missing shutdown call for Collector

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Dec 24 14:31:15 JST 2013


Kouhei Sutou	2013-12-24 14:31:15 +0900 (Tue, 24 Dec 2013)

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

  Message:
    Add missing shutdown call for Collector

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -0)
===================================================================
--- lib/droonga/dispatcher.rb    2013-12-24 14:29:56 +0900 (d4ef7f1)
+++ lib/droonga/dispatcher.rb    2013-12-24 14:31:15 +0900 (57e99c5)
@@ -56,6 +56,7 @@ module Droonga
     def shutdown
       @forwarder.shutdown
       @distributor.shutdown
+      @collector.shutdown
       @input_adapter.shutdown
       @output_adapter.shutdown
       @farm.shutdown
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index