xianjingfeng commented on code in PR #931:
URL: https://github.com/apache/incubator-uniffle/pull/931#discussion_r1233177026
##########
coordinator/src/main/java/org/apache/uniffle/coordinator/CoordinatorServer.java:
##########
@@ -201,6 +202,9 @@ private void registerRESTAPI() throws Exception {
jettyServer.addServlet(
new CancelDecommissionServlet(this),
"/api/server/cancelDecommission");
+ jettyServer.addServlet(
+ new RefreshCheckerServlet(this),
+ "/api/server/admin/refreshChecker");
Review Comment:
I think /api/admin/refreshChecker is better. /api/server is used for some
operations on the shuffle servers.
And /api/server will be changed in the future.
https://github.com/apache/incubator-uniffle/pull/684#discussion_r1125665019
--
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]