[Groonga-commit] droonga/droonga-engine at 755672d [master] Add "unjoin" event

Back to archive index

YUKI Hiroshi null+****@clear*****
Sat Jun 28 02:28:06 JST 2014


YUKI Hiroshi	2014-06-28 02:28:06 +0900 (Sat, 28 Jun 2014)

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

  Message:
    Add "unjoin" event

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

  Modified: lib/droonga/command/serf_event_handler.rb (+2 -0)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-06-28 02:27:44 +0900 (28a5b8b)
+++ lib/droonga/command/serf_event_handler.rb    2014-06-28 02:28:06 +0900 (6386cf0)
@@ -75,6 +75,8 @@ module Droonga
           save_status(:role, @payload["role"])
         when "join"
           process_node_join
+        when "unjoin"
+          process_node_unjoin
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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