You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "jayeshchoudhary (via GitHub)" <gi...@apache.org> on 2023/07/17 19:19:26 UTC

[GitHub] [pinot] jayeshchoudhary commented on pull request #11109: Use PUT request to enable/disable table/instance

jayeshchoudhary commented on PR #11109:
URL: https://github.com/apache/pinot/pull/11109#issuecomment-1638732828

   > @jayeshchoudhary Do you know if we use these APIs in the controller UI (I believe we are using enable/disable table)? If so, can you help change them to use the new APIs?
   
   Yes we are using the enable/disable APIs for both instance and table
   - for instance we are using 
       - enable/disable - POST /instances/{instanceName}/state
       - drop - DELETE /instances/{instanceName}
   - for table we are using 
       - enable/disable - GET /tables/{tableName}?state=disable&type=offline
       - delete - DELETE /tables/{tableName}
       
   @Jackie-Jiang  Should I update the PUT API for enable/disable table/instance in the UI?


-- 
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: commits-unsubscribe@pinot.apache.org

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