aalegriadg opened a new issue, #4195: URL: https://github.com/apache/couchdb/issues/4195
I have tried to make a query during a purge of many documents from the database and I get the following timeout error: `Error running query. Reason: (timeout) The request could not be processed in a reasonable amount of time.` And the following couchdb log error: ` [error] 2022-10-03T15:25:47.790110Z [email protected] <0.27022.0> aa85e646df fabric_worker_timeout map_view,'[email protected]',<<"shards/00000000-7fffffff/database.1664801850">>` It catches my attention since I am querying a partition whose documents are not included in the purge. That is, I am purging documents from partition2 and querying a view on partition1 using the `get_partitioned_view_result` method. What is the cause of the error? Is it not possible to perform queries while documents are being purged? Is it due to couchdb configuration? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
