[Proposal for SoC2019]Supporting gRPC Protocol

2019-06-02 Thread Yang Zhou
Hi, I just completed a draft proposal for this idea. There some details I want to talk with you and, if we can talk about it at an online meeting when you are available is better. Please fell free to review it, I am urgently waiting for your reply. Best regards! https://docs.google.com/document/

Re: dubbo-go is ready for migarting now

2019-06-02 Thread Huxing Zhang
Hi, Glad to hear that! The ICLA has SGA has been already filed. I've filed the JIRA ticket: https://issues.apache.org/jira/browse/INFRA-18555 On Fri, May 31, 2019 at 9:53 PM Stocks Alex wrote: > > Hi all, > > > After 1 month’s hard working and making a discussion with my team members, I > am s

Re: [VOTE]: Release Apache Dubbo 2.7.2 [RC1]

2019-06-02 Thread Huxing Zhang
Hi, I've read the description, I guess it is only a naming problem? What is the consequence if we fix it in next release? On Sat, Jun 1, 2019 at 9:40 AM YunKun Huang wrote: > > hey, > > I'm looking at PR list, there is one PR[1] for renaming remoteApplicationName > to consumerApplicationName in

Re: [VOTE]: Release Apache Dubbo 2.7.2 [RC1]

2019-06-02 Thread Huxing Zhang
Hi, I vote with: +1 release the source code only Minor issues: * The LICENSE files of binary distribution does not contain all the third party dependencies. * The DISCLAIMER file still exist, which need to be removed. Details:  Are release files in correct location? Yes  Are the digital sig

Re: [VOTE]: Release Apache Dubbo 2.7.2 [RC1]

2019-06-02 Thread Huxing Zhang
Hi, Could you please attach the link to staging repository? On Fri, May 31, 2019 at 7:16 PM victory wrote: > > Hello Dubbo Community, > > This is a call for vote to release Apache Dubbo version 2.7.2. > > The release candidates: > https://dist.apache.org/repos/dist/dev/dubbo/2.7.2/ > > Git tag f

Re: Plan to release a simple dubbo API gateway

2019-06-02 Thread Ian Luo
Moriadry, We plan to clear up dubbo group entirely and transfer all projects into apache group. It is still under going, but it will be. So, the best approach to introduce a new dubbo related projects is to directly create one under apache group. Thanks, -Ian. On Tue, May 21, 2019 at 5:04 PM di

Re: Podling Report Reminder - June 2019

2019-06-02 Thread Ian Luo
Will do. We have not received any notification for the report yet, but I do notice someone is asking in @board alias today. Thanks, -Ian. On Wed, May 22, 2019 at 11:00 PM Justin Mclean wrote: > Hi, > > > We no longer need to report this month to IPMC but will report to > > board, am I right? >

[Question] 'Who is using dubbo' of company logo add to dubbo-website

2019-06-02 Thread caojiele1225
HiCommunity, I now are trying to add local images, but after adding in this a few paths(img/…. site_config/home.jsx, website does not show, I would like to ask whether there is a file needs to be modified. -- Best Regards! Jiele

Re: [DISCUSS] The way to publish docker image for dubbo-admin

2019-06-02 Thread Ian Luo
very cool. Should we consider to provide a brew formula for mac user? -Ian. On Thu, May 23, 2019 at 4:45 PM YunKun Huang wrote: > Hey all, > > Dubbo admin 0.1.0 docker image is ready at dockerhub (url: > https://hub.docker.com/r/apache/dubbo-admin) > As discussed, only released version will pub

Re: thread pool improvement

2019-06-02 Thread Ian Luo
Moriadry, It sounds a interesting proposal. Let us know when it's ready :) Thanks, -Ian. On Tue, May 28, 2019 at 11:09 PM ding peng wrote: > Yes, I also believe we need builtin benchmark for dubbo, like netty or > grpc always does(micro benchmarks based on jmh). But there are so many > confi

Re: 申请文档相关贡献说明

2019-06-02 Thread Ian Luo
It sounds great. We are looking for people with PHP expertise to keep maintaining PHP implementation. Recently I also talked with people from MaFengWo (马蜂窝) and GuaZiErSouCe (瓜子二手车) where PHP is also used widely. I can help to link you guys together as Dubbo PHP team. I am glad to see PHP implement

Re: About current dubbo-website deployment process

2019-06-02 Thread Ian Luo
Yunkun, The build for dubbo website requires particular node's version. If you want to automate its build process, you need to consider to use 'nvm'. You can find more details from website's README Thanks, -Ian. On Mon, May 27, 2019 at 11:01 AM YunKun Huang wrote: > hey, > > I'm working on co

Re: How about add warning notes to 2.7.1 release notes to warn users of one known critical problem?

2019-06-02 Thread Ian Luo
Jason, Sorry for introducing this severe regression. Pls. hold until 2.7.2 releases which is expected to be public available in this week. We are now considering to init a regression test project. Again, sorry about it. -Ian. On Fri, May 31, 2019 at 11:50 AM Jason Joo wrote: > hi, jun > > Long

Re: How about add warning notes to 2.7.1 release notes to warn users of one known critical probletm?

2019-06-02 Thread Ian Luo
good idea. On Fri, May 31, 2019 at 1:56 PM YunKun Huang wrote: > I also suggest pinned that issue so it's easy to see: > https://github.com/apache/dubbo/issues/4213 > > On 2019/05/31 05:03:16, Jason Joo wrote: > > hi, jun > > > > Thanks for your information and i will check it. > > > > I also w

Re: [ANN] Welcome new committer: Xiaoxiang Zhai

2019-06-02 Thread Ian Luo
Congratulations, welcome to join us, Xiaoxiang. -Ian. On Wed, May 29, 2019 at 11:31 AM xxzhai wrote: > Hi community, Thank you very much for your congratulations. My name is > Xiaoxiang Zhai. I am the leader of middleware team in souche.com, our > team has developed 'Distributed Trace System, D

Re: [ANN] New Dubbo committer: Tiger Wang

2019-06-02 Thread Ian Luo
Congratulations! On Fri, May 31, 2019 at 9:39 AM haibin wang wrote: > Hi community, > > Thank you very much for your congratulations. > My name is Haibin Wang. I'm staff engineer from mininglamp< > http://www.mininglamp.com/>. > I'm interested in big data, distributed, microservices. > I am very

Re: About current dubbo-website deployment process

2019-06-02 Thread YunKun Huang
yeah. I try nvm in jenkins, but looks like it will install for current user (jenkins) and there are some limitations for global install (PR[1] raised to avoid global install). I success using docker in apache jenkins to build htmls (refer to build url[2]) The only issue now is how to deploy chang

Re: [Proposal for SoC2019]Supporting gRPC Protocol

2019-06-02 Thread Ian Luo
Nice writeup, who will be your mentor? Thanks, -Ian. On Sun, Jun 2, 2019 at 5:55 PM Yang Zhou wrote: > Hi, > > I just completed a draft proposal for this idea. > There some details I want to talk with you and, if we can talk about it at > an online meeting when you are available is better. > Pl

Re: How about add warning notes to 2.7.1 release notes to warn users of one known critical problem?

2019-06-02 Thread Jason Joo
Hi, lan I have checked that day and found our internal branch was base on master newer than the release. And the reason generating the internal branch is that the address fetching logic is not correct in release 2.7.1 (Surely the static registration is another problem). So we escape from this i

Re: [VOTE]: Release Apache Dubbo 2.7.2 [RC1]

2019-06-02 Thread Ian Luo
+1 approve [v] Are release files in correct location? [v] Are the digital signature and hashes correct? [v] Do LICENSE and NOTICE files exists? [v] Is the LICENSE and NOTICE text correct? [v] Is the NOTICE year correct? [v] Un-included software dependencies are not mentioned in LICENSE or NOTICE?

Re: [Question] 'Who is using dubbo' of company logo add to dubbo-website

2019-06-02 Thread Ian Luo
Jiele, Have you tried to build the website? You can find the instruction from the README file. Thanks, -Ian. On Mon, Jun 3, 2019 at 12:15 PM caojiele1225 wrote: > HiCommunity, > > > I now are trying to add local images, but after adding in this a few > paths(img/…. site_config/home.jsx, websi

Re: How about add warning notes to 2.7.1 release notes to warn users of one known critical problem?

2019-06-02 Thread Ian Luo
Jason > And the reason generating the internal branch is that the address > fetching logic is not correct in release 2.7.1 Have this fixed in 2.7.2 too? Maybe we could introduce several RC versions before release so we have some > time to take it to production environments mixed together.

100 contributors for dubbo website

2019-06-02 Thread Huxing Zhang
Hi, Today it is very glad to see that we have reached 100 contributors for dubbo website[1], this is the power of the community, thanks to everyone who contributed! https://github.com/apache/dubbo-website -- Best Regards! Huxing

Re: How about add warning notes to 2.7.1 release notes to warn users of one known critical problem?

2019-06-02 Thread Jason Joo
Hi, lan Addressing issue also due to some changes recently and was fixed just after when 2.7.1 was released. Now i have checked our internal branch based on older master but newer than 2.7.1 that has no issue currently. best regards, Jason > On Jun 3, 2019, at 14:21, Ian Luo wrote: > > Jas