Skip to content

Commit d081395

Browse files
committed
update
1 parent ff05901 commit d081395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintainer/maintainer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ func (m *Maintainer) onMaintainerCloseResponse(from node.ID, response *heartbeat
722722

723723
func (m *Maintainer) handleResendMessage() {
724724
// resend closing message
725-
if m.removing.Load() {
725+
if m.removing.Load() && !m.cascadeRemoving {
726726
m.trySendMaintainerCloseRequestToAllNode()
727727
return
728728
}

0 commit comments

Comments
 (0)