aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-07-01 08:06:20 -0700
committerChris Lu <chris.lu@gmail.com>2020-07-01 08:06:20 -0700
commit37d5b3ba12a5eed0b534815ca1aad2ca3d8566bd (patch)
tree79087f2e4d0cf3913f209887a512a35b9ad0803a /other/java/client/src
parent31e23e97837ba8d6a403e0b8c2d9ea6ff0bc0387 (diff)
downloadseaweedfs-37d5b3ba12a5eed0b534815ca1aad2ca3d8566bd.tar.xz
seaweedfs-37d5b3ba12a5eed0b534815ca1aad2ca3d8566bd.zip
replication: pass isFromOtherCluster also to EventNotification
EventNotification is consistent with message queue and metadata logs.
Diffstat (limited to 'other/java/client/src')
-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 a65ef8f3a..9fc0669ab 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -98,6 +98,7 @@ message EventNotification {
Entry new_entry = 2;
bool delete_chunks = 3;
string new_parent_path = 4;
+ bool is_from_other_cluster = 5;
}
message FileChunk {