From 31e23e97837ba8d6a403e0b8c2d9ea6ff0bc0387 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 30 Jun 2020 22:53:53 -0700 Subject: filer: support active<=>active filer replication --- other/java/client/src/main/proto/filer.proto | 3 +++ 1 file changed, 3 insertions(+) (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 9f55b23f3..a65ef8f3a 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -140,6 +140,7 @@ message CreateEntryRequest { string directory = 1; Entry entry = 2; bool o_excl = 3; + bool is_from_other_cluster = 4; } message CreateEntryResponse { @@ -149,6 +150,7 @@ message CreateEntryResponse { message UpdateEntryRequest { string directory = 1; Entry entry = 2; + bool is_from_other_cluster = 3; } message UpdateEntryResponse { } @@ -168,6 +170,7 @@ message DeleteEntryRequest { bool is_delete_data = 4; bool is_recursive = 5; bool ignore_recursive_error = 6; + bool is_from_other_cluster = 7; } message DeleteEntryResponse { -- cgit v1.2.3