rnewson commented on issue #3061:
URL: https://github.com/apache/couchdb/issues/3061#issuecomment-670030960


   in the original logs, which I can't share here, there's a design document 
deletion while that index is building. the delete removes the underlying .view 
files and kills the couch_file pids, so when the index_server process itself 
terminates, it crashes -in- terminate when trying to close the now dead pid
   
   I can't say that this is the only root to killing couch_index_server, 
though, so I would rather focus on removing the
   
   ```
   [] when Reason /= normal ->
       exit(Reason); 
   ```
   
   bit, which seems like an over-reaction now.


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


Reply via email to