replication: pass isFromOtherCluster also to EventNotification

EventNotification is consistent with message queue and metadata logs.
This commit is contained in:
Chris Lu
2020-07-01 08:06:20 -07:00
parent 31e23e9783
commit 37d5b3ba12
5 changed files with 362 additions and 346 deletions

View File

@@ -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 {