kgo: fix deadlock in Produce when using MaxBufferedBytes #1242
Annotations
4 errors
pkg/kgo/producer.go#L578
increment-decrement: should replace p.bufferedRecords -= 1 with p.bufferedRecords-- (revive)
|
pkg/kgo/produce_request_test.go#L57
testinggoroutine: call to (*testing.T).Fatalf from a non-test goroutine (govet)
|
pkg/kgo/produce_request_test.go#L48
SA2002: the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading