bisakhmondal opened a new pull request #1814:
URL: https://github.com/apache/apisix-dashboard/pull/1814


   Please answer these questions before submitting a pull request, **or your PR 
will get closed**.
   
   **Why submit this pull request?**
   
   - [x] Bugfix
   - [ ] New feature provided
   - [x] Improve performance
   - [ ] Backport patches
   
   **What changes will this PR take into?**
   
   1. Closing of all opened resource has been put into deferred execution. So 
incase any panic occurs during runtime, the respective closers of the resource 
gets executed safely. Till now, for panics, the main goroutine was getting 
closed ungracefully.
   
   2. Detailed error description if etcd contains corrupted data and exit with 
nonzero error code.
   
![image](https://user-images.githubusercontent.com/41498427/115544951-de2f6280-a2c0-11eb-8fac-d0de0a234909.png)
   
   **Related issues**
   reopening #1705 
   closes #1684 
   
   
   **Checklist:**
   
   - [x] Did you explain what problem does this PR solve? Or what new features 
have been added?
   - [x] Have you added corresponding test cases?
   - [ ] Have you modified the corresponding document?
   - [x] Is this PR backward compatible? If it is not backward compatible, 
please discuss on the mailing list first
   


-- 
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:
[email protected]


Reply via email to