You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/24 03:20:32 UTC

[GitHub] [doris-flink-connector] rc452860 opened a new issue, #76: [Enhancement] assign proxy IP replace, When the BE Nodes is in intranet IP

rc452860 opened a new issue, #76:
URL: https://github.com/apache/doris-flink-connector/issues/76

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   When Use Stream Load to access FE's public network address to import data, but is redirected to the intranet IP, this situation casue connect timeout.
   
   ### Solution
   
   can we add a options "benodes" in DorisOptions to force assign backends IP?
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] [Enhancement] assign proxy IP replace, When the BE Nodes is in intranet IP [doris-flink-connector]

Posted by "ShoJinto (via GitHub)" <gi...@apache.org>.
ShoJinto commented on issue #76:
URL: https://github.com/apache/doris-flink-connector/issues/76#issuecomment-2024233072

   你好!请问这个问题是否有解决方案呢?1年半时间了,难道就没有可用的方案么?我看[文档](https://doris.apache.org/zh-CN/docs/ecosystem/flink-doris-connector)中有介绍 `auto-redirect` 但是flinkSQL中直接报错:不支持该选项
   ```
   org.apache.flink.table.api.ValidationException: Unsupported options found for 'doris'.
   
   Unsupported options:
   
   auto-redirect
   
   Supported options:
   
   default-database
   doris.batch.size
   doris.deserialize.arrow.async
   doris.deserialize.queue.size
   doris.exec.mem.limit
   doris.filter.query
   doris.read.field
   ....
   ```


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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