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

   ## What changes were proposed in this pull request?
   
   - Enforce spec-correct key-marker behavior:
     - When upload-id-marker is absent, list keys strictly greater than 
key-marker.
     - When upload-id-marker is present, include same-key uploads only if 
uploadId > upload-id-marker.
   - Set nextKeyMarker/nextUploadIdMarker to the last element actually 
returned, not the lookahead.
   - Use getKeyUpperBound() to compute an exclusive seek start for marker 
handling in RocksDB scans.
   - Align DB iteration bounds with page size (avoid over-fetch in the 
iterator) while still supporting truncation detection.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-13290
   
   ## How was this patch tested?
   
   I'm still using the ci to find failed tests


-- 
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