Re: [VOTE] Accept oas-validator to ServiceComb

2019-10-14 Thread Zhang Lei
+1


Best regards,
Lei Zhang

在 2019年10月15日 上午11:08:16, Willem Jiang (willem.ji...@gmail.com) 写到:

Hi Team,

This is a call for vote Accept oas-validator into
Apache Software Foundation (ASF) as a part of ServiceComb Toolkit.
There is the discussion thread[1] about the donation.

Voting will start now ( Tuesday, 15th Oct, 2019) and will
remain open for at-least 72 hours, Request all PMC members to
give their vote.
[ ] +1 Accept
[ ] +0 No Opinion
[ ] -1 Reject because...

[1]
https://lists.apache.org/thread.html/3fc8dae6faa2055dd59d600c9da8508360766ec361d81ec0ceefa8db@%3Cdev.servicecomb.apache.org%3E

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem


Re: [VOTE] Accept oas-validator to ServiceComb

2019-10-14 Thread cuijia

+1


在 2019年10月15日 11:07, Willem Jiang 写道:

Hi Team,

This is a call for vote Accept oas-validator into
Apache Software Foundation (ASF) as a part of ServiceComb Toolkit.
There is the discussion thread[1] about the donation.

Voting will start now ( Tuesday, 15th Oct, 2019) and will
remain open for at-least 72 hours, Request all PMC members to
give their vote.
[ ] +1 Accept
[ ] +0 No Opinion
[ ] -1 Reject because...

[1]https://lists.apache.org/thread.html/3fc8dae6faa2055dd59d600c9da8508360766ec361d81ec0ceefa8db@%3Cdev.servicecomb.apache.org%3E

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem




Re: [VOTE] Accept oas-validator to ServiceComb

2019-10-14 Thread Zheng Feng
/thanks!  It looks great and very helpful !
+1

Regards,
Zheng Feng

Willem Jiang  于2019年10月15日周二 上午11:08写道:

> Hi Team,
>
> This is a call for vote Accept oas-validator into
> Apache Software Foundation (ASF) as a part of ServiceComb Toolkit.
> There is the discussion thread[1] about the donation.
>
> Voting will start now ( Tuesday, 15th Oct, 2019) and will
> remain open for at-least 72 hours, Request all PMC members to
> give their vote.
> [ ] +1 Accept
> [ ] +0 No Opinion
> [ ] -1 Reject because...
>
> [1]
> https://lists.apache.org/thread.html/3fc8dae6faa2055dd59d600c9da8508360766ec361d81ec0ceefa8db@%3Cdev.servicecomb.apache.org%3E
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>


[VOTE] Accept oas-validator to ServiceComb

2019-10-14 Thread Willem Jiang
Hi Team,

This is a call for vote Accept oas-validator into
Apache Software Foundation (ASF) as a part of ServiceComb Toolkit.
There is the discussion thread[1] about the donation.

Voting will start now ( Tuesday, 15th Oct, 2019) and will
remain open for at-least 72 hours, Request all PMC members to
give their vote.
[ ] +1 Accept
[ ] +0 No Opinion
[ ] -1 Reject because...

[1]https://lists.apache.org/thread.html/3fc8dae6faa2055dd59d600c9da8508360766ec361d81ec0ceefa8db@%3Cdev.servicecomb.apache.org%3E

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem


[DISCUSSION] Duplicate logs printed when calling RetryLoadBalancer#chooseServer method

2019-10-14 Thread LA
Hi Team:


In servicecomb-java-chassis, when calling RetryLoadBalancer#chooseServer, 
the method will call LoadBalancer#chooseServer and 17 duplicate logs may be 
printed when all of the following happen:
1. There are 1 or more ServiceCombServer after getting servers from local 
context;
2. There are no ServiceCombServer remained after getting filtered list of 
servers.


Some code inLoadBalancer#chooseServer shown as following:
public ServiceCombServer chooseServer(Invocation invocation) {
  List

Re: [PROPOSAL] Mesher supports skywalking

2019-10-14 Thread Sheng Wu
Interesting proposal.

Could you explain a little more about the topology? And what do you expect
after the integration?

Sheng

Willem Jiang 于2019年10月14日 周一上午10:06写道:

> I think we can get some feedback from the skywalking community, so I just
> forward the mail to dev@skywalking
> BTW, you find the topology map here[1]
> [1]
>
> https://issues.apache.org/jira/secure/attachment/12982640/12982640_image-2019-10-10-15-05-02-666.png
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
>
> On Fri, Oct 11, 2019 at 10:45 AM 陈硕 <814464...@qq.com> wrote:
>
> > Hello, everyone
> >Skywalking is a very popular application performance management
> > software. We can enhance the performance management capability of mesher
> by
> > accessing skywalking.
> >Now I accessed skywalking using the manual-SDK go2sky(
> > https://github.com/tetratelabs/go2sky) recommended by the official
> > website . Unlike java-sdk , the SDK of golang need manually create and
> end
> > span to send messages to the skywalking server. Now I'm ready to adjust
> the
> > code. I want to put the code in the proxy/pkg directory. Create an APM
> > management directory and use go2sky as a client.
> >
> > Skywalking draws Mehser's topology as follows:
> >
> > Looking forward to your suggestions.
> >
> > --
> > 陈硕
> > 邮箱:814464...@qq.com
> >
> >
>
-- 
Sheng Wu
SkyWalking, Shardingsphere and Zipkin


Re: [PROPOSAL] Mesher supports skywalking

2019-10-14 Thread Willem Jiang
I think we can get some feedback from the skywalking community, so I just
forward the mail to dev@skywalking
BTW, you find the topology map here[1]
[1]
https://issues.apache.org/jira/secure/attachment/12982640/12982640_image-2019-10-10-15-05-02-666.png

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem


On Fri, Oct 11, 2019 at 10:45 AM 陈硕 <814464...@qq.com> wrote:

> Hello, everyone
>Skywalking is a very popular application performance management
> software. We can enhance the performance management capability of mesher by
> accessing skywalking.
>Now I accessed skywalking using the manual-SDK go2sky(
> https://github.com/tetratelabs/go2sky) recommended by the official
> website . Unlike java-sdk , the SDK of golang need manually create and end
> span to send messages to the skywalking server. Now I'm ready to adjust the
> code. I want to put the code in the proxy/pkg directory. Create an APM
> management directory and use go2sky as a client.
>
> Skywalking draws Mehser's topology as follows:
>
> Looking forward to your suggestions.
>
> --
> 陈硕
> 邮箱:814464...@qq.com
>
>


Re: [PROPOSAL] Donate oas-validator to toolkit project

2019-10-14 Thread Willem Jiang
Yeah, it much better now. I think we are good to go.
If there is no any other objections, I'd like to start a vote later today.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Sat, Oct 12, 2019 at 9:51 AM Daniel Qian  wrote:
>
> Hi guys, I've changed package name and did some minor changes.
> Check this out: 
> https://github.com/NewCapec-Institute/oas-validator/tree/apache
>
> Willem Jiang  于2019年10月11日周五 下午10:38写道:
> >
> > Yeah, once the vote is passed, you can go for the SGA part.
> > We also need to go through the IP clearance in the Apache Incubator.
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Fri, Oct 11, 2019 at 8:36 PM Daniel Qian  wrote:
> > >
> > > So I should sending the SGA next week after the voting?
> > >
> > > Willem Jiang  于2019年10月11日周五 下午6:09写道:
> > > >
> > > > You can start a vote next week if there is no any objections on the 
> > > > donation.
> > > > I think you can change the pack name at the same time.
> > > >
> > > >
> > > > Willem Jiang
> > > >
> > > > Twitter: willemjiang
> > > > Weibo: 姜宁willem
> > > >
> > > > On Fri, Oct 11, 2019 at 8:44 AM Daniel Qian  
> > > > wrote:
> > > > >
> > > > > Hi Willem, thanks for the reply.
> > > > > What should I do next? For now, I'm preparing the SGA for donating.
> > > > > Should I change the package name to org.apache.servicecomb.toolkit ?
> > > > > And then start a new VOTE thread in mail list?
> > > > >
> > > > > Willem Jiang  于2019年10月10日周四 下午6:41写道:
> > > > > >
> > > > > > It's great to hear from you about donating the osa-validator to 
> > > > > > Apache
> > > > > > ServiceComb toolkit.
> > > > > > As ServiceComb Java-Chassis and Toolkit leverages the OpenAPI to
> > > > > > manage the Restful service contract.
> > > > > > From my understanding, the osa-validator project could help the user
> > > > > > to use Open API from a tools perspective.
> > > > > > Here are the full feature description[1] of the osa-validator in 
> > > > > > this
> > > > > > thread for the other who doesn't know about it.
> > > > > >
> > > > > > Here is my big +1 for this proposal.
> > > > > >
> > > > > > I just have quick check of the code, the license headers are already
> > > > > > changed to Apache but the package name is not changed.
> > > > > >
> > > > > > I think we can start a vote in PMC to decide if we accept this
> > > > > > donation there is on any objection on this side.
> > > > > >
> > > > > > [1]https://github.com/NewCapec-Institute/oas-validator/blob/master/README.md
> > > > > >
> > > > > >
> > > > > > Willem Jiang
> > > > > >
> > > > > > Twitter: willemjiang
> > > > > > Weibo: 姜宁willem
> > > > > >
> > > > > > On Thu, Oct 10, 2019 at 1:20 PM Daniel Qian  
> > > > > > wrote:
> > > > > > >
> > > > > > > Hi all,
> > > > > > >
> > > > > > > On 2019, Sept, I had some talk with Apache Servicecomb Willem 
> > > > > > > Jiang
> > > > > > > and Ma Bin about
> > > > > > > Servicecomb Toolkit project and found that our project,
> > > > > > > oas-validator[1], has some similar
> > > > > > > ideas with Servicecomb Toolkit.
> > > > > > >
> > > > > > > oas-validator is a project aimed on validating OAS V3 spec yaml 
> > > > > > > file,
> > > > > > > it has two features:
> > > > > > > compliance check or style check and compatibility check.
> > > > > > >
> > > > > > > More information can be found on project github repository.
> > > > > > >
> > > > > > > We would like to donate oas-validator source code to be as a part 
> > > > > > > of
> > > > > > > Servicecomb Toolkit.
> > > > > > >
> > > > > > > [1]: https://github.com/NewCapec-Institute/oas-validator
> > > > > > >
> > > > > > > --
> > > > > > > Daniel Qian
> > > > > > >
> > > > > > > 博客:https://segmentfault.com/u/chanjarster
> > > > > > > github:https://github.com/chanjarster
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Daniel Qian
> > > > >
> > > > > 博客:https://segmentfault.com/u/chanjarster
> > > > > github:https://github.com/chanjarster
> > >
> > >
> > >
> > > --
> > > Daniel Qian
> > >
> > > 博客:https://segmentfault.com/u/chanjarster
> > > github:https://github.com/chanjarster
>
>
>
> --
> Daniel Qian
>
> 博客:https://segmentfault.com/u/chanjarster
> github:https://github.com/chanjarster