pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
948 stars 154 forks source link

allDocs() may return incorrect total_rows #476

Closed alxndrsn closed 5 months ago

alxndrsn commented 5 months ago

Originally reported at https://github.com/pouchdb/pouchdb/issues/8925.

alxndrsn commented 5 months ago

This seems to be a race condition related to calling db.remove() multiple times concurrently.

alxndrsn commented 5 months ago

Closed as this is the wrong repo - re-filed at https://github.com/pouchdb/pouchdb-express-router/issues/18.