-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
OC7 - Duplicated folders after rename #12659
Comments
@dragotin @guruz how would this kind of change be detected on the client side ? @christianrj if you close the clients instead of pausing, does the problem still happen ? |
Renames are detected through the file ids which are not supposed to change through renames. I am a bit surprised by the outcome of this experiment. It would be good to see a client logfile and/or the apache access_log. Is that possible? |
@PVince81 This is the same setup on our network. Our file server (Windows Server 2008 R2) has an Owncloud client, but our president, directors and managers all use Macs, then they use Mac clients. @dragotin |
As additional information , this problem also occurs with OC6. |
Any special server storage backend? |
No. We use normal 7200rpm hard disks. Owncloud has it's own HDD for the data folder, mounted on /oc. |
Could be related to: #13391 where the file cache update isn't fast enough. |
This shouldn't happen any more in 8.2 thanks to transactional file locking which prevents such concurrency issues. |
Steps to reproduce
Expected behaviour
The sync must complete and just one folder must remains
Actual behaviour
A duplicate of the renamed folder is created
Server configuration
Operating system: CentOS 6.6 x64
Web server: Apache 2.2.27
Database: MySQL 5.5.40
PHP version: 5.5.19
ownCloud version: 7.0.3
Updated from an older ownCloud or fresh install: Fresh install
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local hdd.
Are you using encryption: no
Client configuration
Browser: Chrorme 39
Operating system: Windows 8.1 PRO x64
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: