-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. doc_manager only set deleting. Document will de deleted in worker
thread 2. add delete_obsolete_files in doclistmaager, it will find status==delting and reference_count==0 file to delete 3. Add reference_count, when adding to kbgroup document reference_count will be updated to +1, when deleting from kbgroup it will be updated to -1 4. Add KBOperationLogs, currently only deleting file operation will be recoreder 5. Modifiy worker thread. when group is default, it will check to delete obsolete file
- Loading branch information
zhangyongchao
committed
Dec 19, 2024
1 parent
d932ad2
commit 7640161
Showing
4 changed files
with
141 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.