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 2020/10/21 20:21:48 UTC

[GitHub] [incubator-pinot] npawar opened a new issue #6169: Cluster Manager: API for getting table state

npawar opened a new issue #6169:
URL: https://github.com/apache/incubator-pinot/issues/6169


   We have an API to enable/disable table - `GET /tables/{tableName}?state={enable/disable}&type={OFFLINE/REALTIME}`. But we don't have an API which returns the table state (enabled/disabled). 
   A user will not know if the table is enabled or disabled, unless they get the ideal state znode for the table (even GET idealstate doesn't return that info). An API exclusively for getting table state would be nice, especially for an application like cluster manager, which will provide an Enable/Disable button.
   API can be `GET tables/{tableName}/state` and response can be "enabled" or "disabled" 
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] npawar commented on issue #6169: Cluster Manager: API for getting table state

Posted by GitBox <gi...@apache.org>.
npawar commented on issue #6169:
URL: https://github.com/apache/incubator-pinot/issues/6169#issuecomment-717984409


   Sounds good @galalen . Please ping me if you have any questions


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] galalen commented on issue #6169: Cluster Manager: API for getting table state

Posted by GitBox <gi...@apache.org>.
galalen commented on issue #6169:
URL: https://github.com/apache/incubator-pinot/issues/6169#issuecomment-718825600


   @npawar  you can check my PR https://github.com/apache/incubator-pinot/pull/6211
   I'm reading the state from the IdealState.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] npawar closed issue #6169: Cluster Manager: API for getting table state

Posted by GitBox <gi...@apache.org>.
npawar closed issue #6169:
URL: https://github.com/apache/incubator-pinot/issues/6169


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] galalen commented on issue #6169: Cluster Manager: API for getting table state

Posted by GitBox <gi...@apache.org>.
galalen commented on issue #6169:
URL: https://github.com/apache/incubator-pinot/issues/6169#issuecomment-717727454


   I want to take this issue


----------------------------------------------------------------
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:
users@infra.apache.org



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