Re: Suggestions collection for release of dubbo v2.6.2

2018-04-24 Thread Justin Mclean
Hi, This is the best guide. [1] Please don’t follow what some TLPs have done like Apache Spark or Apache Hadoop as they have way far too much information in their NOTICE files. Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html

Re: Plan to improve unit test and test coverage

2018-04-24 Thread Wang Xin
hi,Yunkun Yes, the team has been planning to complement unit testing. I think we will create a project to increase the test coverage. Xin Wang lovep...@hotmail.com 在 2018年4月25日,上午10:08,htynkn@

Plan to improve unit test and test coverage

2018-04-24 Thread htynkn
hey team, There is one issue opening (https://github.com/apache/incubator-dubbo/issues/1487) related to code coverage. But this is no further discuss about this issue. So I send this email to mail list. Current code coverage is 35%, and refer to https://codecov.io/gh/apache/incubator-dubbo.

Podling Report Reminder - May 2018

2018-04-24 Thread johndament
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, 16 May 2018, 10:30 am PDT. The report for your podling will form a

Re: Suggestions collection for release of dubbo v2.6.2

2018-04-24 Thread jun liu
Here’s a brief report for the progress of v2.6.2 1. Brief release notes are summarized here[1]. 2. Milestone seems not totally synched with commits at first, but all synched now. The use of milestone needs to be improved in the next release. Next, i will create a new branch '2.6.2-release’ for

Re: Suggestions collection for release of dubbo v2.6.2

2018-04-24 Thread Huxing Zhang
Justin mentioned an issue with the existing LICENSE and NOTICE file[1]. I will take a look at it. You can refer to [2][3] for release process, and RocketMQ has provided an excellent guide [4]. [1] https://issues.apache.org/jira/browse/DUBBO-7 [2]

Re: About Keeping dubbo's version to be SNAPSHOT on master branch

2018-04-24 Thread jun liu
Good idea. As we already started the release process for v2.6.2, i suggest start keeping master with SNAPSHOT version when this release is done. Best regards, Jun > On 24 Apr 2018, at 11:30 AM, Mercy wrote: > > Hi all, > > > I suggest keeping SNAPSHOT for new Dubbo

Re: GSoC student - Getting started.

2018-04-24 Thread Huxing Zhang
Congrats Raghu! We are glad to offer help if needed :) On Tue, Apr 24, 2018 at 12:57 PM, Ian Luo wrote: > congratulations Raghu, looking forward to working together with you soon :) > > On Tue, Apr 24, 2018 at 12:04 PM, Raghunandana Jayarama Reddy < >

[GitHub] chickenlj closed pull request #1607: [Dubbo-shutdown gracefully] fix shutdown gracefully.

2018-04-24 Thread GitBox
chickenlj closed pull request #1607: [Dubbo-shutdown gracefully] fix shutdown gracefully. URL: https://github.com/apache/incubator-dubbo/pull/1607 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

Re: List volume and issue tracking

2018-04-24 Thread Huxing Zhang
Hi All, Per discussion on the JIRA ticket [1], Infra cannot differentiate different types of github notices, so all github notices for PRs and Issues must go to the same list. So the finally solution here is: dev@ -- the development community's discussions commits@ -- commit emails

Re: hessian-lite performance

2018-04-24 Thread Ian Luo
got it. It's JMH based test bench. We will look into it. On Tue, Apr 24, 2018 at 1:07 PM, whanice wrote: > I use 100K String . and just call readString. Here is the simple code: > > @Benchmark > public void deserial(BenchmarkState state) throws Exception { >

Re: I have updated issue #1447 "NettyHelper in netty extension populated Logger "InternalLogger" in netty."

2018-04-24 Thread Ian Luo
Hi Teclxl, Pls. check my comments on https://github.com/alibaba/dubbo/issues/1447. To help discuss this issue better, I push one sample code to https://github.com/beiwei30/netty-dubbo-logging-test, feel free to send me the revised copy to help us to understand your issue better. Regards, -Ian.