You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2020/10/06 07:01:38 UTC

[tez] 02/02: CHANGES.txt updated with TEZ-4234

This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch branch-0.10.0
in repository https://gitbox.apache.org/repos/asf/tez.git

commit 6c2028aa0571a78e4d4aae74d5b4c1efe0881f73
Author: Laszlo Bodor <bo...@gmail.com>
AuthorDate: Tue Oct 6 09:01:04 2020 +0200

    CHANGES.txt updated with TEZ-4234
---
 CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 296de23..6e69a6e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,10 +1,11 @@
 Apache Tez Change Log
 =====================
-Release 0.10.0: 2020-09-01
+Release 0.10.0: 2020-10-15
 
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+TEZ-4234: Compressor can cause IllegalArgumentException in Buffer.limit where limit exceeds capacity (László Bodor reviewed by Rajesh Balamohan, Jonathan Turner Eagles)
 TEZ-4230: LocalContainerLauncher can kill task future too early, causing app hang (László Bodor reviewed by Jonathan Turner Eagles)
 TEZ-4228: TezClassLoader should be used in TezChild and for Configuration objects
 TEZ-3645: Reuse SerializationFactory while sorting, merging, and writing IFiles (Jonathan Turner Eagles reviewed by Rajesh Balamohan, Laszlo Bodor)