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 2020/02/17 17:01:45 UTC

[GitHub] [couchdb] nickva opened a new pull request #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()

nickva opened a new pull request #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()
URL: https://github.com/apache/couchdb/pull/2560
 
 
   ### Description
   
   After commit 27bb45043435828915bdcbdc130b685e5533bbd8 local _users is only
   created the first time it is used. So in most case it's expected to not exist.
   Update local_dbs to return it only if it is actually created.
   
   ### Checklist
   
   - [x] Code is written and works correctly
   - [x] Changes are covered by tests
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [couchdb] wohali commented on issue #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()

Posted by GitBox <gi...@apache.org>.
wohali commented on issue #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()
URL: https://github.com/apache/couchdb/pull/2560#issuecomment-587143019
 
 
   @nickva Don't forget to merge this into `3.x` as well. Cherry-pick is fine.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [couchdb] nickva merged pull request #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()
URL: https://github.com/apache/couchdb/pull/2560
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [couchdb] nickva commented on issue #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #2560: Handle possibly missing local _users db in mem3_sync:local_dbs()
URL: https://github.com/apache/couchdb/pull/2560#issuecomment-587145915
 
 
   @wohali thanks for reminder, I created the PR https://github.com/apache/couchdb/pull/2561

----------------------------------------------------------------
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


With regards,
Apache Git Services