[Groonga-commit] droonga/droonga-engine at 7fddfac [master] Restore missing method

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 25 19:37:28 JST 2014


YUKI Hiroshi	2014-12-25 19:37:28 +0900 (Thu, 25 Dec 2014)

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

  Message:
    Restore missing method

  Modified files:
    lib/droonga/cluster_state.rb

  Modified: lib/droonga/cluster_state.rb (+4 -0)
===================================================================
--- lib/droonga/cluster_state.rb    2014-12-25 19:37:14 +0900 (b147369)
+++ lib/droonga/cluster_state.rb    2014-12-25 19:37:28 +0900 (f04cf27)
@@ -82,6 +82,10 @@ module Droonga
       same_role_nodes - dead_nodes
     end
 
+    def writable_nodes
+      all_nodes
+    end
+
     def live_nodes_list=(new_nodes_list)
       old_live_nodes_list = @live_nodes_list
       @live_nodes_list = new_nodes_list
-------------- next part --------------
HTML����������������������������...
다운로드 



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