You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Hemant Kumar (Jira)" <ji...@apache.org> on 2024/01/19 23:21:00 UTC

[jira] [Created] (HDDS-10172) Improve list APIs by prodiving the continuation token rather than using last element from the previous page

Hemant Kumar created HDDS-10172:
-----------------------------------

             Summary: Improve list APIs by prodiving the continuation token rather than using last element from the previous page 
                 Key: HDDS-10172
                 URL: https://issues.apache.org/jira/browse/HDDS-10172
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Hemant Kumar


Currently some of Ozone's list APIs are implement in a way that last element from the last page's response is sent as continuation token rather than server providing it. Because of that it makes an extra call to know the ending of response. Hence metrics are also not correct for those paginated APIs HDDS-9983.
We should change this to explicit return the continuation token for the paginated API and use that to fetch next page rather than using last element from the last page's response



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org