[Groonga-commit] droonga/fluent-plugin-droonga at 1178ffd [master] Don't handle startup error by self.

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 12 12:50:17 JST 2014


YUKI Hiroshi	2014-02-12 12:50:17 +0900 (Wed, 12 Feb 2014)

  New Revision: 1178ffdf608585c42816f853043c41b4af3b739a
  https://github.com/droonga/fluent-plugin-droonga/commit/1178ffdf608585c42816f853043c41b4af3b739a

  Message:
    Don't handle startup error by self.
    
    It should be handled by fluentd and the process should be killed by fluentd itself

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+0 -3)
===================================================================
--- lib/droonga/engine.rb    2014-02-12 12:50:07 +0900 (3ba6086)
+++ lib/droonga/engine.rb    2014-02-12 12:50:17 +0900 (124c38d)
@@ -23,9 +23,6 @@ module Droonga
     def initialize(options={})
       @options = options
       @dispatcher = Dispatcher.new(@options)
-    rescue StartupError => error
-      $log.error(error.to_s)
-      exit(false)
     end
 
     def start
-------------- next part --------------
HTML����������������������������...
Download 



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