Skip to content

Conversation

Priyankakarumuru1
Copy link
Contributor

@Priyankakarumuru1 Priyankakarumuru1 commented Oct 10, 2025

Fixes #1614

Purpose: Fixed "file does not exist" errors that could occur during concurrent directory listing operations.

What changed and why?

Changes made:

  • Improved handling of local file entries during directory listing
  • Added validation to ensure file entries are current
  • Updated directory listing to handle concurrent modifications gracefully

Does this change impact existing behavior?

No breaking changes. The fix maintains existing directory listing behavior while improving reliability. Files that are removed during listing are now handled properly.

Does this change need a changelog entry? Does it require a version change?

Yes, this requires a changelog entry as it fixes "File does not exist" error.
No version change needed as this is a bug fix.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Signed-off-by: Priyankakarumuru1 <prikaru@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warning and incorrect behavior on file listing with concurrent read loads

1 participant