[Groonga-commit] droonga/droonga-engine at 09334e6 [master] Isolate Cluster from NodeMetadata

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 12:10:13 JST 2015


YUKI Hiroshi	2015-04-21 12:10:13 +0900 (Tue, 21 Apr 2015)

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

  Message:
    Isolate Cluster from NodeMetadata

  Modified files:
    lib/droonga/cluster.rb

  Modified: lib/droonga/cluster.rb (+1 -4)
===================================================================
--- lib/droonga/cluster.rb    2015-04-21 12:09:09 +0900 (0360e7b)
+++ lib/droonga/cluster.rb    2015-04-21 12:10:13 +0900 (107d278)
@@ -18,7 +18,6 @@ require "droonga/changable"
 require "droonga/path"
 require "droonga/file_observer"
 require "droonga/engine_node"
-require "droonga/node_metadata"
 
 module Droonga
   class Cluster
@@ -62,7 +61,6 @@ module Droonga
 
       @catalog = params[:catalog]
       @state = nil
-      @node_metadata = params[:metadata]
 
       reload
     end
@@ -189,8 +187,7 @@ module Droonga
         node_state = @state[name] || {}
         EngineNode.new(name,
                        node_state,
-                       @loop,
-                       :metadata => @node_metadata)
+                       @loop)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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