ashishkumar50 opened a new pull request, #5735:
URL: https://github.com/apache/ozone/pull/5735

   ## What changes were proposed in this pull request?
   There are two problem which is handled in this PR
   1. Handle NPE in `OzoneBucket` as `startKey` doesn't accept NULL value, 
which impacts LightWeight ListKeys API (Using Lightweight API introduced in 
[HDDS-8773](https://issues.apache.org/jira/browse/HDDS-8773)).
   2. After [HDDS-8773](https://issues.apache.org/jira/browse/HDDS-8773) fix, 
it just query the shallow list keys, Because of this in this case if key 
doesn't exist KEY_NOT_FOUND exception is getting thrown in BucketEnd Point, 
which in turn throw exception to s3api.
   But in case if key not found case also, it should return normal response 
with 0 keycount to s3api.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9762
   
   ## How was this patch tested?
   
   Manually verified
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to