Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BWbwchen/MapReduce
/ endWorkers
Method
endWorkers
master/master.go:302–308 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
func
(ms *Master) endWorkers() {
303
log.Trace(
"[Master] End Workers Start"
)
304
for
i :=
range
ms.Workers {
305
End(ms.Workers[i].IP)
306
}
307
log.Trace(
"[Master] End Workers done"
)
308
}
Callers
1
StartMaster
Function · 0.80
Calls
1
End
Function · 0.85
Tested by
no test coverage detected