chenboat commented on issue #7491: URL: https://github.com/apache/pinot/issues/7491#issuecomment-934875663
We use the following controller API https://github.com/apache/pinot/blob/bb34406aaa205f5c85b88c928d477fd267eda1b4/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableInstances.java#L57 to get the brokers instance of a table. This API gets the brokers based on the instance tag. It does not consider if the external view of the table is updated with the brokers. Instead a controller API should use the same way `DynamicBrokerSelector` discovers the live brokers based on the external view. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
