I’m getting error when adding a new server tenant ...
# troubleshooting
t
I’m getting error when adding a new server tenant to my pinot cluster with version 0.9.3, request is:
Copy code
{
  "tenantRole": "SERVER",
  "tenantName": "Tracker",
  "offlineInstances": 1,
  "realtimeInstances": 1
}
and the response is:
Copy code
{
  "_code": 500,
  "_error": "Index 0 out of bounds for length 0"
}
I’m not able finding any logs related to this endpoint in the controller logs.
x
I think you can only tag it to be either online or offline instance
Then you can modify to add more tags