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

[Bug/Feature Request] Pagination Query Issue in Log Resource Management for Storage List #454

Closed
wtt40122 opened this issue Sep 10, 2024 · 0 comments · Fixed by #455
Closed

Comments

@wtt40122
Copy link
Contributor

Description:
There is an issue with the pagination query functionality in the log resource management module when querying the storage list. Specifically:

  1. Issue Phenomenon: When the data volume is large, the pagination query function fails to correctly return the storage resources I created.
  2. Reproduction Steps:
    • Log in to the system and enter the log resource management module.
    • Create multiple storage resources to ensure a large data volume (e.g., over 1000 entries).
    • Perform a query on the storage list and use the pagination function (e.g., display 50 entries per page).
    • Observe the returned list data and find that some of the storage resources I created are missing from the results.
  3. Expected Behavior: The pagination query should correctly return all storage resources, including those I created.
  4. Actual Behavior: The pagination query results are missing some of the storage resources I created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant