[Groonga-commit] droonga/droonga-engine at ca0e39c [master] Don't set the "destination" role by self.

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jan 15 17:37:03 JST 2015


YUKI Hiroshi	2015-01-15 17:37:03 +0900 (Thu, 15 Jan 2015)

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

  Message:
    Don't set the "destination" role by self.
    
    Because the process is not finished.
    
    Conflicts:
    	bin/droonga-engine-join

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

  Modified: lib/droonga/command/remote.rb (+0 -5)
===================================================================
--- lib/droonga/command/remote.rb    2015-01-15 17:29:04 +0900 (8e56db5)
+++ lib/droonga/command/remote.rb    2015-01-15 17:37:03 +0900 (48f9e21)
@@ -192,13 +192,8 @@ module Droonga
           log("other_hosts = #{@other_hosts}")
           return if @other_hosts.empty?
 
-          @serf.role = NodeMetadata::Role::ABSORB_DESTINATION
-
           join_to_cluster
-
           absorb_data if should_absorb_data?
-
-          @serf.role = nil
         end
 
         def replica_hosts
-------------- next part --------------
HTML����������������������������...
Download 



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