From 37d5b3ba12a5eed0b534815ca1aad2ca3d8566bd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 1 Jul 2020 08:06:20 -0700 Subject: replication: pass isFromOtherCluster also to EventNotification EventNotification is consistent with message queue and metadata logs. --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') 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 { -- cgit v1.2.3