mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
missed a file on last commit
This commit is contained in:
parent
2ef78af0ca
commit
4a1d15ec9d
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ func (c *Cluster) SetCoordinator(n *Node) error {
|
|||
func (c *Cluster) UpdateCoordinator(n *Node) bool {
|
||||
c.mu.Lock()
|
||||
defer c.mu.Unlock()
|
||||
_ = c.updateCoordinator(n)
|
||||
return c.updateCoordinator(n)
|
||||
}
|
||||
|
||||
func (c *Cluster) updateCoordinator(n *Node) bool {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue