davisp commented on a change in pull request #1789: New Feature: Database 
Partitions
URL: https://github.com/apache/couchdb/pull/1789#discussion_r239156731
 
 

 ##########
 File path: src/fabric/src/fabric_util.erl
 ##########
 @@ -302,7 +304,17 @@ is_users_db(DbName) ->
 path_ends_with(Path, Suffix) ->
     Suffix =:= couch_db:dbname_suffix(Path).
 
-fake_db(DbName, Opts) ->
+make_cluster_db(#shard{dbname = DbName, opts = Options}) ->
 
 Review comment:
   You mean that it could be confused with `fabric:create_db/1` in that it 
might be actually creating shard maps and shard files on disk instead of 
creating a database handle? How about `open_clustered_db`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to