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/06 17:08:55 UTC

[GitHub] [couchdb] nickva opened a new pull request #2526: Simplify couch_auth_cache

nickva opened a new pull request #2526: Simplify couch_auth_cache
URL: https://github.com/apache/couchdb/pull/2526
 
 
   Since the backend port is closed by default, remove the cache service
   since it was shown to cause monitor leaks, and it just consumes resources
   running in the background when almost nobody uses it. The few utility scripts
   that might use the backend port can just get the auth docs directly from the
   db.
   
   Issue: https://github.com/apache/couchdb/issues/2493
   
   (Thanks to @davisp for the code snippet and the original idea)

----------------------------------------------------------------
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] iilyak commented on issue #2526: Simplify couch_auth_cache

Posted by GitBox <gi...@apache.org>.
iilyak commented on issue #2526: Simplify couch_auth_cache
URL: https://github.com/apache/couchdb/pull/2526#issuecomment-583014258
 
 
   there is a similar draft PR here https://github.com/apache/couchdb/pull/2498

----------------------------------------------------------------
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 #2526: Simplify couch_auth_cache

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #2526: Simplify couch_auth_cache
URL: https://github.com/apache/couchdb/pull/2526
 
 
   

----------------------------------------------------------------
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 #2526: Simplify couch_auth_cache

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #2526: Simplify couch_auth_cache
URL: https://github.com/apache/couchdb/pull/2526#issuecomment-583101574
 
 
   @iilyak after some discussion couchdb-dev IRC channel @davisp suggested this approach as it wouldn't reduce test coverage 

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