This is an automated email from the ASF dual-hosted git repository.
fchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn-website.git
The following commit(s) were added to refs/heads/main by this push:
new 172cdb2e7 Add release note for 0.4.2 (#75)
172cdb2e7 is described below
commit 172cdb2e77a0a2b80333b604839eaca2ca6e83bb
Author: Fu Chen <[email protected]>
AuthorDate: Mon Jul 29 13:12:30 2024 +0800
Add release note for 0.4.2 (#75)
* add release note for 0.4.2
* fix
* style
---
.github/workflows/site.yaml | 1 +
docs/community/news.md | 1 +
docs/community/release_notes/release_note_0.4.2.md | 54 ++++++++++++++++++++++
docs/download.md | 9 ++--
4 files changed, 61 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index 0d747ed7d..15632b4ff 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -56,6 +56,7 @@ jobs:
- run: ./.github/bin/build_docs.sh
'v0.3.2-incubating/incubator-celeborn-0.3.2-incubating-tm.tar.gz'
'0.3.2-incubating'
- run: ./.github/bin/build_docs.sh
'v0.4.0-incubating/incubator-celeborn-0.4.0-incubating-tm.tar.gz'
'0.4.0-incubating'
- run: ./.github/bin/build_docs.sh 'tags/v0.4.1.tar.gz' '0.4.1'
+ - run: ./.github/bin/build_docs.sh 'tags/v0.4.2.tar.gz' '0.4.2'
- run: |
echo 'publish:' >> .asf.yaml
echo ' whoami: asf-site' >> .asf.yaml
diff --git a/docs/community/news.md b/docs/community/news.md
index b2ae2ef50..3b7c08523 100644
--- a/docs/community/news.md
+++ b/docs/community/news.md
@@ -20,6 +20,7 @@ license: |
| Date | Title |
Brief
|
|------------------|---------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
+| 2024 July 26 | Release 0.4.2 |
Celeborn release 0.4.2.
|
| 2024 July 23 | New PMC Member: Xiaofeng Jiang |
We are happy to announce Xiaofeng Jiang becomes a new Celeborn PMC member.
|
| 2024 July 22 | New Committer: Fei Wang |
We are happy to announce Fei Wang becomes a new Celeborn committer.
|
| 2024 May 22 | Release 0.4.1 |
Celeborn release 0.4.1.
|
diff --git a/docs/community/release_notes/release_note_0.4.2.md
b/docs/community/release_notes/release_note_0.4.2.md
new file mode 100644
index 000000000..c83aabb66
--- /dev/null
+++ b/docs/community/release_notes/release_note_0.4.2.md
@@ -0,0 +1,54 @@
+---
+hide:
+ - navigation
+
+license: |
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+---
+
+# Apache Celeborn™ 0.4.2 Release Notes
+
+- [CELEBORN-1515] SparkShuffleManager should set lifecycleManager to null
after stopping lifecycleManager in Spark 2
+- [CELEBORN-1507] Prevent invalid Filegroups from being used
+- [CELEBORN-1509] Reply response without holding a lock
+- [CELEBORN-1506][BUG] Revert "[CELEBORN-1036][FOLLOWUP] totalInflightReqs
should decrement when batchIdSet contains the batchId to avoid duplicate caller
of removeBatch"
+- [CELEBORN-1486] Introduce ClickHouse Backend in Gluten Support document
+- [CELEBORN-1478] Fix wrong use partitionId as shuffleId when readPartition
+- [CELEBORN-1475] Fix unknownExcludedWorkers filter for /exclude request
+- [CELEBORN-1467] celeborn.worker.storage.dirs should support soft link
+- [CELEBORN-1460][FOLLOWUP] MRAppMasterWithCeleborn support uri of absolute
conf path for mapreduce.job.cache.files
+- [CELEBORN-1463][FOLLOWUP] Respeact client/server threads num to avoid
competitiveness
+- [CELEBORN-1463] Create network memory allocator with
celeborn.network.memory.allocator.numArenas
+- [CELEBORN-1457][0.4] Avoid NPE during shuffle data cleanup
+- [CELEBORN-1453] Fix the thread safety bug in getMetrics (#2566)
+- [CELEBORN-1432] ShuffleClientImpl should invoke loadFileGroupInternal only
once when using the reduce partition mode (#2567)
+- [MINOR] Bump minikube and kubernetes version of integration test
+- [CELEBORN-1452][0.4] Master follower node metadata is out of sync after
installing snapshot
+- [CELEBORN-1182][FOLLOWUP] Fix WorkerSource record application active
connection for application dimension ActiveConnectionCount metric
+- [CELEBORN-1448] Use static regex Pattern instances in JavaUtils.timeStringAs
and JavaUtils.byteStringAs
+- [CELEBORN-1380][FOLLOWUP] leveldbjni uses org.openlabtesting.leveldbjni to
support linux aarch64 platform for leveldb via aarch64 profile
+- [MINOR] Remove incubator in vcs.xml
+- [CELEBORN-1410] Combine multiple ShuffleBlockInfo into a single
ShuffleBlockInfo
+- [CELEBORN-1380][FOLLOWUP] Add org.openlabtesting.leveldbjni in BSD 3-clause
of LICENSE-binary
+
+## Credits
+
+Thanks to the following contributors who helped to review and commit to Apache
Celeborn 0.4.1 version:
+
+| Contributors | | | |
| |
+|-----------------|--------------|--------------|----------------|--------------|---------------|
+| Fei Wang | Jiashu Xiong | Keyong Zhou | Nicholas Jiang | Sanskar
Modi | Shaoyun Chen |
+| Xianming Lei | Xinyu Wang | Yanze Jiang | ZHAO ZHAO |
| |
diff --git a/docs/download.md b/docs/download.md
index d350a831c..85f2808d4 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -31,14 +31,14 @@ The latest version is {{ stable_version }}.
| Source Code |
[src](https://downloads.apache.org/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-source.tgz)
|
[sha512](https://downloads.apache.org/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-source.tgz.sha512)
|
[asc](https://downloads.apache.org/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-source.tgz.asc)
|
| Binary |
[bin](https://downloads.apache.org/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-bin.tgz)
|
[sha512](https://downloads.apache.org/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-bin.tgz.sha512)
|
[asc](https://downloads.apache.org/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-bin.tgz.asc)
|
-### 0.4.1 (2024-05-22)
+### 0.4.2 (2024-07-26)
-[release note](community/release_notes/release_note_0.4.1.md)
+[release note](community/release_notes/release_note_0.4.2.md)
| | Download from ASF
|
Checksum |
Signature |
|:-----------:|:--------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------:|
-| Source Code |
[src](https://downloads.apache.org/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-source.tgz)
|
[sha512](https://downloads.apache.org/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-source.tgz.sha512)
|
[asc](https://downloads.apache.org/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-source.tgz.asc)
|
-| Binary |
[bin](https://downloads.apache.org/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-bin.tgz)
|
[sha512](https://downloads.apache.org/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-bin.tgz.sha512)
|
[asc](https://downloads.apache.org/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-bin.tgz.asc)
|
+| Source Code |
[src](https://downloads.apache.org/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-source.tgz)
|
[sha512](https://downloads.apache.org/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-source.tgz.sha512)
|
[asc](https://downloads.apache.org/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-source.tgz.asc)
|
+| Binary |
[bin](https://downloads.apache.org/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-bin.tgz)
|
[sha512](https://downloads.apache.org/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-bin.tgz.sha512)
|
[asc](https://downloads.apache.org/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-bin.tgz.asc)
|
### 0.3.2-incubating (2024-01-08)
@@ -54,6 +54,7 @@ The latest version is {{ stable_version }}.
All celeborn releases are available via
[https://archive.apache.org/dist/celeborn/](https://archive.apache.org/dist/celeborn/)
including checksums and
signatures. At the time of writing, this includes the following versions:
+* Apache Celeborn 0.4.2 (2024-07-26)
([Source](https://archive.apache.org/dist/celeborn/celeborn-0.4.2/apache-celeborn-0.4.2-source.tgz),
[Binaries](https://archive.apache.org/dist/celeborn/celeborn-0.4.2/))
* Apache Celeborn 0.5.0 (2024-06-24)
([Source](https://archive.apache.org/dist/celeborn/celeborn-0.5.0/apache-celeborn-0.5.0-source.tgz),
[Binaries](https://archive.apache.org/dist/celeborn/celeborn-0.5.0/))
* Apache Celeborn 0.4.1 (2024-05-22)
([Source](https://archive.apache.org/dist/celeborn/celeborn-0.4.1/apache-celeborn-0.4.1-source.tgz),
[Binaries](https://archive.apache.org/dist/celeborn/celeborn-0.4.1/))
* Apache Celeborn 0.4.0-incubating (2024-02-06)
([Source](https://archive.apache.org/dist/incubator/celeborn/celeborn-0.4.0-incubating/apache-celeborn-0.4.0-incubating-source.tgz),
[Binaries](https://archive.apache.org/dist/incubator/celeborn/celeborn-0.4.0-incubating/))