swarmkit icon indicating copy to clipboard operation
swarmkit copied to clipboard

A goroutine leak in manager/state/raft/transport/peer.go:430

Open user12031 opened this issue 1 year ago • 0 comments

Blocking Position: https://github.com/moby/swarmkit/blob/8c19597365549f6966a5021d2ea46810099aae28/manager/state/raft/transport/peer.go#L430 How to reproduce: You can reproduce the bug by goleak in the test function below. https://github.com/moby/swarmkit/blob/8c19597365549f6966a5021d2ea46810099aae28/manager/state/raft/transport/transport_test.go#L129 The result is like this Image

user12031 avatar Mar 20 '25 16:03 user12031