linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.75k stars 276 forks source link

[vcr-2.0] Fix error handling #2846

Closed snalli closed 4 months ago

snalli commented 4 months ago

We are getting too many 503s from Azure and that is flooding the logs with giant stack traces because we throw the error up. This patch eliminates that and only throws up the error message. We don't need the full stack.