gavinchou commented on code in PR #40767:
URL: https://github.com/apache/doris/pull/40767#discussion_r1766378059
##########
fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/manager/ClusterAction.java:
##########
@@ -42,7 +42,7 @@
* Used to return the cluster information for the manager.
*/
@RestController
-@RequestMapping("/rest/v2/manager/cluster")
+@RequestMapping(path = {"/rest/v2/manager/cluster",
"/rest/v2/manager/compute_group"})
Review Comment:
seems no need to change.
this "cluster" is not that "cluster"
--
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]