[Groonga-commit] droonga/droonga-engine at 29f47e4 [master] Fix wrong method call

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 5 16:34:51 JST 2015


Kouhei Sutou	2015-01-05 16:34:51 +0900 (Mon, 05 Jan 2015)

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

  Message:
    Fix wrong method call

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2015-01-05 16:33:46 +0900 (4a1d419)
+++ lib/droonga/dispatcher.rb    2015-01-05 16:34:51 +0900 (e5772f1)
@@ -89,7 +89,7 @@ module Droonga
       @adapter_runners.each_value do |adapter_runner|
         adapter_runner.shutdown
       end
-      @farm.shutdown
+      @farm.stop_immediately
       logger.trace("stop_immediately: done")
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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