[Groonga-commit] droonga/droonga-engine at a1739a6 [master] Refresh connection to other nodes if they are restarted

Back to archive index

Piro / YUKI Hiroshi null+****@clear*****
Thu Apr 23 03:29:19 JST 2015


Piro / YUKI Hiroshi	2015-04-23 03:29:19 +0900 (Thu, 23 Apr 2015)

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

  Message:
    Refresh connection to other nodes if they are restarted

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -0)
===================================================================
--- lib/droonga/serf.rb    2015-04-23 02:51:40 +0900 (1deb0c5)
+++ lib/droonga/serf.rb    2015-04-23 03:29:19 +0900 (d9a8c28)
@@ -136,6 +136,7 @@ module Droonga
         nodes[member["name"]] = {
           "type" => member["tags"][Tag.node_type],
           "role" => member["tags"][Tag.node_role],
+          "internal_name" => member["tags"][Tag.internal_node_name],
           "accept_messages_newer_than" => member["tags"][Tag.accept_messages_newer_than],
           "live" => member["status"] == "alive",
         }
-------------- next part --------------
HTML����������������������������...
Descargar 



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