[Groonga-commit] droonga/droonga-engine at 30edadc [master] Don't call obsolete method

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Mar 25 15:36:05 JST 2015


YUKI Hiroshi	2015-03-25 15:36:05 +0900 (Wed, 25 Mar 2015)

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

  Message:
    Don't call obsolete method

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+0 -2)
===================================================================
--- lib/droonga/engine.rb    2015-03-25 15:20:17 +0900 (9576219)
+++ lib/droonga/engine.rb    2015-03-25 15:36:05 +0900 (858efc3)
@@ -62,7 +62,6 @@ module Droonga
 
     def stop_gracefully
       logger.trace("stop_gracefully: start")
-      @cluster.stop_observe
       on_finish = lambda do
         logger.trace("stop_gracefully/on_finish: start")
         save_last_processed_message_timestamp
@@ -87,7 +86,6 @@ module Droonga
     def stop_immediately
       logger.trace("stop_immediately: start")
       save_last_processed_message_timestamp
-      @cluster.stop_observe
       @dispatcher.stop_immediately
       @cluster.shutdown
       @state.shutdown
-------------- next part --------------
HTML����������������������������...
Download 



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