nickva commented on issue #5127: URL: https://github.com/apache/couchdb/issues/5127#issuecomment-2264709585
So far in production we noticed most of the cases of `exit:timeout` errors generated by `rexi:init_stream` came from quick killing of design doc fetches from ddoc cache. That should be fixed by https://github.com/apache/couchdb/pull/5152. However, the analysis above is also correct that we do not clean up workers on error or timeouts. Except for a few expected error types only: https://github.com/apache/couchdb/blob/a2241d36621e6bee101aad0d1bf19e52de1be3aa/src/fabric/src/fabric_streams.erl#L168-L171 In this [PR](https://github.com/apache/couchdb/pull/5160) we improve cleanup and perform cleanup for all stream start errors, including timeouts. -- 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]
