[Confirm] Subscribe skywalking dev mail list already

2017-12-10 Thread ???? Sheng Wu
Hi all.


I have already subscribed the dev mail list.


--
Sheng Wu
SkyWalking

Re: [Confirm] Wang Kai Subscribe skywalking dev mail list already.

2017-12-10 Thread ???? Sheng Wu
Please use English in this mail list. And change the mail sender name to Apache 
English name, or at least include English name.


--
Sheng Wu
SkyWalking


 




-- Original --
From:  "";;
Date:  Mon, Dec 11, 2017 01:47 PM
To:  "dev";

Subject:  [Confirm] Wang Kai Subscribe skywalking dev mail list already.



-- 
??


Re: [Confirm] Hongtao Gao Subscribe skywalking dev mail list already.

2017-12-10 Thread ???? Sheng Wu
Please change the mail sender name to Apache English name, or at least include 
English name.


--
Sheng Wu
SkyWalking


 




-- Original --
From:  "??";;
Date:  Mon, Dec 11, 2017 01:45 PM
To:  "dev";

Subject:  [Confirm] Hongtao Gao Subscribe skywalking dev mail list already.

Re: Skywalking scope

2018-01-24 Thread ???? Sheng Wu
Hi, Otis,
Glad to receive your mail. SkyWalking is designed as a complex and full 
functional APM and tracing system. If you follow our twitter, will receive the 
new UI soon.


Aggregation, rules and metrics are always includes, sure. But users, password 
and auth are not.


So I guess you want to use the agent alone? By that, you need to implement 
backend of SkyWalking upstream grpc services, which can be found here, 
https://github.com/apache/incubator-skywalking/tree/master/apm-protocol/apm-network/src/main/proto


We support that way, using agent alone, but we are more focusing on better 
aggregation than just tracing and mutil languages support. You can see, because 
we build backend, so we can be sure the agent is designed right, yes?


We are moving fast, so not that roadmap in document, but in my mind. Sorry, 
feel free to ask us anything you want to know.


___
Sheng Wu
Apache SkyWalking creator and PPMC member


 
---Original---
From: "Otis Gospodneti?0?4"
Date: 2018/1/24 11:19:09
To: "dev";
Subject: Skywalking scope


Hi,

I was looking at Skywalking as a project focused exclusively on building a
tracing agent with support for both Java bytecode instrumentation and
OpenTracing and perhaps some other forms of instrumentation. However,
browsing through GitHub issues I see references to things like alerts and
to API for retrieving traces and perhaps other data. Then there is also the
UI. And this means there must be a notion of users, passwords,
authentication, alert rules and so on. So Skywalking is not really just an
agent but either already is or aims to be a full APM/transaction tracing
solution?

Is there some page or doc or email or anything that describes everything
that Skywalking is today and it??s roadmap?

Also, I am wondering if Skywalking is designed in a way that lets one use
just the tracing agent without everything else?

Thanks,
Otis
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/

Re: Skywalking scope

2018-01-24 Thread ???? Sheng Wu
> I also see the agent linked to a DB.  What sort of DB is that and what does 
> it store?


No, it doesnt. I cannot open the link in cell phone. But no DB required at 
agent side. For sure.


> I also see a mention of a queue there, but it's not clear to me what sort
of queue that is.  Maybe this is an in-memory queue/buffer with trace data
that is stored there before being sent out to the Collector over gRPC?
Does Skywalking agent have the ability to buffer data locally (in memory?
on disk? both?) if it cannot be sent right away?


queue existed in memory only. Yes, buffer when segment(a sub trace in a thread 
of one request) finish. Then use GRPC to send. 
When cant sent right, buffer in memory, but in threshold, ignore if too many 
traces. 
Why not disk for us, many disk in cloud is still based on network, s3 or 
similar things. So save into the disk cant guarantee anything.  


> Right.   Although, now that I look at that image again, I see the Collector
and ES mapping would also be interesting to look at or even use.  I guess
this Collector also exposes the APIs that the UI calls?


Yes, 5.0 will release an new APIs based on GraphQL style. In master now, in 
here 
https://github.com/apache/incubator-skywalking/tree/master/apm-protocol/apm-ui-protocol



totally new. 


> Could you please expand a bit on this "more focusing on better aggregation
than just tracing"?
Do you mean you want to build features X, Y, and Z that analyze traces and
provide additional insights and not just the usual waterfall or timeline
trace visualizations?
Or do you mean that today Skywalking agent captures only traces, but in the
future you want it to also capture something else?



Not only stack trace. I will find topology of Application, Application metrics, 
service metrics, jvm status, alarm. Most are rewritten in 5.0. We capture 
traces and collect JVM status, cpu, memory, gc etc.
> But on a serious note, I did have one comment/feedback and it's related to
the roadmap.  Where is the communication around development happening?  I
see Gitter, but there isn't much there.  I see this dev@ mailing list, but
there is not much here either.  I see a lot of Github issues and comments,
but they look like N or NN people are working on Skywalking, but each
person seems to know what they should be doing, so there must be some sort
of communication and collaboration happening somewhere, but it looks like
that's not visible anywhere?


Yes, that is a problem. Because we grow too fast, the four core contributors 
ask me directly through private mail, even phone. Explain what he is going to 
contribute. Those four are core PPMC. Each of them are in charge of agent, 
plugin, backend, UI separately. That is why we move fast, also why we have 
little discuss document s about the roadmap. 
We are join an ASF in 2 months, so long way to improve ourselves.
Sorry for that.
We are willing to change that when more and more people join us in these days. 
So, please don't feel be blocking. Just ask and join us.


 
---Original---
From: "Otis Gospodneti?0?4"
Date: 2018/1/24 13:07:22
To: "dev";
Subject: Re: Skywalking scope


Hi Sheng Wu,

On Wed, Jan 24, 2018 at 2:40 PM,  Sheng Wu  wrote:

> Hi, Otis,
> Glad to receive your mail. SkyWalking is designed as a complex and full
> functional APM and tracing system. If you follow our twitter, will receive
> the new UI soon.
>
>
> Aggregation, rules and metrics are always includes, sure. But users,
> password and auth are not.
>

OK.  Sounds like those are optional things that the rest of the system does
not require.  Sounds good!

So I guess you want to use the agent alone?


Right.  The support for a growing number of integrations that Skywalking
can trace is interesting.

But on https://camo.githubusercontent.com/7d8288e969933ac4ed6d1684f8837c
186eca135f/68747470733a2f2f736b7977616c6b696e67746573742e6769746875622e
696f2f706167652d7265736f75726365732f352e302f6172636869746563747572652e706e67
I also see the agent linked to a DB.  What sort of DB is that and what does
it store?

I also see a mention of a queue there, but it's not clear to me what sort
of queue that is.  Maybe this is an in-memory queue/buffer with trace data
that is stored there before being sent out to the Collector over gRPC?
Does Skywalking agent have the ability to buffer data locally (in memory?
on disk? both?) if it cannot be sent right away?

By that, you need to implement backend of SkyWalking upstream grpc
> services, which can be found here, https://github.com/apache/incu
> bator-skywalking/tree/master/apm-protocol/apm-network/src/main/proto


Right.   Although, now that I look at that image again, I see the Collector
and ES mapping would also be interesting to look at or even use.  I guess
this Collector also exposes the APIs that the UI calls?

We support that way, using agent alone, but we are more focusing

Need `mvn submodule` in `mvn release:perform` step

2018-03-10 Thread ???? Sheng Wu
Hi incubator,


I am facing some issues when I do the SkyWalking first release. I am following 
this document http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env 
. But an error occurs in step 4-STAGE THE RELEASE FOR A VOTE. 


The reason of this is SkyWalking is using `git submodule` feature, so after 
`git clone`, need to run `git submodule init` and `git submodule update`, but 
in `mvn release:perform`, don't execute this in default.


I need some helps and guides about how to run these `submodule` commands. Who 
can help us? Or where should I ask? 


Thanks.


--
Sheng Wu
Apache SkyWalking creator and PPMC member

Re: Re: [VOTE] Retire HTrace from Incubation

2018-03-11 Thread Sheng Wu
Hi, Adrian and HTrace community.

Glad to be invited. I am the creator and PPMC of SkyWaking, which is a new
incubator project: https://incubator.apache.org/projects/skywalking.html

Right now, SkyWalking provide Agent based SDK, such OpenTracing APIs and
our own APIs. But I am not familiar with HTrace's APIs. But there is two
very easy ways
1. Add a new module to provide a library
2. Provide another API library with the agent.

Or HTrace community guys have any suggestion.

Anyway, I and skywalking team want to help.



2018-03-09 8:01 GMT+08:00 Adrian Cole :

> I forget.. does skywalking have a standalone tracing library or is it
> agent only? Can it help to do things htrace was doing?
> -- Forwarded message --
> From: "Christopher" 
> Date: 9 Mar 2018 6:01 am
> Subject: Re: [VOTE] Retire HTrace from Incubation
> To: 
> Cc:
>
> On Thu, Mar 8, 2018 at 4:52 PM Todd Lipcon  wrote:
>>
>> > On Thu, Mar 8, 2018 at 1:38 PM, Mike Drob  wrote:
>> >
>> > > +1 to retire.
>> > >
>> > > This is painful because I've spent a lot of time on this personally,
>> and
>> > I
>> > > do think there is value, but not if nobody picks it up.
>> > >
>> > >
>> > > Christopher,
>> > >
>> > > HTrace did not originate from Accumulo's cloudtrace effort. It spun
>> out
>> > of
>> > > HDFS's efforts.
>> > >
>> > > They were two separate things, where eventually cloudtrace was
>> replaced
>> > by
>> > > HTrace. Look at https://issues.apache.org/jira/browse/ACCUMULO-898
>> >
>> >
>> > Actually going back further than that, it did actually come from
>> > cloudtrace. It was an intern that I and a few others worked with at
>> > Cloudera many summers back who did the porting out of cloudtrace to
>> make it
>> > a more generic thing in a separate community.
>> >
>> > -Todd
>> >
>>
>> In retrospect, it is a shame more Accumulo folks didn't help out making it
>> a more generic thing once it moved to Incubator. It's probably too late
>> now, but I wouldn't mind helping out with maintaining HTrace and pushing
>> it
>> towards graduation, if there's still others willing to stay involved (ASF
>> requires 3 minimum). I've already been helping downstream, packaging
>> HTrace
>> for Fedora, and would like to see it continue. Does anybody know what will
>> happen to HTrace if/when this vote passes? I'm not sure, but I don't think
>> there's a lot of interest in rebooting cloudtrace in Accumulo, but maybe
>> it
>> will revert to its former GitHub presence? Is there a current plan?
>>
>


[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-11 Thread ???? Sheng Wu
The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha-2018-02-28


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member

Re: Podling Report Reminder - March 2018

2018-03-12 Thread ???? Sheng Wu
Hi John.


>Ideally, members of the PPMC should have write access to the wiki to post
the report.  This is how I see it done in most podlings.  The
responsibility shouldn't fall to the mentors to post it.


Mick is so kind, he is helping me and mentoring me to write the right report. I 
am very grateful for that.

> Can I help get Sheng and others write access to the wiki?


Yes, I just create my Account: ShengWu, need you grant the write access for 
WIKI. 


Thanks John.




------
Sheng Wu
Apache SkyWalking creator and PPMC member


 




-- Original --
From:  "John D. Ament";
Date:  Mon, Mar 12, 2018 07:08 PM
To:  "mck";
Cc:  "dev"; 
Subject:  Re: Podling Report Reminder - March 2018



Hi Mick,

On Mon, Mar 12, 2018 at 1:12 AM mck  wrote:

> > Please see below reminder.  No report has been filed as of yet.
>
>
> John,
>  my apologies. Sheng has written up a great draft two weeks ago and it's
> completely on me for being so lazy and not putting it into the wiki page!
>

Ideally, members of the PPMC should have write access to the wiki to post
the report.  This is how I see it done in most podlings.  The
responsibility shouldn't fall to the mentors to post it.

Can I help get Sheng and others write access to the wiki?


>
> It's there now.
>
> regards,
> Mick
>

Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-12 Thread ???? Sheng Wu
This test release is out of date. I will start a new one.


 
---Original---
From: " Sheng Wu"
Date: Mon, Mar 12, 2018 11:36 AM
To: "dev";
Subject: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available


The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha-2018-02-28


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/


A vote regarding the quality of this test build will be initiated
within the next couple of days.



------
Sheng Wu
Apache SkyWalking creator and PPMC member

[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-12 Thread ???? Sheng Wu
The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member

[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-12 Thread ???? Sheng Wu
The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member

Re: SkyWalking Podling Report - March 2018

2018-03-13 Thread ???? Sheng Wu
Hi John


> IP Clearance is an on going thing for podlings.  So while it is required
for graduation, it's not an expected short term deliverable.  If you have
other items for graduation, I would recommend those instead of IP Clearance.


Add one more, "5.x releases are stable for product, and have an open end user 
case, at least."


> This is a link to an external resource, and will set off red flags.  Can
this be tracked somewhere under the Apache area on github?

More discussions are in gitter and that external github repo. I am helping the 
guys for the first prototype work out.
So, after I make sure they have enough capabilities(most it means enough time) 
to finish it, I will suggest they start their works in Apache area.
Is this OK?





------
Sheng Wu
Apache SkyWalking creator and PPMC member


 




-- Original --
From:  "John D. Ament";
Date:  Mon, Mar 12, 2018 07:12 PM
To:  "mck";
Cc:  "dev"; "lukehan"; 
"ningjiang"; 
Subject:  Re: SkyWalking Podling Report - March 2018



Some comments from me (since you sent it my way):

On Mon, Mar 12, 2018 at 1:15 AM mck  wrote:

>
> > 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 third report for SkyWalking has been written up.
> https://wiki.apache.org/incubator/March2018
>
> Luke and William: your sign-off on the report is required.
>
> Thanks goes to Sheng for writing up the draft of this, understanding what
> was involved, and passing it on to me to check and add anything further.
>
> ===
> SkyWalking
>
> Skywalking is an APM (application performance monitor), especially for
> microservice, Cloud Native and container-based architecture systems. Also
> known as a distributed tracing system. It provides an automatic way to
> instrument applications: no need to change any of the source code of the
> target application; and an collector with an very high efficiency streaming
> module.
>
> SkyWalking has been incubating since 2017-12-08.
>
> Three most important issues to address in the move towards graduation:
>
>   1. IP clearance.
>   3. First ASF release. (SkyWalking 5.0)
>   3. Further ASF culture and processes.
>

IP Clearance is an on going thing for podlings.  So while it is required
for graduation, it's not an expected short term deliverable.  If you have
other items for graduation, I would recommend those instead of IP Clearance.


>
> Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be
> aware of?
>
>  Recheck the Apache recommend way, when our plugin related to some GPL
> library.
> Make those plugins optional seems good enough.
>

Can you reword this as "Looking for input on how to develop/release our
plugins that rely on GPL libraries, is making those plugins optional good
enough?" or something to that effect.


>
>
> How has the community developed since the last report?
>
>  Improved understanding of the release process way of the Apache. And
> prepare for the first release.
>
>  A C# agent proposed by .NET community has started (
> https://github.com/OpenSkywalking/skywalking-csharp)
> After it release, will make SkyWalking can support multi languages.
> Some discussions about golang and Nodejs server are on going.
>
>
This is a link to an external resource, and will set off red flags.  Can
this be tracked somewhere under the Apache area on github?


>
> How has the project developed since the last report?
>
> Code wise the project has good momentum.
> There has been ~44 pull requests opened and accepted, and 103 commits,
> by 7 contributors in the last month.
>
>
> How would you assess the podling's maturity?
> Please feel free to add your own commentary.
>
>   [X] Initial setup
>   [X] Working towards first release
>   [ ] Community building
>   [ ] Nearing graduation
>   [ ] Other:
>
> Date of last release:
>
>  5.0.0-alpha is currently in progress. One attempt was made and put into
> the staging repository,
> only a minor issue blocked the test build announcement email going out.
>
> When were the last committers or PPMC members elected?
>
>  Hongtao Gao (PPMC)
>  Sheng Wu (PPMC)
>  Shinn Zhang (PPMC)
>  Yongsheng Peng (PPMC)
> ===
>
> regards,
> Mick
>

Re: SkyWalking Podling Report - March 2018

2018-03-13 Thread ???? Sheng Wu
It is hosted in open SkyWalking too, same as old SkyWalking repositories. I 
think ICLA is enough.


 
---Original---
From: "Willem Jiang"
Date: Tue, Mar 13, 2018 15:42 PM
To: " Sheng Wu";
Cc: "ningjiang";"mck";"John D. 
Ament";"lukehan";
Subject: Re: SkyWalking Podling Report - March 2018


If we move the code of C# agent to Apache, we may need to submit SGA and
iCLA, am I right?


Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
  http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: willem

On Tue, Mar 13, 2018 at 3:08 PM,  Sheng Wu  wrote:

> Hi John
>
> > IP Clearance is an on going thing for podlings.  So while it is required
> for graduation, it's not an expected short term deliverable.  If you have
> other items for graduation, I would recommend those instead of IP
> Clearance.
>
> Add one more, "5.x releases are stable for product, and have an open end
> user case, at least."
>
> > This is a link to an external resource, and will set off red flags.  Can
> this be tracked somewhere under the Apache area on github?
>
> More discussions are in gitter and that external github repo. I am helping
> the guys for the first prototype work out.
> So, after I make sure they have enough capabilities(most it means enough
> time) to finish it, I will suggest they start their works in Apache area.
> Is this OK?
>
>
>
> --
> *Sheng Wu*
> Apache SkyWalking creator and PPMC member
>
>
>
> -- Original --
> *From: * "John D. Ament";
> *Date: * Mon, Mar 12, 2018 07:12 PM
> *To: * "mck";
> *Cc: * "dev"; "lukehan";
> "ningjiang";
> *Subject: * Re: SkyWalking Podling Report - March 2018
>
> Some comments from me (since you sent it my way):
>
> On Mon, Mar 12, 2018 at 1:15 AM mck  wrote:
>
> >
> > > 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 third report for SkyWalking has been written up.
> > https://wiki.apache.org/incubator/March2018
> >
> > Luke and William: your sign-off on the report is required.
> >
> > Thanks goes to Sheng for writing up the draft of this, understanding what
> > was involved, and passing it on to me to check and add anything further.
> >
> > ===
> > SkyWalking
> >
> > Skywalking is an APM (application performance monitor), especially for
> > microservice, Cloud Native and container-based architecture systems. Also
> > known as a distributed tracing system. It provides an automatic way to
> > instrument applications: no need to change any of the source code of the
> > target application; and an collector with an very high efficiency
> streaming
> > module.
> >
> > SkyWalking has been incubating since 2017-12-08.
> >
> > Three most important issues to address in the move towards graduation:
> >
> >   1. IP clearance.
> >   3. First ASF release. (SkyWalking 5.0)
> >   3. Further ASF culture and processes.
> >
>
> IP Clearance is an on going thing for podlings.  So while it is required
> for graduation, it's not an expected short term deliverable.  If you have
> other items for graduation, I would recommend those instead of IP
> Clearance.
>
>
> >
> > Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be
> > aware of?
> >
> >  Recheck the Apache recommend way, when our plugin related to some GPL
> > library.
> > Make those plugins optional seems good enough.
> >
>
> Can you reword this as "Looking for input on how to develop/release our
> plugins that rely on GPL libraries, is making those plugins optional good
> enough?" or something to that effect.
>
>
> >
> >
> > How has the community developed since the last report?
> >
> >  Improved understanding of the release process way of the Apache. And
> > prepare for the first release.
> >
> >  A C# agent proposed by .NET community has started (
> > https://github.com/OpenSkywalking/skywalking-csharp)
> > After it release, will make SkyWalking can support multi languages.
> > Some discussions about golang and Nodejs server are on going.
> >
> >
> This is a link to an external resource, and will set off red flags.  Can
> this be tracked somewhere under the Apache area on github?
>
>
> >
> > How has the project developed since the last report?
> >

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha

2018-03-13 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-alpha.


Release Notes: 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
Release Candidate: 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
Release Tag: 
https://github.com/apache/incubator-skywalking/releases/tag/apm-5.0.0-alpha
Release CommitId: ae79ed486d96a2d9c9645b84366be7020b4c6446 
Keys to Verify the Release Candidate: 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
Guide to build the release from source : 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
 and http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env


Test Announcement and result:
https://lists.apache.org/thread.html/ff533ca8665962c0855009afdb3fb2172c00c3c7cdcc13e5726a0334@%3Cdev.skywalking.apache.org%3E
Report some issues (including bugs) from developers, I recommend we resolve 
those in beta release.


Voting will start now (Wednesday, 14th March, 2018) and will remain open for 
next 72 hours, Request all PPMC members to give their vote.
[ ] +1 Release this package as 5.0.0-alpha. [ ] +0 No opinion.[ ] -1 Do not 
release this package because



------
Sheng Wu
Apache SkyWalking creator and PPMC member

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha

2018-03-14 Thread Sheng Wu
+1 binding

On 2018/03/14 06:37:35, "吴晟 Sheng Wu"  wrote: 
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha.
> 
> 
> Release Notes: 
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> Release Candidate: 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> Release Tag: 
> https://github.com/apache/incubator-skywalking/releases/tag/apm-5.0.0-alpha
> Release CommitId: ae79ed486d96a2d9c9645b84366be7020b4c6446 
> Keys to Verify the Release Candidate: 
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> Guide to build the release from source : 
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
>  and http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
> 
> 
> Test Announcement and result:
> https://lists.apache.org/thread.html/ff533ca8665962c0855009afdb3fb2172c00c3c7cdcc13e5726a0334@%3Cdev.skywalking.apache.org%3E
> Report some issues (including bugs) from developers, I recommend we resolve 
> those in beta release.
> 
> 
> Voting will start now (Wednesday, 14th March, 2018) and will remain open for 
> next 72 hours, Request all PPMC members to give their vote.
> [ ] +1 Release this package as 5.0.0-alpha. [ ] +0 No opinion.[ ] -1 Do not 
> release this package because
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha

2018-03-17 Thread Sheng Wu
Thanks everyone.

Vote result:
4 (+1 binding), all PPMCs voted.
3 (+1 no binding), 3 committers voted.

So, I will start the vote in IPMC mail list.

On 2018/03/14 06:37:35, "吴晟 Sheng Wu"  wrote: 
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha.
> 
> 
> Release Notes: 
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> Release Candidate: 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> Release Tag: 
> https://github.com/apache/incubator-skywalking/releases/tag/apm-5.0.0-alpha
> Release CommitId: ae79ed486d96a2d9c9645b84366be7020b4c6446 
> Keys to Verify the Release Candidate: 
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> Guide to build the release from source : 
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
>  and http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
> 
> 
> Test Announcement and result:
> https://lists.apache.org/thread.html/ff533ca8665962c0855009afdb3fb2172c00c3c7cdcc13e5726a0334@%3Cdev.skywalking.apache.org%3E
> Report some issues (including bugs) from developers, I recommend we resolve 
> those in beta release.
> 
> 
> Voting will start now (Wednesday, 14th March, 2018) and will remain open for 
> next 72 hours, Request all PPMC members to give their vote.
> [ ] +1 Release this package as 5.0.0-alpha. [ ] +0 No opinion.[ ] -1 Do not 
> release this package because
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member


[VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha

2018-03-17 Thread ???? Sheng Wu
Hi IPMC,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-alpha.


The Apache SkyWalking community has tested, voted and approved the proposed
release of Apache SkyWalking (Incubating) 5.0.0-alpha

We now kindly request the Incubator PMC members review and vote on this
incubator release.


Skywalking is an APM (application performance monitor), especially for 
microservice, Cloud Native and container-based architecture systems. Also known 
as a distributed tracing system. It provides an automatic way to instrument 
applications: no need to change any of the source code of the target 
application; and an collector with an very high efficiency streaming module.


This is the first and alpha release of version 5.


Release Notes: 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
Release Candidate: 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
Release Tag: 
https://github.com/apache/incubator-skywalking/releases/tag/apm-5.0.0-alpha
Release CommitId: ae79ed486d96a2d9c9645b84366be7020b4c6446 
Keys to Verify the Release Candidate: 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 , 
corresponding to pen...@apache.org
Guide to build the release from source : 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
 and http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env


Vote in SkyWalking dev mail list:
https://lists.apache.org/thread.html/6b7d4ad8b50184b942a7ff7ba947b3b79bd19c008de2c6aa71ee077f@%3Cdev.skywalking.apache.org%3E


Test Announcement and result:
https://lists.apache.org/thread.html/ff533ca8665962c0855009afdb3fb2172c00c3c7cdcc13e5726a0334@%3Cdev.skywalking.apache.org%3E


Voting will start now (Saturday, 17th March, 2018) and will remain open for 
next 72 hours.
[ ] +1 Release this package as 5.0.0-alpha. 
[ ] +0 No opinion.
[ ] -1 Do not release this package because



------
Sheng Wu
Apache SkyWalking original creator and PPMC member

Re: [VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha

2018-03-17 Thread ???? Sheng Wu
Thanks, John. 
I am going to work on the missing stuff. I staged the dist in 
https://repository.apache.org/ as 
https://dist.apache.org/repos/dist/dev/incubator/skywalking
I think maybe I misunderstand something?


And release vote has waited in skywalking dev mail list more than 72 hours, 
14-17 March, and 4 ppmc have voted +1 binding, and 3 +1 nobinding. 
You can find the vote thread in my mail.
Do I do this right?


 
---Original---
From: "John D. Ament"
Date: Sat, Mar 17, 2018 20:48 PM
To: "general";
Cc: "dev";
Subject: Re: [VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha


Sheng,

For the IPMC to consider the release vote, the release candidate must be
staged on https://dist.apache.org/repos/dist/dev/incubator/skywalking .
Please note that this URL does not exist yet, you should work with your
mentors to get this created.  You'll need both the dev area and the release
area.

Also please note that the release votes stay open for at least 72 hours.
you need to wait until you have 3 binding +1's (which hopefully can come
from your mentors, but others will likely review the release given time).

John

On Sat, Mar 17, 2018 at 8:30 AM  Sheng Wu  wrote:

> 
> This is the first and alpha release of version 5.
>
>
> Release Notes:
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> Release Candidate:
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> Release Tag:
> https://github.com/apache/incubator-skywalking/releases/tag/apm-5.0.0-alpha
> Release CommitId: ae79ed486d96a2d9c9645b84366be7020b4c6446
> Keys to Verify the Release Candidate:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 ,
> corresponding to pen...@apache.org
> Guide to build the release from source :
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
> and http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
>
>
> Vote in SkyWalking dev mail list:
>
> https://lists.apache.org/thread.html/6b7d4ad8b50184b942a7ff7ba947b3b79bd19c008de2c6aa71ee077f@%3Cdev.skywalking.apache.org%3E
>
>
> Test Announcement and result:
>
> https://lists.apache.org/thread.html/ff533ca8665962c0855009afdb3fb2172c00c3c7cdcc13e5726a0334@%3Cdev.skywalking.apache.org%3E
>
>
> Voting will start now (Saturday, 17th March, 2018) and will remain open
> for next 72 hours.
> [ ] +1 Release this package as 5.0.0-alpha.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member

Re: [VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha

2018-03-17 Thread ???? Sheng Wu
John, 


sorry, wrong URL.


staged here 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/


 
---Original---
From: " Sheng Wu"
Date: Sat, Mar 17, 2018 21:00 PM
To: "general";
Cc: "dev";
Subject: Re: [VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha


Thanks, John. 
I am going to work on the missing stuff. I staged the dist in 
https://repository.apache.org/ as 
https://dist.apache.org/repos/dist/dev/incubator/skywalking
I think maybe I misunderstand something?


And release vote has waited in skywalking dev mail list more than 72 hours, 
14-17 March, and 4 ppmc have voted +1 binding, and 3 +1 nobinding. 
You can find the vote thread in my mail.
Do I do this right?


 
---Original---
From: "John D. Ament"
Date: Sat, Mar 17, 2018 20:48 PM
To: "general";
Cc: "dev";
Subject: Re: [VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha


Sheng,

For the IPMC to consider the release vote, the release candidate must be
staged on https://dist.apache.org/repos/dist/dev/incubator/skywalking .
Please note that this URL does not exist yet, you should work with your
mentors to get this created.  You'll need both the dev area and the release
area.

Also please note that the release votes stay open for at least 72 hours.
you need to wait until you have 3 binding +1's (which hopefully can come
from your mentors, but others will likely review the release given time).

John

On Sat, Mar 17, 2018 at 8:30 AM  Sheng Wu  wrote:

> 
> This is the first and alpha release of version 5.
>
>
> Release Notes:
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> Release Candidate:
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> Release Tag:
> https://github.com/apache/incubator-skywalking/releases/tag/apm-5.0.0-alpha
> Release CommitId: ae79ed486d96a2d9c9645b84366be7020b4c6446
> Keys to Verify the Release Candidate:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 ,
> corresponding to pen...@apache.org
> Guide to build the release from source :
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
> and http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
>
>
> Vote in SkyWalking dev mail list:
>
> https://lists.apache.org/thread.html/6b7d4ad8b50184b942a7ff7ba947b3b79bd19c008de2c6aa71ee077f@%3Cdev.skywalking.apache.org%3E
>
>
> Test Announcement and result:
>
> https://lists.apache.org/thread.html/ff533ca8665962c0855009afdb3fb2172c00c3c7cdcc13e5726a0334@%3Cdev.skywalking.apache.org%3E
>
>
> Voting will start now (Saturday, 17th March, 2018) and will remain open
> for next 72 hours.
> [ ] +1 Release this package as 5.0.0-alpha.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
>
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (2nd round)

2018-03-19 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-alpha.


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1005/org/apache/skywalking/apache-skywalking-apm-incubating/5.0.0-alpha/


Release Tag :


 * v5.0.0-alpha


Release CommitID :


 * f52d99498f02402d2ce1a0b7b909cd7fcfb3526f


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
 * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 


corresponding to pen...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md#build-from-apache-source-codes


Voting will start now (March 20th, 2018) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



Everyone, I recommend you to run check by following this list: 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check
 


------
Sheng Wu
Apache SkyWalking original creator and PPMC member

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (2nd round)

2018-03-20 Thread Sheng Wu
+1 binding.

I have checked the following things:

1. All artifacts in staging repository are published with .asc, .md5, *sha1 
files.
2. Source code and distribution package are in 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha with 
.asc, .sha512.
3. LICENSE and NOTICE are in Source code and distribution package.
4. `shasum -c` checked.
5. Rebuild the dist from source codes.
6. `mvn apache-rat:check` passed.

On 2018/03/20 09:13:57, xin zhang  wrote: 
> +1 (binding)
> 
> I had checked the following items:
> [x] feature tested.
> [x] SHA and ASC  files are verified.
> [x] Source package build success.
> [x] LICENSE and NOTICE file in the source package and binary package.
> [x] Apache RAT checked
> 
> --
> Xin Zhang
> Apache SkyWalking PPMC member
> 
> On Tue, Mar 20, 2018 at 11:26 AM, 吴晟 Sheng Wu  
> wrote:
> 
> > Hi All,
> > This is a call for vote to release Apache SkyWalking (Incubating) version
> > 5.0.0-alpha.
> >
> >
> > Release notes:
> >
> >
> >  * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md
> >
> >
> > Release Candidate:
> >
> >
> >  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> > 5.0.0-alpha/
> >
> >
> > Maven 2 staging repository:
> >
> >
> >  * https://repository.apache.org/content/repositories/
> > orgapacheskywalking-1005/org/apache/skywalking/apache-
> > skywalking-apm-incubating/5.0.0-alpha/
> >
> >
> > Release Tag :
> >
> >
> >  * v5.0.0-alpha
> >
> >
> > Release CommitID :
> >
> >
> >  * f52d99498f02402d2ce1a0b7b909cd7fcfb3526f
> >
> >
> > Keys to verify the Release Candidate :
> >
> >
> >  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> > 5.0.0-alpha/KEYS
> >  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> >
> >
> > corresponding to pen...@apache.org
> >
> >
> > Guide to build the release from source :
> >
> >
> >  * https://github.com/apache/incubator-skywalking/blob/
> > master/docs/en/How-to-build.md#build-from-apache-source-codes
> >
> >
> > Voting will start now (March 20th, 2018) and will remain open for at least
> > 72 hours, Request all PPMC members to give their vote.
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
> >
> >
> >
> > Everyone, I recommend you to run check by following this list:
> > https://github.com/apache/incubator-skywalking/blob/
> > master/docs/en/How-to-release.md#vote-check
> >
> >
> > --
> > Sheng Wu
> > Apache SkyWalking original creator and PPMC member
> 


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha(2nd round)

2018-03-21 Thread ???? Sheng Wu
Mick


Thanks. I and SkyWalking community are trying our best to follow the Apache 
way. :) You are always kind for us.


--
Sheng Wu
Apache SkyWalking original creator and PPMC member


 




-- Original --
From:  "mck";
Date:  Wed, Mar 21, 2018 07:04 PM
To:  "dev";

Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 
5.0.0-alpha(2nd round)




> Everyone, I recommend you to run check by following this list: 
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check
>  


Great initiative Sheng! 

The effort going in here to double and triple check that releases that become 
downloaded by users around the world are safe and correct will be rewarded. 
It's not just embarrassing when you make a mistake in a release that impacts 
your users potentially causing serious grief for them, it can also be 
detrimental to community's spirit and engagement. It always is a good 
investment to have patience when going through the release process.

I'm really impressed with the SkyWalking community and how well you're taking 
onboard all the ASF processes.

regards,
Mick

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (2nd round)

2018-03-21 Thread Sheng Wu
Yuntao,

Hi, thanks for your checks and tests. 

But I have to say, you should notice +1 (binding) is only for PPMC in release 
vote. You should reply +1 and list the checks you did.

Of course, your contributions are highly valued. You are welcome always.

On 2018/03/21 06:53:52, Yuntao Li  wrote: 
> 
> 
> On 2018/03/20 03:26:29, "吴晟 Sheng Wu"  wrote: 
> > Hi All,
> > This is a call for vote to release Apache SkyWalking (Incubating) version 
> > 5.0.0-alpha.
> > 
> > 
> > Release notes:
> > 
> > 
> >  * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md
> > 
> > 
> > Release Candidate:
> > 
> > 
> >  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
> > 
> > 
> > Maven 2 staging repository:
> > 
> > 
> >  * 
> > https://repository.apache.org/content/repositories/orgapacheskywalking-1005/org/apache/skywalking/apache-skywalking-apm-incubating/5.0.0-alpha/
> > 
> > 
> > Release Tag :
> > 
> > 
> >  * v5.0.0-alpha
> > 
> > 
> > Release CommitID :
> > 
> > 
> >  * f52d99498f02402d2ce1a0b7b909cd7fcfb3526f
> > 
> > 
> > Keys to verify the Release Candidate :
> > 
> > 
> >  * 
> > https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
> >  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
> > 
> > 
> > corresponding to pen...@apache.org
> > 
> > 
> > Guide to build the release from source :
> > 
> > 
> >  * 
> > https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md#build-from-apache-source-codes
> > 
> > 
> > Voting will start now (March 20th, 2018) and will remain open for at least 
> > 72 hours, Request all PPMC members to give their vote.
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
> > 
> > 
> > 
> > Everyone, I recommend you to run check by following this list: 
> > https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check
> >  
> > 
> > 
> > --
> > Sheng Wu
> > Apache SkyWalking original creator and PPMC member
> 
> +1 (binding)
> 
> I had checked the following items:
> 1 feature tested.
> 2 All artifacts in staging repository are published with .asc, .md5, *sha1 
> files.
> 3 Source code and distribution package are in  
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/ with 
> .asc, .sha512.
> 4 `mvn apache-rat:check` passed.
> 


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (2nd round)

2018-03-22 Thread Sheng Wu
Vote result:
4 (+1) binding
1 (+1) nobinding

And I think the vote checks have been done by more than one PMC or committer. 
Thanks, everyone. 

I will start the vote in IPMC, hope we fit all requirements for the Apache 
release.

On 2018/03/20 03:26:29, "吴晟 Sheng Wu"  wrote: 
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha.
> 
> 
> Release notes:
> 
> 
>  * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md
> 
> 
> Release Candidate:
> 
> 
>  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1005/org/apache/skywalking/apache-skywalking-apm-incubating/5.0.0-alpha/
> 
> 
> Release Tag :
> 
> 
>  * v5.0.0-alpha
> 
> 
> Release CommitID :
> 
> 
>  * f52d99498f02402d2ce1a0b7b909cd7fcfb3526f
> 
> 
> Keys to verify the Release Candidate :
> 
> 
>  * 
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
>  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
> 
> 
> corresponding to pen...@apache.org
> 
> 
> Guide to build the release from source :
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md#build-from-apache-source-codes
> 
> 
> Voting will start now (March 20th, 2018) and will remain open for at least 72 
> hours, Request all PPMC members to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
> 
> 
> 
> Everyone, I recommend you to run check by following this list: 
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check
>  
> 
> 
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member


[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-25 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-alpha


This is the 3rd round of release vote, we are still learning the Apache release 
way. :) Please be patient everyone.


In this release, we have changed these by following Justin and Jiang 's 
guidances.
1. Separated LICENSE and NOTICE in source codes and distribution.
2. Added DISCLAIMER file in distribution.
3. Removed some exclusion in rat setting.
4. Removed binary(*.jar) from source codes.
5. Added ASF header into .config, .yml, .def files.


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1006/org/apache/skywalking/


Release Tag :


 * 5.0.0-alpha


Release CommitID :


 * 1963449e17953a4a69a53e6de814948608bde420


Keys to verify the Release Candidate :


 * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
corresponding to pen...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-release.md


Voting will start now ( date) and will remain open for at least 72 hours, 
Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



------
Sheng Wu
Apache SkyWalking original creator and PPMC member

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-alpha (3rd round)

2018-03-25 Thread Sheng Wu
I am closing this vote. There are some missing in this release.

On 2018/03/25 12:25:38, "吴晟 Sheng Wu"  wrote: 
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha
> 
> 
> This is the 3rd round of release vote, we are still learning the Apache 
> release way. :) Please be patient everyone.
> 
> 
> In this release, we have changed these by following Justin and Jiang 's 
> guidances.
> 1. Separated LICENSE and NOTICE in source codes and distribution.
> 2. Added DISCLAIMER file in distribution.
> 3. Removed some exclusion in rat setting.
> 4. Removed binary(*.jar) from source codes.
> 5. Added ASF header into .config, .yml, .def files.
> 
> 
> Release notes:
> 
> 
>  * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md
> 
> 
> Release Candidate:
> 
> 
>  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1006/org/apache/skywalking/
> 
> 
> Release Tag :
> 
> 
>  * 5.0.0-alpha
> 
> 
> Release CommitID :
> 
> 
>  * 1963449e17953a4a69a53e6de814948608bde420
> 
> 
> Keys to verify the Release Candidate :
> 
> 
>  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
>  * 
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
> corresponding to pen...@apache.org
> 
> 
> Guide to build the release from source :
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-release.md
> 
> 
> Voting will start now ( date) and will remain open for at least 72 hours, 
> Request all PPMC members to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member


[VOTE] Release Apache SkyWalking (incubating) version 5.0.0 (3rd round)

2018-03-27 Thread Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-alpha.

Release notes:

 * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md

Release Candidate:

 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/

Maven 2 staging repository:

 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1010/org/apache/skywalking/

Release Tag :

 * 5.0.0-alpha

Release CommitID :

 * 476ae378bed24690628cc0d16108185b7b5580b6

Keys to verify the Release Candidate :

 * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS

corresponding to pen...@apache.org

Guide to build the release from source :

 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes

Voting will start now (March 28th 2018) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0 (3rd round)

2018-03-28 Thread ???? Sheng Wu
+1 (binding)

I had checked the following items:
1. All test cases is passed.
2. All artifacts in staging repository are published with .asc, .md5 , *sha1 
files.
3. All files in https://dist.apache.org/repos/dist/dev/incubator/
skywalking/5.0.0-alpha/ are verified by GPG and sha512sum.
4. Source codes are successfully built.
5. Both source and binary packages contains LICENSE and NOTICE files. And 
LICENSE and NOTICE files are separated by different purposes.
6. No error found after running "mvn apache-rat:check".
7. DISCLAIMER exists checked.


------
Sheng Wu
Apache SkyWalking original creator and PPMC member


 




-- Original --
From:  "Hongtao Gao";
Date:  Wed, Mar 28, 2018 09:05 PM
To:  "dev";

Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0 (3rd 
round)



+1 (binding)

I had checked the following items:
1. All test cases is passed.
2. All artifacts in staging repository are published with .asc, .md5 ,
*sha1 files.
2. All files in https://dist.apache.org/repos/dist/dev/incubator/
skywalking/5.0.0-alpha/ are verified by GPG and sha512sum.
3. Source codes are successfully built.
4. Both source and binary packages contains LICENSE and NOTICE files.
5. No error found after running "mvn apache-rat:check".

--
Gao Hongtao
Apache SkyWalking PPMC member


2018-03-28 18:49 GMT+08:00 xin zhang :

> Hi All
>
> +1 (binding)
>
> Here is my check stuff:
> [x] Features tested.
> [x] Source code package and distribution package are published.
> [x] all publish packaged with asc file and sha512 file.
> [x] The asc file and sha512 file checked.
> [x] LICENSE and NOTICE checked.
> [x] build distribution from source code package successful.
> [x] apache rat checked.
> [x] DISCLAIMER exists checked.
>
> Regards
>
> Xin
>
>
> > ?? 2018??3??2810:43??Sheng Wu  ??
> >
> > Hi All,
> > This is a call for vote to release Apache SkyWalking (Incubating)
> version 5.0.0-alpha.
> >
> > Release notes:
> >
> > * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/CHANGES.md
> >
> > Release Candidate:
> >
> > * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/
> >
> > Maven 2 staging repository:
> >
> > * https://repository.apache.org/content/repositories/
> orgapacheskywalking-1010/org/apache/skywalking/
> >
> > Release Tag :
> >
> > * 5.0.0-alpha
> >
> > Release CommitID :
> >
> > * 476ae378bed24690628cc0d16108185b7b5580b6
> >
> > Keys to verify the Release Candidate :
> >
> > * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> > * https://dist.apache.org/repos/dist/dev/incubator/skywalking/
> 5.0.0-alpha/KEYS
> >
> > corresponding to pen...@apache.org
> >
> > Guide to build the release from source :
> >
> > * https://github.com/apache/incubator-skywalking/blob/v5.
> 0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
> >
> > Voting will start now (March 28th 2018) and will remain open for at
> least 72 hours, Request all PPMC members to give their vote.
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
>
>

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0 (3rd round)

2018-03-30 Thread Sheng Wu
Vote result:
4 (+1 binding)

So, I will start the IPMC vote again. :)

On 2018/03/28 02:43:06, Sheng Wu  wrote: 
> Hi All,
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0-alpha.
> 
> Release notes:
> 
>  * https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/CHANGES.md
> 
> Release Candidate:
> 
>  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/
> 
> Maven 2 staging repository:
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1010/org/apache/skywalking/
> 
> Release Tag :
> 
>  * 5.0.0-alpha
> 
> Release CommitID :
> 
>  * 476ae378bed24690628cc0d16108185b7b5580b6
> 
> Keys to verify the Release Candidate :
> 
>  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
>  * 
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha/KEYS
> 
> corresponding to pen...@apache.org
> 
> Guide to build the release from source :
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/en/How-to-build.md#build-from-apache-source-codes
> 
> Voting will start now (March 28th 2018) and will remain open for at least 72 
> hours, Request all PPMC members to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
> 


[NEWS] Add Lemon(liuhaoyang) as a member of OpenSkywalking org

2018-04-16 Thread ???? Sheng Wu
Hi everyone,


Since we joined the ASF incubator, a lot of people pay attention on our 
project. Lemon(liuhaoyang) is one of them. He was working on 
ButterflyAPM(https://github.com/ButterflyAPM) open source APM in .NET 
community. From Nov. 2018, he contact the community and work with me and other 
PMCs on SkyWalking's .NET agent.


From I known, the agent is going to release in these days. I am glad to 
invite(accepted) him as a member of OpenSkywalking. 


I hope, one day(not to far from now), we can accept him as the Apache 
SkyWalking committer, even PMC, who governs the .NET agent.


Thanks Lemon for your contributions.


--
Sheng Wu
Apache SkyWalking original creator and PPMC member

[DISCUSSION] Accept Haoyang Liu (Lemon) as committer of Apache SkyWalking (Incubating) project

2018-04-21 Thread ???? Sheng Wu
Hi, everyone.


All of our PPMCs and committers have known of Haoyang Liu(Lemon) , he 
(https://github.com/liuhaoyang) have contributed several features in SkyWalking 
project. At the same time, he extends our community, and lead the SkyWalking 
.NET core project(https://github.com/OpenSkywalking/skywalking-netcore). Spent 
almost 4 months to make this totally new project to release its 0.1.0 version.


We should be very high value his contributions to our community. I want to 
start our discussion here. If no object, I will start the vote in SkyWalking 
private mail list.


Welcome everyone to share your thoughts.


--
Sheng Wu
Apache SkyWalking original creator and PPMC member

Re: [DISCUSSION] Accept Haoyang Liu (Lemon) as committer of ApacheSkyWalking (Incubating) project

2018-04-22 Thread ???? Sheng Wu
Hi, everyone,


Glad to receive a lot of agreements. I will start up the vote in private mail 
list.


--
Sheng Wu
Apache SkyWalking original creator and PPMC member


 




-- Original --
From:  "Hongtao Gao";
Date:  Sun, Apr 22, 2018 07:39 PM
To:  "dev";

Subject:  Re: [DISCUSSION] Accept Haoyang Liu (Lemon) as committer of 
ApacheSkyWalking (Incubating) project



Welcome Lemon to join us. And I am very excited about the
??skywalking-ecosystem?? expanding with your joining.

2018-04-21 21:46 GMT+08:00  Sheng Wu :

> Hi, everyone.
>
>
> All of our PPMCs and committers have known of Haoyang Liu(Lemon) , he (
> https://github.com/liuhaoyang) have contributed several features in
> SkyWalking project. At the same time, he extends our community, and lead
> the SkyWalking .NET core project(https://github.com/
> OpenSkywalking/skywalking-netcore). Spent almost 4 months to make this
> totally new project to release its 0.1.0 version.
>
>
> We should be very high value his contributions to our community. I want to
> start our discussion here. If no object, I will start the vote in
> SkyWalking private mail list.
>
>
> Welcome everyone to share your thoughts.
>
>
> --
> Sheng Wu
> Apache SkyWalking original creator and PPMC member

[ANNOUNCE] Haoyang Liu (Lemon) accepted as a new committer of Apache SkyWalking

2018-04-23 Thread ???? Sheng Wu
Hi everyone.


The committer accept vote has already finished. Result is **PASS**. So, 
Congratulate  Lemon as our first new committer after we join the Apache 
incubator.


Hi Lemon, 
Please download, sign and scan ICLA[1], and mail to  secret...@apache.org . And 
CC me[2] the mail to info your apache id, which should be in the ICLA file.


[1] https://www.apache.org/licenses/icla.pdf
[2] wush...@apache.org


--
Sheng Wu
Apache SkyWalking original creator and PPMC member

Re: [GitHub] wu-sheng commented on issue #665: [Tracer Interop] GoogleOpenCensus / OpenZipkin

2018-04-28 Thread ???? Sheng Wu
Please continue the discussion in GitHub. You reply will lose in GitHub issue. 
If you try to use mail,. please reply github notification mail.


And I cannot see who you are, please add a signature.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.

---Original---
From: 
"dev-return-2349-wu.sheng=foxmail.com"
Date: Sun, Apr 29, 2018 09:52 AM
To: "dev";
Subject: Re: [GitHub] wu-sheng commented on issue #665: [Tracer Interop] 
GoogleOpenCensus / OpenZipkin


How long the expired time is, it??s very difficult to decide.


iPhone

-- Original --
From: GitBox 
Date: Sun,Apr 29,2018 9:29 AM
To: notifications 
Subject: Re: [GitHub] wu-sheng commented on issue #665: [Tracer Interop] 
GoogleOpenCensus / OpenZipkin



wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385218259
 
 
   >Perhaps Mongo DB or ElasticSearch is suitable
   
   I have a proposal that, use redis with traceid as key, and an expired 
time(lets say 2 min), the value should a redis queue, push all spans into. Then 
the bridge could trigger the pull by receiving the entry span.
   
   Although this may be not the best way, need more suggestions. Building trace 
segment is the most important part, which zipkin didn't have.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

[ announce] SkyWalking 5.0.0-beta is open to test before release

2018-05-06 Thread ???? Sheng Wu
Hi, everyone
SkyWalking 5.0.0 alpha released one month ago, and received a lot of feedback 
and user cases. I am very positive about project development.


Right now, I announce, the 5.0.0-beta is open to test for the whole dev 
community.


Some PMC members, committers and contributors have tested and taken part in bug 
fix. See here, https://github.com/apache/incubator-skywalking/issues/1146


I will keep this open at least 48 hours in case anyone else wants to help om 
tests.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.

Re: [ announce] SkyWalking 5.0.0-beta is open to test before release

2018-05-10 Thread Sheng Wu
Hi, everyone.

During 5 days test by our community people, all reported bugs have been solved. 
And all requirements, optimization and bugs in 5.0.0-beta milestone have been 
fixed. See the milestone[1].

Hi Yongsheng Peng

Please prepare the packages of our 5.0.0-beta release, as soon as you have 
time. I will create two branches for the release
- branch `release/5.0.0-beta` for hold the commit id during the release, in 
case we have some hot fix.
- branch `asf/release/5.0.0-beta/1` for our first round beta release.

[1] https://github.com/apache/incubator-skywalking/milestone/24

Sheng Wu

On 2018/05/06 11:06:58, "吴晟 Sheng Wu"  wrote: 
> Hi, everyone
> SkyWalking 5.0.0 alpha released one month ago, and received a lot of feedback 
> and user cases. I am very positive about project development.
> 
> 
> Right now, I announce, the 5.0.0-beta is open to test for the whole dev 
> community.
> 
> 
> Some PMC members, committers and contributors have tested and taken part in 
> bug fix. See here, https://github.com/apache/incubator-skywalking/issues/1146
> 
> 
> I will keep this open at least 48 hours in case anyone else wants to help om 
> tests.
> 
> 
> 
> Sheng Wu
> Apache SkyWalking
> 
> From Wu Sheng 's phone.


Re: [ announce] SkyWalking 5.0.0-beta is open to test before release

2018-05-10 Thread ???? Sheng Wu
Hi Peng, 


Branch `asf/release/5.0.0-beta/1` is created for your release process. 


And branch `release/5.0.0-beta` is created too, for hot fix.


Thank you.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "wush...@apache.org";
Date:  Thu, May 10, 2018 05:10 PM
To:  "dev";

Subject:  Re: [ announce] SkyWalking 5.0.0-beta is open to test before release



Hi, everyone.

During 5 days test by our community people, all reported bugs have been solved. 
And all requirements, optimization and bugs in 5.0.0-beta milestone have been 
fixed. See the milestone[1].

Hi Yongsheng Peng

Please prepare the packages of our 5.0.0-beta release, as soon as you have 
time. I will create two branches for the release
- branch `release/5.0.0-beta` for hold the commit id during the release, in 
case we have some hot fix.
- branch `asf/release/5.0.0-beta/1` for our first round beta release.

[1] https://github.com/apache/incubator-skywalking/milestone/24

Sheng Wu

On 2018/05/06 11:06:58, " Sheng Wu"  wrote: 
> Hi, everyone
> SkyWalking 5.0.0 alpha released one month ago, and received a lot of feedback 
> and user cases. I am very positive about project development.
> 
> 
> Right now, I announce, the 5.0.0-beta is open to test for the whole dev 
> community.
> 
> 
> Some PMC members, committers and contributors have tested and taken part in 
> bug fix. See here, https://github.com/apache/incubator-skywalking/issues/1146
> 
> 
> I will keep this open at least 48 hours in case anyone else wants to help om 
> tests.
> 
> 
> 
> Sheng Wu
> Apache SkyWalking
> 
> From Wu Sheng 's phone.

Re: Init SkywalkingTracer with transport configuration

2018-05-13 Thread ???? Sheng Wu
Hi, Filippo
First of all, SkyWalking is based on auto instrument agent, so you need set 
javaagent to your application. The settings about connection can be found in 
there.


And the agent core starts up in async way, then you can't depend on it to trace 
an application just starts up and run in first 30~45 seconds. From your codes. 
look like a main function only.


SkyWalking focuses on server monitoring, it works like most commercial product.


Hope these help.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.

---Original---
From: "Filippo Balicchia"
Date: Mon, May 14, 2018 03:50 AM
To: "dev";
Subject: Init SkywalkingTracer with transport configuration


Hi. I don't know if this is the right place.. if no sorry in advance.

I've instrumented a tiny app with OpenTracing api and I'd like to swith
system in favor of Skywalking.
In SkywalkingTracer I can't find a way to inizialized it with a sort of
sender that send data to Skywalking
collector.

```
Tracer tracer = new SkywalkingTracer();
GlobalTracer.register(tracer);

ActiveSpan parent =
GlobalTracer.get().buildSpan("Ciao").startActive();
for (int i = 0; i < 5; i++)
{
parent.log("Start child span " + i);

ActiveSpan child = GlobalTracer.get()
.buildSpan("Mondo")
.asChildOf(parent).startActive();
try
{
Thread.sleep(3000);
System.out.println("wakeup ");
child.close();
}
catch (InterruptedException e)
{
//NOOP
}
}
parent.close();
```
Is there an API that I missed it ?
Thanks for attention

--Filippo

Re: Init SkywalkingTracer with transport configuration

2018-05-13 Thread ???? Sheng Wu
And for place, we could discuss in here or github issue. Most are in GitHub, of 
course, as an Apache project, dev mail list is open to every user.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.

---Original---
From: "Filippo Balicchia"
Date: Mon, May 14, 2018 03:50 AM
To: "dev";
Subject: Init SkywalkingTracer with transport configuration


Hi. I don't know if this is the right place.. if no sorry in advance.

I've instrumented a tiny app with OpenTracing api and I'd like to swith
system in favor of Skywalking.
In SkywalkingTracer I can't find a way to inizialized it with a sort of
sender that send data to Skywalking
collector.

```
Tracer tracer = new SkywalkingTracer();
GlobalTracer.register(tracer);

ActiveSpan parent =
GlobalTracer.get().buildSpan("Ciao").startActive();
for (int i = 0; i < 5; i++)
{
parent.log("Start child span " + i);

ActiveSpan child = GlobalTracer.get()
.buildSpan("Mondo")
.asChildOf(parent).startActive();
try
{
Thread.sleep(3000);
System.out.println("wakeup ");
child.close();
}
catch (InterruptedException e)
{
//NOOP
}
}
parent.close();
```
Is there an API that I missed it ?
Thanks for attention

--Filippo

Re: [ANNOUNCE] SkyWalking 5.0.0-beta test build available

2018-05-14 Thread Sheng Wu


On 2018/05/14 05:40:43, 张科伟  wrote: 
> +1,The 5.0.0-beta has been tested in cluster mode.
> 
> I use two collector、one application  and took elasticsearch as the data
> storage. Skywalking has been running well.
> 
> I also has some suggestion to you:
> 
> 1). At least,upgrade elasticsearch-client version to 5.6.0,so we can use
> the newest elasticsearch server.

>From the community feedback, 5.6.0 elastic search is compatible with current 
>version. Also update the client library is OK. You can test and provide the pr 
>in beta2.

> 2). If dictionary "../buffer" hasn't set up with right way,JVM process
> looks good,but collector doesn't work. I can get nothing till reading log
> file.

I have no better choice for now, Maybe, you could look deep into the codes, to 
find out the better way? Stop the process if something wrong happened?

> 3). Change the way to set up Skywalking-webapp properties, I think spring
> property files will be better than shell files.

You could rise this in GitHub issue, and ask Gao. I support to provide a 
setting file to webapp.

> 4). Can you support store date label value in Skywalking-UI pages when I
> refresh browser?

This is a new design, store is hard, no such mechanism yet.

> 
> 
> 
> 2018-05-12 9:47 GMT+08:00 peng-yongsheng <8082...@qq.com>:
> 
> > The test build of 5.0.0-beta is available.
> >
> > This is our Apache Incubator release.
> > We welcome any comments you may have, and will take all feedback into
> > account if a quality vote is called for this build.
> >
> > Release notes:
> >
> >  * https://github.com/apache/incubator-skywalking/blob/
> > master/CHANGES.md#500-beta
> >
> > Release Candidate:
> >
> >  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta/
> >
> > Maven 2 staging repository:
> >
> >  * https://repository.apache.org/content/repositories/
> > orgapacheskywalking-1011/org/apache/skywalking/
> >
> > Release Tag :
> >
> >  * v5.0.0-beta
> >
> > Release CommitID :
> >
> >  * 5ddc4e714f2570421779a11f2589ffc32d2b8b21
> >
> > Keys to verify the Release Candidate :
> >
> >  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777
> > corresponding to pen...@apache.org
> >
> > Guide to build the release from source :
> >
> >  * https://github.com/apache/incubator-skywalking/blob/
> > master/docs/en/How-to-build.md
> >
> > A vote regarding the quality of this test build will be initiated
> > within the next couple of days.
> >
> >
> > —
> > Yongsheng Peng
> > Apache SkyWalking PPMC member
> >
> >
> >
> >
> 

Sheng Wu
SkyWalking PPMC


Re: [ANNOUNCE] SkyWalking 5.0.0-beta test build available

2018-05-14 Thread Sheng Wu
My +1 

I have tested this version in our demo env. All features look good.

If no objective appears, I will start the vote in 6 hours.

Thank you.

Sheng Wu

On 2018/05/12 01:47:18, peng-yongsheng <8082...@qq.com> wrote: 
> The test build of 5.0.0-beta is available.
> 
> This is our Apache Incubator release.
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
> 
> Release notes:
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta
> 
> Release Candidate:
> 
>  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta/
> 
> Maven 2 staging repository:
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1011/org/apache/skywalking/
> 
> Release Tag :
> 
>  * v5.0.0-beta
> 
> Release CommitID :
> 
>  * 5ddc4e714f2570421779a11f2589ffc32d2b8b21
> 
> Keys to verify the Release Candidate :
> 
>  * http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
> corresponding to pen...@apache.org
> 
> Guide to build the release from source :
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
> 
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
> 
> 
> —
> Yongsheng Peng
> Apache SkyWalking PPMC member
> 
> 
> 
> 


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta

2018-05-15 Thread ???? Sheng Wu
My +1 binding


I checked following things:
1. Source code and distribution package  with .asc, .sha512
2. `LICENSE` and `NOTICE` are in Source code and distribution package
3. Check shasum 
4. Build distribution from source code package
5. Apache RAT check. Run `mvn apache-rat:check`. (No binary in source codes)
6. DISCLAIMER exists


All look good.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "??"<8082...@qq.com>;
Date:  Tue, May 15, 2018 09:25 AM
To:  "dev";

Subject:  [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta



Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-beta.

Welcome Haoyang Liu, our new committer, this is the check list: 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check
 
<https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check>
please read it before you start to vote.


Release notes:

 * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta 
<https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta>

Release Candidate:

 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta/ 
<https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta/>

Maven 2 staging repository:

 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1011/org/apache/skywalking/
 
<https://repository.apache.org/content/repositories/orgapacheskywalking-1011/org/apache/skywalking/>

Release Tag :

 * v5.0.0-beta

Release CommitID :

 * 5ddc4e714f2570421779a11f2589ffc32d2b8b21

Keys to verify the Release Candidate :

 *  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777 
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2EF5026E70A55777> 
corresponding to pen...@apache.org <mailto:pen...@apache.org>

Guide to build the release from source :

 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
 
<https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md>

Voting will start now (May 15th, 2018) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because??.


??
Yongsheng Peng
Apache SkyWalking PPMC member

5.0.0-beta2 will be the last feature related release

2018-05-17 Thread Sheng Wu
Hi community,

I want to share with you about that, we are going to start the IPMC vote of 
5.0.0-beta release today, considering PPMC vote has passed. And our next 
release is beta2, we still add some new features and UI related upgrades. And 
that will be all features for SkyWalking 5.0.0. Two releases(RC, GA) of 5.0.0 
will release based on bug report and fix only. 

I hope the beta2 will release 2 weeks later, and RC, GA will release in 2 weeks 
iteration cycle. After beta2 release, I will create branch `5.0.x` for the 
community, all related fixed and RC, GA release will base on that branch. The 
branch `master` will go for 5.1.0 iteration.

New features will only provide in 5.1.0 release.

Thanks everyone in SkyWalking community and your contributions.

Sheng Wu
Apache SkyWalking


Re: Error while starting Apache Skywalking

2018-05-28 Thread ???? Sheng Wu
Hi Balaiya


Gald you join me in this way. I need the following info

1. Why version are you using? Our beta release, or branch master built by 
yourself.
2. Have you set application.yml right? Such as: ElasticSearch related 
settings.By following our documents: 
https://github.com/apache/incubator-skywalking/blob/master/docs/README.md
3. This is the expected output in log:
2018-05-29 14:48:05,439 - 
org.apache.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient 
-4943 [main] INFO  [] - elasticsearch cluster nodes: localhost:9300


Your logs show:
org.apache.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient 
-9093 [main] INFO  [] - elasticsearch cluster nodes: null


My guess, you don't start up or set your elastic search right.


Thanks.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "Balaiya, Rajkumar (External)";
Date:  Tue, May 29, 2018 02:32 PM
To:  "dev@skywalking.apache.org";

Subject:  Error while starting Apache Skywalking



  
Hi Team,
 
1.   Am getting the following error while starting Apache Skywalking 
Collector.
 
2. PFA.
 
 
 
 
 
Thanks & Regards,
 
Raj Kumar Balaiya

Re: Error while starting Apache Skywalking

2018-05-28 Thread ???? Sheng Wu
> Why version are you using?


What version, sorry, typo


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "???? Sheng Wu";
Date:  Tue, May 29, 2018 02:51 PM
To:  "dev";

Subject:  Re: Error while starting Apache Skywalking



Hi Balaiya


Gald you join me in this way. I need the following info

1. Why version are you using? Our beta release, or branch master built by 
yourself.
2. Have you set application.yml right? Such as: ElasticSearch related 
settings.By following our documents: 
https://github.com/apache/incubator-skywalking/blob/master/docs/README.md
3. This is the expected output in log:
2018-05-29 14:48:05,439 - 
org.apache.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient 
-4943 [main] INFO  [] - elasticsearch cluster nodes: localhost:9300


Your logs show:
org.apache.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient 
-9093 [main] INFO  [] - elasticsearch cluster nodes: null


My guess, you don't start up or set your elastic search right.


Thanks.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "Balaiya, Rajkumar (External)";
Date:  Tue, May 29, 2018 02:32 PM
To:  "dev@skywalking.apache.org";

Subject:  Error while starting Apache Skywalking



  
Hi Team,
 
1.   Am getting the following error while starting Apache Skywalking 
Collector.
 
2. PFA.
 
 
 
 
 
Thanks & Regards,
 
Raj Kumar Balaiya

Apache incubator report June 2018

2018-05-29 Thread ???? Sheng Wu
Hi everyone


I have just finished the Apache incubator report June 2018. You can find it 
here: https://wiki.apache.org/incubator/June2018 If I miss something, please 
let me know.


--
Sheng Wu
Apache SkyWalking

Request the Permission using SkyWalking and Apache SkyWalking(incubating) name in our Meetup

2018-06-13 Thread ???? Sheng Wu
Hi ASF Marketing & Publicity,


SkyWalking community will cooperate with Zipkin community and Adrian Cole, to 
hold a meetup at 22th July, Beijing China.
The event name should be "SkyWalking and Zipkin meetup" or "Apache 
SkyWalking(Incubating) and Zipkin meetup",  


So I just ask for permission of using "SkyWalking" and  "Apache 
SkyWalking(incubating)".


Thanks.


--
Sheng Wu
Apache SkyWalking

SkyWalking 6.x begins

2018-06-28 Thread ???? Sheng Wu
Hi Everyone, 
During the LC3 Linux Foundation Conf Beijing, I have a chance to set a face 
to face meeting with all PPMC member. We are going to start the POC stage for 
SkyWalking 6.x. The SkyWalking 5.x will be the stable version, and get 
supported before 6.x is ready(should not be soon).


I will create branch 6.0 to write documents and run some POCs. If some one 
to join us, welcome.


--
Sheng Wu
Apache SkyWalking

Re: SkyWalking 6.x begins

2018-06-28 Thread ???? Sheng Wu
All PPMCs and committers


 I just asked the Infra team to open `commits and merge` option in GitHub, 
in order to help us could merge branch 6.x into master some day. But please 
don't use it to merge any pull request from anyone, even for branch 6.x. Any 
pull request should be considered as an separated features in a single one 
commit.


Thanks.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "???? Sheng Wu";
Date:  Thu, Jun 28, 2018 04:53 PM
To:  "dev";

Subject:  SkyWalking 6.x begins



Hi Everyone, 
During the LC3 Linux Foundation Conf Beijing, I have a chance to set a face 
to face meeting with all PPMC member. We are going to start the POC stage for 
SkyWalking 6.x. The SkyWalking 5.x will be the stable version, and get 
supported before 6.x is ready(should not be soon).


I will create branch 6.0 to write documents and run some POCs. If some one 
to join us, welcome.


--
Sheng Wu
Apache SkyWalking

[ANNOUNCE] SkyWalking 5.0.0-beta2 test build available

2018-07-01 Thread ???? Sheng Wu
Hi, The test build of 5.0.0-beta2 is available. This is our Apache Incubator 
release. We welcome any comments you may have, and will take all feedback into 
account if a quality vote is called for this build. Release notes:  * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2 
Release Candidate:  * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/  * 
sha512 checksums- sha512 
7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz- sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz- sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip Maven 2 staging repository:  
* 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/
 Release Tag :  * 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1 Release 
CommitID :  * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
  * Git submodule* skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
* apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
 Keys to verify the Release Candidate :  * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org Guide to build the release from source :  
* 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
 A vote regarding the quality of this test build will be initiated within the 
next couple of days.


--
Sheng Wu
Apache SkyWalking

[ANNOUNCE] SkyWalking 5.0.0-beta2 test build available

2018-07-01 Thread ???? Sheng Wu
Hi, 
The test build of 5.0.0-beta2 is available.


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
 * sha512 checksums
   - sha512 
7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
   - sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
   - sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/


Release Tag :


 * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

Re: [ANNOUNCE] SkyWalking 5.0.0-beta2 test build available

2018-07-01 Thread ???? Sheng Wu
Closing this. The format is not right. Sorry everyone.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Mon, Jul 2, 2018 01:57 PM
To:  "dev";

Subject:  [ANNOUNCE] SkyWalking 5.0.0-beta2 test build available



Hi, The test build of 5.0.0-beta2 is available. This is our Apache Incubator 
release. We welcome any comments you may have, and will take all feedback into 
account if a quality vote is called for this build. Release notes:  * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2 
Release Candidate:  * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/  * 
sha512 checksums- sha512 
7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz- sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz- sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip Maven 2 staging repository:  
* 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/
 Release Tag :  * 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1 Release 
CommitID :  * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
  * Git submodule* skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
* apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
 Keys to verify the Release Candidate :  * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org Guide to build the release from source :  
* 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
 A vote regarding the quality of this test build will be initiated within the 
next couple of days.


------
Sheng Wu
Apache SkyWalking

[ANNOUNCE] SkyWalking 5.0.0-beta2 test build available. Please test before release

2018-07-01 Thread ???? Sheng Wu
Hi, 
The test build of 5.0.0-beta2 is available.


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
 * sha512 checksums
   - sha512 
7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
   - sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
   - sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/


Release Tag :


 * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

Re: [ANNOUNCE] SkyWalking 5.0.0-beta2 test build available. Pleasetest before release

2018-07-03 Thread ???? Sheng Wu
Hi Xin


Thanks for your tests. I also found this potential issue. Although, I think 
this should not be a big issue to block our beta2 release.  I already asked 
Peng to recheck this.


So let's wait another 24hours, and try to start the vote. 


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "xin zhang";
Date:  Wed, Jul 4, 2018 00:40 AM
To:  "dev";

Subject:  Re: [ANNOUNCE] SkyWalking 5.0.0-beta2 test build available. 
Pleasetest before release



Hi All


I had test version 5.0.0-beta2 in the two following scenario, and it is
passed expected the potencial issue about GC value.

and Here is the issue
https://github.com/apache/incubator-skywalking/issues/1425


Here is the detail of test scenarios:


Scenario One:

The Skywalking collector in this scenario is standalone mode. and there are
three test project in

this scenario. and Here is the components of this scenario used: Dubbo,
Motan, H2, Mysql, MongoDB and Redis


Scenario Two:

The Skywalking collector in this scenario is cluster mode. and there are
two collector instances in this scenario

 and four projects in this scenario, and Here is the components of this
scenarios used: Kafka, Spring MVC, HttpClient

Feign and H2.


Thanks


Xin

 Sheng Wu  ??2018??7??2?? 2:16??

> Hi,
> The test build of 5.0.0-beta2 is available.
>
>
> This is our Apache Incubator release.
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
>
>
> Release notes:
>
>
>  *
> https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2
>
>
> Release Candidate:
>
>
>  *
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
>  * sha512 checksums
>- sha512
> 7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
> apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
>- sha512
> 9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
> apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
>- sha512
> 2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
> apache-skywalking-apm-incubating-5.0.0-beta2.zip
>
>
> Maven 2 staging repository:
>
>
>  *
> https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/
>
>
> Release Tag :
>
>
>  * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1
>
>
> Release CommitID :
>
>
>  *
> https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
>  * Git submodule
>* skywalking-ui:
> https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
>* apm-protocol/apm-network/src/main/proto:
> https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
>
>
> Keys to verify the Release Candidate :
>
>
>  *
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
> corresponding to wush...@apache.org
>
>
> Guide to build the release from source :
>
>
>  *
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
>
>
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
>
>
>
> --
> Sheng Wu
> Apache SkyWalking

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2

2018-07-03 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-beta2



Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
 * sha512 checksums
   - sha512 
7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
   - sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
   - sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/


Release Tag :


 * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md



Voting will start now ( date) and will remain open for at least 72 hours, 
Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



Vote checklist is here: 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check


--
Sheng Wu
Apache SkyWalking

[CANCEL] [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2

2018-07-05 Thread ???? Sheng Wu
I am closing this vote. Look like the source file has some unexpected issue, 
something related with ui dependencies.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "java"<1151262...@qq.com>;
Date:  Wed, Jul 4, 2018 10:07 AM
To:  "dev";

Subject:  ??[VOTE] Release Apache SkyWalking (incubating) version 
5.0.0-beta2



+1




--  --
??: "wu.sheng";
: 2018??7??4??(??) 9:30
??: "dev";

: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2



Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-beta2



Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
 * sha512 checksums
   - sha512 
7fc541bc6b7d43a012f7dc2eda30af069537002790bfd61a156a19b9771f8ff2457b633f116cbf51489138d306e99b251fc77e06cf8777644f8ba4caead45471
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
   - sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
   - sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/


Release Tag :


 * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md



Voting will start now ( date) and will remain open for at least 72 hours, 
Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



Vote checklist is here: 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check


--
Sheng Wu
Apache SkyWalking

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2 [RC1]

2018-07-05 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-beta2



Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
 * sha512 checksums
   - sha512 
a58f4d8a44ddd2083441edf88454c701443d3c9150990668f0832a49718e72f45a5d16b676656c3da4b4fd3d9e5bf12e7b1fbd220ead3b6f0483ea7382e1152e
  apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
   - sha512 
9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
  apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
   - sha512 
2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
  apache-skywalking-apm-incubating-5.0.0-beta2.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/


Release Tag :


 * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
 corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md



Voting will start now ( date) and will remain open for at least 72 hours, 
Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



Vote checklist is here: 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check



--
Sheng Wu
Apache SkyWalking

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2 [RC1]

2018-07-08 Thread ???? Sheng Wu
Hi, 
Thank everyone to take part in the vote, and give the feedback. 
I am finishing this vote, we got, 4 (+1 binding) and 1(+1 no binding)


I will start the IPMC vote soon.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "xin zhang";
Date:  Sun, Jul 8, 2018 10:27 PM
To:  "dev";

Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2 
[RC1]



+1 (binding)


Here is the stuff I checked:

1.  Features tested

2. All package has asc and md5 files

3. ASC and MD5 files checked

4. LICENSE and NOTICE files checked

5. Build sucess from source code package

6. Apache RAT checked.

7. DISCLAIMER exists


Thanks


Xin

?? Peng Yongsheng <8082...@qq.com> ??2018??7??8?? 12:24??

> +1 (binding)
>
> 1. Stage check: all component no missing,  and all of them have jar,
> doc.jar, pom with .asc, .md5, .sha1 files.
> 2. Dist check: src, tar, zip with .asc, .sha512 files are correct
> 3. Shasum check: correct
> 4. Source package: correct
> 5. Rat check: correct
>
> ??
> Yongsheng Peng
> Apache SkyWalking PPMC member
>
>
>
> > ?? 2018??7??600:58?? Sheng Wu  ??
> >
> > Hi All,
> > This is a call for vote to release Apache SkyWalking (Incubating)
> version 5.0.0-beta2
> >
> >
> >
> > Release notes:
> >
> >
> > *
> https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-beta2
> >
> >
> > Release Candidate:
> >
> >
> > *
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/
> > * sha512 checksums
> >   - sha512
> a58f4d8a44ddd2083441edf88454c701443d3c9150990668f0832a49718e72f45a5d16b676656c3da4b4fd3d9e5bf12e7b1fbd220ead3b6f0483ea7382e1152e
> apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz
> >   - sha512
> 9d53f93380e6c0e06fbcb0ad025e94dde0784b94b2ea9aadd7a139cef50452e04178f1e05f5f8d0a748031fecf65b94436c487b5d53d009a5fbfa2194b746fcc
> apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz
> >   - sha512
> 2997e96cc818e70686218c0cdadc602f1be0058cba14e1467da91c90c2d9278b77fc1c7ea9dc529b6cc7db110e75500297f9c40251735adf0d1ed6b7ede8db74
> apache-skywalking-apm-incubating-5.0.0-beta2.zip
> >
> >
> > Maven 2 staging repository:
> >
> >
> > *
> https://repository.apache.org/content/repositories/orgapacheskywalking-1014/org/apache/skywalking/
> >
> >
> > Release Tag :
> >
> >
> > * https://github.com/apache/incubator-skywalking/tree/v5.0.0-beta2-RC1
> >
> >
> > Release CommitID :
> >
> >
> > *
> https://github.com/apache/incubator-skywalking/tree/2bc785bd51adf79dcf4b312b590e156baed698ac
> > * Git submodule
> >   * skywalking-ui:
> https://github.com/apache/incubator-skywalking-ui/tree/3ecf33899e28ac106e1d421c089c4c4a4d79c23d
> >   * apm-protocol/apm-network/src/main/proto:
> https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
> >
> >
> > Keys to verify the Release Candidate :
> >
> >
> > *
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-beta2-RC1/KEYS
> corresponding to wush...@apache.org
> >
> >
> > Guide to build the release from source :
> >
> >
> > *
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
> >
> >
> >
> > Voting will start now ( date) and will remain open for at least 72
> hours, Request all PPMC members to give their vote.
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
> >
> >
> >
> > Vote checklist is here:
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-release.md#vote-check
> >
> >
> >
> > --
> > Sheng Wu
> > Apache SkyWalking
>
>

Re: skywalking探针JBOSS配置

2018-07-11 Thread Sheng Wu
Hi, 

Please keep your mail in English. We are in the Apache mail list, this is for 
the global community.

For your question, I am not familiar with JBoss, sorry. But you should know, 
the only thing you need to do, is to add `-javaagent:` to your JVM 
arguments. That is all. So we haven't listed all the possible middlewares. 

Of source, we are welcome you to contribute that document for JBoss users.

Thanks

Wu Sheng

On 2018/07/10 07:52:25, "倾听心的声音" <1121926...@qq.com> wrote: 
> 您好:  
> 非常感谢您能开源并维护skywalking开源项目,在利用skywalking进行配置时发现只要关于Tomcat的配置,想请问一下在JBOSS下如何配置,我在jboss/bin/standalone.conf文件下的配置如下,如果没有运行项目是不会报错的,但是一运行项目就会报错,请问在JBOSS下如何配置,不好意思在百忙之中打扰你
> 谢谢


Submitted SkyWalking 2.0 protocol to branch 6.0

2018-08-16 Thread ???? Sheng Wu
Hi everyone.


I just submitted new protocols(grpc defined) , which should be marked as 2.0 
when release. See `data-collect-protocol` repo[1] to see the details. The most 
important things are, register services are formal established. Old register 
services are still be supported, but will be removed at Feb. 2019.


[1]https://github.com/apache/incubator-skywalking-data-collect-protocol


--
Sheng Wu
Apache SkyWalking

[RELEASE][TEST]SkyWalking 5.0.0-RC(RC1) test build available

2018-08-27 Thread ???? Sheng Wu
The test build of 5.0.0-RC(RC1) is available.


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC-RC1/
 * sha512 checksums
   - 
f3be05faa70e67f5d9a8ccaccda3fd9b7c2354ade39ead22f706c56379573afeae12ed048f20b6f0d010a721c2b606e460c5e1264ea620bbec4e62a72f67d367
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
ea65b0f5b246254bc4fa0ce6e244e6c9aed751bd778a4c1c4a1e77e732a172fc829ca982e31f4412297a27064701ac4100620970b87f10355473a4e65460937f
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
b5ae9ff063d48adda44eafb47864af3f352665d74372120ea989163afc17db8c85747192ad3946ceaba82ab3287d07d37b147f302b3084fc08e6a4b476021fda
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1017/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/52ac0628c96311ca0abbadd5dc8879e14168a1b3
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

Re: [RELEASE][TEST]SkyWalking 5.0.0-RC(RC1) test build available

2018-08-27 Thread ???? Sheng Wu
By following Mick's suggestion, I will remove the double `RC` in tag and folder 
name, to avoid the mislead.


Release Candidate:


https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC



Please follow this to do test or check.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "???? Sheng Wu";
Date:  Mon, Aug 27, 2018 05:39 PM
To:  "dev";

Subject:  [RELEASE][TEST]SkyWalking 5.0.0-RC(RC1) test build available



The test build of 5.0.0-RC(RC1) is available.


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC-RC1/
 * sha512 checksums
   - 
f3be05faa70e67f5d9a8ccaccda3fd9b7c2354ade39ead22f706c56379573afeae12ed048f20b6f0d010a721c2b606e460c5e1264ea620bbec4e62a72f67d367
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
ea65b0f5b246254bc4fa0ce6e244e6c9aed751bd778a4c1c4a1e77e732a172fc829ca982e31f4412297a27064701ac4100620970b87f10355473a4e65460937f
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
b5ae9ff063d48adda44eafb47864af3f352665d74372120ea989163afc17db8c85747192ad3946ceaba82ab3287d07d37b147f302b3084fc08e6a4b476021fda
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1017/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/52ac0628c96311ca0abbadd5dc8879e14168a1b3
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

Re: [RELEASE][TEST]SkyWalking 5.0.0-RC(RC1) test build available

2018-08-29 Thread ???? Sheng Wu
Glad we passed tests in both Java and .NET core.


I will move on vote.


Thanks everyone.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Tue, Aug 28, 2018 02:14 PM
To:  "dev";

Subject:  Re: [RELEASE][TEST]SkyWalking 5.0.0-RC(RC1) test build available



By following Mick's suggestion, I will remove the double `RC` in tag and folder 
name, to avoid the mislead.


Release Candidate:


https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC



Please follow this to do test or check.


--
Sheng Wu
Apache SkyWalking 


 




-- Original ----------
From:  " Sheng Wu";
Date:  Mon, Aug 27, 2018 05:39 PM
To:  "dev";

Subject:  [RELEASE][TEST]SkyWalking 5.0.0-RC(RC1) test build available



The test build of 5.0.0-RC(RC1) is available.


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC-RC1/
 * sha512 checksums
   - 
f3be05faa70e67f5d9a8ccaccda3fd9b7c2354ade39ead22f706c56379573afeae12ed048f20b6f0d010a721c2b606e460c5e1264ea620bbec4e62a72f67d367
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
ea65b0f5b246254bc4fa0ce6e244e6c9aed751bd778a4c1c4a1e77e732a172fc829ca982e31f4412297a27064701ac4100620970b87f10355473a4e65460937f
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
b5ae9ff063d48adda44eafb47864af3f352665d74372120ea989163afc17db8c85747192ad3946ceaba82ab3287d07d37b147f302b3084fc08e6a4b476021fda
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1017/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC-RC1


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/52ac0628c96311ca0abbadd5dc8879e14168a1b3
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC

2018-08-29 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-RC



Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


   https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/

 * sha512 checksums
   - 
f3be05faa70e67f5d9a8ccaccda3fd9b7c2354ade39ead22f706c56379573afeae12ed048f20b6f0d010a721c2b606e460c5e1264ea620bbec4e62a72f67d367
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
ea65b0f5b246254bc4fa0ce6e244e6c9aed751bd778a4c1c4a1e77e732a172fc829ca982e31f4412297a27064701ac4100620970b87f10355473a4e65460937f
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
b5ae9ff063d48adda44eafb47864af3f352665d74372120ea989163afc17db8c85747192ad3946ceaba82ab3287d07d37b147f302b3084fc08e6a4b476021fda
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1017/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/52ac0628c96311ca0abbadd5dc8879e14168a1b3
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


Voting will start now (2018/8/29 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because





--
Sheng Wu
Apache SkyWalking

Here the draft our SkyWalking Sep. incubator report

2018-08-29 Thread ???? Sheng Wu
Hi everyone


Here is the report I wrote about the status of SkyWalking in the last three 
months,
many positive things happen, I am excited about that.


If anyone finds I miss something, please reply this mail, I will add it into 
the report.



SkyWalking  Skywalking is an APM (application performance monitor), especially 
for microservice, Cloud Native and container-based architecture systems. Also 
known as a distributed tracing system. It provides an automatic way to 
instrument applications: no need to change any of the source code of the target 
application; and an collector with an very high efficiency streaming module.  
SkyWalking has been incubating since 2017-12-08.  Three most important issues 
to address in the move towards graduation:1. IP clearance.   3. First ASF 
release. (SkyWalking 5.0)   3. Further ASF culture and processes.   4. 5.x 
releases are stable for product, and have 5 open end users, at least.   5. 
Support multiple languages agents/SDKs.   6. Integration with other pupolar OSS 
systems. Zipkin data format supported.  Any issues that the Incubator PMC 
(IPMC) or ASF Board wish/need to be aware of?Have three Apache releases 
already. 5.0.0-alpha, 5.0.0-beta, 5.0.0-beta2.   Another release is on going, 
5.0.0-RC  How has the community developed since the last report?  1. 
.NetCore agent goes well, as a community agent implementation, have received it 
is being used in product env.   2. Node.js agent supports `egg` framework, 
releases the new version.   3. More than 35 companies have confirmed they are 
using SkyWalking through issue report or our powered-by page.   4. There are 57 
people to contribute codes to our main repo. 19 more than the last report.   
How has the project developed since the last report?The project has a 
diverse community, many users, contributors are from different companies.   
There has been 100 commits by more than 30 contributors in the three months.   
In beta2 release milestones, there are 160 issues and pull requests solved.   
In RC release milestones, there are 124 issues and pull requests solved.  How 
would you assess the podling's maturity? Please feel free to add your own 
commentary.[x] Initial setup   [x] Working towards first release   [x] 
Community building   [ ] Nearing graduation   [ ] Other:  Date of last release: 
   beta2 12 Jul 2018   RC(voting)  30 Aug 2018  When were the last 
committers or PPMC members elected?May. 2018


--
Sheng Wu
Apache SkyWalking

[Cancel][VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC

2018-08-30 Thread ???? Sheng Wu
Thanks do much, Mick. 
I will do a quick update and release again soon.


Now vote is closing.

Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.


-- Original --
From: Mick Semb Wever 
Date: Fri,Aug 31,2018 9:35 AM
To: dev 
Subject: Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC




> Voting will start now (2018/8/29 date) and will remain open for at least 
> 72 hours, Request all PPMC members to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because


-1  The digests on the maven artefacts don't meet the new ASF release 
requirements.

The distribution artefacts are good, only asc signatures and sha512 digests, as 
seen in
 https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/

But the artefacts in the maven staging repository don't have sha512 digests, 
and have the now forbidden md5 and sha1 digests.
As seen in
 
https://repository.apache.org/content/repositories/orgapacheskywalking-1017/org/apache/skywalking/agent-grpc-provider/5.0.0-RC/

The relevant ASF documentation is in 
 https://www.apache.org/dev/release-distribution#sigs-and-sums
specifically??

> For every artifact distributed to the public through Apache channels, the PMC
>
>  - MUST supply a valid OpenPGP-compatible ASCII-armored detached signature 
> file
>  - MUST supply at least one checksum file
>  - SHOULD supply a SHA-256 and/or SHA-512 checksum file
>  - SHOULD NOT supply a MD5 or SHA-1 checksum file (because these are 
> deprecated)
>
> For new releases, PMCs MUST supply SHA-256 and/or SHA-512; and SHOULD NOT 
> supply MD5 or SHA-1. Existing releases do not need to be changed.

Upgrading to apache pom 21 should fix this.
https://lists.apache.org/thread.html/ab0838d16033a54e039cf3dbe3344c7e63b340f0dbc14ad14211ff1d@%3Cannounce.maven.apache.org%3E

regards,
Mick

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC

2018-08-31 Thread ???? Sheng Wu
Hi Mick


I already closed the vote mail, because try apache 21 pom makes me have to 
delete existed tag, which may cause unknown issues about checked.


But after I upgraded the pom to 21[1], and did a release again[2]. Still no 
sha512 found in staging repo, such as our distribution package[3].
I think they haven't provided a way to do this.


And I read the pom release announcement[4] again, they said
> It includes generating sha512 checksums for the source-release (not the 
artifacts going to maven central where sha1 and md5 are pretty built-in).


I am not 100% sure about the meanings, but look like maven central requires 
sha1 and m5.


So, any one have more opinions about this? Do I need to start a new vote?(Keep 
no sha512 in nexus repo)




[1] 
https://repository.apache.org/content/repositories/orgapacheskywalking-1018/org/apache/skywalking/apm/5.0.0-RC/apm-5.0.0-RC.pom
[2] https://repository.apache.org/content/repositories/orgapacheskywalking-1018
[3] 
https://repository.apache.org/content/repositories/orgapacheskywalking-1018/org/apache/skywalking/apache-skywalking-apm-incubating/5.0.0-RC/
[4] 
https://lists.apache.org/thread.html/ab0838d16033a54e039cf3dbe3344c7e63b340f0dbc14ad14211ff1d@%3Cannounce.maven.apache.org%3E


------
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "mck";
Date:  Fri, Aug 31, 2018 09:35 AM
To:  "dev";

Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC




> Voting will start now (2018/8/29 date) and will remain open for at least 
> 72 hours, Request all PPMC members to give their vote.
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because


-1  The digests on the maven artefacts don't meet the new ASF release 
requirements.

The distribution artefacts are good, only asc signatures and sha512 digests, as 
seen in
 https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/

But the artefacts in the maven staging repository don't have sha512 digests, 
and have the now forbidden md5 and sha1 digests.
As seen in
 
https://repository.apache.org/content/repositories/orgapacheskywalking-1017/org/apache/skywalking/agent-grpc-provider/5.0.0-RC/

The relevant ASF documentation is in 
 https://www.apache.org/dev/release-distribution#sigs-and-sums
specifically??

> For every artifact distributed to the public through Apache channels, the PMC
>
>  - MUST supply a valid OpenPGP-compatible ASCII-armored detached signature 
> file
>  - MUST supply at least one checksum file
>  - SHOULD supply a SHA-256 and/or SHA-512 checksum file
>  - SHOULD NOT supply a MD5 or SHA-1 checksum file (because these are 
> deprecated)
>
> For new releases, PMCs MUST supply SHA-256 and/or SHA-512; and SHOULD NOT 
> supply MD5 or SHA-1. Existing releases do not need to be changed.

Upgrading to apache pom 21 should fix this.
https://lists.apache.org/thread.html/ab0838d16033a54e039cf3dbe3344c7e63b340f0dbc14ad14211ff1d@%3Cannounce.maven.apache.org%3E

regards,
Mick

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC

2018-08-31 Thread ???? Sheng Wu
Thanks very much for rechecking this. Now we can be sure, we are right.


Let me do the release again, and start a new vote. :)


I think this vote thread should stay in closed, the repo and tag have been 
released, source codes have been updated. 


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "mck";
Date:  Fri, Aug 31, 2018 08:51 PM
To:  "dev";

Subject:  Re:  [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC




> And I read the pom release announcement[4] again, they said
> > It includes generating sha512 checksums for the source-release (not the 
> artifacts going to maven central where sha1 and md5 are pretty built-in).
> 
> 
> I am not 100% sure about the meanings, but look like maven central 
> requires sha1 and m5.


You are correct Sheng, my bad.

The release doc says 
 "For every artifact distributed to the public through Apache channels"
and that threw me.

But indeed maven does not yet support sha256 or sha512 checksums, and even if 
you do upload them will treat them incorrectly as separate artefacts in the 
repository. This is described a bit more in 
https://issues.apache.org/jira/browse/MPOM-205

I'm +1 on the release now.

regards,
Mick

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC (round-2)

2018-08-31 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-RC(round-2)


Round-1[1] vote is canceled, read it to know what happened. The result is:
1. Update pom to version 21(from 19), only change from round-1 to round-2
2. Maven central doesn't support sha512 yet. So inside maven central, still 
sha1 and md5
3. tar/zip/source in dist had sha512 already(from alpha release), did through 
our release script.




Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


   https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/
 * sha512 checksums
   - 
dc985463c4681efb0b3d4f05b38ea5fb75007281314a911b98330dc2395467964d21d8636d7fb9dc3dbb10e4d1be0466f81e2c333b04603dc53e2e1c74e164b1
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
b8a75bff90faa75e365eb70953b25df790b6eec99f82b5ad9d1ba4f9aa26847b40c0aef1eab6d7eeda2cec75d407556886ec38ff6157f312b9630837b8bd7e9c
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
2f8fbe30bf0a5c769037a59a7f0d249abad9e14cb9772fc62cbd3f2e2845660523b3cb63d461ba1c6bcd069d0d54fe0498813feee6efdace6b6c0936a5160f12
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1018/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/281ba3edaf4706059078d4e730520f1379fcef96
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


Voting will start now (2018/8/29 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



[1] 
https://lists.apache.org/thread.html/0b038e4c8a638e7d8e2cd6fbed12592f8810c99e5cf3dbf122ae4eee@%3Cdev.skywalking.apache.org%3E


--
Sheng Wu
Apache SkyWalking

New query protocol repository is created

2018-09-03 Thread ???? Sheng Wu
Hi everyone


UI Query is based on GraphQL protocol, in v5, we have source codes in our main 
repo[1]. With v6 building, Gao reached me, required for a new repo to keep 
these protocol files, in order to share between main repo and UI repo. So, I 
have created the new one[2].


This mail is for notifying all developers.


[1] https://github.com/apache/incubator-skywalking
[2] https://github.com/apache/incubator-skywalking-query-protocol


--
Sheng Wu
Apache SkyWalking

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC (round-2)

2018-09-03 Thread ???? Sheng Wu
My +1


* SHA 512 checksums are present and valid
* Signatures are valid
* The expanded source archive builds and passes tests
* RC tag exists and match
* All LICENSE and NOTICE files are present and correct in both distribution and 
source.
* Incubator DISCLAIMER is present


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Fri, Aug 31, 2018 11:28 PM
To:  "dev";

Subject:  [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC 
(round-2)



Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-RC(round-2)


Round-1[1] vote is canceled, read it to know what happened. The result is:
1. Update pom to version 21(from 19), only change from round-1 to round-2
2. Maven central doesn't support sha512 yet. So inside maven central, still 
sha1 and md5
3. tar/zip/source in dist had sha512 already(from alpha release), did through 
our release script.




Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


   https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/
 * sha512 checksums
   - 
dc985463c4681efb0b3d4f05b38ea5fb75007281314a911b98330dc2395467964d21d8636d7fb9dc3dbb10e4d1be0466f81e2c333b04603dc53e2e1c74e164b1
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
b8a75bff90faa75e365eb70953b25df790b6eec99f82b5ad9d1ba4f9aa26847b40c0aef1eab6d7eeda2cec75d407556886ec38ff6157f312b9630837b8bd7e9c
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
2f8fbe30bf0a5c769037a59a7f0d249abad9e14cb9772fc62cbd3f2e2845660523b3cb63d461ba1c6bcd069d0d54fe0498813feee6efdace6b6c0936a5160f12
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1018/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/281ba3edaf4706059078d4e730520f1379fcef96
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


Voting will start now (2018/8/29 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



[1] 
https://lists.apache.org/thread.html/0b038e4c8a638e7d8e2cd6fbed12592f8810c99e5cf3dbf122ae4eee@%3Cdev.skywalking.apache.org%3E


--
Sheng Wu
Apache SkyWalking

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC (round-2)

2018-09-03 Thread ???? Sheng Wu
Hi, everyone


Thank you all. Now I am closing VOTE, and we get enough +1 to pass(Sheng Wu, 
Xin Zhang, Haoyang Liu, Hongtao Gao, Mick, Ignasi).


I will move the vote to IPMC ml soon.


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Mon, Sep 3, 2018 08:44 PM
To:  "dev";

Subject:  Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC 
(round-2)



My +1


* SHA 512 checksums are present and valid
* Signatures are valid
* The expanded source archive builds and passes tests
* RC tag exists and match
* All LICENSE and NOTICE files are present and correct in both distribution and 
source.
* Incubator DISCLAIMER is present


------
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Fri, Aug 31, 2018 11:28 PM
To:  "dev";

Subject:  [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC 
(round-2)



Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-RC(round-2)


Round-1[1] vote is canceled, read it to know what happened. The result is:
1. Update pom to version 21(from 19), only change from round-1 to round-2
2. Maven central doesn't support sha512 yet. So inside maven central, still 
sha1 and md5
3. tar/zip/source in dist had sha512 already(from alpha release), did through 
our release script.




Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


   https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC/
 * sha512 checksums
   - 
dc985463c4681efb0b3d4f05b38ea5fb75007281314a911b98330dc2395467964d21d8636d7fb9dc3dbb10e4d1be0466f81e2c333b04603dc53e2e1c74e164b1
  apache-skywalking-apm-incubating-5.0.0-RC-src.tgz
   - 
b8a75bff90faa75e365eb70953b25df790b6eec99f82b5ad9d1ba4f9aa26847b40c0aef1eab6d7eeda2cec75d407556886ec38ff6157f312b9630837b8bd7e9c
  apache-skywalking-apm-incubating-5.0.0-RC.tar.gz
   - 
2f8fbe30bf0a5c769037a59a7f0d249abad9e14cb9772fc62cbd3f2e2845660523b3cb63d461ba1c6bcd069d0d54fe0498813feee6efdace6b6c0936a5160f12
  apache-skywalking-apm-incubating-5.0.0-RC.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1018/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/281ba3edaf4706059078d4e730520f1379fcef96
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md


Voting will start now (2018/8/29 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because



[1] 
https://lists.apache.org/thread.html/0b038e4c8a638e7d8e2cd6fbed12592f8810c99e5cf3dbf122ae4eee@%3Cdev.skywalking.apache.org%3E


--
Sheng Wu
Apache SkyWalking

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-RC2

2018-09-04 Thread ???? Sheng Wu
Hi All,
This is a call for vote to release Apache SkyWalking (Incubating) version 
5.0.0-RC2


5.0.0-RC release broke in IPMC vote, because our source release LICENSE and 
NOTICE have issues[1],
which are fixed in this release.


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md#500-rc


Release Candidate:


   https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-RC2/
 * sha512 checksums
   - 
867f66cbbda4d54c2ce8be2ae1b24f7f9fca745a8ccbb8a5a3689be86fbb47411125c65f9dc6b870f61847abc805376cdcb53952b406bf7f204af80fdf5ceacc
  apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz
   - 
a02a44da7090af2f958f5d7816ec7b8d1b379c91e6fc52d35259ca3ad4396c7663e0c64b3652426ca2ad4953e5c1a2f5db1c138ca6f9c411b5f3cd014a785831
  apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz
   - 
9a66409411e89f6eec2bc173187971fdea803d5d81450b5f74311902938564c66215c239e400cb2db91324d9e9903f59e8acb46c5a1c1e5f3e189ffa25e74124
  apache-skywalking-apm-incubating-5.0.0-RC2.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1020/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC2


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/30fad9f822e96dfa4d8018b3f7b32e4f11521263
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/en/How-to-build.md
 
 * `docs/en/How-to-build.md` in source release.


Voting will start now (2018/9/5 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because


[1] 
https://lists.apache.org/thread.html/9a16dac30bf74d6aa96ee23e1b35edd040f468ef536ad155e50c97b8@%3Cgeneral.incubator.apache.org%3E


--
Sheng Wu
Apache SkyWalking



--
Sheng Wu
Apache SkyWalking

[ANNOUNCE] Release Apache SkyWalking (incubating) version 5.0.0-RC2

2018-09-12 Thread ???? Sheng Wu
Hi all,


Apache SkyWalking (incubating) Team is glad to announce the first release of 
Apache SkyWalking Incubating 5.0.0-RC2.


SkyWalking: APM (application performance monitor) tool for distributed systems, 
especially designed for microservices, cloud native and container-based 
(Docker, Kubernetes, Mesos) architectures. 
Underlying technology is a distributed tracing system.


Vote Thread: 
https://lists.apache.org/thread.html/98828ecc0459bc28c379c2f9e49628a21dfa2bf5f26561a998b353b7@%3Cgeneral.incubator.apache.org%3E


Download Links : http://skywalking.apache.org/downloads/


Release Notes : 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC2/CHANGES.md


Website: http://skywalking.apache.org/


SkyWalking Resources:
- Issue: https://github.com/apache/incubator-skywalking/issues
- Mailing list: d...@skywalkiing.incubator.apache.org
- Documents: 
https://github.com/apache/incubator-skywalking/tree/v5.0.0-RC2/docs/README.md




- Apache SkyWalking (incubating) Team


=
*Disclaimer*


Apache SkyWalking (incubating) is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the name of Apache
Incubator PMC. Incubation is required of all newly accepted
projects until a further review indicates that the
infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF
projects. While incubation status is not necessarily a reflection
of the completeness or stability of the code, it does indicate
that the project has yet to be fully endorsed by the ASF.



--
Sheng Wu
Apache SkyWalking

Re: Your podling misses you

2018-09-16 Thread ???? Sheng Wu
Hi Willem and Justin


First of all, sorry I missed the previous discussions. I am aware of in ipmc 
ml, we are discussing about absent mentors, but I didn't realize our mentors 
are included in. Sorry didn't report the status, and make some 
misunderstandings.


Willem's helps are more than he mentioned, he responded our help requests and 
questions quickly, and do release check and vote several times(almost every 
time, I think). Also he guided us to work on Apache Maturity Model Assessment, 
when PPMC member starts to ask for things about graduation. I appreciate his 
contributions and helps so much. Codes contributions should not be a problem, 
SkyWalking have a large contributions team, a very dedicated committer team, 
and a lot of users[1]. So Apache way lessons are the most helps we need from 
our mentors. All of our mentors are close to us, and highly responsible for 
guiding us. The several things they show up in GitHub, because that PR is 
licenses related. 


I am definitely sure, he is an active mentor for us. I want him to stay in this 
way.


At here, I also want to thank all of our mentors, Mick, Willem, Luke and 
Ignasi. You help us in different ways, and help a lot. For me, SkyWalking 
doesn't look like have any concern about absent mentor. We are in great trend, 
both in project development and Apache way.


[1] https://github.com/apache/incubator-skywalking#who-uses-skywalking


------
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "willem.jiang";
Date:  Sun, Sep 16, 2018 05:38 PM
To:  "Justin Mclean";
Cc:  "dev"; 
Subject:  Re: Your podling misses you



Hi Justin??

Here are some misunderstanding about my mentor work of skywalking.
I just went through all the skywalking report, I signed all of
them[1][2][3][4][5], and gave comments on recent two reports.

For the skywalking project, I may not write the code, but I'm sure I'm
active mentor and put lot of efforts on helping the PPMC member
understand the Apache way.
There are lot of internal discussions which you may not know from
outside of project. so I just add skywalking dev to this thread, the
PPMC may give you some feedback about it.

I shared my experience of Apache infrastructure set up with Mck and
Wusheng at the first stage of incubating and Wushen.
Wushen and I had lot of internal talks about Apache release policies,
and I shared my experience by helping PPMC to check release kit with
some fix solution.
I even had some face to face talk with PPMC about the project status
quite often, and I just attended their offline meetup recently[6].

I know been a mentor need to put some of you separate time into
project, but as a reward I can make lots of friend by helping them
understand Open Source and the Apache way.
So I'd happy to stay with Skywalking project as a mentor and keep
sharing my experience with other new incubating project as well.

[1]https://wiki.apache.org/incubator/January2018
[2]https://wiki.apache.org/incubator/February2018
[3]https://wiki.apache.org/incubator/March2018
[4]https://wiki.apache.org/incubator/June2018
[5]https://wiki.apache.org/incubator/September2018
[6]https://twitter.com/wusheng1108/status/1021055907285778433

Willem Jiang

Twitter: willemjiang
Weibo: willem

On Sun, Sep 16, 2018 at 4:06 PM Justin Mclean  wrote:
>
> Hi,
>
> Thanks for getting in touch.
>
> I signed off the report of skywalking report[1] and gave the comment
> of the skywalking project recently.
>
>
> I can see that. You missed the previous 3 reports, and there was no activity 
> from you on the mailing list in recent time which is why you were flagged as 
> being possibly inactive.
>
> As Skywalking developer have most discussion in the github issues,
> the statistics may show I'm not active that way.
> Thanks for the reminder, I will put some effort on mailing list.
>
>
> Generally the mailing list and report is how visibility is seen by those 
> outside of the project. It's sometimes hard to match up GitHub names with 
> real names so even if you are active there I may not be able to immediately 
> see it. However from a quick glance at GitHub (your @WillemJiang right?) it 
> shows IMO some but not a lot of activity, which is fine but I??m not sure it 
> shows that you are an active mentor. Are you sure you can still perform the 
> duties of a mentor? [1] If you??re not active or don??t have the time then it 
> doesn??t help the podling.
>
> The choice of if want to continue as a mentor is yours. I suggest you read 
> through the list of what is expected of a mentor and be honest with yourself 
> if you can commit to doing that going forward. Perhaps best to think about it 
> for a couple of days then decide? If you can continue and do what is expected 
> then great nothing will happen, but even if yo

Re: Gitbox mail still send to dev mailing list.

2018-09-16 Thread ???? Sheng Wu
Hi Justin


Really sorry for missing the discussion from the beginning. Thank you for so 
detailed work and huge helps to the project, especially in every vote check and 
license issue explanation, even you are not a mentor to us officially. In my 
mind, you are.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.


-- Original --
From: Justin Mclean 
Date: Mon,Sep 17,2018 4:50 AM
To: dev 
Subject: Re: Gitbox mail still send to dev mailing list.



Hi,.

Thanks for your repossess, there's no need for concern. The mailing list shows 
little activity from Willem and that's why he got flagged as a possible missing 
mentor.

I've asked him if he wants to continue as a mentor and he has indicated that he 
has so nothing will change.

Thanks,
Justin

Re: Gitbox mail still send to dev mailing list.

2018-09-16 Thread ???? Sheng Wu
Hi, Willem


Yes, there are several repositories haven't changed. Where could I change that? 
Or need to submit a ticket to do?



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.


-- Original --
From: Willem Jiang 
Date: Sun,Sep 16,2018 11:58 PM
To: dev 
Subject: Re: Gitbox mail still send to dev mailing list.



Hi Team,

I just went through the recent dev mailing and found out there still
some Gitbox email about this repo[1]. Can we redirect this Gitbox
mails to notify mailing list?

[1]https://github.com/apache/incubator-skywalking-oal-tool


Willem Jiang

Twitter: willemjiang
Weibo: willem

Re: Gitbox mail still send to dev mailing list.

2018-09-16 Thread ???? Sheng Wu
Ticket submits just now. https://issues.apache.org/jira/browse/INFRA-17028


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "willem.jiang";
Date:  Mon, Sep 17, 2018 08:42 AM
To:  "dev";

Subject:  Re: Gitbox mail still send to dev mailing list.



I think you need to create a INFRA JIRA[1] to modify the notification
mail address of the git repo.

[1]https://issues.apache.org/jira/projects/INFRA

Willem Jiang

Twitter: willemjiang
Weibo: willem
On Mon, Sep 17, 2018 at 7:33 AM  Sheng Wu  wrote:
>
> Hi, Willem
>
>
> Yes, there are several repositories haven't changed. Where could I change 
> that? Or need to submit a ticket to do?
>
>
>
> Sheng Wu
> Apache SkyWalking
>
> From Wu Sheng 's phone.
>
>
> -- Original --
> From: Willem Jiang 
> Date: Sun,Sep 16,2018 11:58 PM
> To: dev 
> Subject: Re: Gitbox mail still send to dev mailing list.
>
>
>
> Hi Team,
>
> I just went through the recent dev mailing and found out there still
> some Gitbox email about this repo[1]. Can we redirect this Gitbox
> mails to notify mailing list?
>
> [1]https://github.com/apache/incubator-skywalking-oal-tool
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: willem

5.0.0-GA is going to release at the end of Sep.

2018-09-23 Thread ???? Sheng Wu
Hi everyone, 


I resend message to dev ml in case some one is not watching our GitHub repo. 
"Code freeze and Integration test for 5.0.0-GA"[1] issue has been submitted, 
after it finish, I will begin our release process.


[1] https://github.com/apache/incubator-skywalking/issues/1693


------
Sheng Wu
Apache SkyWalking

Re: 5.0.0-GA is going to release at the end of Sep.

2018-09-23 Thread ???? Sheng Wu
If anyone has any reasonable objection, please let us known. 


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Sun, Sep 23, 2018 05:57 PM
To:  "dev";

Subject:  5.0.0-GA is going to release at the end of Sep.



Hi everyone, 


I resend message to dev ml in case some one is not watching our GitHub repo. 
"Code freeze and Integration test for 5.0.0-GA"[1] issue has been submitted, 
after it finish, I will begin our release process.


[1] https://github.com/apache/incubator-skywalking/issues/1693


--
Sheng Wu
Apache SkyWalking

[ANNOUNCE] SkyWalking 5.0.0-GA test build available

2018-09-26 Thread ???? Sheng Wu
The test build of 5.0.0-GA is available. 


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
 * sha512 checksums
   - 
966a27fdfb777a1010d9a2c14b3636587d92006be4b1736dac7b5a7f61259344a665cebf4cf83cf508c71c2175896cc77fa39af707253a7aa60a679e435f1c82
  apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
   - 
c70746290280372997010c4208be060e244686f24933986e7c651d6b1ff4a424339f746d03ba7cd23b98c5f2fdc4b7c78960cc46cbf813135ba9720b2aa92017
  apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
   - 
4881c06ee4ba765965199238bfd7490776731d09af24a4896060b5f7ee4cf0edc9cbade7547cb51b5596ece46e370340af030cb1e30f4db44909173f5f94ee39
  apache-skywalking-apm-incubating-5.0.0-GA.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1021/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/08d3dfdec79457b7d6d712b8a4362c7c2f8f781f
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

Apache Maturity Model Assessment for SkyWalking

2018-09-26 Thread ???? Sheng Wu
Hi everyone, 


As part of graduation preparation, I just finished the draft of Apache Maturity 
Model Assessment for SkyWalking[1]. Welcome anyone to discuss this draft. If we 
all agree on this, I want to start discussion about our graduation.


Thanks


[1] 
https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking


--
Sheng Wu
Apache SkyWalking

Re: Apache Maturity Model Assessment for SkyWalking

2018-09-27 Thread ???? Sheng Wu
> In the CO40 of Community, we have only one new committer and PMC. Is it
really enough to graduate? I knew that Apache Foundation has never been
requiring the number of new committers, but more than one new guys are
necessary for a top Apache project.

As far as I known, Apache just required us understand the how and who should be 
our new PMC or committer. I wouldn't assume this will be a problem or block.
We all can proposal anyone if we think he fits the requirements :) If you have 
any candidate, please send a mail to private@skywalking.a.o , we could discuss 
there.


For graduation, as a TLP, I think the most important thing is the community 
known and followed the Apache ways/rules.


------
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "Hongtao Gao";
Date:  Thu, Sep 27, 2018 03:06 PM
To:  "dev";

Subject:  Re: Apache Maturity Model Assessment for SkyWalking



Just reading the maturity assessment and being glad to see our community
has grown too much.

In the CO40 of Community, we have only one new committer and PMC. Is it
really enough to graduate? I knew that Apache Foundation has never been
requiring the number of new committers, but more than one new guys are
necessary for a top Apache project.


On 2018/09/27 06:18:00, " Sheng Wu"  wrote:
> Hi everyone, >
>
>
>
>
>
> As part of graduation preparation, I just finished the draft of Apache
Maturity Model Assessment for SkyWalking[1]. Welcome anyone to discuss this
draft. If we all agree on this, I want to start discussion about our
graduation.>
>
>
>
>
>
> Thanks>
>
>
>
>
>
> [1]
https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking>

>
>
>
>
>
> -->
>
> Sheng Wu>
>
> Apache SkyWalking>

Re: Apache project meetup in ShangHai Oct 13th

2018-09-29 Thread ???? Sheng Wu
I will be there to represent the skywalking. Welcome everyone to join us. Look 
forward to see you all.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.


-- Original --
From: Willem Jiang 
Date: Sat,Sep 29,2018 0:49 PM
To: dev 
Subject: Re: Apache project meetup in ShangHai Oct 13th



Hi

Apache ServiceComb will hold  a meetup in ShangHai Oct 13th, 1 PM to 4
PM, by inviting three Apache members (Roman Shaposhik??Justin Mclean??
Craig Russell, Willem Jiang) and the apache projects committer in
China.

We hold this meetup can help Apache projects to know each other in
China. As there are lot of Apache project committers live around east
China,  we can leverage this opportunity to let Apache know better
about the committers in China and give us some advice to build up
health community.

The discussion topic of meetup could be:
How to be the TLP of ASF?
How can we help ASF know better about China?
How can we help more Chinese know better about ASF?

If you are interested about this meetup, please drop an email to
ningjiang AT apache.org with the information of your name, phone
number and the project name before Oct 8th 12 PM. We will send you
detail information of the meetup later.

Please forward the mail to your friend who may interest about this event.

Regards,

Willem Jiang


Twitter: willemjiang
Weibo: willem
1

Re: [ANNOUNCE] SkyWalking 5.0.0-GA test build available

2018-09-29 Thread ???? Sheng Wu
Look like we passed tests on java and .net. I am going to start a vote for this 
release.


Thanks everyone.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.


-- Original --
From:  Sheng Wu 
Date: Thu,Sep 27,2018 0:49 PM
To: dev 
Subject: Re: [ANNOUNCE] SkyWalking 5.0.0-GA test build available



The test build of 5.0.0-GA is available. 


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
 * sha512 checksums
   - 
966a27fdfb777a1010d9a2c14b3636587d92006be4b1736dac7b5a7f61259344a665cebf4cf83cf508c71c2175896cc77fa39af707253a7aa60a679e435f1c82
  apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
   - 
c70746290280372997010c4208be060e244686f24933986e7c651d6b1ff4a424339f746d03ba7cd23b98c5f2fdc4b7c78960cc46cbf813135ba9720b2aa92017
  apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
   - 
4881c06ee4ba765965199238bfd7490776731d09af24a4896060b5f7ee4cf0edc9cbade7547cb51b5596ece46e370340af030cb1e30f4db44909173f5f94ee39
  apache-skywalking-apm-incubating-5.0.0-GA.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1021/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/08d3dfdec79457b7d6d712b8a4362c7c2f8f781f
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0GA

2018-09-29 Thread ???? Sheng Wu
Hi All,



 
This is a call for vote to release Apache SkyWalking (Incubating) version 5.0.0 
GA



Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
 * sha512 checksums
   - 
966a27fdfb777a1010d9a2c14b3636587d92006be4b1736dac7b5a7f61259344a665cebf4cf83cf508c71c2175896cc77fa39af707253a7aa60a679e435f1c82
  apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
   - 
c70746290280372997010c4208be060e244686f24933986e7c651d6b1ff4a424339f746d03ba7cd23b98c5f2fdc4b7c78960cc46cbf813135ba9720b2aa92017
  apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
   - 
4881c06ee4ba765965199238bfd7490776731d09af24a4896060b5f7ee4cf0edc9cbade7547cb51b5596ece46e370340af030cb1e30f4db44909173f5f94ee39
  apache-skywalking-apm-incubating-5.0.0-GA.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1021/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/08d3dfdec79457b7d6d712b8a4362c7c2f8f781f
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes




Voting will start now (2018-9-29 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.
 
[ ] +1 Release this package.
 
[ ] +0 No opinion.
 
[ ] -1 Do not release this package because


Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0GA

2018-09-30 Thread ???? Sheng Wu
Because some one reports broken links, also exist in 5.x branch.


https://github.com/apache/incubator-skywalking/pull/1726


I am closing this vote. Start a new one after fixing.



Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.


-- Original --
From:  Sheng Wu 
Date: Sat,Sep 29,2018 11:35 PM
To: dev 
Subject: Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0GA






Hi All,




This is a call for vote to release Apache SkyWalking (Incubating) version 5.0.0 
GA



Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
 * sha512 checksums
   - 
966a27fdfb777a1010d9a2c14b3636587d92006be4b1736dac7b5a7f61259344a665cebf4cf83cf508c71c2175896cc77fa39af707253a7aa60a679e435f1c82
  apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
   - 
c70746290280372997010c4208be060e244686f24933986e7c651d6b1ff4a424339f746d03ba7cd23b98c5f2fdc4b7c78960cc46cbf813135ba9720b2aa92017
  apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
   - 
4881c06ee4ba765965199238bfd7490776731d09af24a4896060b5f7ee4cf0edc9cbade7547cb51b5596ece46e370340af030cb1e30f4db44909173f5f94ee39
  apache-skywalking-apm-incubating-5.0.0-GA.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1021/org/apache/skywalking/


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/08d3dfdec79457b7d6d712b8a4362c7c2f8f781f
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes




Voting will start now (2018-9-29 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.

[ ] +1 Release this package.

[ ] +0 No opinion.

[ ] -1 Do not release this package because....


Sheng Wu
Apache SkyWalking

From Wu Sheng 's phone.

[VOTE] Release Apache SkyWalking (incubating) version 5.0.0-GA

2018-10-06 Thread ???? Sheng Wu
Hi All,


This is a call for vote to release Apache SkyWalking (Incubating) version 5.0.0 
GA. 




Release notes:


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
 * sha512 checksums
   - 
b09bf390092f41a745a8c6f46cb891894375c8c13a1c2789dbc57c3d89f63d835058e1e41bdd816be1cbf2aa7461501db97f35952419dcc854203650cbfb676f
  apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
   - 
7d3a0f8acd82973dd4d31ef9e4edffe89b33bc538b12735140d2dc9129f1233ec25ac4ef124ad519685adde639acb5f631dac3a59da18c8c9c9d701f46efe8b3
  apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
   - 
39d6d9c28844c447776511aab9fdbb6d015ce8834e295d394d523f9fd2d99ad1ac05697dbf9a99781219e26624a7f30987bc099e8e1a9bf014873d4ccdfadee4
  apache-skywalking-apm-incubating-5.0.0-GA.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1022/org/apache/skywalking


Release Tag :


 * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/7070e90809a647c3fc2ede518a70afa755856dcc
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes


Voting will start now (2018-10-07 date) and will remain open for at least 72 
hours, Request all PPMC members to give their vote.


[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because




Sheng Wu
Apache SkyWalking



--
Sheng Wu
Apache SkyWalking

Re: Apache Maturity Model Assessment for SkyWalking

2018-10-07 Thread Sheng Wu
Hi Mick

The https://dist.apache.org/repos/dist/dev/incubator/skywalking/ doesn't 
include nightly builds. Indeed, 
https://repository.apache.org/content/repositories/snapshots/ includes.

But I got your point. I will send a mail to incubator ml to ask.

On 2018/09/28 10:33:36, Mick Semb Wever  wrote: 
> Nice work Sheng.
> 
> It's thoroughly recommended for everyone to read through this, it's really a 
> great way to understand what Apache is and offers. I remember the first time 
> i read the ASF maturity model.
> 
> Sheng,
>  regarding RE40. Convenience binaries i think are non-release artefacts. For 
> example nightly builds found in 
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/ and in 
> https://repository.apache.org/content/repositories/snapshots/
> 
> Maybe it's worth asking for clarification on this on 
> gene...@incubator.apache.org
> 
> regards,
> Mick
> 
> 
> On Thu, 27 Sep 2018, at 16:18, 吴晟 Sheng Wu wrote:
> > Hi everyone, 
> > 
> > 
> > As part of graduation preparation, I just finished the draft of Apache 
> > Maturity Model Assessment for SkyWalking[1]. Welcome anyone to discuss 
> > this draft. If we all agree on this, I want to start discussion about 
> > our graduation.
> > 
> > 
> > Thanks
> > 
> > 
> > [1] 
> > https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking
> > 
> > 
> > --
> > Sheng Wu
> > Apache SkyWalking
> 


Re: Apache Maturity Model Assessment for SkyWalking

2018-10-07 Thread ???? Sheng Wu
Mick


Also, at the same time, I changed the status of RE40, by adding nightly built. 


https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "mck";
Date:  Fri, Sep 28, 2018 06:33 PM
To:  "dev";

Subject:  Re: Apache Maturity Model Assessment for SkyWalking



Nice work Sheng.

It's thoroughly recommended for everyone to read through this, it's really a 
great way to understand what Apache is and offers. I remember the first time i 
read the ASF maturity model.

Sheng,
 regarding RE40. Convenience binaries i think are non-release artefacts. For 
example nightly builds found in 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/ and in 
https://repository.apache.org/content/repositories/snapshots/

Maybe it's worth asking for clarification on this on 
gene...@incubator.apache.org

regards,
Mick


On Thu, 27 Sep 2018, at 16:18,  Sheng Wu wrote:
> Hi everyone, 
> 
> 
> As part of graduation preparation, I just finished the draft of Apache 
> Maturity Model Assessment for SkyWalking[1]. Welcome anyone to discuss 
> this draft. If we all agree on this, I want to start discussion about 
> our graduation.
> 
> 
> Thanks
> 
> 
> [1] 
> https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking
> 
> 
> --
> Sheng Wu
> Apache SkyWalking

Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-GA

2018-10-08 Thread Sheng Wu
My own +1

Source and dist 
- LICENSE NOTICE checked.
- asc and sha512 checked
- build checked
- RAT checked
- DISCLAIMER checked


Sheng Wu

On 2018/10/07 01:04:40, "吴晟 Sheng Wu"  wrote: 
> Hi All,
> 
> 
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0 GA. 
> 
> 
> 
> 
> Release notes:
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga
> 
> 
> Release Candidate:
> 
> 
>  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
>  * sha512 checksums
>- 
> b09bf390092f41a745a8c6f46cb891894375c8c13a1c2789dbc57c3d89f63d835058e1e41bdd816be1cbf2aa7461501db97f35952419dcc854203650cbfb676f
>   apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
>- 
> 7d3a0f8acd82973dd4d31ef9e4edffe89b33bc538b12735140d2dc9129f1233ec25ac4ef124ad519685adde639acb5f631dac3a59da18c8c9c9d701f46efe8b3
>   apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
>- 
> 39d6d9c28844c447776511aab9fdbb6d015ce8834e295d394d523f9fd2d99ad1ac05697dbf9a99781219e26624a7f30987bc099e8e1a9bf014873d4ccdfadee4
>   apache-skywalking-apm-incubating-5.0.0-GA.zip
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1022/org/apache/skywalking
> 
> 
> Release Tag :
> 
> 
>  * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA
> 
> 
> Release CommitID :
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/tree/7070e90809a647c3fc2ede518a70afa755856dcc
>  * Git submodule
>* skywalking-ui: 
> https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
>* apm-protocol/apm-network/src/main/proto: 
> https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
> 
> 
> Keys to verify the Release Candidate :
> 
> 
>  * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
> corresponding to wush...@apache.org
> 
> 
> Guide to build the release from source :
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes
> 
> 
> Voting will start now (2018-10-07 date) and will remain open for at least 72 
> hours, Request all PPMC members to give their vote.
> 
> 
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
> 
> 
> 
> 
> Sheng Wu
> Apache SkyWalking
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0GA

2018-10-09 Thread Sheng Wu
Hongtao

I think you reply the wrong mail. This vote had been closed.

Sheng

On 2018/10/09 03:01:28, Hongtao Gao  wrote: 
> +1 (binding)
> 
> I had checked the following items:
> 1.All test cases is passed
> 2.asc,.md5,*sha1 files are correct
> 3.Building binary from source code
> 4.Both source and binary packages contains LICENSE and NOTICE files.
> 5.No error found after running apache-rat
> 
> Gao Hongtao
> Apache SkyWalking PPMC member
> 
> 吴晟 Sheng Wu  于2018年9月29日周六 下午11:36写道:
> 
> > Hi All,
> >
> >
> >
> >
> > This is a call for vote to release Apache SkyWalking (Incubating) version
> > 5.0.0 GA
> >
> >
> >
> > Release notes:
> >
> >
> >  *
> > https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga
> >
> >
> > Release Candidate:
> >
> >
> >  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
> >  * sha512 checksums
> >-
> > 966a27fdfb777a1010d9a2c14b3636587d92006be4b1736dac7b5a7f61259344a665cebf4cf83cf508c71c2175896cc77fa39af707253a7aa60a679e435f1c82
> > apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
> >-
> > c70746290280372997010c4208be060e244686f24933986e7c651d6b1ff4a424339f746d03ba7cd23b98c5f2fdc4b7c78960cc46cbf813135ba9720b2aa92017
> > apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
> >-
> > 4881c06ee4ba765965199238bfd7490776731d09af24a4896060b5f7ee4cf0edc9cbade7547cb51b5596ece46e370340af030cb1e30f4db44909173f5f94ee39
> > apache-skywalking-apm-incubating-5.0.0-GA.zip
> >
> >
> > Maven 2 staging repository:
> >
> >
> >  *
> > https://repository.apache.org/content/repositories/orgapacheskywalking-1021/org/apache/skywalking/
> >
> >
> > Release Tag :
> >
> >
> >  * (GitHub Tag)
> > https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA
> >
> >
> > Release CommitID :
> >
> >
> >  *
> > https://github.com/apache/incubator-skywalking/tree/08d3dfdec79457b7d6d712b8a4362c7c2f8f781f
> >  * Git submodule
> >* skywalking-ui:
> > https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
> >* apm-protocol/apm-network/src/main/proto:
> > https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
> >
> >
> > Keys to verify the Release Candidate :
> >
> >
> >  * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS
> > corresponding to wush...@apache.org
> >
> >
> > Guide to build the release from source :
> >
> >
> >  *
> > https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes
> >
> >
> >
> >
> > Voting will start now (2018-9-29 date) and will remain open for at least
> > 72 hours, Request all PPMC members to give their vote.
> >
> > [ ] +1 Release this package.
> >
> > [ ] +0 No opinion.
> >
> > [ ] -1 Do not release this package because
> >
> >
> > Sheng Wu
> > Apache SkyWalking
> >
> > From Wu Sheng 's phone.
> 


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-GA

2018-10-09 Thread Sheng Wu
Hi everyone

We got 3 (+1 binding) from Xin Zhang, Haoyang Liu and Sheng Wu. Thanks.

I am going to move this vote to IPMC.

Sheng Wu

On 2018/10/07 01:04:40, "吴晟 Sheng Wu"  wrote: 
> Hi All,
> 
> 
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 5.0.0 GA. 
> 
> 
> 
> 
> Release notes:
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga
> 
> 
> Release Candidate:
> 
> 
>  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
>  * sha512 checksums
>- 
> b09bf390092f41a745a8c6f46cb891894375c8c13a1c2789dbc57c3d89f63d835058e1e41bdd816be1cbf2aa7461501db97f35952419dcc854203650cbfb676f
>   apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
>- 
> 7d3a0f8acd82973dd4d31ef9e4edffe89b33bc538b12735140d2dc9129f1233ec25ac4ef124ad519685adde639acb5f631dac3a59da18c8c9c9d701f46efe8b3
>   apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
>- 
> 39d6d9c28844c447776511aab9fdbb6d015ce8834e295d394d523f9fd2d99ad1ac05697dbf9a99781219e26624a7f30987bc099e8e1a9bf014873d4ccdfadee4
>   apache-skywalking-apm-incubating-5.0.0-GA.zip
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1022/org/apache/skywalking
> 
> 
> Release Tag :
> 
> 
>  * (GitHub Tag) https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA
> 
> 
> Release CommitID :
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/tree/7070e90809a647c3fc2ede518a70afa755856dcc
>  * Git submodule
>* skywalking-ui: 
> https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
>* apm-protocol/apm-network/src/main/proto: 
> https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
> 
> 
> Keys to verify the Release Candidate :
> 
> 
>  * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
> corresponding to wush...@apache.org
> 
> 
> Guide to build the release from source :
> 
> 
>  * 
> https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes
> 
> 
> Voting will start now (2018-10-07 date) and will remain open for at least 72 
> hours, Request all PPMC members to give their vote.
> 
> 
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because
> 
> 
> 
> 
> Sheng Wu
> Apache SkyWalking
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking


Re: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-GA

2018-10-09 Thread Sheng Wu
> We got 3 (+1 binding) from Xin Zhang, Haoyang Liu and Sheng Wu. Thanks.

We got 4 (+1 binding), I missed Yongsheng Peng's vote, sorry. Thanks again.

Sheng Wu

On 2018/10/10 02:04:31, Sheng Wu  wrote: 
> Hi everyone
> 
> We got 3 (+1 binding) from Xin Zhang, Haoyang Liu and Sheng Wu. Thanks.
> 
> I am going to move this vote to IPMC.
> 
> Sheng Wu
> 
> On 2018/10/07 01:04:40, "吴晟 Sheng Wu"  wrote: 
> > Hi All,
> > 
> > 
> > This is a call for vote to release Apache SkyWalking (Incubating) version 
> > 5.0.0 GA. 
> > 
> > 
> > 
> > 
> > Release notes:
> > 
> > 
> >  * 
> > https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md#500-ga
> > 
> > 
> > Release Candidate:
> > 
> > 
> >  * https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-GA/
> >  * sha512 checksums
> >- 
> > b09bf390092f41a745a8c6f46cb891894375c8c13a1c2789dbc57c3d89f63d835058e1e41bdd816be1cbf2aa7461501db97f35952419dcc854203650cbfb676f
> >   apache-skywalking-apm-incubating-5.0.0-GA-src.tgz
> >- 
> > 7d3a0f8acd82973dd4d31ef9e4edffe89b33bc538b12735140d2dc9129f1233ec25ac4ef124ad519685adde639acb5f631dac3a59da18c8c9c9d701f46efe8b3
> >   apache-skywalking-apm-incubating-5.0.0-GA.tar.gz
> >- 
> > 39d6d9c28844c447776511aab9fdbb6d015ce8834e295d394d523f9fd2d99ad1ac05697dbf9a99781219e26624a7f30987bc099e8e1a9bf014873d4ccdfadee4
> >   apache-skywalking-apm-incubating-5.0.0-GA.zip
> > 
> > 
> > Maven 2 staging repository:
> > 
> > 
> >  * 
> > https://repository.apache.org/content/repositories/orgapacheskywalking-1022/org/apache/skywalking
> > 
> > 
> > Release Tag :
> > 
> > 
> >  * (GitHub Tag) 
> > https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA
> > 
> > 
> > Release CommitID :
> > 
> > 
> >  * 
> > https://github.com/apache/incubator-skywalking/tree/7070e90809a647c3fc2ede518a70afa755856dcc
> >  * Git submodule
> >* skywalking-ui: 
> > https://github.com/apache/incubator-skywalking-ui/tree/ad3ee45dbadfae35d77238bdd7a1df593158f109
> >* apm-protocol/apm-network/src/main/proto: 
> > https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/c02c12af12116121e25155d1f3fca0fadee5f2e9
> > 
> > 
> > Keys to verify the Release Candidate :
> > 
> > 
> >  * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
> > corresponding to wush...@apache.org
> > 
> > 
> > Guide to build the release from source :
> > 
> > 
> >  * 
> > https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/en/How-to-build.md#build-from-apache-source-codes
> > 
> > 
> > Voting will start now (2018-10-07 date) and will remain open for at least 
> > 72 hours, Request all PPMC members to give their vote.
> > 
> > 
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because
> > 
> > 
> > 
> > 
> > Sheng Wu
> > Apache SkyWalking
> > 
> > 
> > 
> > --
> > Sheng Wu
> > Apache SkyWalking
> 


[DISCUSS] Heading to graduation

2018-10-15 Thread ???? Sheng Wu
With the SkyWalking 5.0.0 alpha, beta, beta2, and RC release officially out.
GA is under voting in IPMC already
We believe it is time to discuss what requirements remain to consider
graduation to the TLP.


http://skywalking.incubator.apache.org/


Apache SkyWalking entered incubation in December of 2017, SkyWalking
community learned a lot about how to do things in Apache ways.
Now we are a very helpful and engaged community, ready to help on all
questions from the SkyWalking Community.
We are making consensus decisions through the discussion in the mailing
list, voted 1 new committer, also voted 1 new PPMC member.
We managed delivered 4 releases of source codes and binary already
, now we can do self-driving releases in good cadence.


Please check out the maturity assessment doc[1] for more information.


[1]https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking



Any thoughts? And welcome advice from SkyWalking Mentors?


Also this discussion happens in GitHub issue[2], considering more people show 
up in there.


[2] https://github.com/apache/incubator-skywalking/issues/1768


Regards



--
Sheng Wu
Apache SkyWalking

Re: [DISCUSS] Heading to graduation

2018-10-15 Thread ???? Sheng Wu
Thanks Willem. From my stats, Just in the main repo, our code contributor grows 
from 18 to 64. I am very exciting about this growing.


I also comments in this GitHub discussion issue[1]


[1] 
https://github.com/apache/incubator-skywalking/issues/1768#issuecomment-430081056


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "willem.jiang";
Date:  Tue, Oct 16, 2018 10:08 AM
To:  "dev";

Subject:  Re: [DISCUSS] Heading to graduation



I just want to add one more note,
It's great to see Skywalking already build a very lively community by
attracting more than 30 contributors[1] in one year of incubating.

I think SkyWalking is in a very good track to the graduation.

[1]https://github.com/apache/incubator-skywalking/graphs/contributors

Regards,

Willem Jiang

Twitter: willemjiang
Weibo: willem
On Tue, Oct 16, 2018 at 9:02 AM With Lin  wrote:
>
> +1
>
>  Sheng Wu  ??2018??10??15?? 11:11??
>
> > With the SkyWalking 5.0.0 alpha, beta, beta2, and RC release officially
> > out.
> > GA is under voting in IPMC already
> > We believe it is time to discuss what requirements remain to consider
> > graduation to the TLP.
> >
> >
> > http://skywalking.incubator.apache.org/
> >
> >
> > Apache SkyWalking entered incubation in December of 2017, SkyWalking
> > community learned a lot about how to do things in Apache ways.
> > Now we are a very helpful and engaged community, ready to help on all
> > questions from the SkyWalking Community.
> > We are making consensus decisions through the discussion in the mailing
> > list, voted 1 new committer, also voted 1 new PPMC member.
> > We managed delivered 4 releases of source codes and binary already
> > , now we can do self-driving releases in good cadence.
> >
> >
> > Please check out the maturity assessment doc[1] for more information.
> >
> >
> > [1]
> > https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking
> >
> >
> >
> > Any thoughts? And welcome advice from SkyWalking Mentors?
> >
> >
> > Also this discussion happens in GitHub issue[2], considering more people
> > show up in there.
> >
> >
> > [2] https://github.com/apache/incubator-skywalking/issues/1768
> >
> >
> > Regards
> >
> >
> >
> > --
> > Sheng Wu
> > Apache SkyWalking

[ANNOUNCE] Release Apache SkyWalking (incubating) version 5.0.0-GA

2018-10-17 Thread ???? Sheng Wu
Hi all,


Apache SkyWalking (incubating) Team is glad to announce the first release of 
Apache SkyWalking Incubating 5.0.0-GA.


SkyWalking: APM (application performance monitor) tool for distributed systems, 
especially designed for microservices, cloud native and container-based 
(Docker, Kubernetes, Mesos) architectures. 
Underlying technology is a distributed tracing system.


Vote Thread: 


Download Links : http://skywalking.apache.org/downloads/


Release Notes : 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/CHANGES.md


Website: http://skywalking.apache.org/


SkyWalking Resources:
- Issue: https://github.com/apache/incubator-skywalking/issues
- Mailing list: d...@skywalkiing.incubator.apache.org
- Documents: 
https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md




- Apache SkyWalking (incubating) Team


=
*Disclaimer*


Apache SkyWalking (incubating) is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the name of Apache
Incubator PMC. Incubation is required of all newly accepted
projects until a further review indicates that the
infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF
projects. While incubation status is not necessarily a reflection
of the completeness or stability of the code, it does indicate
that the project has yet to be fully endorsed by the ASF.



--
Sheng Wu
Apache SkyWalking

Re: [DISCUSS] Heading to graduation

2018-10-22 Thread ???? Sheng Wu
Look like the discussion is very positive from [1]. I will start the vote soon, 
besides that, I will proposal two things,


1. I volunteer to be SkyWalking VP. And be clear, VP means SkyWalking secretory 
only, no more power than that.
2. Proposal to move the PPMCs and mentors to PMC, committer to committer



[1] https://github.com/apache/incubator-skywalking/issues/1768


--
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  " Sheng Wu";
Date:  Tue, Oct 16, 2018 10:56 AM
To:  "dev";

Subject:  Re:  [DISCUSS] Heading to graduation



Thanks Willem. From my stats, Just in the main repo, our code contributor grows 
from 18 to 64. I am very exciting about this growing.


I also comments in this GitHub discussion issue[1]


[1] 
https://github.com/apache/incubator-skywalking/issues/1768#issuecomment-430081056


------
Sheng Wu
Apache SkyWalking 


 




-- Original --
From:  "willem.jiang";
Date:  Tue, Oct 16, 2018 10:08 AM
To:  "dev";

Subject:  Re: [DISCUSS] Heading to graduation



I just want to add one more note,
It's great to see Skywalking already build a very lively community by
attracting more than 30 contributors[1] in one year of incubating.

I think SkyWalking is in a very good track to the graduation.

[1]https://github.com/apache/incubator-skywalking/graphs/contributors

Regards,

Willem Jiang

Twitter: willemjiang
Weibo: willem
On Tue, Oct 16, 2018 at 9:02 AM With Lin  wrote:
>
> +1
>
>  Sheng Wu  ??2018??10??15?? 11:11??
>
> > With the SkyWalking 5.0.0 alpha, beta, beta2, and RC release officially
> > out.
> > GA is under voting in IPMC already
> > We believe it is time to discuss what requirements remain to consider
> > graduation to the TLP.
> >
> >
> > http://skywalking.incubator.apache.org/
> >
> >
> > Apache SkyWalking entered incubation in December of 2017, SkyWalking
> > community learned a lot about how to do things in Apache ways.
> > Now we are a very helpful and engaged community, ready to help on all
> > questions from the SkyWalking Community.
> > We are making consensus decisions through the discussion in the mailing
> > list, voted 1 new committer, also voted 1 new PPMC member.
> > We managed delivered 4 releases of source codes and binary already
> > , now we can do self-driving releases in good cadence.
> >
> >
> > Please check out the maturity assessment doc[1] for more information.
> >
> >
> > [1]
> > https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking
> >
> >
> >
> > Any thoughts? And welcome advice from SkyWalking Mentors?
> >
> >
> > Also this discussion happens in GitHub issue[2], considering more people
> > show up in there.
> >
> >
> > [2] https://github.com/apache/incubator-skywalking/issues/1768
> >
> >
> > Regards
> >
> >
> >
> > --
> > Sheng Wu
> > Apache SkyWalking

Docker and kubernetes repos have been created

2018-10-24 Thread ???? Sheng Wu
Hi


I just created skywalking docker repo[1] and kubernetes repo[2]. Because we are 
going to provide official docker file, kubernetes settings including istio 
settings from 6.0.0-alpha. Glad to see this is happening. Thanks Hongtao Gao to 
help us to do this.


[1] https://github.com/apache/incubator-skywalking-docker
[2] https://github.com/apache/incubator-skywalking-kubernetes


--
Sheng Wu
Apache SkyWalking

  1   2   3   4   5   6   7   8   9   10   >