[Groonga-commit] droonga/droonga-engine at c4d0914 [master] Export serf port number correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jun 26 17:37:12 JST 2014


YUKI Hiroshi	2014-06-26 17:37:12 +0900 (Thu, 26 Jun 2014)

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

  Message:
    Export serf port number correctly

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-06-26 17:33:11 +0900 (805fb3c)
+++ lib/droonga/serf.rb    2014-06-26 17:37:12 +0900 (2c1a1e4)
@@ -58,7 +58,7 @@ module Droonga
       ensure_serf
       ENV["SERF"] = @serf
       @port = port
-      ENV["SERF_PORT"] = @port
+      ENV["SERF_PORT"] = "#{@port}"
       ENV["SERF_RPC_ADDRESS"] = rpc_address
       retry_joins = []
       detect_other_hosts.each do |other_host|
-------------- next part --------------
HTML����������������������������...
Download 



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