-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19572. [ABFS][BugFix][Backport 3.4] Empty Page Issue on Subsequent ListBlob call with NextMarker #7704
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-19572. [ABFS][BugFix][Backport 3.4] Empty Page Issue on Subsequent ListBlob call with NextMarker #7704
Conversation
…call with NextMarker (apache#7698) Contributed by Anuj Modi Reviewed by Anmol Asrani, Manish Bhatt, Manika Joshi Signed off by Anuj Mod<anujmodi@apache.org>
|
🎊 +1 overall
This message was automatically generated. |
|
:::: AGGREGATED TEST RESULT :::: ============================================================
|
|
Hi @steveloughran @ahmarsuhail Thanks |
Description of PR
We came across a new behavior from the server where a ListBlob call can return an empty list even after returning a next marker(continuation token) from a previous list call.
This is to handle that case and do not imply listing to be incomplete.
How was this patch tested?
Existing Test Suite ran, and new tests are added.