This is an automated email from the ASF dual-hosted git repository.
ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new 602f967 Add Uniffle 0.6.1 release note
602f967 is described below
commit 602f967e8ad249ac8b41a498c3bd4c83dfba01ee
Author: Kaijie Chen <[email protected]>
AuthorDate: Tue Dec 6 13:50:06 2022 +0800
Add Uniffle 0.6.1 release note
---
download/release-notes-0.6.1.md | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/download/release-notes-0.6.1.md b/download/release-notes-0.6.1.md
new file mode 100644
index 0000000..a0742ec
--- /dev/null
+++ b/download/release-notes-0.6.1.md
@@ -0,0 +1,38 @@
+---
+title: Release Notes 0.6.1
+sidebar_position: 2
+---
+
+# Release Note
+
+## Highlight
+
+- Major bug fixes
+ * Partition cannot be accessed in MapReduce when the reduce task number
exceeds 1024.
+ * Get shuffle result failure caused by concurrent calls to registerShuffle.
+ * Inconsistent blocks caused by missing length in
RssUtils#transIndexDataToSegments.
+ * Handle NPE in WriteBufferManager#addRecord in the same way as Spark.
+ * AbstractStorage#containsWriteHandler is checking the wrong Map.
+ * `indexWriter` isn't closed if exception is thrown when closing dataWriter.
+ * Incorrect dependency of protobuf-java at compile time.
+ * Potential memory leak when encountering disk unhealthy.
+
+- Minor bug fixes
+ * Potenial missing reads of exclude nodes.
+ * Incorrect contributing link in pull-request template.
+ * Incorrect spark metrics.
+
+## ChangeLog
+
+* [ISSUE-257] RssMRUtils#getBlockId change the partitionId of int type to long
(#266)
+* [ISSUE-273][BUG] Get shuffle result failed caused by concurrent calls to
registerShuffle (#274)
+* Fix potenial missing reads of exclude nodes (#269)
+* [ISSUE-239][BUG] RssUtils#transIndexDataToSegments should consider the
length of the data file (#275)
+* Fix NPE in WriteBufferManager.addRecord (#296)
+* Fix AbstractStorage#containsWriteHandler (#281)
+* Correct the pull-request contributing link in template (#314)
+* [BUG] Fix incorrect spark metrics (#324)
+* [ISSUE-364] Fix `indexWriter` don't close if exception thrown when close
dataWriter (#349)
+* [ISSUE-228] Fix the problem of protobuf-java incorrect dependency at compile
time (#362)
+* Bump project version to 0.6.1
+* [BUG] Potenial memory leak when encountering disk unhealthy (#370)