aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-30 21:38:31 -0700
committerGitHub <noreply@github.com>2022-05-30 21:38:31 -0700
commitca01ce05249c336ed380d9f77efbee68213b8a37 (patch)
tree2241d21d85b966d4957bae06ea09cdc4ad6bb534 /other/java
parent8902fa6ff653aa40249d2d6da49a9227b63415bb (diff)
parent6adc42147f972d2adc223e119c0f97094b3f0bec (diff)
downloadseaweedfs-ca01ce05249c336ed380d9f77efbee68213b8a37.tar.xz
seaweedfs-ca01ce05249c336ed380d9f77efbee68213b8a37.zip
Merge pull request #3122 from chrislusf/filer-sync-with-peers
Filer bootstrap from peers
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index e5c7f21e7..e52bbcf89 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -348,6 +348,7 @@ message SubscribeMetadataRequest {
int32 signature = 4;
repeated string path_prefixes = 6;
int32 client_id = 7;
+ int64 until_ns = 8;
}
message SubscribeMetadataResponse {
string directory = 1;