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

Ghost files in cache due to fast operations #5622

Closed
faulix opened this issue Jul 5, 2017 · 3 comments
Closed

Ghost files in cache due to fast operations #5622

faulix opened this issue Jul 5, 2017 · 3 comments

Comments

@faulix
Copy link

faulix commented Jul 5, 2017

Steps to reproduce

  1. Use the client app for synchronization
  2. Copy a synchronized folder locally (gets copied with prefix "copy of" or similar)
  3. Rename the folder quickly

Expected behaviour

The final folder should be synchronized, the interim versions should be deleted.

Actual behaviour

Ghost files occur, as the interim files are created in the filecache, but no files exist on the harddisk.

Server configuration

PHP version: 7

Nextcloud version: 12.0.0

Problem tracking

I think the problem occurs when a file gets updated locally while the file synchronization runs. The upload of the file seems to abort, but there is no cache rollback as the entry is already created (assumption).

@LukasReschke
Copy link
Member

cc @icewind1991

@faulix
Copy link
Author

faulix commented Jul 22, 2017

I should also mention that neither occ files:cleanup nor occ files:scan delete the ghost files

@MorrisJobke
Copy link
Member

Looks like a duplicate of #741

Let's continue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants