Closed tanjialiang closed 2 days ago
Name | Link |
---|---|
Latest commit | e77d8734592ac47bea694e644fad8ef063dbedb9 |
Latest deploy log | https://app.netlify.com/sites/meta-velox/deploys/673fcbb1228bf40008e37723 |
@tanjialiang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
Abandoning
The current leak check behavior is not consistent between memory pool and shared arbitrator. Memory pool prints error message and logs metrics but not fail. However shared arbitrator throw failures. And when it does there is no wrapping exception handling so it will crash entire server. Change shared arbitrator behavior to be consistent with memory pool by do the deadly check only in debug mode