You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/12/21 03:05:58 UTC

[incubator-doris] branch master updated: [fix](flink-connector) Connector should visit the surviving BE nodes (#7435)

This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new e904960  [fix](flink-connector) Connector should visit the surviving BE nodes (#7435)
e904960 is described below

commit e9049605b613734e6811781c5d4d20e6ce210506
Author: Heng Zhao <im...@qq.com>
AuthorDate: Tue Dec 21 11:05:42 2021 +0800

    [fix](flink-connector) Connector should visit the surviving BE nodes (#7435)
---
 .../src/main/java/org/apache/doris/flink/rest/RestService.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/flink-doris-connector/src/main/java/org/apache/doris/flink/rest/RestService.java b/extension/flink-doris-connector/src/main/java/org/apache/doris/flink/rest/RestService.java
index 82e01e0..0c4264f 100644
--- a/extension/flink-doris-connector/src/main/java/org/apache/doris/flink/rest/RestService.java
+++ b/extension/flink-doris-connector/src/main/java/org/apache/doris/flink/rest/RestService.java
@@ -86,7 +86,7 @@ public class RestService implements Serializable {
     private static final String QUERY_PLAN = "_query_plan";
     @Deprecated
     private static final String BACKENDS = "/rest/v1/system?path=//backends";
-    private static final String BACKENDS_V2 = "/api/backends?is_aliva=true";
+    private static final String BACKENDS_V2 = "/api/backends?is_alive=true";
     private static final String FE_LOGIN = "/rest/v1/login";
 
     /**

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org