npawar commented on pull request #6198: URL: https://github.com/apache/incubator-pinot/pull/6198#issuecomment-718297596
> @npawar > > > @shahsank3t Where are you getting the state for enable/disable table? Are you reading the ideal state znode? > > Currently, I am not getting the state from anywhere but rather always defaulting it to enabled and post that maintain the state locally. I'll try to get from the znode state. Regarding the enable/disable, the problem right now is that if I disable a table and then go to a different page, the state is forgotten. I would suggest just greying out that operation for now. @galalen is working on adding an API to get the state https://github.com/apache/incubator-pinot/issues/6169 > > > When I deleted the table, I got a blank screen. I think it happened because I edited the server config, and changed DefaultTenant to something else. If a tenant has only broker or server and not both, it seems to be crashing. > > Can you share the steps to change the tenant's name? I'd like to reproduce and fix it accordingly. For the blank screen, here were my steps: 1. Started OfflineQuickStart 2. Go to Tenants -> DefaultTenant -> Broker instance. 3. Click on Edit Tags. 4. Removed DefaultTenant_OFFLINE, added neha_OFFLINE. 5. Came back to Home. 6. Clicked on Tenants -> DefaultTenant (or neha tenant). Got blank screen ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org