yyqdbngt opened a new pull request, #2415: URL: https://github.com/apache/rocketmq-dashboard/pull/2415
## Summary - reject consumer jstack payloads above a 2 MiB character bound - isolate overflowing thread IDs instead of failing all valid stack rows - retain valid threads before and after a malformed header ## Why Consumer diagnostics parse broker-supplied text using a full-string split. An oversized dump can consume excessive heap, while one out-of-range thread ID currently makes the entire diagnostic request fail. ## Tests - `mvn -q -f server/pom.xml -Dtest=RocketMQConsumerDiagnosticsProviderTest test` -- 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]
