This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 07f248b7737 branch-4.0: [fix](test) fix unstable es catalog test
#58800 (#58888)
07f248b7737 is described below
commit 07f248b773718f0e4f4c69c80b9b225979e67847
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 11 18:32:30 2025 +0800
branch-4.0: [fix](test) fix unstable es catalog test #58800 (#58888)
Cherry-picked from #58800
Co-authored-by: Mingyu Chen (Rayner) <[email protected]>
---
.../src/main/java/org/apache/doris/httpv2/restv2/ESCatalogAction.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/httpv2/restv2/ESCatalogAction.java
b/fe/fe-core/src/main/java/org/apache/doris/httpv2/restv2/ESCatalogAction.java
index 235d17863f2..6ede29fdd0b 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/httpv2/restv2/ESCatalogAction.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/httpv2/restv2/ESCatalogAction.java
@@ -59,10 +59,6 @@ public class ESCatalogAction extends RestBaseController {
return redirectToHttps(request);
}
- if (checkForwardToMaster(request)) {
- return forwardToMaster(request);
- }
-
Map<String, Object> resultMap = Maps.newHashMap();
Env env = Env.getCurrentEnv();
String catalogName = request.getParameter(CATALOG);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]