yyqdbngt opened a new pull request, #2191:
URL: https://github.com/apache/rocketmq-dashboard/pull/2191

   ## Summary
   
   - parse RocketMQ jstack headers at the stable `TID:` marker
   - support thread names that consume or exceed the 40-character display column
   - verify the full thread name, id, state, and frame list
   
   ## Root cause
   
   RocketMQ formats thread names with `%-40s`. Short names receive padding, but 
names of 40 characters or more are immediately followed by `TID:`. The 
diagnostics regex required at least one whitespace character at that boundary, 
so those threads were omitted.
   
   Closes #2190.
   
   ## Validation
   
   - `mvn -Dtest=RocketMQConsumerDiagnosticsProviderTest test` (6 tests passed)
   - `mvn -DskipTests checkstyle:check` (0 violations)
   - `git diff --check`
   - final GraphQL scan of all open PR files targeting `rocketmq-studio`, 
including large-PR pagination (no path matches)


-- 
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]

Reply via email to