[Groonga-commit] droonga/droonga-engine at c3d3c3e [master] Output compared cluster id and node name for debugging

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Mar 24 15:32:13 JST 2015


YUKI Hiroshi	2015-03-24 15:32:13 +0900 (Tue, 24 Mar 2015)

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

  Message:
    Output compared cluster id and node name for debugging

  Modified files:
    lib/droonga/command/remote.rb

  Modified: lib/droonga/command/remote.rb (+2 -2)
===================================================================
--- lib/droonga/command/remote.rb    2015-03-24 15:31:54 +0900 (a086daa)
+++ lib/droonga/command/remote.rb    2015-03-24 15:32:13 +0900 (2400e91)
@@ -56,7 +56,7 @@ module Droonga
             return true
           end
           unless for_this_cluster?
-            log("query for different cluster (to be ignroed)")
+            log("query for different cluster (mine: #{cluster_id}, to be ignroed)")
             return false
           end
 
@@ -65,7 +65,7 @@ module Droonga
             return true
           end
           unless for_me?
-            log("query for different node (to be ignored)")
+            log("query for different node (me: #{@serf_name}, to be ignored)")
             return false
           end
 
-------------- next part --------------
HTML����������������������������...
Download 



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