Adding a TODO

This commit is contained in:
Ingo Oppermann 2024-07-26 12:38:21 +02:00
parent b9baa17b0c
commit d6d39f162a
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -648,6 +648,7 @@ func (c *cluster) Shutdown() error {
c.raft.Shutdown()
}
// TODO: here might some situations, where the manager is still need from the synchronize loop and will run into a panic
c.manager = nil
c.raft = nil