On 20/02/2010 3:48 PM, Paul Davis wrote:
Sudden thought, are you doing something like "save doc, read view" real real quick?
Yep. There is a bit of concurrency going on to - so it is possible the view is being read before the write of the document completes in the client (it is a Python-twisted application - but just think multiple independent requests rather than 'sequential' operations)
Are we hitting a thing where a doc's committed status is being reflected different between the view generation and the view read?
I guess so... Cheers, Mark
