Replies: 2 comments 1 reply
-
it seems during the stream load process, the backend private IP address was returned incorrectly to the client |
Beta Was this translation helpful? Give feedback.
1 reply
-
We believe setting a proxy before BE could solve this problem, as is described in the documentation.
But it is not done yet due to delays in network policy configuration changes...
Thanks.
At 2023-09-01 16:57:44, "Liqf" ***@***.***> wrote:
Has this issue been resolved?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear,
I've a configuration problem:
Doris cluster is deployed in a private network. Its ports could be mapped to an outside address via NAT. Topology:
---------------------Topology--------------------------------------
client --> Gateway(10.10.10.10) --> Doris Cluster(192.168.0.1/2/3)
However, the client report an error with internal IP:
Caused by: org.apache.doris.spark.exception.StreamLoadException: stream load error: http request exception,load url : http://192.168.0.1:8040/api/xxx/xxx/_stream_load?,failed to execute spark streamload with label: spark_streamload_20230830_135909_c71dcc3fe3354687841fbe87f325e85b
Is NAT configuration supported by Doris?If yes,how should I do?
Beta Was this translation helpful? Give feedback.
All reactions