[Groonga-commit] droonga/droonga-engine at 7306e09 [master] Report error if no step is found

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Fri May 9 17:19:38 JST 2014


YUKI Hiroshi	2014-05-09 17:19:38 +0900 (Fri, 09 May 2014)

  New Revision: 7306e098693b8637f4c37bfd920c6578d9ff39f8
  https://github.com/droonga/droonga-engine/commit/7306e098693b8637f4c37bfd920c6578d9ff39f8

  Message:
    Report error if no step is found

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+2 -0)
===================================================================
--- lib/droonga/dispatcher.rb    2014-05-09 16:31:31 +0900 (f3b69af)
+++ lib/droonga/dispatcher.rb    2014-05-09 17:19:38 +0900 (bb14fc7)
@@ -149,6 +149,8 @@ module Droonga
           session = session_planner.create_session(id, collector_runner)
           @engine_state.register_session(id, session)
         else
+          logger.error("no steps error: id=#{id}, message=#{message}")
+          return
           #todo: take cases receiving result before its query into account
         end
         session.start
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る