mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-04 21:57:48 +08:00
logging
This commit is contained in:
parent
a375b2815e
commit
6ef3e6bcad
@ -136,4 +136,5 @@ func (p *LocalPartition) Shutdown() {
|
|||||||
p.closeSubscribers()
|
p.closeSubscribers()
|
||||||
p.LogBuffer.ShutdownLogBuffer()
|
p.LogBuffer.ShutdownLogBuffer()
|
||||||
atomic.StoreInt32(&p.FollowerId, 0)
|
atomic.StoreInt32(&p.FollowerId, 0)
|
||||||
|
glog.V(0).Infof("local partition %v shutting down", p.Partition)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user