[Groonga-commit] droonga/droonga-engine at 1923cc5 [master] Make both commands system.status and system.absorb-data to be processed only at one replica

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 15:23:14 JST 2015


YUKI Hiroshi	2015-04-14 15:23:14 +0900 (Tue, 14 Apr 2015)

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

  Message:
    Make both commands system.status and system.absorb-data to be processed only at one replica

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

  Modified: lib/droonga/plugins/system/absorb_data.rb (+1 -0)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-14 15:21:37 +0900 (d3445da)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 15:23:14 +0900 (80096f1)
@@ -308,6 +308,7 @@ module Droonga
 
       define_single_step do |step|
         step.name = "system.absorb-data"
+        step.random = true
         step.handler = AbsorbDataHandler
         step.collector = Collectors::And
       end

  Modified: lib/droonga/plugins/system/status.rb (+1 -0)
===================================================================
--- lib/droonga/plugins/system/status.rb    2015-04-14 15:21:37 +0900 (29b22ce)
+++ lib/droonga/plugins/system/status.rb    2015-04-14 15:23:14 +0900 (3e2b94f)
@@ -44,6 +44,7 @@ module Droonga
 
       define_single_step do |step|
         step.name = "system.status"
+        step.random = true
         step.handler = StatusHandler
         step.collector = Collectors::Or
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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