Re: [ANNOUNCE] Apache Dubbo(incubating) 2.6.5 has been released

2018-11-22 Thread 田 小波
Hi, the release note contains some spelling error. As follow:

[cid:9EB94120-F31C-4B31-9077-01BF76021B3E]

The "Reactor" should be modified to “Refactor".

在 2018年11月23日,下午3:28,yuhang xiu mailto:carry...@gmail.com>> 
写道:

Nice work.
Let us move on.

victory mailto:vict...@apache.org>> 于2018年11月23日周五 下午3:23写道:

Hi, community,

I am pleased to announce that the 2.6.5 version has just been released.
Both the source release[1] and the maven binary release[2] are available
now, you can also find the detailed release notes in here[3] or quickly
check the important changes I list below:

Enhancements / Features:
- Reactor the generation rule for @Service Bean name
[#2235](https://github.com/apache/incubator-dubbo/issues/2235)
- Introduce a new Spring ApplicationEvent for ServiceBean exporting
[#2251](https://github.com/apache/incubator-dubbo/issues/2251)
- [Enhancement] the algorithm of load issue on Windows.
[#1641](https://github.com/apache/incubator-dubbo/issues/1641)
- add javadoc to dubbo-all module good first issue.
[#2600](https://github.com/apache/incubator-dubbo/issues/2600)
- [Enhancement] Reactor the generation rule for @Service Bean name
type/enhancement
[#2235](https://github.com/apache/incubator-dubbo/issues/2235)
- Optimize LeastActiveLoadBalance and add weight test case.
[#2540](https://github.com/apache/incubator-dubbo/issues/2540)
- Smooth Round Robin selection.
[#2578](https://github.com/apache/incubator-dubbo/issues/2578)
[#2647](https://github.com/apache/incubator-dubbo/pull/2647)
- [Enhancement] Resolve the placeholders for sub-properties.
[#2297](https://github.com/apache/incubator-dubbo/issues/2297)
- Add ability to turn off SPI auto injection, special support for
generic Object type injection.
[#2681](https://github.com/apache/incubator-dubbo/pull/2681)

Bugfixes:
- @Service(register=false) is not work.
[#2063](https://github.com/apache/incubator-dubbo/issues/2063)
- Our customized serialization id exceeds the maximum limit, now it
cannot work on 2.6.2 anymore.
[#1903](https://github.com/apache/incubator-dubbo/issues/1903)
- Consumer throws RpcException after RegistryDirectory notify in high
QPS. [#2016](https://github.com/apache/incubator-dubbo/issues/2016)
- Annotation @Reference can't support to export a service with a sync
one and an async one .
[#2194](https://github.com/apache/incubator-dubbo/issues/2194)
-
`org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey`
has a bug. [#2522](https://github.com/apache/incubator-dubbo/issues/2522)
- 2.6.x Spring Event & Bugfix.
[#2256](https://github.com/apache/incubator-dubbo/issues/2256)
- Fix incorrect descriptions for dubbo-serialization module.
[#2665](https://github.com/apache/incubator-dubbo/issues/2665)
- A empty directory
dubbo-config/dubbo-config-spring/src/test/resources/work after package
source tgz. [#2560](https://github.com/apache/incubator-dubbo/issues/2560)
- Fixed 2.6.x branch a minor issue with doConnect not using
getConnectTimeout() in NettyClient.  (*No issue*).
[#2622](https://github.com/apache/incubator-dubbo/pull/2622)
- Bean name of @service annotated class does not resolve placeholder.
[#1755](https://github.com/apache/incubator-dubbo/issues/1755)



Normally, you can smoothly upgrade to the new version from any version
before 2.6.5 without having to do too many changes to your apps and without
having to worry about any incompatible problems.
If you have any usage questions, or have problems when upgrading or find
any problems about enhancements included in this release, please don’t
hesitate to let us know by sending feedback to this mailing list or filing
an issue on github[4].

1. https://dist.apache.org/repos/dist/release/incubator/dubbo/2.6.5/

2. http://central.maven.org/maven2/com/alibaba/
3. https://github.com/apache/incubator-dubbo/releases
4. https://github.com/apache/incubator-dubbo/issues


Best Regard!
cvictory




About tag routing

2018-11-22 Thread ????
I saw on the official website that dubbo's tag routing is supported in version 
2.7.0


Is version 2.7.0 released now? I think the latest version is 2.6.x


Tag routing is a roadmap that hasn't been implemented yet?

Re: [ANNOUNCE] Apache Dubbo(incubating) 2.6.5 has been released

2018-11-22 Thread yuhang xiu
Nice work.
Let us move on.

victory  于2018年11月23日周五 下午3:23写道:

> Hi, community,
>
> I am pleased to announce that the 2.6.5 version has just been released.
> Both the source release[1] and the maven binary release[2] are available
> now, you can also find the detailed release notes in here[3] or quickly
> check the important changes I list below:
>
> Enhancements / Features:
> - Reactor the generation rule for @Service Bean name
> [#2235](https://github.com/apache/incubator-dubbo/issues/2235)
> - Introduce a new Spring ApplicationEvent for ServiceBean exporting
> [#2251](https://github.com/apache/incubator-dubbo/issues/2251)
> - [Enhancement] the algorithm of load issue on Windows.
> [#1641](https://github.com/apache/incubator-dubbo/issues/1641)
> - add javadoc to dubbo-all module good first issue.
> [#2600](https://github.com/apache/incubator-dubbo/issues/2600)
> - [Enhancement] Reactor the generation rule for @Service Bean name
> type/enhancement
> [#2235](https://github.com/apache/incubator-dubbo/issues/2235)
> - Optimize LeastActiveLoadBalance and add weight test case.
> [#2540](https://github.com/apache/incubator-dubbo/issues/2540)
> - Smooth Round Robin selection.
> [#2578](https://github.com/apache/incubator-dubbo/issues/2578)
> [#2647](https://github.com/apache/incubator-dubbo/pull/2647)
> - [Enhancement] Resolve the placeholders for sub-properties.
> [#2297](https://github.com/apache/incubator-dubbo/issues/2297)
> - Add ability to turn off SPI auto injection, special support for
> generic Object type injection.
> [#2681](https://github.com/apache/incubator-dubbo/pull/2681)
>
> Bugfixes:
> - @Service(register=false) is not work.
> [#2063](https://github.com/apache/incubator-dubbo/issues/2063)
> - Our customized serialization id exceeds the maximum limit, now it
> cannot work on 2.6.2 anymore.
> [#1903](https://github.com/apache/incubator-dubbo/issues/1903)
> - Consumer throws RpcException after RegistryDirectory notify in high
> QPS. [#2016](https://github.com/apache/incubator-dubbo/issues/2016)
> - Annotation @Reference can't support to export a service with a sync
> one and an async one .
> [#2194](https://github.com/apache/incubator-dubbo/issues/2194)
> -
> `org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey`
> has a bug. [#2522](https://github.com/apache/incubator-dubbo/issues/2522)
> - 2.6.x Spring Event & Bugfix.
> [#2256](https://github.com/apache/incubator-dubbo/issues/2256)
> - Fix incorrect descriptions for dubbo-serialization module.
> [#2665](https://github.com/apache/incubator-dubbo/issues/2665)
> - A empty directory
> dubbo-config/dubbo-config-spring/src/test/resources/work after package
> source tgz. [#2560](https://github.com/apache/incubator-dubbo/issues/2560)
> - Fixed 2.6.x branch a minor issue with doConnect not using
> getConnectTimeout() in NettyClient.  (*No issue*).
> [#2622](https://github.com/apache/incubator-dubbo/pull/2622)
> - Bean name of @service annotated class does not resolve placeholder.
> [#1755](https://github.com/apache/incubator-dubbo/issues/1755)
>
>
>
> Normally, you can smoothly upgrade to the new version from any version
> before 2.6.5 without having to do too many changes to your apps and without
> having to worry about any incompatible problems.
> If you have any usage questions, or have problems when upgrading or find
> any problems about enhancements included in this release, please don’t
> hesitate to let us know by sending feedback to this mailing list or filing
> an issue on github[4].
>
> 1. https://dist.apache.org/repos/dist/release/incubator/dubbo/2.6.5/
> 
> 2. http://central.maven.org/maven2/com/alibaba/
> 3. https://github.com/apache/incubator-dubbo/releases
> 4. https://github.com/apache/incubator-dubbo/issues
>
>
> Best Regard!
> cvictory
>


[ANNOUNCE] Apache Dubbo(incubating) 2.6.5 has been released

2018-11-22 Thread victory
Hi, community,

I am pleased to announce that the 2.6.5 version has just been released.
Both the source release[1] and the maven binary release[2] are available
now, you can also find the detailed release notes in here[3] or quickly
check the important changes I list below:

Enhancements / Features:
- Reactor the generation rule for @Service Bean name
[#2235](https://github.com/apache/incubator-dubbo/issues/2235)
- Introduce a new Spring ApplicationEvent for ServiceBean exporting
[#2251](https://github.com/apache/incubator-dubbo/issues/2251)
- [Enhancement] the algorithm of load issue on Windows.
[#1641](https://github.com/apache/incubator-dubbo/issues/1641)
- add javadoc to dubbo-all module good first issue.
[#2600](https://github.com/apache/incubator-dubbo/issues/2600)
- [Enhancement] Reactor the generation rule for @Service Bean name
type/enhancement
[#2235](https://github.com/apache/incubator-dubbo/issues/2235)
- Optimize LeastActiveLoadBalance and add weight test case.
[#2540](https://github.com/apache/incubator-dubbo/issues/2540)
- Smooth Round Robin selection.
[#2578](https://github.com/apache/incubator-dubbo/issues/2578)
[#2647](https://github.com/apache/incubator-dubbo/pull/2647)
- [Enhancement] Resolve the placeholders for sub-properties.
[#2297](https://github.com/apache/incubator-dubbo/issues/2297)
- Add ability to turn off SPI auto injection, special support for
generic Object type injection.
[#2681](https://github.com/apache/incubator-dubbo/pull/2681)

Bugfixes:
- @Service(register=false) is not work.
[#2063](https://github.com/apache/incubator-dubbo/issues/2063)
- Our customized serialization id exceeds the maximum limit, now it
cannot work on 2.6.2 anymore.
[#1903](https://github.com/apache/incubator-dubbo/issues/1903)
- Consumer throws RpcException after RegistryDirectory notify in high
QPS. [#2016](https://github.com/apache/incubator-dubbo/issues/2016)
- Annotation @Reference can't support to export a service with a sync
one and an async one .
[#2194](https://github.com/apache/incubator-dubbo/issues/2194)
- 
`org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey`
has a bug. [#2522](https://github.com/apache/incubator-dubbo/issues/2522)
- 2.6.x Spring Event & Bugfix.
[#2256](https://github.com/apache/incubator-dubbo/issues/2256)
- Fix incorrect descriptions for dubbo-serialization module.
[#2665](https://github.com/apache/incubator-dubbo/issues/2665)
- A empty directory
dubbo-config/dubbo-config-spring/src/test/resources/work after package
source tgz. [#2560](https://github.com/apache/incubator-dubbo/issues/2560)
- Fixed 2.6.x branch a minor issue with doConnect not using
getConnectTimeout() in NettyClient.  (*No issue*).
[#2622](https://github.com/apache/incubator-dubbo/pull/2622)
- Bean name of @service annotated class does not resolve placeholder.
[#1755](https://github.com/apache/incubator-dubbo/issues/1755)



Normally, you can smoothly upgrade to the new version from any version
before 2.6.5 without having to do too many changes to your apps and without
having to worry about any incompatible problems.
If you have any usage questions, or have problems when upgrading or find
any problems about enhancements included in this release, please don’t
hesitate to let us know by sending feedback to this mailing list or filing
an issue on github[4].

1. https://dist.apache.org/repos/dist/release/incubator/dubbo/2.6.5/

2. http://central.maven.org/maven2/com/alibaba/
3. https://github.com/apache/incubator-dubbo/releases
4. https://github.com/apache/incubator-dubbo/issues


Best Regard!
cvictory


Re: Fix issue 2425 and bring a new contributor

2018-11-22 Thread yuhang xiu
I agree.

He will try to subscribe to our mailing list next week. I will introduce
him to you after he comes here. :)

Ian Luo  于2018年11月23日周五 下午3:18写道:

> Good job, pls. encourage them to look into 'help wanted' and 'good first
> issue' issues. Even they are not willing to join mailing list to discuss, I
> think it is still helpful if they can subscribe and act as a watcher for
> now.
>
> On the other hand, we ourselves should discuss more both here and on GitHub
> issue.
>
> Thanks,
> -Ian.
>
>
> On Fri, Nov 23, 2018 at 12:17 PM yuhang xiu  wrote:
>
> > Yes. This is also one of my future work. Let them have the idea of
> `apache
> > way`.
> > I'll try my best. At the latest next week, I can bring at least the
> > submitter of the pr which fix issue 2425 here. :)
> >
> > 田 小波  于2018年11月23日周五 下午12:03写道:
> >
> > > Maybe domestic developers are not used to discuss by mailing list, most
> > of
> > > them prefer QQ and WeChat group. The mailing list is a new thing for
> most
> > > the developers, they may not do know what is it, and how to use.
> > >
> > > > 在 2018年11月23日,上午11:58,yuhang xiu  写道:
> > > >
> > > > Hi huxing,
> > > >
> > > > Some people are less willing to be interrupted by some mails.
> > > > Some people think that github is enough. Currently they have not
> > > > participated in the dubbo community, so I personally understand that
> > they
> > > > still can't understand the value of the mailing list.
> > > >
> > > > My personal plan is to get involved in the community first, and then
> > > bring
> > > > them here.
> > > >
> > > > By the way, pr[1] has already been submitted to github, and I am very
> > > glad
> > > > that our discussion in a few days is fruitful. For him, this must be
> a
> > > new
> > > > experience.
> > > >
> > > > [1] https://github.com/apache/incubator-dubbo/pull/2822
> > > >
> > > > Thx
> > > >
> > > > Huxing Zhang  于2018年11月23日周五 上午11:39写道:
> > > >
> > > >> On Fri, Nov 23, 2018 at 11:32 AM yuhang xiu 
> > wrote:
> > > >>>
> > > >>> Hi, community
> > > >>>
> > > >>> Recently I tried to distribute some simple issue fixes to newcomers
> > who
> > > >>> have not contributed to dubbo to cultivate their passion for
> > > >> participating
> > > >>> in the dubbo community.
> > > >>>
> > > >>> I have passed a newcomer and handed him the issue of issue 2425,
> > > >> discussed
> > > >>> the solution with him and directed him to the fork repository and
> > > submit
> > > >>> the pr.
> > > >>>
> > > >>> Some of them don't have a deep understanding of dubbo, but they
> like
> > > >> dubbo
> > > >>> and are willing to participate in open source work. I have
> organized
> > a
> > > >>> group of several people at the moment. This is good news, I will
> > > collect
> > > >>> some relatively simple issues in the future and encourage them to
> fix
> > > >> them.
> > > >>> On issue 2425, we will soon receive a new PR from a new
> contributor.
> > > >>
> > > >> Good to hear that!
> > > >>
> > > >>>
> > > >>> Another unhealthy news is that I have not yet convinced them to
> > > >> participate
> > > >>> in the discussion of the mailing list. :(
> > > >>> But I will never give up. :)
> > > >>
> > > >> May I ask why they are not coming to mailing list?
> > > >> I'd like to help if you can give more background information.
> > > >>
> > > >>>
> > > >>> If we can pass the issue 2425 pr, I will definitely introduce this
> > new
> > > >>> contributor on the mailing list, I think that would be a good
> > > opportunity
> > > >>> for him to participate in the discussion of the mailing list. :)
> > > >>>
> > > >>> Thx.
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> Best Regards!
> > > >> Huxing
> > > >>
> > >
> > >
> >
>


Re: Fix issue 2425 and bring a new contributor

2018-11-22 Thread Ian Luo
Good job, pls. encourage them to look into 'help wanted' and 'good first
issue' issues. Even they are not willing to join mailing list to discuss, I
think it is still helpful if they can subscribe and act as a watcher for
now.

On the other hand, we ourselves should discuss more both here and on GitHub
issue.

Thanks,
-Ian.


On Fri, Nov 23, 2018 at 12:17 PM yuhang xiu  wrote:

> Yes. This is also one of my future work. Let them have the idea of `apache
> way`.
> I'll try my best. At the latest next week, I can bring at least the
> submitter of the pr which fix issue 2425 here. :)
>
> 田 小波  于2018年11月23日周五 下午12:03写道:
>
> > Maybe domestic developers are not used to discuss by mailing list, most
> of
> > them prefer QQ and WeChat group. The mailing list is a new thing for most
> > the developers, they may not do know what is it, and how to use.
> >
> > > 在 2018年11月23日,上午11:58,yuhang xiu  写道:
> > >
> > > Hi huxing,
> > >
> > > Some people are less willing to be interrupted by some mails.
> > > Some people think that github is enough. Currently they have not
> > > participated in the dubbo community, so I personally understand that
> they
> > > still can't understand the value of the mailing list.
> > >
> > > My personal plan is to get involved in the community first, and then
> > bring
> > > them here.
> > >
> > > By the way, pr[1] has already been submitted to github, and I am very
> > glad
> > > that our discussion in a few days is fruitful. For him, this must be a
> > new
> > > experience.
> > >
> > > [1] https://github.com/apache/incubator-dubbo/pull/2822
> > >
> > > Thx
> > >
> > > Huxing Zhang  于2018年11月23日周五 上午11:39写道:
> > >
> > >> On Fri, Nov 23, 2018 at 11:32 AM yuhang xiu 
> wrote:
> > >>>
> > >>> Hi, community
> > >>>
> > >>> Recently I tried to distribute some simple issue fixes to newcomers
> who
> > >>> have not contributed to dubbo to cultivate their passion for
> > >> participating
> > >>> in the dubbo community.
> > >>>
> > >>> I have passed a newcomer and handed him the issue of issue 2425,
> > >> discussed
> > >>> the solution with him and directed him to the fork repository and
> > submit
> > >>> the pr.
> > >>>
> > >>> Some of them don't have a deep understanding of dubbo, but they like
> > >> dubbo
> > >>> and are willing to participate in open source work. I have organized
> a
> > >>> group of several people at the moment. This is good news, I will
> > collect
> > >>> some relatively simple issues in the future and encourage them to fix
> > >> them.
> > >>> On issue 2425, we will soon receive a new PR from a new contributor.
> > >>
> > >> Good to hear that!
> > >>
> > >>>
> > >>> Another unhealthy news is that I have not yet convinced them to
> > >> participate
> > >>> in the discussion of the mailing list. :(
> > >>> But I will never give up. :)
> > >>
> > >> May I ask why they are not coming to mailing list?
> > >> I'd like to help if you can give more background information.
> > >>
> > >>>
> > >>> If we can pass the issue 2425 pr, I will definitely introduce this
> new
> > >>> contributor on the mailing list, I think that would be a good
> > opportunity
> > >>> for him to participate in the discussion of the mailing list. :)
> > >>>
> > >>> Thx.
> > >>
> > >>
> > >>
> > >> --
> > >> Best Regards!
> > >> Huxing
> > >>
> >
> >
>


Re: Meetup in Hangzhou

2018-11-22 Thread Huxing Zhang
Hi,

On Fri, Nov 23, 2018 at 11:59 AM Justin Mclean  wrote:
>
> Hi,
>
> Actually I strongly suggest we should do it in a more open way next
> > time, e.g. announce the meetup, and call for talks from the mailing list.
> >
>
> I strongly suggest you also do this.
>
> Why is the "meetup management committee" not discussing this on list?

Some of them are organizers from the sponsor, and people who are
organizing the meetup are quite different for each meetup.
They don't get use to organize such an event using mailing list.
I think this is a problem, I am trying to encourage them to be on the
list. For some private information, at least they should contact the
@private list.

> why are they separate from the PPMC?

They are separated because some of the organizers are not in the Dubbo
PPMC. But some of the PPMC are involved.

>
> Thanks,
> Justin
>
> >



-- 
Best Regards!
Huxing


Re: Fix issue 2425 and bring a new contributor

2018-11-22 Thread yuhang xiu
Yes. This is also one of my future work. Let them have the idea of `apache
way`.
I'll try my best. At the latest next week, I can bring at least the
submitter of the pr which fix issue 2425 here. :)

田 小波  于2018年11月23日周五 下午12:03写道:

> Maybe domestic developers are not used to discuss by mailing list, most of
> them prefer QQ and WeChat group. The mailing list is a new thing for most
> the developers, they may not do know what is it, and how to use.
>
> > 在 2018年11月23日,上午11:58,yuhang xiu  写道:
> >
> > Hi huxing,
> >
> > Some people are less willing to be interrupted by some mails.
> > Some people think that github is enough. Currently they have not
> > participated in the dubbo community, so I personally understand that they
> > still can't understand the value of the mailing list.
> >
> > My personal plan is to get involved in the community first, and then
> bring
> > them here.
> >
> > By the way, pr[1] has already been submitted to github, and I am very
> glad
> > that our discussion in a few days is fruitful. For him, this must be a
> new
> > experience.
> >
> > [1] https://github.com/apache/incubator-dubbo/pull/2822
> >
> > Thx
> >
> > Huxing Zhang  于2018年11月23日周五 上午11:39写道:
> >
> >> On Fri, Nov 23, 2018 at 11:32 AM yuhang xiu  wrote:
> >>>
> >>> Hi, community
> >>>
> >>> Recently I tried to distribute some simple issue fixes to newcomers who
> >>> have not contributed to dubbo to cultivate their passion for
> >> participating
> >>> in the dubbo community.
> >>>
> >>> I have passed a newcomer and handed him the issue of issue 2425,
> >> discussed
> >>> the solution with him and directed him to the fork repository and
> submit
> >>> the pr.
> >>>
> >>> Some of them don't have a deep understanding of dubbo, but they like
> >> dubbo
> >>> and are willing to participate in open source work. I have organized a
> >>> group of several people at the moment. This is good news, I will
> collect
> >>> some relatively simple issues in the future and encourage them to fix
> >> them.
> >>> On issue 2425, we will soon receive a new PR from a new contributor.
> >>
> >> Good to hear that!
> >>
> >>>
> >>> Another unhealthy news is that I have not yet convinced them to
> >> participate
> >>> in the discussion of the mailing list. :(
> >>> But I will never give up. :)
> >>
> >> May I ask why they are not coming to mailing list?
> >> I'd like to help if you can give more background information.
> >>
> >>>
> >>> If we can pass the issue 2425 pr, I will definitely introduce this new
> >>> contributor on the mailing list, I think that would be a good
> opportunity
> >>> for him to participate in the discussion of the mailing list. :)
> >>>
> >>> Thx.
> >>
> >>
> >>
> >> --
> >> Best Regards!
> >> Huxing
> >>
>
>


Re: Fix issue 2425 and bring a new contributor

2018-11-22 Thread 田 小波
Maybe domestic developers are not used to discuss by mailing list, most of them 
prefer QQ and WeChat group. The mailing list is a new thing for most the 
developers, they may not do know what is it, and how to use.

> 在 2018年11月23日,上午11:58,yuhang xiu  写道:
> 
> Hi huxing,
> 
> Some people are less willing to be interrupted by some mails.
> Some people think that github is enough. Currently they have not
> participated in the dubbo community, so I personally understand that they
> still can't understand the value of the mailing list.
> 
> My personal plan is to get involved in the community first, and then bring
> them here.
> 
> By the way, pr[1] has already been submitted to github, and I am very glad
> that our discussion in a few days is fruitful. For him, this must be a new
> experience.
> 
> [1] https://github.com/apache/incubator-dubbo/pull/2822
> 
> Thx
> 
> Huxing Zhang  于2018年11月23日周五 上午11:39写道:
> 
>> On Fri, Nov 23, 2018 at 11:32 AM yuhang xiu  wrote:
>>> 
>>> Hi, community
>>> 
>>> Recently I tried to distribute some simple issue fixes to newcomers who
>>> have not contributed to dubbo to cultivate their passion for
>> participating
>>> in the dubbo community.
>>> 
>>> I have passed a newcomer and handed him the issue of issue 2425,
>> discussed
>>> the solution with him and directed him to the fork repository and submit
>>> the pr.
>>> 
>>> Some of them don't have a deep understanding of dubbo, but they like
>> dubbo
>>> and are willing to participate in open source work. I have organized a
>>> group of several people at the moment. This is good news, I will collect
>>> some relatively simple issues in the future and encourage them to fix
>> them.
>>> On issue 2425, we will soon receive a new PR from a new contributor.
>> 
>> Good to hear that!
>> 
>>> 
>>> Another unhealthy news is that I have not yet convinced them to
>> participate
>>> in the discussion of the mailing list. :(
>>> But I will never give up. :)
>> 
>> May I ask why they are not coming to mailing list?
>> I'd like to help if you can give more background information.
>> 
>>> 
>>> If we can pass the issue 2425 pr, I will definitely introduce this new
>>> contributor on the mailing list, I think that would be a good opportunity
>>> for him to participate in the discussion of the mailing list. :)
>>> 
>>> Thx.
>> 
>> 
>> 
>> --
>> Best Regards!
>> Huxing
>> 



Re: Fix issue 2425 and bring a new contributor

2018-11-22 Thread yuhang xiu
Hi huxing,

Some people are less willing to be interrupted by some mails.
Some people think that github is enough. Currently they have not
participated in the dubbo community, so I personally understand that they
still can't understand the value of the mailing list.

My personal plan is to get involved in the community first, and then bring
them here.

By the way, pr[1] has already been submitted to github, and I am very glad
that our discussion in a few days is fruitful. For him, this must be a new
experience.

[1] https://github.com/apache/incubator-dubbo/pull/2822

Thx

Huxing Zhang  于2018年11月23日周五 上午11:39写道:

> On Fri, Nov 23, 2018 at 11:32 AM yuhang xiu  wrote:
> >
> > Hi, community
> >
> > Recently I tried to distribute some simple issue fixes to newcomers who
> > have not contributed to dubbo to cultivate their passion for
> participating
> > in the dubbo community.
> >
> > I have passed a newcomer and handed him the issue of issue 2425,
> discussed
> > the solution with him and directed him to the fork repository and submit
> > the pr.
> >
> > Some of them don't have a deep understanding of dubbo, but they like
> dubbo
> > and are willing to participate in open source work. I have organized a
> > group of several people at the moment. This is good news, I will collect
> > some relatively simple issues in the future and encourage them to fix
> them.
> > On issue 2425, we will soon receive a new PR from a new contributor.
>
> Good to hear that!
>
> >
> > Another unhealthy news is that I have not yet convinced them to
> participate
> > in the discussion of the mailing list. :(
> > But I will never give up. :)
>
> May I ask why they are not coming to mailing list?
> I'd like to help if you can give more background information.
>
> >
> > If we can pass the issue 2425 pr, I will definitely introduce this new
> > contributor on the mailing list, I think that would be a good opportunity
> > for him to participate in the discussion of the mailing list. :)
> >
> > Thx.
>
>
>
> --
> Best Regards!
> Huxing
>


Re: Meetup in Hangzhou

2018-11-22 Thread Justin Mclean
Hi,

Actually I strongly suggest we should do it in a more open way next
> time, e.g. announce the meetup, and call for talks from the mailing list.
>

I strongly suggest you also do this.

Why is the "meetup management committee" not discussing this on list? and
why are they separate from the PPMC?

Thanks,
Justin

>


回复:Fix issue 2425 and bring a new contributor

2018-11-22 Thread 马金凯
+1, that is a good way to guide them to the mailing list


--
发件人:yuhang xiu 
发送时间:2018年11月23日(星期五) 11:32
收件人:dev 
主 题:Fix issue 2425 and bring a new contributor

Hi, community

Recently I tried to distribute some simple issue fixes to newcomers who
have not contributed to dubbo to cultivate their passion for participating
in the dubbo community.

I have passed a newcomer and handed him the issue of issue 2425, discussed
the solution with him and directed him to the fork repository and submit
the pr.

Some of them don't have a deep understanding of dubbo, but they like dubbo
and are willing to participate in open source work. I have organized a
group of several people at the moment. This is good news, I will collect
some relatively simple issues in the future and encourage them to fix them.
On issue 2425, we will soon receive a new PR from a new contributor.

Another unhealthy news is that I have not yet convinced them to participate
in the discussion of the mailing list. :(
But I will never give up. :)

If we can pass the issue 2425 pr, I will definitely introduce this new
contributor on the mailing list, I think that would be a good opportunity
for him to participate in the discussion of the mailing list. :)

Thx.



Re: A Proposal for Apache Dubbo(incubating) Hangzhou meetup

2018-11-22 Thread Huxing Zhang
On Fri, Nov 23, 2018 at 10:46 AM Ian Luo  wrote:
>
> Huxing,
>
> The agenda looks good. Here's one more small thing I'd like you to help
> here. Would you mind to forecast this event on Dubbo's website too if the
> agenda is already finalized.

Sure, I will do when the proposal is approved. Let's wait for a few more time.

>
> Thanks,
> -Ian.
>
>
> On Fri, Nov 23, 2018 at 10:32 AM Huxing Zhang  wrote:
>
> > Hi Dubbo PMC & community,
> >
> > Apache Dubbo(incubating) Hangzhou meetup will be held in Hangzhou on
> > December 1st (Saturday), on behalf of the meetup management committee,
> > I am proposing the following schedule and request for the permission
> > from PMC.
> >
> > * What is the topic focus of the event?
> > Topics focus on Apache Dubbo (incubating) and its ecosystem
> >
> > * Who is organizing the event
> > Apache Dubbo Hangzhou meetup management committee.
> >
> > * When is the event
> > Date: 2018.12.1 13:00-18:30
> > Venue: Block A of International Report Hall, Hangzhou Bay Information
> > Port 198 Kaidi Road, Xiaoshan District, Hangzhou, China
> >
> > * How many attendees are expected
> > 200~400
> >
> > * Which marks are requested
> > Name of "Apache Dubbo (Incubating)"
> >
> > * How much PMC involvement is there already
> > PMC is involved with the topic selection.
> >
> > * How will the event selection work?
> > Topics will be selected by the meetup management committee.
> >
> > * Is this for profit or non-profit?
> > Non-profit
> >
> > * Schedule:
> > 13:00-13:30:  Check In
> > 13:40-14:10:  How to Participate in Dubbo Community
> > 14:20-14:50:  Dubbo 2.7 Introduction and Demo
> > 15:00-15:30:  Dubbo Practice in Netease Koala
> > 15:30-16:00:  Coffee break
> > 16:00-16:30:  Reinvent Service Governance
> > 16:40-17:10:  Introduction to Sentinel
> > 17:20-17:50:  Troubleshooting Dubbo Application with Arthas
> > 17:50-18:30:  Q
> >
> > I am following [1][2] for the procedure.
> >
> > Thank Alibaba for sponsoring this event.
> >
> > [1] http://www.apache.org/foundation/marks/events.html
> > [2] http://community.apache.org/events/small-events.html
> >
> > --
> > Best Regards!
> > Huxing
> >



-- 
Best Regards!
Huxing


Re: Fix issue 2425 and bring a new contributor

2018-11-22 Thread Huxing Zhang
On Fri, Nov 23, 2018 at 11:32 AM yuhang xiu  wrote:
>
> Hi, community
>
> Recently I tried to distribute some simple issue fixes to newcomers who
> have not contributed to dubbo to cultivate their passion for participating
> in the dubbo community.
>
> I have passed a newcomer and handed him the issue of issue 2425, discussed
> the solution with him and directed him to the fork repository and submit
> the pr.
>
> Some of them don't have a deep understanding of dubbo, but they like dubbo
> and are willing to participate in open source work. I have organized a
> group of several people at the moment. This is good news, I will collect
> some relatively simple issues in the future and encourage them to fix them.
> On issue 2425, we will soon receive a new PR from a new contributor.

Good to hear that!

>
> Another unhealthy news is that I have not yet convinced them to participate
> in the discussion of the mailing list. :(
> But I will never give up. :)

May I ask why they are not coming to mailing list?
I'd like to help if you can give more background information.

>
> If we can pass the issue 2425 pr, I will definitely introduce this new
> contributor on the mailing list, I think that would be a good opportunity
> for him to participate in the discussion of the mailing list. :)
>
> Thx.



-- 
Best Regards!
Huxing


Re: Meetup in Hangzhou

2018-11-22 Thread Huxing Zhang
Hi,

On Fri, Nov 23, 2018 at 10:51 AM jun liu  wrote:
>
> Hi Huxing,
>
> Will we consider some topics from typical Dubbo users this time?

There is one topic from Netease Koala introducing their practice of
using Dubbo in their production system.
There is no call for talks this time is because most of the talks has
been pre-selected by the meetup management committee.
Actually I strongly suggest we should do it in a more open way next
time, e.g. announce the meetup, and call for talks from the mailing
list.

>
> Best regards,
> Jun
>
> > On Nov 23, 2018, at 9:41 AM, Huxing Zhang  wrote:
> >
> > On Thu, Nov 22, 2018 at 11:10 PM Mark Thomas  > > wrote:
> >>
> >> On 22/11/2018 02:48, Huxing Zhang wrote:
> >>> Hi,
> >>>
> >>> Good news! The schedule has been decided, meetup will be held on December 
> >>> 1st.
> >>> Detailed schedule will be sent in a separate email.
> >>
> >> Where was the discussion about what should be on the schedule? I don't
> >> recall seeing it on any of the Dubbo lists. Did I miss it? Can you
> >> provide a pointer?
> >
> > Not yet, the schedule has been discussed off-list with the meetup
> > management committee.
> > By saying decided I mean the time and location has been decided.
> > I was planning to send the schedule to mailing list for discussion today.
> >
> >
> >>
> >> Thanks,
> >>
> >> Mark
> >>
> >>
> >>>
> >>> On Wed, Nov 14, 2018 at 2:07 PM yuhang xiu  wrote:
> 
>  Very looking forward to the meetup in Hangzhou!
>  I will definitely attend.
> 
>  Ian Luo  于2018年11月14日周三 下午1:44写道:
> 
> > +1 with the proposal. Hangzhou is a city where Dubbo is popular. We 
> > should
> > throw a meetup here as soon as possible.
> >
> > -Ian.
> >
> > On Wed, Nov 14, 2018 at 11:48 AM Huxing Zhang  wrote:
> >
> >> Hi community,
> >>
> >> It has been months since last meetup in Chengdu. During these months,
> >> the community has been growing very fast, with new releases, new
> >> features are coming.
> >> I think we should continue to hold the meetup, this time how about in
> >> Hangzhou this December?
> >>
> >> --
> >> Best Regards!
> >> Huxing
> >>
> >
> >>>
> >>>
> >>>
> >>
> >
> >
> > --
> > Best Regards!
> > Huxing
>


-- 
Best Regards!
Huxing


Re: Meetup in Hangzhou

2018-11-22 Thread jun liu
Hi Huxing,

Will we consider some topics from typical Dubbo users this time? 

Best regards,
Jun

> On Nov 23, 2018, at 9:41 AM, Huxing Zhang  wrote:
> 
> On Thu, Nov 22, 2018 at 11:10 PM Mark Thomas  > wrote:
>> 
>> On 22/11/2018 02:48, Huxing Zhang wrote:
>>> Hi,
>>> 
>>> Good news! The schedule has been decided, meetup will be held on December 
>>> 1st.
>>> Detailed schedule will be sent in a separate email.
>> 
>> Where was the discussion about what should be on the schedule? I don't
>> recall seeing it on any of the Dubbo lists. Did I miss it? Can you
>> provide a pointer?
> 
> Not yet, the schedule has been discussed off-list with the meetup
> management committee.
> By saying decided I mean the time and location has been decided.
> I was planning to send the schedule to mailing list for discussion today.
> 
> 
>> 
>> Thanks,
>> 
>> Mark
>> 
>> 
>>> 
>>> On Wed, Nov 14, 2018 at 2:07 PM yuhang xiu  wrote:
 
 Very looking forward to the meetup in Hangzhou!
 I will definitely attend.
 
 Ian Luo  于2018年11月14日周三 下午1:44写道:
 
> +1 with the proposal. Hangzhou is a city where Dubbo is popular. We should
> throw a meetup here as soon as possible.
> 
> -Ian.
> 
> On Wed, Nov 14, 2018 at 11:48 AM Huxing Zhang  wrote:
> 
>> Hi community,
>> 
>> It has been months since last meetup in Chengdu. During these months,
>> the community has been growing very fast, with new releases, new
>> features are coming.
>> I think we should continue to hold the meetup, this time how about in
>> Hangzhou this December?
>> 
>> --
>> Best Regards!
>> Huxing
>> 
> 
>>> 
>>> 
>>> 
>> 
> 
> 
> --
> Best Regards!
> Huxing



Re: dubbo for Hystrix

2018-11-22 Thread jun liu
> Hystrix is a good current limiting fuse tool, but its dependence on RxJava is 
> not simple enough, and generally speaking, Hystrix is not rich enough. In the 
> future, Dubbo may provide sufficient capacity in current limiting fuse, of 
> course, it can also be supported by third-party tools such as Hystrix, 
> Sentinel, etc. Look forward to it!
> 
> 
>   
> Hystrix是一个不错的限流熔断工具,但本身其依赖RxJava,并不是足够简单,而且通常来看,Hystrix功能也不够丰富,未来dubbo可能会在限流熔断方面提供足够的能力,当然也可以借助Hystrix、Sentinel等第三方工具来支持,期待吧!

This is what the Dubbo team are working for, it’s happening now and I believe 
the release time will not be too long.

Best regards,
Jun

> On Nov 22, 2018, at 11:51 PM, 大步流星 <835576...@qq.com> wrote:
> 
> Xue,
>   Hystrix is a good current limiting fuse tool, but its dependence on 
> RxJava is not simple enough, and generally speaking, Hystrix is not rich 
> enough. In the future, Dubbo may provide sufficient capacity in current 
> limiting fuse, of course, it can also be supported by third-party tools such 
> as Hystrix, Sentinel, etc. Look forward to it!
> 
> 
>   
> Hystrix是一个不错的限流熔断工具,但本身其依赖RxJava,并不是足够简单,而且通常来看,Hystrix功能也不够丰富,未来dubbo可能会在限流熔断方面提供足够的能力,当然也可以借助Hystrix、Sentinel等第三方工具来支持,期待吧!!
> 
> 
> 
> 
> -- 原始邮件 --
> 发件人: "Ian Luo";
> 发送时间: 2018年11月22日(星期四) 下午5:00
> 收件人: "dev";
> 
> 主题: Re: dubbo for Hystrix
> 
> 
> 
> Xue, we hope we can deliver the builtin circuit-break in the future.
> 
> Regards,
> -Ian.
> 
> 
> On Thu, Nov 22, 2018 at 3:49 PM xue...@sina.com  wrote:
> 
>> hi,dobbo:
>> 
>>Does the dobbo framework have recently increased the fuse mechanism,
>> similar to Hystrix
>> 
>> 
>> 
>> xue...@sina.com



Re: A Proposal for Apache Dubbo(incubating) Hangzhou meetup

2018-11-22 Thread Ian Luo
Huxing,

The agenda looks good. Here's one more small thing I'd like you to help
here. Would you mind to forecast this event on Dubbo's website too if the
agenda is already finalized.

Thanks,
-Ian.


On Fri, Nov 23, 2018 at 10:32 AM Huxing Zhang  wrote:

> Hi Dubbo PMC & community,
>
> Apache Dubbo(incubating) Hangzhou meetup will be held in Hangzhou on
> December 1st (Saturday), on behalf of the meetup management committee,
> I am proposing the following schedule and request for the permission
> from PMC.
>
> * What is the topic focus of the event?
> Topics focus on Apache Dubbo (incubating) and its ecosystem
>
> * Who is organizing the event
> Apache Dubbo Hangzhou meetup management committee.
>
> * When is the event
> Date: 2018.12.1 13:00-18:30
> Venue: Block A of International Report Hall, Hangzhou Bay Information
> Port 198 Kaidi Road, Xiaoshan District, Hangzhou, China
>
> * How many attendees are expected
> 200~400
>
> * Which marks are requested
> Name of "Apache Dubbo (Incubating)"
>
> * How much PMC involvement is there already
> PMC is involved with the topic selection.
>
> * How will the event selection work?
> Topics will be selected by the meetup management committee.
>
> * Is this for profit or non-profit?
> Non-profit
>
> * Schedule:
> 13:00-13:30:  Check In
> 13:40-14:10:  How to Participate in Dubbo Community
> 14:20-14:50:  Dubbo 2.7 Introduction and Demo
> 15:00-15:30:  Dubbo Practice in Netease Koala
> 15:30-16:00:  Coffee break
> 16:00-16:30:  Reinvent Service Governance
> 16:40-17:10:  Introduction to Sentinel
> 17:20-17:50:  Troubleshooting Dubbo Application with Arthas
> 17:50-18:30:  Q
>
> I am following [1][2] for the procedure.
>
> Thank Alibaba for sponsoring this event.
>
> [1] http://www.apache.org/foundation/marks/events.html
> [2] http://community.apache.org/events/small-events.html
>
> --
> Best Regards!
> Huxing
>


A Proposal for Apache Dubbo(incubating) Hangzhou meetup

2018-11-22 Thread Huxing Zhang
Hi Dubbo PMC & community,

Apache Dubbo(incubating) Hangzhou meetup will be held in Hangzhou on
December 1st (Saturday), on behalf of the meetup management committee,
I am proposing the following schedule and request for the permission
from PMC.

* What is the topic focus of the event?
Topics focus on Apache Dubbo (incubating) and its ecosystem

* Who is organizing the event
Apache Dubbo Hangzhou meetup management committee.

* When is the event
Date: 2018.12.1 13:00-18:30
Venue: Block A of International Report Hall, Hangzhou Bay Information
Port 198 Kaidi Road, Xiaoshan District, Hangzhou, China

* How many attendees are expected
200~400

* Which marks are requested
Name of "Apache Dubbo (Incubating)"

* How much PMC involvement is there already
PMC is involved with the topic selection.

* How will the event selection work?
Topics will be selected by the meetup management committee.

* Is this for profit or non-profit?
Non-profit

* Schedule:
13:00-13:30:  Check In
13:40-14:10:  How to Participate in Dubbo Community
14:20-14:50:  Dubbo 2.7 Introduction and Demo
15:00-15:30:  Dubbo Practice in Netease Koala
15:30-16:00:  Coffee break
16:00-16:30:  Reinvent Service Governance
16:40-17:10:  Introduction to Sentinel
17:20-17:50:  Troubleshooting Dubbo Application with Arthas
17:50-18:30:  Q

I am following [1][2] for the procedure.

Thank Alibaba for sponsoring this event.

[1] http://www.apache.org/foundation/marks/events.html
[2] http://community.apache.org/events/small-events.html

-- 
Best Regards!
Huxing


Podling Report Reminder - December 2018

2018-11-22 Thread jmclean
Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 19 December 2018, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, December 05).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Candidate names should not be made public before people are actually
elected, so please do not include the names of potential committers or
PPMC members in your report.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://wiki.apache.org/incubator/December2018

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC


?????? dubbo for Hystrix

2018-11-22 Thread ????????
Xue??
   Hystrix is a good current limiting fuse tool, but its dependence on 
RxJava is not simple enough, and generally speaking, Hystrix is not rich 
enough. In the future, Dubbo may provide sufficient capacity in current 
limiting fuse, of course, it can also be supported by third-party tools such as 
Hystrix, Sentinel, etc. Look forward to it!


   
Hystrix??RxJavaHystrixdubbo??Hystrix??Sentinel??




--  --
??: "Ian Luo";
: 2018??11??22??(??) 5:00
??: "dev";

: Re: dubbo for Hystrix



Xue, we hope we can deliver the builtin circuit-break in the future.

Regards,
-Ian.


On Thu, Nov 22, 2018 at 3:49 PM xue...@sina.com  wrote:

> hi??dobbo??
>
> Does the dobbo framework have recently increased the fuse mechanism,
> similar to Hystrix
>
>
>
> xue...@sina.com
>

Re: dubbo for Hystrix

2018-11-22 Thread Ian Luo
Xue, we hope we can deliver the builtin circuit-break in the future.

Regards,
-Ian.


On Thu, Nov 22, 2018 at 3:49 PM xue...@sina.com  wrote:

> hi,dobbo:
>
> Does the dobbo framework have recently increased the fuse mechanism,
> similar to Hystrix
>
>
>
> xue...@sina.com
>