[Groonga-commit] droonga/fluent-plugin-droonga at 03c49ff [master] Output error status code for the collector

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 27 17:39:29 JST 2014


YUKI Hiroshi	2014-01-27 17:39:29 +0900 (Mon, 27 Jan 2014)

  New Revision: 03c49ffcc358e58ece7c2ae8d207f2c61b30ae2e
  https://github.com/droonga/fluent-plugin-droonga/commit/03c49ffcc358e58ece7c2ae8d207f2c61b30ae2e

  Message:
    Output error status code for the collector

  Modified files:
    lib/droonga/handler_messenger.rb

  Modified: lib/droonga/handler_messenger.rb (+4 -1)
===================================================================
--- lib/droonga/handler_messenger.rb    2014-01-27 17:38:48 +0900 (182408f)
+++ lib/droonga/handler_messenger.rb    2014-01-27 17:39:29 +0900 (d6ae2ee)
@@ -67,7 +67,10 @@ module Droonga
           "id"    => @message.id,
           "input" => "errors",
           "value" => {
-            database_name => body,
+            database_name => {
+              "status_code" => status_code,
+              "body" => body,
+            },
           },
         }
         all_dests = []
-------------- next part --------------
HTML����������������������������...
Download 



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