mount: avoid fatal error

This commit is contained in:
Chris Lu 2021-01-11 13:26:59 -08:00
parent 8a7302ce37
commit a4f0bac9b7

View file

@ -73,7 +73,7 @@ func SubscribeMetaEvents(mc *MetaCache, selfSignature int32, client filer_pb.Fil
}
if err := processEventFn(resp); err != nil {
glog.Fatalf("process %v: %v", resp, err)
return err
}
lastTsNs = resp.TsNs
}