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 2018/11/20 00:51:30 UTC

[GitHub] jaydoane commented on issue #1600: Sporadic errors on /_all_docs with Cookie auth and system databases

jaydoane commented on issue #1600: Sporadic errors on /_all_docs with Cookie auth and system databases
URL: https://github.com/apache/couchdb/issues/1600#issuecomment-440095935
 
 
   I tried to repro using this very simple test:
   ```elixir
     test "https://github.com/apache/couchdb/issues/1600", _ctx do
       sess = Couch.login("adm", "pass")
       target_db = "_users" # also tried _replicator here
       for _i <- 0..10000 do
         resp = Couch.Session.get(sess, "/#{target_db}/_all_docs?include_docs=true")
         assert resp.status_code == 200
       end
     end
   ```
   but it ran to completion on several attempts.
   
   @nickva do you recall whether you saw that error from a containerized or bare metal couch?
   
   @flimzy how many documents were in your _users and _replicator dbs when you saw that issue? Since you were using the official docker images, were those just single node "clusters"?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services