Skip to content

Cached clients return incomplete object lists for paginated list calls #3044

Open
@chhsia0

Description

@chhsia0

Today, the cache reader does not support paginated list calls:

return fmt.Errorf("continue list option is not supported by the cache")

However, in the initial list call, the cache reader does not return any signal to its callers to indicate whether the returned object list is incomplete:

As a result, callers may have erroneous behaviors if it is assumed that the resulting list is complete. Till the technical challenge in #532 is resolved, it seems an error should be returned if there are too many objects.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions