[Groonga-commit] droonga/droonga-engine at 4f622e1 [master] Fix wrong method call

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 23 16:50:36 JST 2014


YUKI Hiroshi	2014-07-23 16:50:36 +0900 (Wed, 23 Jul 2014)

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

  Message:
    Fix wrong method call

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+1 -1)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-07-23 16:49:36 +0900 (1ba88c2)
+++ lib/droonga/command/serf_event_handler.rb    2014-07-23 16:50:36 +0900 (42db0c0)
@@ -323,7 +323,7 @@ module Droonga
                             :destination_host => host,
                             :port             => port,
                             :tag              => tag)
-        save_delete(:absorbing)
+        delete_status(:absorbing)
       end
 
       def live_nodes
-------------- next part --------------
HTML����������������������������...
Download 



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