aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-06-25 17:38:19 -0700
committerchrislu <chris.lu@gmail.com>2023-06-25 17:38:19 -0700
commitf8aa5ea8444c3d4bf11ac3cdc1b73663628a072e (patch)
treea8cc83e01a1cf066205011f00946ae2083d86947 /other
parent13a8593ab9986ae0fb27a4cea0de3325f3f3455e (diff)
downloadseaweedfs-f8aa5ea8444c3d4bf11ac3cdc1b73663628a072e.tar.xz
seaweedfs-f8aa5ea8444c3d4bf11ac3cdc1b73663628a072e.zip
adjust filer.proto
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 3d3e9e886..2058322cc 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -447,8 +447,8 @@ message LockRequest {
}
message LockResponse {
string renew_token = 1;
+ string moved_to = 2;
string error = 3;
- string moved_to = 4;
}
message UnlockRequest {
string name = 1;