rnewson opened a new issue, #5977:
URL: https://github.com/apache/couchdb/issues/5977

   ### Version
   
   unknown
   
   ### Describe the problem you're encountering
   
   curl http://foo:bar@localhost:5984/db1/_find -Hcontent-type:application/json 
-d '{"selector":{"foo":"12"}}'
   {"error":"unknown_error","reason":"function_clause","ref":924235489}
   
   [error] 2026-04-22T14:15:08.496366Z [email protected] <0.16849.0> f9aca98877 
rexi_server: from: [email protected](<0.16772.0>) mfa: fabric_rpc:map_view/5 
error:function_clause 
[{mango_cursor_view,view_cb,[ok,insufficient_storage],[{file,"src/mango_cursor_view.erl"},{line,397}]},{rexi_server,init_p,3,[{file,"src/rexi_server.erl"},{line,141}]}]
   
   ### Expected Behaviour
   
   a 507 response with "insufficient storage" as reason. This _does_ happen 
when calling via `_view`
   
   ### Steps to Reproduce
   
   1. create a database
   2. create an index (with _index)
   3. add some documents
   4. query with _find and confirm it works
   5. enable disk_monitor on all nodes
   6. set interactive_view_indexing_threshold to 0 on all nodes
   7. add one more document
   8. query with _find
   
   
   
   ### Your Environment
   
   _No response_
   
   ### Additional Context
   
   _No response_


-- 
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]

Reply via email to