add placeholder for cached meta data reading

This commit is contained in:
Chris Lu
2020-04-21 18:02:08 -07:00
parent 27128c7875
commit b8e4238ad2
5 changed files with 16 additions and 0 deletions

View File

@@ -114,6 +114,10 @@ func (wfs *WFS) maybeLoadEntry(dir, name string) (entry *filer_pb.Entry, err err
}
// glog.V(3).Infof("read entry cache miss %s", fullpath)
if wfs.option.AsyncMetaDataCaching {
}
err = wfs.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error {
request := &filer_pb.LookupDirectoryEntryRequest{