Re: 您好,咨询关于SPI在springBoot下不生效的问题。

2020-02-16 Thread Zonghai Shang
上传一下demo. - yiji 何志雄 于2020年2月13日周四 下午5:57写道: > 1、使用版本2.7.X > 2、在META-INFO/dubbo/下添加了扩展点。 > 3、在springBoot启动成功后,通过如下代码,是可以获取到我的扩展的,我试图,指定某个IP进行调用。 > > > > > ExtensionLoader routerFactory = > ExtensionLoader.getExtensionLoader(RouterFactory.class); > > RouterFactory factory = >

Re: [VOTE] Accept dubbogo/hessian2 donation

2019-07-04 Thread Zonghai Shang
+1 Accept -yiji 华 钟明 于2019年7月4日周四 上午11:54写道: > +1 Accept > > Best Regards! > Zhongming Hua > > > 在 2019/7/4 上午11:23,“Xin Wang” 写入: > > +1 Accept > > Huxing Zhang 于2019年7月4日周四 上午10:00写道: > > > Hi All, > > > > This is a formal vote to bring dubbogo/hessian2[1], which is

Re: [IMPORTANT][PPMC] Invitation to be Dubbo PMC member

2019-04-08 Thread Zonghai Shang
YES -yiji Xin Wang 于2019年4月9日周二 上午10:19写道: > YES > > Jun Liu 于2019年4月9日周二 上午10:16写道: > > > YES > > > > Jun > > > > > On Apr 9, 2019, at 10:12 AM, Huxing Zhang wrote: > > > > > > Dear Dubbo PPMC members, > > > > > > (bcc to all PPMC members) > > > > > > The Dubbo community is discussing the

Re: [DISCUSS] PMC Chair of Dubbo

2019-04-03 Thread Zonghai Shang
+1 Ian Luo as PMC chair Ian Luo is the founder of Apache Dubbo project and an expert in RPC. I have communicated with him before, and I admire his accumulation in this field. -yiji Huxing Zhang 于2019年4月4日周四 上午10:27写道: > Hi All, > > According to [1], in the "Preparing a Charter" section, we

Re: [DISCUSS] Graduate Apache Dubbo(incubating) as a Top Level Project

2019-04-01 Thread Zonghai Shang
I am very happy to see the discussion about graduation. Dubbo is an excellent and highly mature rpc framework.In our company's internal production environment, it carries billions of rpc calls per day. There are many open source enthusiasts in the community to participate in the construction, I

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.7.1 [RC1]

2019-03-18 Thread Zonghai Shang
I vote with: +1 release the software I have checked the following list: 1. Are release files in correct location? *OK* 2. Do release files have the word incubating in their name? *OK* 3. Are the digital signature and hashes correct? *OK* 4. Does DISCLAIMER file exist?

Re: [ANN] Welcome new committer: Zhen Li

2019-03-06 Thread Zonghai Shang
Congraduations! -yiji Ian Luo 于2019年3月7日周四 上午10:17写道: > Congraduations, and ps, we use KEEP a lots here :) > > -Ian. > > On Wed, Mar 6, 2019 at 6:26 PM LiZhenNet wrote: > > > Hi Community, > > > > Thank you for your welcome, My name is Lizhen ,I work as a Java Engineer > at > > Keep

Re: [PR2738]: epoll support

2018-12-10 Thread Zonghai Shang
I will modify it again as suggested by the code review. -yiji Ian Luo 于2018年12月11日周二 上午10:43写道: > Hi Zonghai, > > Is there any update on pull request 2738 [1]? It starts to conflict with > the base. > > Thanks, > -Ian. > > 1. https://github.com/apache/incubator-dubbo/pull/2738 >

Re: [ANN] Welcome new committer Zhenqiang Yi

2018-11-11 Thread Zonghai Shang
Congratulations! -yiji yuhang xiu 于2018年11月12日周一 上午10:35写道: > Enjoy your trip to Dubbo! > Congratulations!!! > > 大步流星 <835576...@qq.com> 于2018年11月12日周一 上午10:33写道: > > > Hi, all: > > > > > > I am very honored and very happy to be part of the Dubbo family! ! My > name > > is Yi Zhenqiang, from

Re: Optimize retry in failbackregistry.

2018-11-09 Thread Zonghai Shang
Hi, Sorry, correct my spelling mistakes `HashWhell`, it should be`HashedWheelTimer`. -yiji Zonghai Shang 于2018年11月10日周六 上午11:05写道: > Hi, > > I think the `HashWhell` feature is very good. I read pr carefully and left > some suggestions, please take a look. > > -yiji > >

Re: dubbo使用中的疑问

2018-11-07 Thread Zonghai Shang
Hi, 麻烦图片重新发下,这边看不到图片。 1. dubbo默认多个请求会复用同一个tcp连接,所以只有一个NettyServerWork去处理client io事件,netty模型会把chanel绑定到eventloop,一旦绑定永远不会改变。 2. 你可以增加client端连接数,比如connections=3 或者4,5,然后再观察。 备注: netty服务端默认会把tcp连接公平分发给children eventloop。 -yiji 噬音 <402264...@qq.com> 于2018年11月7日周三 下午7:29写道: > 你们好 >

Netty epoll support for dubbo

2018-11-05 Thread Zonghai Shang
Hi, I added support for the epoll feature for the Dubbo framework.If the system does not support epoll, it will automatically be processed using `nio`. Please help with code review, thanks. Here is my pr: https://github.com/apache/incubator-dubbo/pull/2738 -yiji

Re: preview of new dubbo ops

2018-11-04 Thread Zonghai Shang
1. left pannel can be fixed ? [image: image.png] 2. setting does’t work. [image: image.png] 3. not pretty good, :-) yiji 马金凯 于2018年11月5日周一 下午3:37写道: > I tested locally and found that the problem would be submitted immediately. >

Re: [DISCUSS] Improve graceful shutdown and delete the Bootstrap module.

2018-11-04 Thread Zonghai Shang
Hi, Refactoring helps the framework to be cleaner and I hope to see more detailed tests. -yiji Ian Luo 于2018年11月5日周一 下午2:04写道: > For the reason to remove bootstrap module, I'd like to add more thoughts on > it: > > 1. For all lifecycle relevant code, they should go into dubbo-container. We >

Re: Fix disable provider does’t work.

2018-11-04 Thread Zonghai Shang
nice yiji yuhang xiu 于2018年11月5日周一 上午11:43写道: > Hi > > I add related issue which is listed in dubbo issue list in the comment. > Seems like disable provider also has sth wrong when a provider is in group. > > Zonghai Shang 于2018年11月5日周一 上午11:15写道: > > > Hi, >

Re: Fix disable provider does’t work.

2018-11-04 Thread Zonghai Shang
Hi, sure, done new issue: https://github.com/apache/incubator-dubbo-ops/issues/177 yiji Ian Luo 于2018年11月5日周一 上午10:33写道: > Yiji, > > Would you mind to fire one issue on dubbo-ops, and close the original one? > > Thanks, > -Ian. > > > On Fri, Nov 2, 2018 at 5

Re: Fix disable provider does’t work.

2018-11-02 Thread Zonghai Shang
Hi, Dubbo-ops should control 2 scenes cannot be disabled: 1. All providers disabled 2. Only 1 service provider yiji Zonghai Shang 于2018年11月2日周五 下午4:20写道: > Hi, > > > if the registry center pushes an empty address list to the consumer, it > is very likely a mistake > &

Re: Fix disable provider does’t work.

2018-11-02 Thread Zonghai Shang
n for exact > this scenario. > > Regards, > -Ian. > > > On Fri, Nov 2, 2018 at 12:38 PM Zonghai Shang wrote: > > > Hi, > > > > > Isn’t that a protective mechanism Dubbo deliberately made? For example, > > to protect a `disable=true` policy from working if

Re: Fix disable provider does’t work.

2018-11-01 Thread Zonghai Shang
e registry? > > I will dive into the code later. > > Best regards, > Jun > > > On Nov 1, 2018, at 8:58 PM, Zonghai Shang wrote: > > > > Hi, > > > > I found that the dubbo service was still called after it was disabled. I > > analyzed and fixed this

Fix disable provider does’t work.

2018-11-01 Thread Zonghai Shang
Hi, I found that the dubbo service was still called after it was disabled. I analyzed and fixed this problem. This is my pull request: https://github.com/apache/incubator-dubbo/pull/2729 Please help me check again, thanks. -yiji

Re: pull request 2686

2018-11-01 Thread Zonghai Shang
:-) My understanding is wrong, and keeping the delayed exposure was what I expected. yiji Ian Luo 于2018年11月1日周四 下午1:23写道: > I cannot agree with it. This code is necessary for delay expose. > > On Thu, Nov 1, 2018 at 12:01 PM Zonghai Shang wrote:

Re: pull request 2686

2018-10-31 Thread Zonghai Shang
versions > >> support context refresh callback, we have to start to expose services > after > >> properties set if we find application listener is not supported, and > hope > >> Dubbo service can be exposed normally. > >> > >> I hope this can clarify

Re: pull request 2686

2018-10-31 Thread Zonghai Shang
后,由于 afterPropertiesSet 不再对 delay 进行校验。导致当 delay > 0,且 > supportedApplicationListener = true 时,export 会被 onApplicationEvent 调用,而不是 > afterPropertiesSet。这会造成服务被延迟到 Spring 容器就绪后的 delay > 毫秒暴露,而不是像之前被延迟到afterPropertiesSet 调用 export 后的 delay 毫秒暴露。 > > 这是我目前所发现的问题,不知道和你说的是不是同一个。 > > - xiao

Re: [ANN] Welcome new committer Jinkai Ma

2018-10-31 Thread Zonghai Shang
congratulation! yiji victory 于2018年10月31日周三 上午10:53写道: > congratulation ! My idol. > > 周吉林 于2018年10月31日周三 上午9:10写道: > > > congratulations to Jinkai Ma! > > > > > > YunKun Huang 于2018年10月30日周二 上午11:54写道: > > > > > Congratulations ! > > > > > > On 2018/10/30 03:20:58, yuhang xiu wrote: > > >

Re: pull request 2686

2018-10-31 Thread Zonghai Shang
Hi, 我认为这种修改会造成延迟暴露的bug。 如果要在容器启动10秒后才进行服务暴露怎么办? 原始意图delay= 1表示10秒后执行。 I think this modification will cause a delay in the exposure of the bug. What if you want to expose the service 10 seconds after the spring container started ? The original intention delay = 1 represents execution

Re: Local forced trigger mock does not take effect

2018-09-19 Thread Zonghai Shang
] > > 1. https://github.com/apache/incubator-dubbo/issues/2489 > > Best regards, > Jun > > > On 14 Sep 2018, at 10:34, Zonghai Shang wrote: > > > >>> 4. mock=force > >>> 6. mock=force:xxx.XxService > >>> 7. mock=fail &g

Re: Local forced trigger mock does not take effect

2018-09-13 Thread Zonghai Shang
quot;force:"; > >>> public static final String FORCE_KEY = "force”; > >>> > >>> While search for the doc > >>> https://dubbo.apache.org/zh-cn/docs/user/demos/local-mock.html, < > >>> https://dubbo.apache.org/zh-cn/docs/user/demo

Re: [Dubbo benchmark ]The test results are mixed with the dubbo log.

2018-09-13 Thread Zonghai Shang
0:14写道: > > I plan to support the -f option to output to a file, by the way, this > > benchmark is great. > > I have checked the project, great job by Ian. Do we have a plan for when > and how to release the official benchmark data? > > Best regards, > Jun > > > O

Re: [Dubbo benchmark ]The test results are mixed with the dubbo log.

2018-09-13 Thread Zonghai Shang
> > Regards, > -Ian. > > 1. > > https://github.com/dubbo/dubbo-benchmark/blob/master/client-base/src/main/java/org/apache/dubbo/benchmark/Client.java#L89 > > On Wed, Sep 12, 2018 at 2:32 PM Zonghai Shang wrote: > > > Hi , > > > > I am using

Re: Dubbo new rpc protocol - http2

2018-09-13 Thread Zonghai Shang
cilitate the hand hold device talks to back end > service > > in the future. Pls. review it, advise it. This work can be moved into the > > dubbo rpc project as a built-in extension. > > > > Thanks, > > -Ian. > > > > > > On Thu, Aug 30, 2018 at 10:16 A

[Dubbo benchmark ]The test results are mixed with the dubbo log.

2018-09-12 Thread Zonghai Shang
Hi , I am using performance testing to find out that the output is confusing, it would be better if the output is supported to the file. dubbo-benchmark: https://github.com/dubbo/dubbo-benchmark Here is my test output: ``` # Fork: 1 of 1 # Warmup Iteration 1: Sep 12, 2018 2:22:31 PM

Re: Local forced trigger mock does not take effect

2018-09-11 Thread Zonghai Shang
egal charactor, only digit, letter, > > '-', '_' and '.' is legal. > > > > I think maybe the implementation of mock may have bugs. > > I haven’t tried this usage in xml yet, seems like we need to find the > problem and fix it so that it can work properly as expecte

Re: [ANNOUNCE] Welcome new committer Minxuan Zhuang

2018-09-11 Thread Zonghai Shang
Congratulations! yiji yuhang xiu 于2018年9月12日周三 上午10:09写道: > Congratulations! > Welcome to Dubbo. :) > > Huxing Zhang 于2018年9月12日周三 上午7:26写道: > > > Congratulations! > > On Tue, Sep 11, 2018 at 8:39 PM Jun Liu wrote: > > > > > > Hi, Community, > > > > > > On behalf of the Dubbo PPMC, I am

Re: 关于dubbo的版本

2018-09-11 Thread Zonghai Shang
Welcome, github: https://github.com/apache/incubator-dubbo yiji 宗荣 于2018年9月12日周三 上午11:06写道: > http://mvnrepository.com/artifact/com.alibaba/dubbo > 这个是dubbo版本的官方地址吗,里面的最新版本是2.6.3,但我看网上有一些版本已经到了2.8.4,我是一名刚开始学习dubbo的开发人员,不知能否帮忙解答下,谢谢!

Re: Local forced trigger mock does not take effect

2018-09-11 Thread Zonghai Shang
1. Improve the documentation > 2. Consider the configuration of xml compatible with the configuration of > the override protocol > > Zonghai Shang 于2018年9月12日周三 上午10:24写道: > > > > 1. mock=“true”, this will direct the to the default mock implementation >

Re: Local forced trigger mock does not take effect

2018-09-11 Thread Zonghai Shang
c is located. > > > `com.alibaba.dubbo.common.utils.ConfigUtils#isDefault` should support > > force? Can someone help me? > > Given the above usage supported I think there’s no need to add an extra > mock=“force” support. What do u think? > > Best regards, > Jun > >

Re: Local forced trigger mock does not take effect

2018-09-11 Thread Zonghai Shang
ue, Sep 11, 2018 at 4:32 PM Zonghai Shang wrote: > > > Sorry, invoke refer > > here: > > com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker#invoke > > > > Zonghai Shang 于2018年9月11日周二 下午4:31写道: > > > > > Hi, > > > > > > M

Re: Local forced trigger mock does not take effect

2018-09-11 Thread Zonghai Shang
Sorry, invoke refer here: com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker#invoke Zonghai Shang 于2018年9月11日周二 下午4:31写道: > Hi, > > MockClusterInvoker provides local forced mock,I tested it locally, but it > doesn't work. > > @Override > public Result invoke(

Local forced trigger mock does not take effect

2018-09-11 Thread Zonghai Shang
Hi, MockClusterInvoker provides local forced mock,I tested it locally, but it doesn't work. @Override public Result invoke(Invocation invocation) throws RpcException { // …. else if (value.startsWith("force")) { if (logger.isWarnEnabled()) { logger.info("force-mock: "

Re: Dubbo document update registry's group attribute description

2018-09-07 Thread Zonghai Shang
> The dubbo document is missing the registration group attribute description. > I am planning to issue a Pull Request to update the group description, because many users use the registry group for environment isolation. Can you provide a document address? > By the way, dubbo-ops does not support

Re: Meet Dubbo

2018-09-05 Thread Zonghai Shang
Great problem handling, learning. yiji Jerrick Zhu 于2018年9月5日周三 下午2:42写道: > On Wed, Sep 5, 2018 at 2:40 PM yuhang xiu wrote: > > > Hi, > > Ok, I will submit it to dubbo-website after adjustment.I will adjust the > > content of the article according to the latest version of dubbo, so that > >

Re: Dubbo demo should be removed

2018-09-05 Thread Zonghai Shang
to do some documentation updates. But it won't take a long time, We can mark the demo migration in the release and give the example project guidelines. Maybe we should listen to the opinions of other friends. yiji Best Regards Huxing Zhang 于2018年9月5日周三 上午10:03写道: > Hi, > > On Tue, S

Dubbo demo should be removed

2018-09-04 Thread Zonghai Shang
Hello Dubbo Community, I think it's time to delete the demo module.Because all the examples are maintained here : https://github.com/dubbo/dubbo-samples yiji Best Regards

Re: Dubbo new rpc protocol - http2

2018-08-29 Thread Zonghai Shang
purpose and why > Dubbo should support http2 or something like that worth explanation. That > would make it easier for the community to express their opinions. > > Would you like to provide a proposal? > > Best regards, > Jun > > > On 29 Aug 2018, at 14:17, Zonghai Sha

Dubbo new rpc protocol - http2

2018-08-29 Thread Zonghai Shang
Hi All, Very happy to show the new dubbo rpc protocol - http2, new extended protocols provide secure connections, multiplexed connections, asynchronous parameter callbacks, etc. http2 protocol: https://github.com/zonghaishang/dubbo-rpc-http2.git http2 example:

Re: [ANN] Welcome new committer, carryxyh

2018-08-28 Thread Zonghai Shang
Wow, welcome to dubbo, congratulations! yiji Jun Liu 于2018年8月29日周三 下午1:40写道: > Hi All, > > On behalf of the Dubbo PPMC, I am pleased to announce that Yuhang Xiu, > github id carryxyh, has been voted in as a new Dubbo committer. > > Please join me to say congratulations to him! > > Hi Yuhang,

Re: Proposal for moving dubbo-rpc-xxx dubbo-serialization-xxx dubbo-remoting-xxx and dubbo-registry-xxx to dubbo ecosystem

2018-08-20 Thread Zonghai Shang
By the way Dubbo-all.jar should be provided after splitting, which is convenient for low-level version upgrades. 凝雨 于2018年8月20日周一 上午10:26写道: > +1,dubbo It should be streamlined. > I agree with keeping the following modules: > * dubbo-registry-multicast, > * dubbo-rpc-injvm, > *

Re: Proposal for moving dubbo-rpc-xxx dubbo-serialization-xxx dubbo-remoting-xxx and dubbo-registry-xxx to dubbo ecosystem

2018-08-16 Thread Zonghai Shang
+1, Looking forward to the dubbo framework after refactored. Minxuan Zhuang 于2018年8月16日周四 下午5:18写道: > +1 dubbo ecosystem has more and more components, so dubbo core can keep > simple and focus > > On Thu, Aug 16, 2018 at 4:58 PM wu tianbiao wrote: > > > +1, UT is really time-consuming > > > >

Re: [ANN] New committer: htynkn(YunKun Huang)

2018-07-10 Thread Zonghai Shang
Congratulations, welcome to join the dubbo team, :-) YunKun Huang 于2018年7月10日周二 下午4:54写道: > hey all, > > It is a great honor to be a committer. My name is Yunkun Huang. I'm a java > developer and I work for ThoughtWorks to support some overseas client in > past 4 years. Recently I just join a

Re: [Discuss] new version of dubbo ops

2018-07-05 Thread Zonghai Shang
+1 for merge admin and monitor to one +1 for use bootstrap+Vue.js for front end rendering, rest framwork is more flexible. Andrea Del Bene 于2018年7月5日周四 下午3:26写道: > +1 for merge admin and monitor to one > +0.5 for use bootstrap+Vue.js. I wouldn't choose to implement it with a > SPA/JavaScript

Requirements for upgrading the netty4 version

2018-07-04 Thread Zonghai Shang
Hi Dubbers! Because the `dubbo-rpc-http2` and `etcd3` registry modules have been scheduled into the development plan, but will rely on the `netty-http2-codec` feature provided by netty (not supported by netty version 4.0.35). It is recommended to upgrade to the 4.1.25-final version and perform a

Support unit router feature, may be a nice feature

2018-03-08 Thread zonghai shang
Support unit router feature for dubbo, new feature pr: https://github.com/alibaba/dubbo/pull/1438 What problems can this feature solve? case 1: If we have two instance of services or more, we call it serviceA(192.168.0.1), serviceA(192.168.0.2). We want to invoke serviceA (192.168.0.2) first,