nickva commented on issue #2225: URL: https://github.com/apache/couchdb/issues/2225#issuecomment-755426460
#3243 would cover it, but I thought we already fixed this for most general cases like _all_docs variants and view rows emits. I see for _all_docs, _design_docs and _local_docs we use `TxDb` https://github.com/apache/couchdb/blob/main/src/fabric/src/fabric2_db.erl#L971, and for views https://github.com/apache/couchdb/blob/main/src/couch_views/src/couch_views_reader.erl#L199 The code in chttpd might still catch some edge cases though from other requests which use the `view_cb` callback ---------------------------------------------------------------- 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: [email protected]
