[Groonga-commit] droonga/droonga-engine at 0ac9983 [master] Don't set "absorbing" tag anymore.

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 11:50:16 JST 2015


YUKI Hiroshi	2015-04-14 11:50:16 +0900 (Tue, 14 Apr 2015)

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

  Message:
    Don't set "absorbing" tag anymore.
    
    Because it was required to monitor absorbing status from outside.

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+0 -5)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:39:24 +0900 (81e420b)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 11:50:16 +0900 (d76a35a)
@@ -58,9 +58,6 @@ module Droonga
           def handle
             dumper = Drndump::Dumper.new(dumper_params)
 
-            serf = Serf.new(my_node_name)
-            serf.set_tag("absorbing", true)
-
             @start_time = Time.now
 
             begin
@@ -79,8 +76,6 @@ module Droonga
               dumper_error_message = exception.to_s
             end
 
-            serf.set_tag("absorbing", true)
-
             if dumper_error_message
               error(error_name, dumper_error_message)
             end
-------------- next part --------------
HTML����������������������������...
다운로드 



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