jerqi commented on PR #36: URL: https://github.com/apache/incubator-uniffle/pull/36#issuecomment-1176085841
Shuffle server already have provide a metric http api. The metric `app_num_with_node` will tell you how many apps there are on the node. We recommend that we use this metric to judge whether to be able to stop the server. Moreover, we are working on a Uniffle K8S operator. Basic tests passed currently, and we will open source it soon. If you want to add rest api to stop server, is it possible to imitate the `CommonMetricsServlet` to create another Servlet? If we want to add some Servlets to control shuffle server's behavior, do we need some more detailed discussions? -- 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]
