netty-socketio icon indicating copy to clipboard operation
netty-socketio copied to clipboard

1.7.17 LEAK: ByteBuf.release() was not called before it's garbage-collected

Open Romanroad6 opened this issue 5 years ago • 7 comments

image

The version is 1.7.17. I don't think issue #603 fix this bug perfectly. Are there any problems in the EncoderHandler?

Romanroad6 avatar Nov 06 '19 10:11 Romanroad6

Occasionally I got the same error.

dazre avatar Nov 14 '19 09:11 dazre

Occasionally I got the same error.

What's the version you use? And the throughput? @dazre

Romanroad6 avatar Nov 21 '19 09:11 Romanroad6

What's the version you use?

1.7.17

And the throughput? @dazre

Do you mean traffic? About 1 Mbps. Hundreds messages per second.

dazre avatar Nov 22 '19 14:11 dazre

What's the version you use?

1.7.17

And the throughput? @dazre

Do you mean traffic? About 1 Mbps. Hundreds messages per second.

My program sends 10 thousands messages per second; So I add a queue as cache and solve this problem. @dazre

Romanroad6 avatar Dec 11 '19 09:12 Romanroad6

I'm using version 1.7.19 and still have memory leaks, same as above

1414215371 avatar Oct 13 '21 11:10 1414215371

@Romanroad6 Did you fixed it? regards.

webinone avatar Jan 17 '22 01:01 webinone

@Romanroad6 Did you fixed it? regards.

BanDaosc avatar Apr 19 '23 09:04 BanDaosc