Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue 16890: Hide Stracktrace while translog transfer #16891

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

meet-v25
Copy link

Description

When uploading translog files to remote store, if any translog file upload fails, the user can see the entire stacktrace of the error occurred. This can also reveal the remote file system's exceptions details. This code-change will hide the details of those exceptions and stacktrace about remote filesystems which should not be visible to users in a response.

Related Issues

Resolves #16890

Check List

  • [ y ] Functionality includes testing.
  • [ NA ] API changes companion pull request created, if applicable.
  • [ y ] Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Contributor

✅ Gradle check result for 13db4bf: SUCCESS

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.21%. Comparing base (7050ecf) to head (13db4bf).

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16891      +/-   ##
============================================
+ Coverage     72.19%   72.21%   +0.01%     
- Complexity    65208    65219      +11     
============================================
  Files          5297     5297              
  Lines        303324   303325       +1     
  Branches      43913    43913              
============================================
+ Hits         218999   219038      +39     
+ Misses        66367    66350      -17     
+ Partials      17958    17937      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Storage:Remote
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[BUG] Stacktrace visible to end-users while performing translog upload
1 participant