dang-stripe opened a new issue, #11755:
URL: https://github.com/apache/pinot/issues/11755

   We are starting to use separate broker tenants for our clusters. When a new 
broker is spun up, it uses the `DefaultTenant_BROKER` tag and will be 
discoverable via our load balancer since it's health checks succeed.This means 
clients can route queries to it before we had a chance to tag the broker and 
rebuild the broker resource for tables on the tenant.
   
   Our current workaround for this is to make sure we create the broker 
instance w/ the correct tenant tag and rebuild the broker resource before the 
broker is spun up.
   
   We're interested in adding a config parameter that gives the broker initial 
tags on startup. If this is the first time the broker instance is created, it 
should use these tags and rebuild the broker resources for this tenant (similar 
behavior to DefaultTenant today).
   
   cc @Jackie-Jiang 


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

Reply via email to