Navigation Menu

Skip to content

Commit

Permalink
Collect name of all nodes correctly for v1 catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 16, 2015
1 parent 4c8822d commit d3d2fa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/droonga/catalog/version1.rb
Expand Up @@ -436,6 +436,10 @@ def select_range_and_replicas(partition, args, routes)
end
end
end

def all_nodes
self["ring"].keys
end
end
end
end
Expand Down

0 comments on commit d3d2fa5

Please sign in to comment.