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

[RCA Repair Item]Retried deletes should ignore 404 errors #2554

Merged
merged 6 commits into from
Feb 7, 2024

Conversation

pranavmalik-msft
Copy link
Contributor

Description:
This pull request aims to resolve the reported issue related to Azcopy, where it erroneously reports failures in cases of a 404 error, despite a successful background delete operation. The proposed fix involves disregarding 404 errors and treating them as successful operations.

Changes:

  • Implemented a comprehensive fix to address the observed behavior, ensuring Azcopy operates correctly even when a 404 error is reported.
  • Added validation checks to enhance the overall reliability of Azcopy.
  • Added Testing Support for this functionality.

@pranavmalik-msft pranavmalik-msft changed the title [RCA Repair Item] Retried deletes should ignore 404 errors [RCA Repair Item]Retried deletes should ignore 404 errors Jan 26, 2024
nakulkar-msft
nakulkar-msft previously approved these changes Jan 29, 2024
vibhansa-msft
vibhansa-msft previously approved these changes Feb 1, 2024
Copy link
Contributor

@siminsavani-msft siminsavani-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for including a clear description @pranavmalik-msft !

@siminsavani-msft
Copy link
Contributor

Don't forget to change the base branch to main btw!

@pranavmalik-msft pranavmalik-msft changed the base branch from dev to main February 7, 2024 17:21
@pranavmalik-msft pranavmalik-msft dismissed siminsavani-msft’s stale review February 7, 2024 17:21

The base branch was changed.

@pranavmalik-msft pranavmalik-msft dismissed stale reviews from vibhansa-msft and nakulkar-msft February 7, 2024 17:21

The base branch was changed.

@pranavmalik-msft pranavmalik-msft merged commit 2b7c037 into main Feb 7, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants