-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
deadlocks in oc_calendarchanges when importing events #12947
Comments
cc @MorrisJobke |
cc @georgehrke @tcitworld for the calendar import |
There is this ticket in the calendar repo about limiting the number of import requests at a time: nextcloud/calendar#445 (already fixed in alpha of 2.0) @MorrisJobke It would probably still be nice to properly catch this in the server, right? |
How could we? Isn’t this due to a too big query from the calendar app? |
In my case, this was a slow database - moving it to a faster underlying storage did work around the problem, but I'd consider nextcloud just failing randomly with some deadlocks a bug, not the slow storage...
|
Ok, so let's close this as a duplicate of nextcloud/calendar#445 |
Steps to reproduce
Expected behaviour
Nextcloud should be able to import events
Actual behaviour
A lot of events failed to import. Logs show some deadlocks occured.
Server configuration
Operating system: NixOS 18.09
Web server: nginx 1.14.1
Database: mariadb-10.2.17
PHP version: php 7.1.24
Nextcloud version: 14.0.4
Updated from an older Nextcloud/ownCloud or fresh install: updated from 14.0.3
Where did you install Nextcloud from: https://github.com/NixOS/nixpkgs/blob/ee1613aea656119a872c3e75334e8469c27fff44/pkgs/servers/nextcloud/default.nix
Signing status:
Signing status
This is expected, we apply https://github.com/nextcloud/server/pull/11404.patch to fix sendmail, which is not backported to 14, but will be shipped in nextcloud 15.
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/... no
Are you using encryption: yes/no no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no
Client configuration
Browser: Google Chrome 70
Operating system: NixOS 18.09
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
I stripped the VCARD payload and json-formatted the log entry.
Might be related to #12413.
The text was updated successfully, but these errors were encountered: