-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
BUG REPORT
- Please describe the issue you observed:
Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: CODE: 1 DESC: java.lang.StackOverflowError, com.google.gson.stream.JsonWriter.beforeName(JsonWriter.java:617)
For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
at org.apache.rocketmq.client.impl.MQClientAPIImpl.setMessageRequestMode(MQClientAPIImpl.java:2536)
at org.apache.rocketmq.tools.admin.DefaultMQAdminExtImpl.setMessageRequestMode(DefaultMQAdminExtImpl.java:1062)
at org.apache.rocketmq.tools.admin.DefaultMQAdminExt.setMessageRequestMode(DefaultMQAdminExt.java:566)
at org.apache.rocketmq.example.simple.PopPushConsumer.switchPop(PopPushConsumer.java:46)
at org.apache.rocketmq.example.simple.PopPushConsumer.main(PopPushConsumer.java:53)
- Part B when change the consumer group mode to pop and start a consumer, we could not see detail about the pop_retry_topic on the console, only push_retry_topic display.
-
Part C messageRequestMode.json config file should be synced from master to slave in case of a new leader is elected.
-
Part D ak & ck message nums are not measurable when writen into system shedule topic
-
Please tell us about your environment:
rmq version 4.8 deployed on DLedger mode, backport all the pop consuming patches. -
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
- sub-task1-issue-number: sub-task1 description here,
- sub-task2-issue-number: sub-task2 description here,
- ...
duhenglucky and odbozhou