snleee opened a new issue #4082: Add API for adding/removing a server to a specific tenant URL: https://github.com/apache/incubator-pinot/issues/4082 Currently, we only expose `POST/PUT /tenants` where it tries to create a tenant by assigning tags to servers/brokers that are untagged. In real operation, we usually tag server/brokers using Helix API or using a script to write zookeeper directly. It's dangerous to directly tag instances since there's no validation. To improve the issue, we need to add API to associate/remove server to/from a specific tenant.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
