eiri opened a new pull request #1067: Fix mango native proc crash
URL: https://github.com/apache/couchdb/pull/1067
 
 
   ## Overview
   
   When soft limit is reached couch_proc_manager evicts idle processes by 
casting on them `stop`
   message. Since mango_native_proc doesn't handle this message it results to 
its crash with
   `invalid_cast` reason.
   
   ## Testing recommendations
   
   `make eunit apps=mango` or `make eunit apps=mango suites=mango_native_proc` 
for isolated test.
   
   `make mango-test` for integration test.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to