Re: [WARNING] Fastjson library has a continuously insecurity trend

2020-05-20 Thread peng-yongsheng
FastJSON is the source of this security issues and the Nacos is a famous
project.  But security issues is very important problem, and they can’t
really resolve it .

So   i suggest just remove the Nacos from the release package, keeping the
source code in our project.


Sheng Wu 于2020年5月20日 周三20:51写道:

> Hi dev team
>
> Especially committer and PMC member, recently, we just upgrade the fastjson
> through https://github.com/apache/skywalking/pull/4753. But today, we
> received the another report about the security issue again,
> https://github.com/apache/skywalking/pull/4804.
> The 4804 PR is not correct, but that is not the point.
>
> The concern I want to mention is that FastJson, imported by Nacos, keeps
> reporting security issues. This breaks our stable/security status high
> frequently.
>
> I want to ask, *do we need to consider removing the Nacos +
> FastJSON dependency? Due to this library is not in high quality from a
> security perspective.*
> These two are not required, they are just an implementation of
> configuration server and cluster management server.
>
> I don't request to act now, but I would like to hear, what do you think?
>
> Sheng Wu 吴晟
> Twitter, wusheng1108
>


Re: This is the most common metrics entity definition with the stream annotations.

2019-05-13 Thread peng-yongsheng
Hi, Wu.

1. Yes, the stream kind your guess is correct. Contains: Inventory, Record,
TopN, Metrics.
2. Stream process loader flow is:
Scan stream annotation -> get and parse the storage annotation -> process
create (InventoryProcess, RecordProcess, TopNProcess, MetricsProcess)

Sheng Wu  于2019年5月13日周一 下午8:46写道:

> Hi
>
> From my understanding, all streaming models are going to base on `@Stream(
> kind= xx)`,
> Could you show, how many kinds of `@Stream`will we plan to use?
> My guess
> 1. Metrics
> 2. Inventory
> 3. Record
> 4. TopN
>
> Please correct me if I am wrong.
>
> Sheng Wu 吴晟
>
> Apache SkyWalking, ShardingSphere, Zipkin
> Twitter, wusheng1108
>
>
> peng-yongsheng  于2019年5月13日周一 下午3:07写道:
>
> > This is the most common metrics entity definition with the stream
> > annotations.
> >
> > @MetricsType
> > @StreamData
> > @StorageEntity(name = ServiceRelationClientSideMetrics.INDEX_NAME,
> builder
> > =
> > ServiceRelationClientSideMetrics.Builder.class, sourceScopeId =
> > DefaultScopeDefine.SERVICE_RELATION)
> >
> > @MetricsType: What model is streaming processing use? Other types are
> > @RecordType, @InventoryType, @TopNType.
> > @StreamData: Register this entity class into the remote module that makes
> > this entity could transfer between OAP server's nodes.
> > @StorageEntity: Identify the storage entity name, builder class for
> > serialization or deserialization this entity between memory and database.
> >
> > Those three annotations look like having clear responsibilities, but if
> you
> > spend time to reflect on them, you will find that the @XXType's level is
> > higher than others.
> > - @MetricsType and @InventoryType are must include @StreamData and
> > @StorageEntity.
> > - @RecordType and @TopNType are must exclude @StreamData.
> >
> > So, I suggest that let the @StreamData and @StorageEntity to be the
> > parameter of the @XXType.
> >
> > For example:
> >
> > @Stream(name = ServiceRelationClientSideMetrics.INDEX_NAME, scopeId =
> > DefaultScopeDefine.SERVICE_RELATION, storage = @Storage(builder =
> > ServiceRelationClientSideMetrics.Builder.class), kind =
> StreamKind.Metrics)
> > public class ServiceRelationClientSideMetrics extends Metrics {
> >
>


This is the most common metrics entity definition with the stream annotations.

2019-05-13 Thread peng-yongsheng
This is the most common metrics entity definition with the stream
annotations.

@MetricsType
@StreamData
@StorageEntity(name = ServiceRelationClientSideMetrics.INDEX_NAME, builder =
ServiceRelationClientSideMetrics.Builder.class, sourceScopeId =
DefaultScopeDefine.SERVICE_RELATION)

@MetricsType: What model is streaming processing use? Other types are
@RecordType, @InventoryType, @TopNType.
@StreamData: Register this entity class into the remote module that makes
this entity could transfer between OAP server's nodes.
@StorageEntity: Identify the storage entity name, builder class for
serialization or deserialization this entity between memory and database.

Those three annotations look like having clear responsibilities, but if you
spend time to reflect on them, you will find that the @XXType's level is
higher than others.
- @MetricsType and @InventoryType are must include @StreamData and
@StorageEntity.
- @RecordType and @TopNType are must exclude @StreamData.

So, I suggest that let the @StreamData and @StorageEntity to be the
parameter of the @XXType.

For example:

@Stream(name = ServiceRelationClientSideMetrics.INDEX_NAME, scopeId =
DefaultScopeDefine.SERVICE_RELATION, storage = @Storage(builder =
ServiceRelationClientSideMetrics.Builder.class), kind = StreamKind.Metrics)
public class ServiceRelationClientSideMetrics extends Metrics {


Re: [VOTE] Apache SkyWalking graduation to Top Level Project

2019-03-16 Thread 彭勇升 Peng Yongsheng
+1

—
Yongsheng Peng
Apache SkyWalking & ShardingSphere




> 在 2019年3月16日,04:33,Mick Semb Wever  写道:
> 
> After the latest discussion amongst this dev community on this dev mailing 
> list[1],  presenting Sheng Wu as the PMC Chair and the maturity model[2], and 
> then the discussion again on the incubator list[3]. I would like to call a 
> vote for Apache SkyWalking graduating to a top level project. I would like to 
> note that some questions were raised by the IPMC in the incubator discussion 
> and that it is important to read them through, and make a decision for 
> yourself if they have been addressed. The incubator discussions also lead to 
> the draft graduation proposal altering the list of proposed PMC, removing 
> some inactive people and adding all the podling Committers. 
> 
> Apache SkyWalking entered the incubator on December of 2017.  SkyWalking has 
> delivered 8 releases so far in total, and now shows a good cadence of 
> successful releases.
> 
> During the podling's time in the Apache Incubator there has been
> 3200+ commits on development of the project,
>  378 Issues tagged as question in GitHub created, 373 resolved,
>  850+ Pull request created and resolved,
>  97 different contributors,
>9 elected new committers, and
>3 elected new PPMC members.
> 
> And the dev ML has had 72 participants: 
> https://lists.apache.org/trends.html?dev@skywalking.apache.org:2019
> 
> Attached is the draft Resolution for the PPMC and IPMC to vote upon.
> 
> Please take a minute to vote on whether or not Apache SkyWalking should
> graduate to a Top Level Project by responding with one of the following:
> 
> [ ] +1 Apache SkyWalking should graduate.
> [ ] +0 No opinion
> [ ] -1 Apache SkyWalking should not graduate (please provide the reason)
> 
> The VOTE is open for a minimum of 72 hours. Per Apache guidelines[4] I will
> also be notifying the incubator mailing list that a community vote is under
> way.
> 
> regards,
> Mick
> 
> 
> [1] 
> https://lists.apache.org/thread.html/9aab116a5df46d10a655bbf243f525260bad7763f6f65bce19ec33bd@%3Cdev.skywalking.apache.org%3E
> [2] 
> https://cwiki.apache.org/confluence/display/SKYWALKING/Apache+Maturity+Model+Assessment+for+SkyWalking
> [3] 
> https://lists.apache.org/thread.html/68b06b2efdcd4f519cd9aa3df55d46bf0dade28002065fbad75d4195@%3Cdev.skywalking.apache.org%3E
> [4] 
> https://incubator.apache.org/guides/graduation.html#community_graduation_vote
> 
> 
> 
> 
> Establish the Apache SkyWalking Project
> 
> WHEREAS, the Board of Directors deems it to be in the best interests of
> the Foundation and consistent with the Foundation's purpose to establish
> a Project Management Committee charged with the creation and maintenance
> of open-source software, for distribution at no charge to the public,
> related to application performance management and monitoring (APM).
> 
> NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> (PMC), to be known as the "Apache SkyWalking Project", be and hereby is
> established pursuant to Bylaws of the Foundation; and be it further
> 
> RESOLVED, that the Apache SkyWalking Project be and hereby is
> responsible for the creation and maintenance of software related to
> application performance management and monitoring (APM); and 
> be it further
> 
> RESOLVED, that the office of "Vice President, Apache SkyWalking" be and
> hereby is created, the person holding such office to serve at the
> direction of the Board of Directors as the chair of the Apache
> SkyWalking Project, and to have primary responsibility for management of
> the projects within the scope of responsibility of the Apache SkyWalking
> Project; and be it further
> 
> RESOLVED, that the persons listed immediately below be and hereby are
> appointed to serve as the initial members of the Apache SkyWalking
> Project:
> 
>  * Haoyang Liu  (刘浩杨)  
>  * Hongtao Gao  (高洪涛)  
>  * Ignasi Barrera  
>  * Mick Semb Wever 
>  * Sheng Wu  (吴晟)  
>  * Shinn Zhang  (张鑫)   
>  * Willem Ning Jiang  (姜宁)
>  * Yongsheng Peng  (彭勇升)   
>  * DongXue Si (司冬雪)
>  * Jian Tan (谭建)   
>  * Kai Wang (王凯)   
>  * Yang Bai (柏杨)   
>  * Yao Wang (王垚)   
>  * Zhang Kewei (张科伟)  
> * Can Li (李璨)  
> * Jiaqi Lin (林嘉绮)  
> * Jinlin Fu (付金林)  
> * Lang Li (李浪)   
> * Wenbin Wang (王文斌)
> * Yixiong Cao (曹奕雄)
> 
> 
> NOW, THEREFORE, BE IT FURTHER RESOLVED, that Sheng Wu (吴晟) be 
> appointed to the office of Vice President, Apache SkyWalking, to serve in 
> accordance with and subject to the direction of the Board of Directors and 
> the Bylaws of the Foundation until death, resignation, 

Re: [Proposal] Rocketbot donation

2019-03-12 Thread 彭勇升 Peng Yongsheng
I like RocketBot very much. 4 years after the creation of the SkyWalking 
project, UI has always been our weak point. 
Now I think we've covered that. We can say our project is a complete project.

Thank you.

1

—
Yongsheng Peng
Apache SkyWalking & ShardingSphere




> 在 2019年3月12日,16:54,Yao Wang 王垚  写道:
> 
> # Abstract
> Rocketbot[1] is a modern and awesome UI for Apache Skywalking[2].
> This project is supported By Daolcoud and builds with vue and typescript.
> It has four parts —— Dashboard,Topology,Trace,Alarm.
> Unlike the official skywalking-ui, Rocketbot designs a new ui style and 
> Enhanced function while guaranteeing basic functionality.
> 
> # Proposal
> The goal of this proposal is to bring the existing Rocketbot codebase and 
> existing developers and community into the Apache Software Foundation (ASF) 
> as Skywalking's sub-project.
> This project started in Open Source on Github nearly 5 months.
> Rocketbot is submitting this proposal to donate it to the Apache SkyWalking 
> Incubator under the Apache License, Version 2.0, in order to replace the 
> existing UI as new primary UI.
> These artifacts are currently available on GitHub at 
> https://github.com/TinyAllen/rocketbot.
> 
> # Background
> Skywalking is a good APM system and have many open source users at home and 
> abroad,including our company products.
> But the official UI[3] is build by react ,not very sort with our company 
> production (vue).
> So Wang Yao created a new ui for Skywalking, and Rocketbot was born. 
> Rocketbot provide more features, cooler ui and more configurable interactive 
> interface and Daocloud hold this IP.
> 
> # Current status
> After we pushed Rockebot in Github in a open source way, many companies 
> starting to integrate it into their own internal system or products.
> Current open source users are mostly IT company in China.
> Daolcoud(https://daocloud.io)、 
> CSVW(http://www.csvw.com/)、5i5j(https://sh.5i5j.com/)、Beike(https://bj.ke.com/)
>  ,etc.
> 
> # Core developer
> Wang Yao is an experienced open source developer and Skywalking PPMC.
> 
> # Donation source
> Github repo: https://github.com/TinyAllen/rocketbot
> 
> # Source and Intellectual Property Submission Plan
> Rockebot was originally created by Wang Yao himself in Oct 2018, and opened 
> in Github on 16 Oct 2018. So, He was the creator and main contributor of 
> Rockebot. The project major contributors are Wang Yao and Jian Tan. Both of 
> them are SkyWalking PPMC members, ICLAs are submitted. And have no others 
> ICLA need to be submitted.
> At last, the SGA will be provided by DaoCloud.
> 
> # External Dependencies
> 
> ### MIT licenses
> 
> - vue 2.6.6: https://github.com/vuejs/vue
> - vue-class-component 6.0.0: https://github.com/vuejs/vue-class-component
> - vue-property-decorator 7.0.0: 
> https://github.com/kaorun343/vue-property-decorator
> - vue-router 3.0.1 https://github.com/vuejs/vue-router
> - vuex 3.0.1 https://github.com/vuejs/vuex
> - vuex-class 0.3.1 https://github.com/ktsn/vuex-class
> - dayjs 1.8.8 https://github.com/iamkun/dayjs
> - popper.js 1.14.7: https://github.com/FezVrasta/popper.js
> - vue-datepicker-local 1.0.19: 
> https://github.com/weifeiyue/vue-datepicker-local
> 
> ### Apache 2.0 licenses
> - echarts 4.1.0: https://github.com/apache/incubator-echarts Apache-2.0
> 
> ### BSD licenses
> - d3  5.9.1: https://github.com/d3/d3
> - d3-array1.2.4:  https://github.com/d3/d3-array
> - d3-axis 1.0.12:  https://github.com/d3/d3-axis
> - d3-brush1.0.6:  https://github.com/d3/d3-brush
> - d3-chord1.0.6:  https://github.com/d3/d3-chord
> - d3-collection   1.0.7:  https://github.com/d3/d3-collection
> - d3-color1.2.3:  https://github.com/d3/d3-color
> - d3-contour  1.3.2:  https://github.com/d3/d3-contour
> - d3-dispatch 1.0.5:  https://github.com/d3/d3-dispatch
> - d3-drag 1.2.3:  https://github.com/d3/d3-drag
> - d3-dsv  1.0.10:  https://github.com/d3/d3-dsv
> - d3-ease 1.0.5:  https://github.com/d3/d3-ease
> - d3-fetch 1.1.2:  https://github.com/d3/d3-fetch
> - d3-force1.1.2:  https://github.com/d3/d3-force
> - d3-format   1.3.2:  https://github.com/d3/d3-format
> - d3-geo  1.11.1:  https://github.com/d3/d3-geo
> - d3-hierarchy1.1.8:  https://github.com/d3/d3-hierarchy
> - d3-interpolate  1.3.2:  https://github.com/d3/d3-interpolate
> - d3-path 1.0.7:  https://github.com/d3/d3-path
> - d3-polygon  1.0.5:  https://github.com/d3/d3-polygon
> - d3-quadtree 1.0.5:  https://github.com/d3/d3-quadtree
> - d3-queue3.0.7:  https://github.com/d3/d3-queue
> - d3-random   1.1.2:  https://github.com/d3/d3-random
> - d3-request  1.0.6:  https://github.com/d3/d3-request
> - d3-scale  2.1.2:  https://github.com/d3/d3-scale
> - d3-scale-chromatic  1.3.3:  https://github.com/d3/d3-scale-chromatic
> - d3-selection1.3.2:  https://github.com/d3/d3-selection
> - d3-shape1.2.2:  https://github.com/d3/d3-shape
> 

Re: A test mail for using apache mail address to sending email from macOS mail app.

2018-12-21 Thread 彭勇升 Peng Yongsheng
Here is the setting guide: https://reference.apache.org/committer/email



Sending email from your apache.org email address
If you wish to send email using your apache.org email address you will need to 
submit this via the committer mail-relay service. This can be configured in 
your mail environment using the following configuration: 

Server: mail-relay.apache.org 
Port:   587 (STARTTLS), 465 (SSL) 
User/Pass:  {Your LDAP credentials}



—
Yongsheng Peng
Apache SkyWalking & ShardingSphere




> 在 2018年12月22日,12:07,彭勇升 Peng Yongsheng  写道:
> 
> Is there anybody received this mail?
> 
> 
> —
> Yongsheng Peng
> Apache SkyWalking & ShardingSphere
> 
> 
> 



A test mail for using apache mail address to sending email from macOS mail app.

2018-12-21 Thread 彭勇升 Peng Yongsheng
Is there anybody received this mail?



—
Yongsheng Peng
Apache SkyWalking & ShardingSphere






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

2018-12-15 Thread 彭勇升 Peng Yongsheng
OK, found it. I modify the release document.

—
Yongsheng Peng
Apache SkyWalking & ShardingSphere




> 在 2018年12月16日,11:09,吴晟 Sheng Wu  写道:
> 
> Hi Peng
> 
> 
> From Hongtao pointing in the mail, the KEYS is here, 
> https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS. 
> You are looking for the dev folder. 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking, ShardingSphere, Zipkin
> Twitter, wusheng1108
> 
> 
> 
> 
> 
> 
> 
> -- Original --
> From:  "彭勇升"<8082...@qq.com>;
> Date:  Sun, Dec 16, 2018 11:03 AM
> To:  "dev";
> 
> Subject:  Re:  [ANNOUNCE] SkyWalking 6.0.0-beta test build available
> 
> 
> 
> No gpg KEYS file in 
> https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-beta/ 
> , 
> please upload it.
> 
> 
> How-to-release.md
> 
> ### Upload to Apache svn
> 5. Upload gpg public key, named KEYS
> 
> 
> —
> Yongsheng Peng
> Apache SkyWalking & ShardingSphere
> 
> 
> 
> 
>> 在 2018年12月16日,00:39,吴晟 Sheng Wu  写道:
>> 
>> Hi, everyone 
>> Because this is the first time Gao as our release manager, I do following 
>> tests and checks.
>> 
>> 
>> 1. Features test. Tested H2, ElasticSearch, MySQL as storage in my local 
>> laptop, running in standalone mode, collect data in Javaagent. Passed
>> 2. All artifacts in staging repository are published with .asc, .md5, *sha1 
>> files
>> 3. Source code and distribution package with .asc, .sha512
>> 4. LICENSE and NOTICE are in Source code and distribution package.
>> 5. shasum512 is right. 
>> 6. Build passed
>> 7. Apache RAT check. 
>> 8. DISCLAIMER exists
>> 
>> 
>> 
>> --
>> Sheng Wu
>> Apache SkyWalking, ShardingSphere, Zipkin
>> Twitter, wusheng1108
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -- Original --
>> From:  "吴晟 Sheng Wu";
>> Date:  Sat, Dec 15, 2018 10:09 AM
>> To:  "dev";
>> 
>> Subject:  Re:  [ANNOUNCE] SkyWalking 6.0.0-beta test build available
>> 
>> 
>> 
>> Thanks Gao. It is good for now.
>> 
>> 
>> Hi, everyone
>> 
>> 
>> You are good to go for testing and give feedback.
>> 
>> 
>> --
>> Sheng Wu
>> Apache SkyWalking, ShardingSphere, Zipkin
>> Twitter, wusheng1108
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -- Original --
>> From:  "Hongtao Gao";
>> Date:  Sat, Dec 15, 2018 09:35 AM
>> To:  "dev";
>> 
>> Subject:  Re: [ANNOUNCE] SkyWalking 6.0.0-beta test build available
>> 
>> 
>> 
>> Yes, you are right. I mistake to run that script in a Linux host. Now I
>> regenerate a new source package and removed *.md5 files in svn repository.
>> 
>> New Release Candidate:
>> 
>> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-beta
>> * sha512 checksums
>> - 
>> 5d2d8dbc1c8d12c488eed10229b4acb1760cfd144418f2d3561f3222c109dfea183240cae86a6fe84d6a82bba824c6b1b5fd1be8a8b45dc07339c4f11f9bb3c6
>> apache-skywalking-apm-incubating-6.0.0-beta-src.tgz
>> - c050dd52993ec61de487cd37de6d024862a8e0f32751ccc3fb8faefd87ca
>> 0a9bc73cdf9126d0af4178fecac9750e9348e624b658bd49c1af53084961cf056e53
>> apache-skywalking-apm-incubating-6.0.0-beta.tar.gz
>> - dc5f1397ce9c54b07008c24dacbb56821fe3d3a37071071fde1d5ee622d8
>> b015bf305d7d99c14f6a74094cfff7f26c0572b4ba424e3035a86612a272cff3cf96
>> apache-skywalking-apm-incubating-6.0.0-beta.zip
>> 
>> 吴晟 Sheng Wu  于2018年12月15日周六 上午12:52写道:
>> 
 Your src release is un-normally 150M, even bigger than the dist tar,
>>> which must be wrong. Please follow the document[1] and do it again.
>>> 
>>> 
>>> My guess is, you run this script in a Linux VM, rather than you Mac. But
>>> that is the script for. Maybe, we could provide two scripts for Linux and
>>> Mac too. :)
>>> Feel free to post an issue to track this.
>>> 
>>> 
>>> --
>>> Sheng Wu
>>> Apache SkyWalking, ShardingSphere, Zipkin
>>> Twitter, wusheng1108
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> -- Original --
>>> From:  "吴晟 Sheng Wu";
>>> Date:  Sat, Dec 15, 2018 00:46 AM
>>> To:  "dev";
>>> 
>>> Subject:  Re: [ANNOUNCE] SkyWalking 6.0.0-beta test build available
>>> 
>>> 
>>> 
>>> Hi Hongtao
>>> 
>>> 
>>> I just some helps for this release
 Remove md5 files, don't need and don't recommend.
>>> 
>>> 
>>> But, there is another thing needs you to deal with, I do a quick check for
>>> the release.
>>> The source release is not right.
>>> Your src release is un-normally 150M, even bigger than the dist tar, which
>>> must be wrong. Please follow the document[1] and do it again.
>>> 
>>> 
>>> Although I can't build an official release, I do a test, based on the
>>> `create_source_release.sh` result, the src tar is just 1.5M, which is what
>>> I expected.
>>> 
>>> 
>>> Please fix this so soon as possible, then we could do feature tests and
>>> before-vote sign check.
>>> 
>>> 
>>> Thanks.
>>> 
>>> 
>>> [1]
>>> 

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

2018-12-15 Thread 彭勇升 Peng Yongsheng
No gpg KEYS file in 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-beta/ 
, 
please upload it.


How-to-release.md

### Upload to Apache svn
5. Upload gpg public key, named KEYS


—
Yongsheng Peng
Apache SkyWalking & ShardingSphere




> 在 2018年12月16日,00:39,吴晟 Sheng Wu  写道:
> 
> Hi, everyone 
> Because this is the first time Gao as our release manager, I do following 
> tests and checks.
> 
> 
> 1. Features test. Tested H2, ElasticSearch, MySQL as storage in my local 
> laptop, running in standalone mode, collect data in Javaagent. Passed
> 2. All artifacts in staging repository are published with .asc, .md5, *sha1 
> files
> 3. Source code and distribution package with .asc, .sha512
> 4. LICENSE and NOTICE are in Source code and distribution package.
> 5. shasum512 is right. 
> 6. Build passed
> 7. Apache RAT check. 
> 8. DISCLAIMER exists
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking, ShardingSphere, Zipkin
> Twitter, wusheng1108
> 
> 
> 
> 
> 
> 
> 
> -- Original --
> From:  "吴晟 Sheng Wu";
> Date:  Sat, Dec 15, 2018 10:09 AM
> To:  "dev";
> 
> Subject:  Re:  [ANNOUNCE] SkyWalking 6.0.0-beta test build available
> 
> 
> 
> Thanks Gao. It is good for now.
> 
> 
> Hi, everyone
> 
> 
> You are good to go for testing and give feedback.
> 
> 
> --
> Sheng Wu
> Apache SkyWalking, ShardingSphere, Zipkin
> Twitter, wusheng1108
> 
> 
> 
> 
> 
> 
> 
> -- Original --
> From:  "Hongtao Gao";
> Date:  Sat, Dec 15, 2018 09:35 AM
> To:  "dev";
> 
> Subject:  Re: [ANNOUNCE] SkyWalking 6.0.0-beta test build available
> 
> 
> 
> Yes, you are right. I mistake to run that script in a Linux host. Now I
> regenerate a new source package and removed *.md5 files in svn repository.
> 
> New Release Candidate:
> 
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-beta
> * sha512 checksums
> - 
> 5d2d8dbc1c8d12c488eed10229b4acb1760cfd144418f2d3561f3222c109dfea183240cae86a6fe84d6a82bba824c6b1b5fd1be8a8b45dc07339c4f11f9bb3c6
> apache-skywalking-apm-incubating-6.0.0-beta-src.tgz
> - c050dd52993ec61de487cd37de6d024862a8e0f32751ccc3fb8faefd87ca
> 0a9bc73cdf9126d0af4178fecac9750e9348e624b658bd49c1af53084961cf056e53
> apache-skywalking-apm-incubating-6.0.0-beta.tar.gz
> - dc5f1397ce9c54b07008c24dacbb56821fe3d3a37071071fde1d5ee622d8
> b015bf305d7d99c14f6a74094cfff7f26c0572b4ba424e3035a86612a272cff3cf96
> apache-skywalking-apm-incubating-6.0.0-beta.zip
> 
> 吴晟 Sheng Wu  于2018年12月15日周六 上午12:52写道:
> 
>>> Your src release is un-normally 150M, even bigger than the dist tar,
>> which must be wrong. Please follow the document[1] and do it again.
>> 
>> 
>> My guess is, you run this script in a Linux VM, rather than you Mac. But
>> that is the script for. Maybe, we could provide two scripts for Linux and
>> Mac too. :)
>> Feel free to post an issue to track this.
>> 
>> 
>> --
>> Sheng Wu
>> Apache SkyWalking, ShardingSphere, Zipkin
>> Twitter, wusheng1108
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -- Original --
>> From:  "吴晟 Sheng Wu";
>> Date:  Sat, Dec 15, 2018 00:46 AM
>> To:  "dev";
>> 
>> Subject:  Re: [ANNOUNCE] SkyWalking 6.0.0-beta test build available
>> 
>> 
>> 
>> Hi Hongtao
>> 
>> 
>> I just some helps for this release
>>> Remove md5 files, don't need and don't recommend.
>> 
>> 
>> But, there is another thing needs you to deal with, I do a quick check for
>> the release.
>> The source release is not right.
>> Your src release is un-normally 150M, even bigger than the dist tar, which
>> must be wrong. Please follow the document[1] and do it again.
>> 
>> 
>> Although I can't build an official release, I do a test, based on the
>> `create_source_release.sh` result, the src tar is just 1.5M, which is what
>> I expected.
>> 
>> 
>> Please fix this so soon as possible, then we could do feature tests and
>> before-vote sign check.
>> 
>> 
>> Thanks.
>> 
>> 
>> [1]
>> https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/How-to-release.md#build-and-sign-the-source-code-package
>> 
>> 
>> --
>> Sheng Wu
>> Apache SkyWalking, ShardingSphere, Zipkin
>> Twitter, wusheng1108
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -- Original --
>> From:  "Hongtao Gao";
>> Date:  Fri, Dec 14, 2018 08:03 PM
>> To:  "dev";
>> 
>> Subject:  [ANNOUNCE] SkyWalking 6.0.0-beta test build available
>> 
>> 
>> 
>> Hi everyone
>> 
>> The test build of 6.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.
>> 
>> Major changes are
>> Support MySQL as a new storage layer. Some fatal bugs of 6.0.0-alpha are
>> fixed.
>> 
>> Release notes:
>> 
>> * https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md
>> 
>> 

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

2018-11-08 Thread 彭勇升 Peng Yongsheng
+1 (binding)

Checked list:
1. Features test.   √
2. staging repository√
3. distribution package  √
4. LICENSE and NOTICE   √
5. source package check √
6. apache-rat:check √


The scope of the maven dependency named org.projectlombok:lombok is provided, 
no need to add its license.

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年11月7日,22:33,吴晟 Sheng Wu  写道:
> 
> 



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

2018-11-08 Thread 彭勇升 Peng Yongsheng
-1(binding)

I found a dependency jar missing it’s license. (org.projectlombok:lombok).

It’s my fault, I added it into our project in 6.0 version.


—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年11月7日,22:33,吴晟 Sheng Wu  写道:
> 
> Hi
> 
> 
> This is a call for vote to release Apache SkyWalking (Incubating) version 
> 6.0.0-alpha
> 
> 
> Considering we have new committer, Wenbin Wang, Can Li, You could follow this 
> release document to understand how to release, especially how to vote.
> https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/How-to-release.md#vote-check
> 
> 
> btw, you two have rights to release after your Apache id setup.
> 
> 
> Release notes:
> 
> 
> * https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/CHANGES.md
> 
> 
> Release Candidate:
> 
> 
> * https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-alpha/
> * sha512 checksums
>   - 
> 6ef68b622c6c26db5143238f545ef569919757b70ec3c950305063da8ded8789c2bf2cc31e8edeaa90e18a3697786dff1ef287c03cd8ff5701e11a75b3b65899
>   apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz
>   - 
> acfae5d3ef91ba7ffbb2ad7aaf58f92ea494c5c55593a2e2ad393140194cd9db7f5a5a0e57066160d10c3e556749186b4549768484a9d341d49a1af083e240ed
>   apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz
>   - 
> 7553603875fc7a77d8cb7ea0108edaea25fc8790a8b13388b2ea1d3730b5f81a3771cf39703bcb89ce75a0387ed6ad7b8ed1d1a54d943e4e48de6e6f124072c9
>   apache-skywalking-apm-incubating-6.0.0-alpha.zip
> 
> 
> Maven 2 staging repository:
> 
> 
> * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1025/org/apache/skywalking/
> 
> 
> Release Tag :
> 
> 
> * https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha
> 
> 
> Release CommitID :
> 
> 
> * 
> https://github.com/apache/incubator-skywalking/tree/14009ce1172e8d70c5410029a096d3ae1a41c76d
> * Git submodule
>   * skywalking-ui: 
> https://github.com/apache/incubator-skywalking-ui/tree/26f2c3b7bd93aa71897e842d90d272ee4cb618dc
>   * apm-protocol/apm-network/src/main/proto: 
> https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/e7fc69462955c86d70f3f7f33712dfe33ecefbc6
>   * 
> oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol
>  
> https://github.com/apache/incubator-skywalking-query-protocol/tree/c65a23bd6b9bba8d1df30d4de261624952df2b7b
> 
> 
> 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/v6.0.0-alpha/docs/en/guides/How-to-build.md
> * `docs/en/guides/How-to-build.md` in source tar,
> 
> 
> Voting will start now (Nov. 17th 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



Re: New version tests are required from everyone

2018-11-02 Thread 彭勇升 Peng Yongsheng
PR is committed, test is ok. Wait for you to test the good news.

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年11月2日,23:38,彭勇升 Peng Yongsheng <8082...@qq.com> 写道:
> 
> Wait me a moment, testing…...
> 
> —
> Yongsheng Peng
> Apache SkyWalking PPMC member
> 
> 
>> 在 2018年11月2日,23:32,吴晟 Sheng Wu  写道:
>> 
>> Cool. Good to know .net core works fine.
>> 
>> 
>> I have fixed several bugs today. Look like mesh is working well. Just send a 
>> PR[1] to fix a heartbeat bug. Look like we are ready to go.
>> 
>> 
>> The last thing is Peng said, he will send the last PR to make sure detect 
>> point working in endpoint register. Then we need code freeze and do release.
>> 
>> 
>> [1] https://github.com/apache/incubator-skywalking/pull/1873
>> 
>> 
>> --
>> Sheng Wu
>> Apache SkyWalking 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -- Original --
>> From:  "Liu Haoyang";
>> Date:  Fri, Nov 2, 2018 11:21 PM
>> To:  "dev@skywalking.apache.org";
>> 
>> Subject:  Re: New version tests are required from everyone
>> 
>> 
>> 
>> I tested ElasticSearch storage(required ElasticSearch 6.3.0 or higher), 
>> which worked fine in both standalone and zk-based cluster mode.
>> 
>> 在 2018/11/1 下午12:37,“吴晟 Sheng Wu” 写入:
>> 
>>   Cool. It will be great to see the upgrade. I have known you are having 
>> users. Please encourage them to open the cases to the community.
>> 
>>   Sheng Wu
>>   Apache SkyWalking
>> 
>>   From Wu Sheng 's phone.
>> 
>> 
>>   -- Original --
>>   From: Jian Tan 
>>   Date: Thu,Nov 1,2018 11:58 AM
>>   To: dev 
>>   Subject: Re: New version tests are required from everyone
>> 
>> 
>> 
>>   We are planning to test version 6.0, basically, and start to update
>>   RocketBot[1] UI for adaptation.
>> 
>>   [1] 
>> https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTinyAllen%2Frocketbotdata=02%7C01%7C%7C9ff6e0d830444720f22808d63fb3c043%7C84df9e7fe9f640afb435%7C1%7C0%7C636766438580055725sdata=rjSQgukcEofqC%2B3z%2BXYxKMcE8LAdEZDUV8brHdrcMLk%3Dreserved=0
> 



Re: New version tests are required from everyone

2018-11-02 Thread 彭勇升 Peng Yongsheng
Wait me a moment, testing…...

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年11月2日,23:32,吴晟 Sheng Wu  写道:
> 
> Cool. Good to know .net core works fine.
> 
> 
> I have fixed several bugs today. Look like mesh is working well. Just send a 
> PR[1] to fix a heartbeat bug. Look like we are ready to go.
> 
> 
> The last thing is Peng said, he will send the last PR to make sure detect 
> point working in endpoint register. Then we need code freeze and do release.
> 
> 
> [1] https://github.com/apache/incubator-skywalking/pull/1873
> 
> 
> --
> Sheng Wu
> Apache SkyWalking 
> 
> 
> 
> 
> 
> 
> 
> -- Original --
> From:  "Liu Haoyang";
> Date:  Fri, Nov 2, 2018 11:21 PM
> To:  "dev@skywalking.apache.org";
> 
> Subject:  Re: New version tests are required from everyone
> 
> 
> 
> I tested ElasticSearch storage(required ElasticSearch 6.3.0 or higher), which 
> worked fine in both standalone and zk-based cluster mode.
> 
> 在 2018/11/1 下午12:37,“吴晟 Sheng Wu” 写入:
> 
>Cool. It will be great to see the upgrade. I have known you are having 
> users. Please encourage them to open the cases to the community.
> 
>Sheng Wu
>Apache SkyWalking
> 
>From Wu Sheng 's phone.
> 
> 
>-- Original --
>From: Jian Tan 
>Date: Thu,Nov 1,2018 11:58 AM
>To: dev 
>Subject: Re: New version tests are required from everyone
> 
> 
> 
>We are planning to test version 6.0, basically, and start to update
>RocketBot[1] UI for adaptation.
> 
>[1] 
> https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTinyAllen%2Frocketbotdata=02%7C01%7C%7C9ff6e0d830444720f22808d63fb3c043%7C84df9e7fe9f640afb435%7C1%7C0%7C636766438580055725sdata=rjSQgukcEofqC%2B3z%2BXYxKMcE8LAdEZDUV8brHdrcMLk%3Dreserved=0



Re: [DISCUSS] Heading to graduation

2018-10-26 Thread 彭勇升 Peng Yongsheng
+1 for WuSheng to be the first VP of SkyWalking. Thanks for your hard work this 
year. I suggest that all the SkyWalking's PMCs take turns to be

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年10月15日,23:11,吴晟 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-26 Thread 彭勇升 Peng Yongsheng
+1 for WuSheng to be the first VP of SkyWalking. Thanks for your hard work this 
year. 
I suggest that all the SkyWalking's PMCs take turns to be the person who 
communicate to apache that can help every PMCs to know the way apache works 
better.

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年10月15日,23:11,吴晟 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: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-GA

2018-10-09 Thread 彭勇升 Peng Yongsheng
+1 (binding)

Checked list:
1. Features test.   √
2. staging repository√
3. distribution package  √
4. LICENSE and NOTICE   √
5. source package check √
6. apache-rat:check √

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年10月7日,09:04,吴晟 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: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0GA

2018-10-09 Thread 彭勇升 Peng Yongsheng
+1 (binding)

Checked list:
1. Features test.   √
2. staging repository√
3. distribution package  √
4. LICENSE and NOTICE   √
5. source package check √
6. apache-rat:check √

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年9月29日,23:35,吴晟 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: Your podling misses you

2018-09-16 Thread 彭勇升 Peng Yongsheng
Hi.

The first release of SkyWalking is by my and Sheng’s hands. Justin, thank you 
very much for pointed out our mistake of the license and notice of the 
third-party libraries.
In the meantime, must say thanks to Willem. By his help, I can searched and 
understood the apache documents about the ASF legal and the release process. 
Sometimes we are get together in the party or meet-up because of we are living 
in the same city, Beijing.
Willem helped me to get the chances to have a speak about SkyWalking at some of 
the bigger conference.
I am sure, he is an active mentor for us. Please let him continue to help us.


—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年9月16日,17:38,Willem Jiang  写道:
> 
> 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 you do decide to step 
>> down you can come back at any time and be reinstated as a mentor by asking 
>> your podling or the IPMC.
>> 
>> I also notice you have just put yourself down as mentor for a new incubating 
>> project. Are you sure you have time to commit to this new project as well?
>> 
>> Thanks,
>> Justin
>> 
>> 1.  
>> https://incubator.apache.org/policy/roles_and_responsibilities.html#mentor
> 



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

2018-07-07 Thread 彭勇升 Peng Yongsheng
+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月6日,00: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: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0-beta2 [RC1]

2018-07-07 Thread 彭勇升 Peng Yongsheng
+1 binding

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年7月6日,00:58,吴晟 Sheng Wu  写道:
> 
> 



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

2018-05-17 Thread peng-yongsheng
Vote result:
5 (+1 binding)

So, I will start the IPMC vote.

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年5月15日,09:25,peng-yongsheng <8082...@qq.com> 写道:
> 
> 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=0x2EF5026E70A55777 
> <http://pgp.mit.edu:11371/pks/lookup?op=get=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
> 
> 
> 



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

2018-05-17 Thread peng-yongsheng
+1(binding)

Checked list:
1. Features test.   √
2. staging repository√
3. distribution package  √
4. LICENSE and NOTICE   √
5. source package check √
6. apache-rat:check √
7. DISCLAIMER exists checked   √

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年5月15日,09:25,peng-yongsheng <8082...@qq.com> 写道:
> 
> 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=0x2EF5026E70A55777 
> <http://pgp.mit.edu:11371/pks/lookup?op=get=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
> 
> 
> 



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

2018-05-14 Thread peng-yongsheng
Test result mail list: 
https://lists.apache.org/thread.html/d2ab927db707621db69c3b5e0c6dbfdfc0a3f3a31c95371d9831e178@%3Cdev.skywalking.apache.org%3E

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年5月15日,09:25,peng-yongsheng <8082...@qq.com> 写道:
> 
> 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=0x2EF5026E70A55777 
> <http://pgp.mit.edu:11371/pks/lookup?op=get=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
> 
> 
> 



[ANNOUNCE] SkyWalking 5.0.0-beta test build available

2018-05-14 Thread peng-yongsheng
Thanks everyone.
1. Multiple scenarios tested successful with java agent by Xin Zhang.
2. Multiple scenarios tested successful with .Net agent by Haoyang Liu.
3. Collector started by using cluster mode tested successful by  Kewei Zhang.

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

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年5月12日,09:47,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
>  
> <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=0x2EF5026E70A55777 
> <http://pgp.mit.edu:11371/pks/lookup?op=get=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>
> 
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
> 
> 
> —
> Yongsheng Peng
> Apache SkyWalking PPMC member
> 
> 
> 



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

2018-05-14 Thread peng-yongsheng
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
 

please read it before you start to vote.


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=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
 


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





[ANNOUNCE] SkyWalking 5.0.0-beta test build available

2018-05-11 Thread peng-yongsheng
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=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: [DISCUSSION] Accept Haoyang Liu (Lemon) as committer of Apache SkyWalking (Incubating) project

2018-04-23 Thread peng-yongsheng
+1

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年4月23日,23:27,xin zhang  写道:
> 
> +1
> 
> Thanks for Haoyang's contribution and welcome to Haoyang join skywalking
> group.
> 
> Thanks
> 
> Xin
> 
> 2018-04-23 0:21 GMT+08:00 刘 浩杨 :
> 
>> Hello everyone,
>> 
>> I'm Haoyang Liu(https://github.com/liuhaoyang), senior software engineer
>> at terminus.io(http://www.terminus.io) Hangzhou, keen on distributed
>> tracing and APM technology.
>> As an open source enthusiast, it's an honor to join the SkyWalking. I will
>> try my best to make the SkyWalking better.
>> 
>> Haoyang Liu
>> 
>> 
>> 
>> 
>> 在 2018/4/21 下午9:46,“吴晟 Sheng Wu” 写入:
>> 
>>Hi, everyone.
>> 
>> 
>>All of our PPMCs and committers have known of Haoyang Liu(Lemon) , he (
>> https://nam02.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fgithub.com%2Fliuhaoyang=02%7C01%7C%
>> 7C019f8793a13249543c3608d5a78e557f%7C84df9e7fe9f640afb435
>> %7C1%7C0%7C636599152108407964=YKGZLumhLINPDp9vbURfA6e9LdzGgx
>> C7%2FrsWS9%2F0ZqQ%3D=0) have contributed several features in
>> SkyWalking project. At the same time, he extends our community, and lead
>> the SkyWalking .NET core project(https://nam02.
>> safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.
>> com%2FOpenSkywalking%2Fskywalking-netcore=02%7C01%7C%
>> 7C019f8793a13249543c3608d5a78e557f%7C84df9e7fe9f640afb435
>> %7C1%7C0%7C636599152108407964=N7BddF%
>> 2BhnlnO6XJdLOs6lMPXIR7gHLySgbYAJeuUycs%3D=0). 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: [VOTE] Release Apache SkyWalking (incubating) version 5.0.0 (3rd round)

2018-03-28 Thread peng-yongsheng
+1 (binding)

Checked list:
1. Features test.   √
2. staging repository√
3. distribution package  √
4. LICENSE and NOTICE   √
5. source package check √
6. apache-rat:check √
7. DISCLAIMER exists checked   √

—
Yongsheng Peng
Apache SkyWalking PPMC member



> 在 2018年3月28日,22:07,吴晟 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月28日,10: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=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) 5.0.0-alpha

2018-03-18 Thread peng-yongsheng
OK, we got it: 
don't try to publish .sha256, .sha512 files ; it doesn't work
.md5's in dist.apache.org/repos/dist/release/ must be removed manually.



> 在 2018年3月18日,15:19,Henk P. Penning  写道:
> 
> On Sat, 17 Mar 2018, John D. Ament wrote:
> 
>> Date: Sat, 17 Mar 2018 14:21:47 +0100
>> From: John D. Ament 
>> To: gene...@incubator.apache.org
>> Cc: dev 
>> Subject: Re: [VOTE] Release Apache SkyWalking (Incubating) 5.0.0-alpha
> 
>> I would recommend you review the release policy and release distribution
>> policy
>> 
>> http://www.apache.org/legal/release-policy.html
>> http://www.apache.org/dev/release-distribution.html
> 
>  In view of policy : please remove the .md5's from 5.0.0-alpha/
> 
>  Thanks ; regards,
> 
>  Henk Penning
> 
>    _
> Henk P. Penning, ICT-beta R Uithof MG-403_/ \_
> Faculty of Science, Utrecht UniversityT +31 30 253 4106 / \_/ \
> Leuvenlaan 4, 3584CE Utrecht, NL  F +31 30 253 4553 \_/ \_/
> http://www.staff.science.uu.nl/~penni101/ M penn...@uu.nl \_/



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

2018-03-14 Thread peng-yongsheng
+1 binding

Peng YongSheng
Apache SkyWalking PPMC member

> 在 2018年3月14日,14:37,吴晟 Sheng Wu <wu.sh...@foxmail.com> 写道:
> 
> 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=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