You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/06/24 20:00:44 UTC

[GitHub] [couchdb] chewbranca commented on a change in pull request #3633: 3631 3.x fix pq shard creation

chewbranca commented on a change in pull request #3633:
URL: https://github.com/apache/couchdb/pull/3633#discussion_r658243881



##########
File path: src/dreyfus/src/dreyfus_rpc.erl
##########
@@ -102,10 +102,12 @@ disk_size(DbName, DDoc, IndexName) ->
     end.
 
 get_or_create_db(DbName, Options) ->
+    DbOpts = mem3_shards:opts_for_db(DbName),
+    Options1 = mem3_util:merge_opts(DbOpts, Options),
     case couch_db:open_int(DbName, Options) of

Review comment:
       Yeap definitely hahaha, good catch.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org