apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.79k stars 3.29k forks source link

[Bug] flink doris connector occur error #6672

Open hlh5 opened 3 years ago

hlh5 commented 3 years ago

Search before asking

Version

master

What's Wrong?

Flink Doris Connector, it will returen error when get backends by api ( http://fehost:8030/rest/v1/system?path=//backends')

return result: "Internal Error","code":500,"data":"22","count":0

image

What You Expected?

success , get backends

How to Reproduce?

use new master code build doris-flink-1.0-SNAPSHOT.jar

Anything Else?

none

Are you willing to submit PR?

Code of Conduct

JNSimba commented 3 years ago

have you enable httpV2?

hlh5 commented 3 years ago

default value is true,i use new master code compile