gxthrj opened a new issue #838:
URL: https://github.com/apache/apisix-dashboard/issues/838


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirements
   - [ ] Feature or performance improvement
   - [ ] Other
   
   ___
   ### Bug
   - Which version of Apache APISIX Dashboard, OS, and Browser?
   2.0
   
   - What happened?
   Manager-api may crash without any logs.
   In gin, we use `filter.RecoverHandler()` to prevent crash. 
   But we can not control the exceptions in other go-routines.
   Need to add `defer recover()` for all go routines to prevent abnormal crash 
of manager-api .
   
   
   


----------------------------------------------------------------
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