gavinchou commented on code in PR #40767:
URL: https://github.com/apache/doris/pull/40767#discussion_r1766378087
##########
fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/manager/ClusterAction.java:
##########
@@ -54,7 +54,7 @@ public class ClusterAction extends RestBaseController {
// ""
// ]
// }
- @RequestMapping(path = "/cluster_info/conn_info", method =
RequestMethod.GET)
+ @RequestMapping(path = {"/cluster_info/conn_info",
"/compute_group_info/conn_info"}, method = RequestMethod.GET)
Review Comment:
ditto
##########
regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy:
##########
@@ -833,6 +834,11 @@ class Suite implements GroovyInterceptable {
return s3Url
}
+ String getJdbcPassword() {
Review Comment:
seems not used
--
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]