YUKI Hiroshi
null+****@clear*****
Fri Aug 29 11:31:32 JST 2014
YUKI Hiroshi 2014-08-29 11:31:32 +0900 (Fri, 29 Aug 2014) New Revision: 8e073d7c1d1eaf9445d014a40fb4789a3e91e73c https://github.com/long-long-float/droonga-engine/commit/8e073d7c1d1eaf9445d014a40fb4789a3e91e73c Message: Use "host" as the host name of the node itself, instead of "joining_node", because "host" is detected based on Serf's name Modified files: lib/droonga/command/remote.rb Modified: lib/droonga/command/remote.rb (+1 -1) =================================================================== --- lib/droonga/command/remote.rb 2014-08-29 11:31:21 +0900 (fd54bd6) +++ lib/droonga/command/remote.rb 2014-08-29 11:31:32 +0900 (adbe860) @@ -193,7 +193,7 @@ module Droonga fetcher = CatalogFetcher.new(:host => source_host, :port => port, :tag => tag, - :receiver_host => joining_host) + :receiver_host => host) fetcher.fetch(:dataset => dataset_name) end -------------- next part -------------- HTML����������������������������...Download