Re: include_docs and no doc issue

2017-12-21 Thread Carlos Alonso
Thanks Adam for your help! On Thu, Dec 21, 2017 at 5:32 AM Adam Kocoloski wrote: > Hiya Carlos, yes, the race condition definitely still exists. > > As far as I know the guidance in the wiki is still accurate. The brute > force way to eliminate the issue is to emit the doc directly in the view >

Re: include_docs and no doc issue

2017-12-20 Thread Adam Kocoloski
Hiya Carlos, yes, the race condition definitely still exists. As far as I know the guidance in the wiki is still accurate. The brute force way to eliminate the issue is to emit the doc directly in the view definition and skip include_docs altogether, but of course that has a whole set of associ

include_docs and no doc issue

2017-12-19 Thread Carlos Alonso
Hello everyone!! We're experiencing an issue? in which non deterministically we query a view with include_docs = true and some of the fetched documents are missing. We've found a few lines in the old wiki ( https://wiki.apache.org/couchdb/HTTP_view_API#Querying_Options) that warns about a race co