This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 1d147d8ec65 branch-4.1: [fix](regression) Fetch streaming job metrics
from master FE #66460 (#66540)
1d147d8ec65 is described below
commit 1d147d8ec65576d3edf4c9ca0b6a36078193e4d2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 9 07:27:57 2026 +0800
branch-4.1: [fix](regression) Fetch streaming job metrics from master FE
#66460 (#66540)
Cherry-picked from #66460
Co-authored-by: wudi <[email protected]>
---
.../job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
b/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
index fc317a3963a..a780a16aaaf 100644
---
a/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
+++
b/regression-test/suites/job_p0/streaming_job/cdc/test_streaming_mysql_job_metrics.groovy
@@ -92,10 +92,11 @@ suite("test_streaming_mysql_job_metrics",
int count = 0
int metricCount = 0
+ String masterHttpAddress = getMasterIp() + ":" + getMasterPort("http")
while (true) {
metricCount = 0
httpTest {
- endpoint context.config.feHttpAddress
+ endpoint masterHttpAddress
uri "/metrics?type=json"
op "get"
check { code, body ->
@@ -233,4 +234,3 @@ suite("test_streaming_mysql_job_metrics",
assert jobCountRsp.get(0).get(0) == 0
}
}
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]