apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.19k stars 11.67k forks source link

4.4.0 causes heap memory to soar rapidly, but 4.8.0 no such problem #5773

Closed qq31715879 closed 1 year ago

qq31715879 commented 1 year ago

The server version is 4.3.0

use 4.4.0 jar `

org.apache.rocketmq
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>2.0.2</version>

`

jvm heap memory increases rapidly, and consumption is delayed, and the consumption speed is seriously reduced.

but client jar version gradle to 4.8.0, the problem disappears. `

org.apache.rocketmq
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>2.2.0</version>

`

hope big guy help analyze.

drpmma commented 1 year ago

Maybe the better idea is to upgrade the client version in rocketmq-spring-boot-starter. Because there are a lot of bug fixes between 4.4.0 and 4.8.0, therefore, it's difficult to analyze detail issue.

qq31715879 commented 1 year ago

Maybe the better idea is to upgrade the client version in rocketmq-spring-boot-starter. Because there are a lot of bug fixes between 4.4.0 and 4.8.0, therefore, it's difficult to analyze detail issue.

okok