iilyak commented on pull request #3363: URL: https://github.com/apache/couchdb/pull/3363#issuecomment-811921994
I also tried a different method of reproducing and also unable to trigger the stack trace in the response. ``` ~/dev/couchdb on main [$?] ❯ curl --user adm:pass -X PUT http://127.0.0.1:15984/pr-3366 {"ok":true} ~/dev/couchdb on main [$?] ❯ curl --user adm:pass -X GET http://127.0.0.1:15984/pr-3366/_all_docs {"total_rows":0,"offset":null,"rows":[ ]} ~/dev/couchdb on main [$?] ❯ fdbcli --exec 'writemode on; clearrange "" \xFF' >>> writemode on >>> clearrange \xff Committed (9545526301752) ~/dev/couchdb on main [$?] ❯ curl --user adm:pass -X GET http://127.0.0.1:15984/pr-3366/_all_docs {"error":"unknown_error","reason":"badarg","ref":2541622152} ``` -- 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]
