Aias00 opened a new pull request, #10769:
URL: https://github.com/apache/rocketmq/pull/10769

   ### What changed
   
   This PR makes Proxy gRPC `RouteActivity#queryRoute` skip only the malformed 
queue row when its broker name is absent from the built broker map.
   
   Previously the loop used `break`, so one stale/malformed `QueueData` entry 
could stop processing later valid queue rows and truncate the route response.
   
   ### Why
   
   A missing broker mapping should not hide valid queue routes that appear 
later in the same route data. This can affect gRPC route discovery when route 
metadata contains stale queue data.
   
   Fixes #10768.
   
   ### Verification
   
   ```bash
   mvn -pl proxy -Dtest=RouteActivityTest test
   ```
   
   Result: BUILD SUCCESS. `RouteActivityTest` ran 8 tests with 0 
failures/errors/skips. Checkstyle and SpotBugs also passed in the Maven run.
   


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