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]: Performance degradation due to multiple simultaneous deletion requests from trashbin #45234

Closed
4 of 8 tasks
Fenn-CS opened this issue May 8, 2024 · 0 comments · Fixed by #45237
Closed
4 of 8 tasks
Assignees
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: trashbin performance 🚀

Comments

@Fenn-CS
Copy link
Contributor

Fenn-CS commented May 8, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

An issue has been identified regarding the simultaneous deletion of multiple files from the trashbin in Nextcloud versions stable27, stable28, stable29, and master. When attempting to delete these files concurrently, a performance degradation occurs due to the simultaneous sending of multiple identical requests to the same endpoint.

Steps to reproduce

  1. Access Nextcloud and navigate to the trashbin.
  2. Select multiple files for deletion.
  3. Initiate simultaneous deletion of all selected files.

Expected behavior

We should probably que deletion (and or "empty trash") request when there are too many to handle at once.

Installation method

None

Nextcloud Server version

27

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: trashbin performance 🚀
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants