We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a942194 commit 534591dCopy full SHA for 534591d
coordinator/manager.go
@@ -331,6 +331,7 @@ func (m *Manager) CollectProofs(sess *session) {
331
m.mu.Lock()
332
// Ensure proper clean-up of resources.
333
defer func() {
334
+ // TODO: remove the clean-up, rollers report healthy status.
335
for pk := range sess.info.Rollers {
336
m.freeTaskIDForRoller(pk, sess.info.ID)
337
}
0 commit comments