feat: add partial_drop to DropRequest (#304)

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2026-01-27 16:41:14 +08:00
committed by GitHub
parent 4a14b140f2
commit d8e09e8487
5 changed files with 552 additions and 384 deletions
+3
View File
@@ -136,6 +136,9 @@ message DropRequest {
bool fast_path = 2;
// Used only by the Metric Engine, to forcibly drop a physical region and all its associated logical regions.
bool force = 3;
// If true, indicates that only a portion of the region is being dropped, and files may still be referenced by other regions.
// This is used to prevent deletion of files that are still in use by other regions.
bool partial_drop = 4;
}
message OpenRequest {