mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-04 07:07:18 +00:00
replication: pass isFromOtherCluster also to EventNotification
EventNotification is consistent with message queue and metadata logs.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user