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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]