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
Look at the SQL query that is executed by using 'show processlist' or 'show full processlist'- it should show something like SELECT path, fileid FROM oc_filecache WHERE storage = '1' AND path LIKE 'files/IIIF\_Files/mvol/0004/1911/0111/TIFF/%'
Upload files to owncloud (we have 32Tb) to see system performance slow down as oc_filecache gets more and more records.
Expected behaviour
The folder should be renamed almost instantly.
Actual behaviour
The interface displays a spinner, and the renaming process takes about 30 minutes to complete on our system.
Server configuration
Operating system:
FreeBSD
Web server:
Apache Database:
mysql
PHP version:
5.6.36
ownCloud version: (see ownCloud admin page)
10.0.9.5
Updated from an older ownCloud or fresh install:
Updated from 10.0.3
Where did you install ownCloud from:
Installed via FreeBSD "pkg".
GitMate.io thinks possibly related issues are #457 (renaming folders), #5349 (Rename folder "Shared" leads to unexpected data move), #13391 (Data loss on rename of a 49 GB folder), #14279 (Upgrade taking a long time), and #2170 (By renaming a shared folder is not shared any more).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Steps to reproduce
Rename any folder.
Look at the SQL query that is executed by using 'show processlist' or 'show full processlist'- it should show something like SELECT
path
,fileid
FROMoc_filecache
WHEREstorage
= '1' ANDpath
LIKE 'files/IIIF\_Files/mvol/0004/1911/0111/TIFF/%'Upload files to owncloud (we have 32Tb) to see system performance slow down as oc_filecache gets more and more records.
Expected behaviour
The folder should be renamed almost instantly.
Actual behaviour
The interface displays a spinner, and the renaming process takes about 30 minutes to complete on our system.
Server configuration
Operating system:
FreeBSD
Web server:
Apache
Database:
mysql
PHP version:
5.6.36
ownCloud version: (see ownCloud admin page)
10.0.9.5
Updated from an older ownCloud or fresh install:
Updated from 10.0.3
Where did you install ownCloud from:
Installed via FreeBSD "pkg".
Signing status (ownCloud 9.0 and above):
https://gist.github.com/esohlberg/0bc614f26c1a28cf94189d88fb5bfb17
The content of config/config.php:
{
"system": {
"logtimezone": "America/Chicago",
"instanceid": "ock0y9nu39tl",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"tempdirectory": "/tmp",
"maintenance": false,
"trusted_domains": [
"ocdev.lib.uchicago.edu"
],
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"redis": {
"host": "localhost",
"port": 6379
},
"memcache.locking": "\OC\Memcache\Redis",
"asset-pipeline.enabled": true,
"appcodechecker": false,
"datadirectory": "/data/voldemort/digital_collections/data",
"overwrite.cli.url": "https://ocdev.lib.uchicago.edu/owncloud",
"dbtype": "mysql",
"version": "10.0.9.5",
"dbname": "ocdb",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "sendmail",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"session_lifetime": 86400,
"ldapIgnoreNamingRules": false,
"enable_previews": true,
"preview_max_scale_factor": 1,
"has_internet_connection": true,
"enabledPreviewProviders": [
"OC\Preview\PNG",
"OC\Preview\JPEG",
"OC\Preview\GIF",
"OC\Preview\BMP",
"OC\Preview\XBitmap",
"OC\Preview\MP3",
"OC\Preview\TXT",
"OC\Preview\MarkDown",
"OC\Preview\TIFF",
"OC\Preview\PDF"
],
}
List of activated apps:
Enabled:
Are you using external storage, if yes which one: local/smb/sftp/...
No admin mounts configured.
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 Version 69.0.3497.92
Operating system:
Windows 10 Enterprise 1803
Logs
Web server error log
n/a
ownCloud log (data/owncloud.log)
n/a
Browser log
n/a
The text was updated successfully, but these errors were encountered: