This commit is contained in:
chrislu
2024-03-30 20:37:46 -07:00
parent 13b7c7b366
commit 0d55bddc75
2 changed files with 1 additions and 2 deletions

View File

@@ -204,6 +204,7 @@ func (p *LocalPartition) MaybeShutdownLocalPartition() (hasShutdown bool) {
hasShutdown = true
}
glog.V(0).Infof("local partition %v Publisher:%d Subscriber:%d follower:%s shutdown %v", p.Partition, p.Publishers.Size(), p.Subscribers.Size(), p.follower, hasShutdown)
return
}