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

   ## Summary
   
   - skip null records returned in Tencent Cloud instance pages
   - continue mapping and filtering valid instances from the same response
   - cover a mixed null/valid SDK response with a regression test
   
   ## Root cause
   
   The Tencent SDK models the page payload as an `InstanceItem[]`, and the 
catalog loop assumed every array element was non-null. A single null record 
therefore raised a `NullPointerException` and discarded all valid instances in 
that page.
   
   Closes #2176.
   
   ## Validation
   
   - `mvn -f server/pom.xml -Dtest=TencentCatalogServiceTest test` (4 tests 
passed)
   - Maven Checkstyle validation (0 violations)
   - `git diff --check`
   - both changed paths checked against all open PRs targeting 
`rocketmq-studio` (no 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