[Groonga-commit] droonga/droonga-engine at 65d6fe2 [buffered-forward] Suppress annoying log message for droonga-engine's event handler itself

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 19 17:35:04 JST 2015


YUKI Hiroshi	2015-03-19 17:35:04 +0900 (Thu, 19 Mar 2015)

  New Revision: 65d6fe26842064d350dd58dd533a92c898cd0ee0
  https://github.com/droonga/droonga-engine/commit/65d6fe26842064d350dd58dd533a92c898cd0ee0

  Message:
    Suppress annoying log message for droonga-engine's event handler itself

  Modified files:
    lib/droonga/serf/agent.rb

  Modified: lib/droonga/serf/agent.rb (+3 -0)
===================================================================
--- lib/droonga/serf/agent.rb    2015-03-19 17:28:33 +0900 (d928c49)
+++ lib/droonga/serf/agent.rb    2015-03-19 17:35:04 +0900 (1e3666f)
@@ -155,6 +155,9 @@ module Droonga
         when /memberlist: Failed to receive remote state: EOF/
           # See also: https://github.com/hashicorp/consul/issues/598#issuecomment-71576948
           true
+        when /agent: Script .*droonga-engine-serf-event-handler.* slow, execution exceeding/
+          # Droonga's serf event handler can be slow for absorbing or some operations.
+          true
         else
           false
         end
-------------- next part --------------
HTML����������������������������...
下载 



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