You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fresh docker install running nextcloud 14.0.1 for a small buisiness. Only one windows client set up at this time. At first sync of large folders, I get sevel errors of this type: Doctrine\DBAL\Exception\UniqueConstraintViolationException: An exception occurred while executing 'INSERT INTO oc_file_locks (key,lock,ttl) SELECT ?,?,? FROM oc_file_locksWHEREkey = ? HAVING COUNT(*) = 0' with params ["files\/0a4cc8c52d8bec8c9d7aa84e89ba24a4", 1, 1539274230, "files\/0a4cc8c52d8bec8c9d7aa84e89ba24a4"]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'files/0a4cc8c52d8bec8c9d7aa84e89ba24a4' for key 'lock_key_index'
During these files sync, I've seen the mysqld process regularly using 100% of a CPU core.
Expected behaviour
First sync of large folders with Windows 10 Client should sync all files without errors
Actual behaviour
Lot of Integrity constraint violation: 1062 Duplicate entry errors
Server configuration
Operating system: Openmediavault + Docker
Web server: Nginx official docker container
Database: Mariadb official docker container
Container created with command: --transaction-isolation=READ-COMMITTED
Binary log disabled
PHP version:
Nextcloud version: Nextcloud official docker container 14.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: Docker image
The text was updated successfully, but these errors were encountered:
Hi,
I have a fresh docker install running nextcloud 14.0.1 for a small buisiness. Only one windows client set up at this time. At first sync of large folders, I get sevel errors of this type:
Doctrine\DBAL\Exception\UniqueConstraintViolationException: An exception occurred while executing 'INSERT INTO
oc_file_locks(
key,
lock,
ttl) SELECT ?,?,? FROM
oc_file_locksWHERE
key= ? HAVING COUNT(*) = 0' with params ["files\/0a4cc8c52d8bec8c9d7aa84e89ba24a4", 1, 1539274230, "files\/0a4cc8c52d8bec8c9d7aa84e89ba24a4"]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'files/0a4cc8c52d8bec8c9d7aa84e89ba24a4' for key 'lock_key_index'
During these files sync, I've seen the mysqld process regularly using 100% of a CPU core.
Expected behaviour
First sync of large folders with Windows 10 Client should sync all files without errors
Actual behaviour
Lot of
Integrity constraint violation: 1062 Duplicate entry
errorsServer configuration
Operating system: Openmediavault + Docker
Web server: Nginx official docker container
Database: Mariadb official docker container
Container created with command: --transaction-isolation=READ-COMMITTED
Binary log disabled
PHP version:
Nextcloud version: Nextcloud official docker container 14.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: Docker image
The text was updated successfully, but these errors were encountered: