mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add comments
This commit is contained in:
parent
9d8ca513d9
commit
5be83dd4a9
|
@ -69,6 +69,7 @@ func (ma *MetaAggregator) subscribeToOneFiler(f *Filer, self string, peer string
|
||||||
peerSignature, err = ma.readFilerStoreSignature(peer)
|
peerSignature, err = ma.readFilerStoreSignature(peer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// when filer store is not shared by multiple filers
|
||||||
if peerSignature != f.Signature {
|
if peerSignature != f.Signature {
|
||||||
if prevTsNs, err := ma.readOffset(f, peer, peerSignature); err == nil {
|
if prevTsNs, err := ma.readOffset(f, peer, peerSignature); err == nil {
|
||||||
lastTsNs = prevTsNs
|
lastTsNs = prevTsNs
|
||||||
|
|
Loading…
Reference in a new issue