yuz10 commented on code in PR #10287:
URL: https://github.com/apache/rocketmq/pull/10287#discussion_r3199417654
##########
broker/src/main/java/org/apache/rocketmq/broker/offset/ConsumerOffsetManager.java:
##########
@@ -51,7 +51,7 @@ public class ConsumerOffsetManager extends ConfigManager {
protected final ConcurrentMap<String, ConcurrentMap<Integer, Long>>
resetOffsetTable =
new ConcurrentHashMap<>(512);
- private final ConcurrentMap<String/* topic@group */,
ConcurrentMap<Integer, Long>> pullOffsetTable =
+ private final transient ConcurrentMap<String/* topic@group */,
ConcurrentMap<Integer, Long>> pullOffsetTable =
Review Comment:
I think you can upgrade fastjson2 to newer version to solve this.
https://github.com/alibaba/fastjson2/issues/3918
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]