Hi Nicholas, I suggest we cancel the 0.6.3-rc0 candidate. After the tag was cut, a bug was discovered that affects the quota-based shuffle cancellation feature:
CELEBORN-1577 - Quota cancel shuffle should use app shuffle id https://github.com/apache/celeborn/pull/3662 The issue is that cancelAllActiveStages passes celebornShuffleId to the DAGScheduler, but the DAGScheduler only understands appShuffleId. As a result, quota-based shuffle cancellation does not work correctly in rc0. Regards, Jiashu Xiong Zhentao Shuai <[email protected]> 于2026年4月14日周二 23:59写道: > > > On 2026/04/11 08:20:16 Nicholas wrote: > > Hi Celeborn community, > > > > > > This is a call for a vote to release Apache Celeborn > > 0.6.3-rc0 > > > > > > The git tag to be voted upon: > > https://github.com/apache/celeborn/releases/tag/v0.6.3-rc0 > > > > > > The git commit hash: > > bc6607fdc0b396b51115c9a41cd14075cabbaef9 source and binary artifacts can > be found at: > > https://dist.apache.org/repos/dist/dev/celeborn/v0.6.3-rc0 > > > > > > The staging repo: > > > https://repository.apache.org/content/repositories/orgapacheceleborn-1133 > > > > > > Fingerprint of the PGP key release artifacts are signed with: > 92B13217E2AD1470D58882EF7B41580856A83A36 > > > > > > 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 source archive. > > * The source tarball matches the git tag. > > * Build from source is successful. > > > > > > Regards, > > Nicholas Jiang > > > +1 (binding) > I checked > - Git commit hash is right. > - Download links are valid. > - Checksums and signatures are valid. > - Successfully built the binary from the source on MacOs with Command: > build/make-distribution.sh > - Verified the correctness by using TPC-DS 1T with Spark 3.5.3 > > Regards, > Zaynt Shuai >
