[Groonga-commit] droonga/droonga-engine at da7d1e3 [buffered-forward] Strict message detection to avoid false-positive

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 20 11:35:13 JST 2015


Kouhei Sutou	2015-03-20 11:35:13 +0900 (Fri, 20 Mar 2015)

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

  Message:
    Strict message detection to avoid false-positive

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

  Modified: lib/droonga/serf/agent.rb (+2 -2)
===================================================================
--- lib/droonga/serf/agent.rb    2015-03-19 19:34:28 +0900 (1e3666f)
+++ lib/droonga/serf/agent.rb    2015-03-20 11:35:13 +0900 (4124567)
@@ -152,10 +152,10 @@ module Droonga
 
       def suppressed_log_message?(content)
         case content
-        when /memberlist: Failed to receive remote state: EOF/
+        when /\Amemberlist: Failed to receive remote state: EOF\z/
           # See also: https://github.com/hashicorp/consul/issues/598#issuecomment-71576948
           true
-        when /agent: Script .*droonga-engine-serf-event-handler.* slow, execution exceeding/
+        when /\Aagent: Script .*droonga-engine-serf-event-handler.* slow, execution exceeding/
           # Droonga's serf event handler can be slow for absorbing or some operations.
           true
         else
-------------- next part --------------
HTML����������������������������...
Download 



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