add WIP filer.replicate

This commit is contained in:
Chris Lu
2018-09-17 00:27:56 -07:00
parent 865a017936
commit 788acdf527
13 changed files with 594 additions and 96 deletions

View File

@@ -188,7 +188,7 @@ func (fs *FilerServer) UpdateEntry(ctx context.Context, req *filer_pb.UpdateEntr
}
}
fs.filer.NotifyUpdateEvent(entry, newEntry)
fs.filer.NotifyUpdateEvent(entry, newEntry, true)
return &filer_pb.UpdateEntryResponse{}, err
}