-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19580. [ABFS][BugFix][Bakport 3.4.2] IsNonEmptyDirectory Check should loop on listing using updated continuation token #7717
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
HADOOP-19580. [ABFS][BugFix][Bakport 3.4.2] IsNonEmptyDirectory Check should loop on listing using updated continuation token #7717
Conversation
… listing using updated continuation token (apache#7716) Contributed by Anuj Modi Reviewed by Sneha Vijayarajan
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@steveloughran @ahmarsuhail |
@anujmodi2021 thanks, feel free to merge. I sent out the email for the last RC couple of days ago, will wait for the vote to complete before cutting RC-2. Please also test that RC and vote, so we can find any other issues. Thank you! |
Description of PR
As part of recent change, loop over listing was added when checking if a directory is empty or not.
Continuation token was not getting updated in subsequent listblob calls leading to infinite loop of list calls.