Skip to content

Commit 534591d

Browse files
committed
add TODO
1 parent a942194 commit 534591d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coordinator/manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ func (m *Manager) CollectProofs(sess *session) {
331331
m.mu.Lock()
332332
// Ensure proper clean-up of resources.
333333
defer func() {
334+
// TODO: remove the clean-up, rollers report healthy status.
334335
for pk := range sess.info.Rollers {
335336
m.freeTaskIDForRoller(pk, sess.info.ID)
336337
}

0 commit comments

Comments
 (0)