Skip to content
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

List pagination doesn't handle future tokens #125

Closed
Akrog opened this issue Jun 28, 2019 · 0 comments · Fixed by #128
Closed

List pagination doesn't handle future tokens #125

Akrog opened this issue Jun 28, 2019 · 0 comments · Fixed by #128
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@Akrog
Copy link
Member

Akrog commented Jun 28, 2019

Listing with pagination will fail and complain about a missing "start" variable is the token received as "starting_token" has a date that is after the latest existing volume.

This can happen if between paginations we delete we delete all volumes that have not yet been listed.

@Akrog Akrog added the bug Something isn't working label Jun 28, 2019
@Akrog Akrog added this to the v1.0.0 milestone Jun 28, 2019
@Akrog Akrog self-assigned this Jun 28, 2019
@Akrog Akrog added this to To do in Ember-CSI via automation Jun 28, 2019
Akrog added a commit to Akrog/ember-csi that referenced this issue Jun 28, 2019
Listing with pagination will fail and complain about a missing "start"
variable is the token received as "starting_token" has a date that is
after the latest existing volume.

This can happen if between paginations we delete  we delete all volumes
that have not yet been listed.
Akrog added a commit to Akrog/ember-csi that referenced this issue Jul 16, 2019
Listing with pagination will fail and complain about a missing "start"
variable is the token received as "starting_token" has a date that is
after the latest existing volume.

This can happen if between paginations we delete  we delete all volumes
that have not yet been listed.
Ember-CSI automation moved this from To do to Done Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Ember-CSI
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant