You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/01/14 22:51:05 UTC

[GitHub] [couchdb] nickva commented on issue #2962: ["error","list_error","not a row 'reset'"]

nickva commented on issue #2962:
URL: https://github.com/apache/couchdb/issues/2962#issuecomment-760526610


   I was able to reproduce this issue artificially by raising an error the list_cb (list processing callback, called for each row from the view). The the couch_js process stuck in the `getRow` was returned to the process pool.  That would be enough to trigger this bug.
   
   The fix is rather simple and it's to only return the process to the pool there were no errors thrown here: 
   https://github.com/apache/couchdb/blob/main/src/couch/src/couch_query_servers.erl#L532-L534
   


----------------------------------------------------------------
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:
users@infra.apache.org