Task #45130
closedReset deleted flag for existing files
0%
Description
Files are included in the file listing even if their sys_file record as "deleted" set to 1. This leads to various problems (as described e.g. in #45109). Therefore, some background process should reset the deleted flag for existing files.
Ideally, this should be done whenever a file object is filled with the index record. I am however not sure if the File class is the right place for such a task.
We should at least have a scheduler task that checks all sys_file records with deleted=1 if the file is really deleted (and reset the flag if it is there).
Updated by Andreas Wolf over 11 years ago
Additionally, we have to cope with existing, but "deleted" records for files in the indexer. Otherwise, we might have multiple records for one file path, which could lead to various problems.
Updated by Chris topher about 11 years ago
The deleted flag has been removed in master, 6.1.5 and 6.0.10.
Does this fix the issue?
Updated by Frans Saris almost 11 years ago
This issue can be closed is resolved with introducing the is missing flag.