[Groonga-commit] droonga/droonga-engine at d5bc2f3 [buffered-forward] Don't run update_cluster_state manually after the role is changed.

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Mar 25 11:47:07 JST 2015


YUKI Hiroshi	2015-03-25 11:47:07 +0900 (Wed, 25 Mar 2015)

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

  Message:
    Don't run update_cluster_state manually after the role is changed.
    
    It will be done by member-update event automatically.

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

  Modified: lib/droonga/command/remote.rb (+0 -1)
===================================================================
--- lib/droonga/command/remote.rb    2015-03-25 11:45:11 +0900 (8346083)
+++ lib/droonga/command/remote.rb    2015-03-25 11:47:07 +0900 (f52f4e5)
@@ -121,7 +121,6 @@ module Droonga
           log("old role: #{@serf.role}")
           @serf.role = @params["role"]
           log("new role: #{@serf.role}")
-          @serf.update_cluster_state
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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