mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-21 11:00:08 +08:00
filer can proxy to peer filer holding the lock
This commit is contained in:
@@ -442,7 +442,8 @@ message CacheRemoteObjectToLocalClusterResponse {
|
||||
message LockRequest {
|
||||
string name = 1;
|
||||
int64 seconds_to_lock = 2;
|
||||
string previous_lock_token = 3;
|
||||
string renew_token = 3;
|
||||
bool is_moved = 4;
|
||||
}
|
||||
message LockResponse {
|
||||
string renew_token = 1;
|
||||
@@ -451,7 +452,8 @@ message LockResponse {
|
||||
}
|
||||
message UnlockRequest {
|
||||
string name = 1;
|
||||
string lock_token = 2;
|
||||
string renew_token = 2;
|
||||
bool is_moved = 3;
|
||||
}
|
||||
message UnlockResponse {
|
||||
string error = 1;
|
||||
|
||||
Reference in New Issue
Block a user