[VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-18 Thread Ethan Feng
Hello, Celeborn community, This is a call for a vote to release Apache Celeborn 0.5.0-rc3 The git tag to be voted upon: https://github.com/apache/celeborn/releases/tag/v0.5.0-rc3 Source and binary artifacts can be found at: https://dist.apache.org/repos/dist/dev/celeborn/v0.5.0-rc3 The git comm

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-22 Thread Keyong Zhou
+1 (binding) I checked - git commit hash is correct. - links are valid. - signatures are good. ``` gpg --import KEYS gpg --verify apache-celeborn-0.5.0-bin.tgz.asc gpg --verify apache-celeborn-0.5.0-source.tgz.asc ``` - checksums are good. ``` sha512sum --check apache-celeborn-0.5.0-bin.tgz.sha512

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-22 Thread Nicholas Jiang
+1 (non-binding) I have checked: - Download links are valid. - git commit hash is correct - Checksums and signatures are valid. - No binary files in the source release - Successfully built binary from source via ./build/make-distribution.sh -Pspark-3.5/flink-1.19/mr BTW, I have tested the clean

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-22 Thread rexxiong
+1 (binding) I checked - Download links are valid. - git commit hash is correct - Checksums and signatures are valid. - No binary files in the source release - Successfully built the binary from the source on MacOs with Command: ./build/make-distribution.sh -Pspark-3.3 BTW,The testing work of this

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-23 Thread Cheng Pan
+1 (binding) - All links are valid. - LICENSE/NOTICE looks fine. - CI result looks great. - No known blockers. Thanks, Cheng Pan > On Jun 19, 2024, at 12:45, Ethan Feng wrote: > > Hello, Celeborn community, > > This is a call for a vote to release Apache Celeborn > 0.5.0-rc3 > > The git tag

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-23 Thread Fu Chen
+1 I checked - download links are valid. - git commit hash is correct. - no binary files in the source release. - build success from source code (JDK 17). ``` ./build/make-distribution.sh --sbt-enabled -Pspark-3.5 ``` Cheng Pan 于2024年6月24日周一 14:09写道: > > +1 (binding) > > - All links are valid. >

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-24 Thread kerwin zhang
+1 (binding) I checked - git commit hash is correct. - links are valid. - signatures are good. ``` gpg --verify apache-celeborn-0.5.0-bin.tgz.asc apache-celeborn-0.5.0-bin.tgz gpg --verify apache-celeborn-0.5.0-source.tgz.asc apache-celeborn-0.5.0-source.tgz ``` - checksums are good. ``` shasum -a

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-24 Thread Ethan Feng
Thanks for your feedback, I will close this vote thread and announce the results soon since 72 hours have passed. Ethan Feng. kerwin zhang 于2024年6月24日周一 15:18写道: > > +1 (binding) > > I checked > - git commit hash is correct. > - links are valid. > - signatures are good. > ``` > gpg --verify apa

[RESULT][VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-24 Thread Ethan Feng
Hello, Celeborn community, The vote closes now as 72 hours have passed. The vote PASSES with: (* = binding) +1: Ethan Feng* Keyong Zhou* Nicholas Jiang Rexxiong* Cheng Pan* Fu Chen* Kerwin Zhang* There are no 0 or -1 votes. The voting thread: https://lists.apache.org/thread/vpboxros8bhl

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-24 Thread Mridul Muralidharan
Forgot to update here. Signatures, digests, etc check out fine. Checked out tag and build/tested with "-Pspark3.1" I keep getting the following error: - metrics/prometheus *** FAILED *** 200 did not equal 404 (ApiBaseResourceSuite.scala:90) - metrics/json *** FAILED *** 200 did not equal 404

Re: [VOTE] Release Apache Celeborn 0.5.0-rc3

2024-06-24 Thread Ethan Feng
Hi Mridul, The Celeborn dashboard will not be included in this version release. Therefore, it should not pose any issues for us at this time. After some investigation, I discovered that our CI tests are based on a fixed list of projects, which is why this problem was not detected earlier.