Re:Re: [Discuss] Prepare to release 1.1

2022-06-07 Thread 41108453
+1 张家锋 41108...@qq.com Original Email Sender:"ling miao"< lingm...@apache.org >; Sent Time:2022/6/8 11:31 To:"dev"< dev@doris.apache.org >; Subject:Re: [Discuss] Prepare to release 1.1 +1 We have fixed a lot of issues since version 1.0. I would like to ask, will the 1.1 version

Re: [Discuss] Prepare to release 1.1

2022-06-07 Thread ling miao
+1 We have fixed a lot of issues since version 1.0. I would like to ask, will the 1.1 version carry the vectorization support outer join that I am doing? Ling Miao GuoLei Yi 于2022年6月8日周三 08:55写道: > +1 > Very excited for the new version. > > 王磊 于2022年6月3日周五 10:14写道: > > > look forward to new v

Re: [Discuss] Prepare to release 1.1

2022-06-07 Thread GuoLei Yi
+1 Very excited for the new version. 王磊 于2022年6月3日周五 10:14写道: > look forward to new version. > > > wang...@flywheels.com > 邮箱:wang...@flywheels.com > > > > 回复的原邮件 > 发件人 41108453<41108...@qq.com.INVALID>日期 2022年06月03日 09:59收件人 dev< > dev@doris.apache.org>抄送至主题 Re: Re:[Discuss] Prepare t

Re: doris-be配置文件问题

2022-06-07 Thread 张家峰
priority_networks is a configuration item of FE and BE that needs to be written in fe.conf and be.conf. This configuration item tells the configuration or process which IP should be bound to when FE BE starts. An example is as follows: priority_networks=10.1.3.0/24 This is a representation of

Re: doris-be配置文件问题

2022-06-07 Thread 齐锡郴
BE node cannot connect to FE via RPC 在 2022年6月7日 +0800 PM4:37,王杰 ,写道: > fe 和be分开部署,be报错 > >  W0607 16:35:45.203929  9605 utils.cpp:90] fail to get master > client from cache. host=127.0.0.1, port=9020, code=THRIFT_RPC_ERROR > W0607 16:35:45.203944  9605 task_worker_pool.cpp:1605] report TASK > fa

doris-be配置文件问题

2022-06-07 Thread 王杰
fe 和be分开部署,be报错  W0607 16:35:45.203929  9605 utils.cpp:90] fail to get master client from cache. host=127.0.0.1, port=9020, code=THRIFT_RPC_ERROR W0607 16:35:45.203944  9605 task_worker_pool.cpp:1605] report TASK failed. status: -1, master host: 127.0.0.1, port:9020.. be.conf里如何添加配置项