You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/10/05 21:31:49 UTC

[GitHub] [pinot] chenboat commented on issue #7491: Adding brokers to an existing tenant caused TableNotFound query exception

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org