-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add metadata deletion capability to FileSystem
trait
#229
Conversation
Signed-off-by: tabokie <[email protected]>
Signed-off-by: tabokie <[email protected]>
Signed-off-by: tabokie <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #229 +/- ##
==========================================
- Coverage 97.18% 97.12% -0.07%
==========================================
Files 29 30 +1
Lines 9066 9216 +150
==========================================
+ Hits 8811 8951 +140
- Misses 255 265 +10
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: tabokie <[email protected]>
Signed-off-by: tabokie <[email protected]>
…ete-file Signed-off-by: tabokie <[email protected]>
delete
to FileSystem
trait APIFileSystem
trait
Signed-off-by: tabokie <[email protected]>
* let file system manage file deletion Signed-off-by: tabokie <[email protected]> * update changelog Signed-off-by: tabokie <[email protected]> * address comment and fix test Signed-off-by: tabokie <[email protected]> * detect and cleanup stale metadata on startup Signed-off-by: tabokie <[email protected]> * update changelog Signed-off-by: tabokie <[email protected]> * fix issues Signed-off-by: tabokie <[email protected]>
* let file system manage file deletion Signed-off-by: tabokie <[email protected]> * update changelog Signed-off-by: tabokie <[email protected]> * address comment and fix test Signed-off-by: tabokie <[email protected]> * detect and cleanup stale metadata on startup Signed-off-by: tabokie <[email protected]> * update changelog Signed-off-by: tabokie <[email protected]> * fix issues Signed-off-by: tabokie <[email protected]>
Signed-off-by: Lucasliang <[email protected]>
User should be allowed to manage file deletion. For example, in TiKV, file encryption key can be deleted once the corresponding file is deleted.