bridgeDream opened a new pull request #11: URL: https://github.com/apache/incubator-doris-flink-connector/pull/11
# Proposed changes ## Problem Summary: 目前,使用 flink-doris-connector 写入 Doris ,当配置了多个 Doris FE 节点的前提下, 内部通过 FE 节点请求到 BE 时会随机选择其中一个 FE 提交 http 请求 BE 节点地址;在生产环境中,由于机器原因或者是版本升级需要滚动重启 FE 服务时,由于某个 FE 服务暂时不可用,可能会引起 flink 作业异常退出; 为了降低集群变更或偶发异常影响实时流稳定,考虑通过对所有配置的 Doris FE 节点发送 http 请求查询 Doris BE。 Currently, when Flink-doris-Connetor writes Doris, it will queries Doris FE node through one of the Doris BE nodes randomly. It may causing job failures when one of Doris BE node in cluster is out of service. For example, sometime machine has problem and need to restart or admin need to Actively restart service In the process of upgrading the version ## Checklist(Required) 1. Does it affect the original behavior: (Yes) 2. Has unit tests been added: (No Need) 3. Has document been added or modified: (No Need) 4. Does it need to update dependencies: (No) 5. Are there any changes that cannot be rolled back: (No) ## Further comments -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org