Skip to content

Commit

Permalink
Adding a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Jul 26, 2024
1 parent b9baa17 commit d6d39f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d6d39f1

Please sign in to comment.