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/08 15:22:08 UTC

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

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 22fec6c0ecc7ebe6f6f28800935cc6f69794dad5
Author: Laszlo Bodor <bo...@gmail.com>
AuthorDate: Thu Oct 8 17:20:03 2020 +0200

    CHANGES.txt updated with TEZ-4238
---
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6e69a6e..d5d10e2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,7 @@ Release 0.10.0: 2020-10-15
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+TEZ-4238: Check null mrReader in MRInput.close (László Bodor reviewed by Jonathan Turner Eagles)
 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