We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf18f9e commit eecc4e1Copy full SHA for eecc4e1
1 file changed
worker/groups.go
@@ -69,6 +69,7 @@ func groups() *groupi {
69
func StartRaftNodes(walStore *badger.DB, bindall bool) {
70
gr = &groupi{
71
blockDeletes: new(sync.Mutex),
72
+ tablets: make(map[string]*pb.Tablet),
73
}
74
gr.ctx, gr.cancel = context.WithCancel(context.Background())
75
0 commit comments