Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks-controller
/ WaitForReady
Method
WaitForReady
controller/controller.go:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(c *Controller) WaitForReady() {
81
<-c.readyCh
82
}
83
84
// suspend stops the controller from processing events if it's not the leader
85
func
(c *Controller) suspend() {
Callers
4
TestController_Basics
Function · 0.80
Start
Method · 0.80
TestClusterFailover
Function · 0.80
TestClusterMigrateData
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestController_Basics
Function · 0.64
TestClusterFailover
Function · 0.64
TestClusterMigrateData
Function · 0.64