Re: How to integrate dubbo-registry-nacos into Fescar project?

2019-02-13 Thread Huxing Zhang
Hi, On Wed, Feb 13, 2019 at 6:59 PM Xin Wang wrote: > > Hi all, > Now the Fescar project[0] will integrate dubbo-registry-nacos[1], but > there are two issues: > * dubbo-registry-nacos[1] has no release version > * I know dubbo-registry-nacos is being merged into Dubbo main repo [2], > The

Re: [ANN] Welcome new committer: Xiaojie Li

2019-02-13 Thread Yuhao Bi
Congratulate and welcome! yuhang xiu 于2019年2月14日周四 下午2:43写道: > congratulate! welcome! > > Thank you for your great contribution! > :) > > Huxing Zhang 于2019年2月14日周四 下午2:24写道: > > > Hi Community, > > > > On behalf of the Dubbo PPMC, I am pleased to announce that Xiaojie Li, > > a.k.a. lixiaojiee

Re: [ANN] Welcome new committer: Xiaojie Li

2019-02-13 Thread yuhang xiu
congratulate! welcome! Thank you for your great contribution! :) Huxing Zhang 于2019年2月14日周四 下午2:24写道: > Hi Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Xiaojie Li, > a.k.a. lixiaojiee[1], has been voted in as a new Dubbo committer. > > Please join me to say congratu

Re: [DISCUSS] Next Dubbo meetup

2019-02-13 Thread jun liu
> Can we make it Mar 23rd? As our venue is available on that day. +1 for Mar. 23th, any time is ok for me. +1 for hosting in Nanjing. Jun > On Feb 12, 2019, at 12:20 PM, 王蓉(涂南) wrote: > > Mar 15th is Friday. > > Can we make it Mar 23rd? As our venue is available on that day. > > >

Re: [ANN] Welcome new committer: Xiaojie Li

2019-02-13 Thread Imteyaz Khan
Congratulations. On Thu, Feb 14, 2019 at 12:05 PM jun liu wrote: > Congratulations! > > Jun > > > On Feb 14, 2019, at 2:24 PM, Huxing Zhang wrote: > > > > Hi Community, > > > > On behalf of the Dubbo PPMC, I am pleased to announce that Xiaojie Li, > > a.k.a. lixiaojiee[1], has been voted in

Re: [ANN] Welcome new committer: Xiaojie Li

2019-02-13 Thread jun liu
Congratulations! Jun > On Feb 14, 2019, at 2:24 PM, Huxing Zhang wrote: > > Hi Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Xiaojie Li, > a.k.a. lixiaojiee[1], has been voted in as a new Dubbo committer. > > Please join me to say congratulations to him! > > Xiaoj

[ANN] Welcome new committer: Xiaojie Li

2019-02-13 Thread Huxing Zhang
Hi Community, On behalf of the Dubbo PPMC, I am pleased to announce that Xiaojie Li, a.k.a. lixiaojiee[1], has been voted in as a new Dubbo committer. Please join me to say congratulations to him! Xiaojie, would you please briefly introduce yourself to the community? [1] https://github.com/lixi

Re: 回复:[DISCUSS] Next Dubbo meetup

2019-02-13 Thread Huxing Zhang
Hi, On Tue, Feb 12, 2019 at 12:20 PM 王蓉(涂南) wrote: > Mar 15th is Friday. > Sorry I did mean March 16th the Saturday. If that is not possible, March 17th or March 23rd both look good to me. > > Can we make it Mar 23rd? As our venue is available on that day. > > > --

Re: [VOTE]: Release Apache Dubbo Spring Boot Project (Incubating) 2.7.0 [RC4]

2019-02-13 Thread Huxing Zhang
Hi, On Tue, Feb 12, 2019 at 11:42 AM Willem Ning Jiang wrote: > > > Mark is the mentor of Dubbo, he is part of PPMC, so his vote is binding one. > The RC4 is misleading. we just count the same project and version for the RC > number to avoid the confusion of version number, not count all the rel

Re: Non-apache releases and old releases

2019-02-13 Thread Huxing Zhang
Hi, On Tue, Feb 12, 2019 at 11:32 AM Willem Ning Jiang wrote: > > Hi, > > There are some unapproved releases (0.2.0, 0.1.1, 0.1.0) on the > incubator-dubbo-spring-boot-project. > We need to address them at the same time. I have updated the Apache releases with prefix apache-dubbo-spring-boot-st

Re: ConsistentHash LoadBalance中的解释:缺省只对第一个参数进行Hash运算是什么意思?

2019-02-13 Thread Jason Joo
+1 Methods with no arguments or little possible values of arguments should not be applied `ConsistentHashLoadBalance`. Or requests can not be smoothly distributed when nodes change. best regards, Jason > On Feb 13, 2019, at 22:30, 田 小波 wrote: > > 数

Re: ConsistentHash LoadBalance中的解释:缺省只对第一个参数进行Hash运算是什么意思?

2019-02-13 Thread 田 小波
Hi, 我觉得这并不是一个 bug,ConsistentHashLoadBalance 只根据运行时参数值进行负载均衡。 如果两个接口的参数值相同,那么这两个远程调用会被分配到同一台机器上。当接口方法中 不存在参数时,我们也可认为他们的参数值是相同的,从源码的角度来说,它们都是空串。 因此在运行时,ConsistentHashLoadBalance 会将不存在参数的远程调用分配到同一个机器上。 translate by Google Translator: I don't think this is a bug. ConsistentHashLoadBalance only load

Re: ConsistentHash LoadBalance中的解释:缺省只对第一个参数进行Hash运算是什么意思?

2019-02-13 Thread Xianjun Ke
Good question. And about your last question, I have made some test in my local machine, it seems that there is a bug about the ConsistentHashLoadBalance when the method has no argument, pls refer this issue [1] [1] https://github.com/apache/incubator-dubbo/issues/3468 一直以来 <279377...@qq.com> 于201

How to integrate dubbo-registry-nacos into Fescar project?

2019-02-13 Thread Xin Wang
Hi all, Now the Fescar project[0] will integrate dubbo-registry-nacos[1], but there are two issues: * dubbo-registry-nacos[1] has no release version * I know dubbo-registry-nacos is being merged into Dubbo main repo [2], Then what kind of Maven dependency do you recommend? org.apache.d

Re: 缺省用160份虚拟节点,这个知识点在官网的文档中有解释吗?我想知道DUBBO中的虚拟节点是怎么回事。

2019-02-13 Thread 田 小波
“虚拟节点”是“哈希一致性”算法中的知识点,建议先补充哈希一致性相关背景知识 > 在 2019年2月13日,下午4:36,一直以来 <279377...@qq.com> 写道: > > 缺省用160份虚拟节点,如果要修改,请配置: > >

??????160??????????????????????????????????????????????????????DUBBO????????????????????????

2019-02-13 Thread ????????
??160