This commit is contained in:
chrislu 2024-03-17 22:24:20 -07:00
parent a375b2815e
commit 6ef3e6bcad

View File

@ -136,4 +136,5 @@ func (p *LocalPartition) Shutdown() {
p.closeSubscribers()
p.LogBuffer.ShutdownLogBuffer()
atomic.StoreInt32(&p.FollowerId, 0)
glog.V(0).Infof("local partition %v shutting down", p.Partition)
}