[Groonga-commit] droonga/droonga-engine at 46327be [master] XVolume should have compute_routes()

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Fri Dec 12 00:46:30 JST 2014


YUKI "Piro" Hiroshi	2014-12-12 00:46:30 +0900 (Fri, 12 Dec 2014)

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

  Merged e0f9f34: Merge pull request #30 from piroor/replicas-in-a-branch

  Message:
    XVolume should have compute_routes()

  Modified files:
    lib/droonga/catalog/single_volume.rb

  Modified: lib/droonga/catalog/single_volume.rb (+4 -0)
===================================================================
--- lib/droonga/catalog/single_volume.rb    2014-12-12 00:43:49 +0900 (e9399a7)
+++ lib/droonga/catalog/single_volume.rb    2014-12-12 00:46:30 +0900 (63dad42)
@@ -32,6 +32,10 @@ module Droonga
         @all_nodes ||= [node]
       end
 
+      def compute_routes(message, live_nodes)
+        [address.to_s]
+      end
+
       def sliced?
         false
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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