+1 (non-binding)

I checked the following things:

- signatures are good.
```
gpg --import KEYS
gpg --verify apache-celeborn-0.6.0-source.tgz.asc
gpg --verify apache-celeborn-0.6.0-bin.tgz.asc
```
- checksums are good.
```
sha512sum --check apache-celeborn-0.6.0-source.tgz.sha512
  sha512sum --check apache-celeborn-0.6.0-bin.tgz.sha512
```
- build success from source code.
```
export JAVA8_HOME="$(/usr/libexec/java_home -v 1.8)"
export JAVA11_HOME="$(/usr/libexec/java_home -v 11)"
export JAVA17_HOME="$(/usr/libexec/java_home -v 17)"
./build/make-distribution.sh --release
./build/make-distribution.sh --sbt-enabled --release
```

- Spark integration Celeborn runs normally in local mode

Fei Wang <feiw...@apache.org> 于2025年6月12日周四 04:14写道:
>
> Hello, Celeborn community,
>
> This is a call for a vote to release Apache Celeborn
> 0.6.0-rc0
>
> The git tag to be voted upon:
> https://github.com/apache/celeborn/releases/tag/v0.6.0-rc0
>
> Source and binary artifacts can be found at:
> https://dist.apache.org/repos/dist/dev/celeborn/v0.6.0-rc0
>
> The git commit hash:
> 2b812dceacd0fe8835030a05c001c52a277a8286
>
> The staging repo:
> https://repository.apache.org/content/repositories/orgapacheceleborn-1122/
>
> The fingerprint of the PGP key release artifacts is signed with:
> 9ADF207654A7A47D9CDF2A0A3E431D3F49A5926D
>
> My public key to verify signatures can be found in:
> https://dist.apache.org/repos/dist/release/celeborn/KEYS
>
> The vote will be open for at least 72 hours or until the necessary
> number of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and the reason)
>
> Steps to validate the release:
> https://www.apache.org/info/verification.html
>
> * Download links, checksums, and PGP signatures are valid.
> * Source code distributions have correct names matching the current release.
> * LICENSE and NOTICE files are correct.
> * All files have license headers if necessary.
> * No unlicensed compiled archives bundled in the source archive.
> * The source tarball matches the git tag.
> * Build from source is successful.
>
> There are additional tests:
> * Result correctness test passed
> Ran an online job and compared it with ESS, the results were consistent.
> 1TB TPC-DS test passed.
>
> * Usability test passed
> Rolling upgrade from version 0.5.4 to 0.6.0 succeeded.
>
> * Stability test passed
> Random worker failures, Celeborn works as expected.
> Random master failures, Celeborn works as expected.
>
> * Compatibility test passed
> The Celeborn server version of 0.6.0 works fine with the Celeborn client
> 0.5.4.
>
> * RESTful APIs and Celeborn CLI test passed.
>
> Regards,
> Fei Wang

Reply via email to