16xbshi opened a new issue #5886: URL: https://github.com/apache/incubator-doris/issues/5886
通过flink sql可以查询到doris数据,但是不能写入数据到doris。 故障排查: 通过排查,故障发生在‘org.apache.doris.flink.rest.RestService#getBackend‘方法中; 原因:在该方法中,使用http请求查询可用的backend节点时,解析返回结果失败;以致不能找到backend节点。 我做了以下调整: 使用jdbc查询mysql来获取backends信息,已解决不能写入doris问题 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
