Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

index delete job is not multi user compliant #49

Closed
DeepDiver1975 opened this issue Jan 15, 2015 · 2 comments
Closed

index delete job is not multi user compliant #49

DeepDiver1975 opened this issue Jan 15, 2015 · 2 comments

Comments

@DeepDiver1975
Copy link
Contributor

what happens:

  1. index for the logged-in user is created
  2. all deleted files are queries from the db without the user being involved
  3. index is cleanup for the given user
  4. BUT NOT for other users

@butonic let's chat about this as well

@butonic
Copy link
Contributor

butonic commented Mar 27, 2015

The job has to be user specific so we can delete the file from the right index. Looking at the code there is bug #70. The delete job fetches all deleted fileids (from all users) and tries to delete them from a single users index. Next time the job is run for a different user. No deleted files will be found and the index will not get cleaned up.

Will get fixed by #10

@ghost
Copy link

ghost commented Oct 6, 2016

I’m closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on for so long, then it seems no one has the time to implement this.

Please reopen if you still encounter this issue with the latest stable version and then please use the issue template. You can also contribute directly by providing a patch – see the developer manual. :)

Thank you!

@ghost ghost closed this as completed Oct 6, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants