Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 95979200CD4 for ; Fri, 14 Jul 2017 20:05:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9418316E119; Fri, 14 Jul 2017 18:05:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E01B816E101 for ; Fri, 14 Jul 2017 20:05:30 +0200 (CEST) Received: (qmail 8679 invoked by uid 500); 14 Jul 2017 18:05:30 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 8613 invoked by uid 99); 14 Jul 2017 18:05:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2017 18:05:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2614BEE68C; Fri, 14 Jul 2017 18:05:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhiyuany@apache.org To: commits@tez.apache.org Date: Fri, 14 Jul 2017 18:05:37 -0000 Message-Id: <070c5d1bde6a4ce08a16da6e617d77a9@git.apache.org> In-Reply-To: <8b5acf9dc0094a05a586b37624937317@git.apache.org> References: <8b5acf9dc0094a05a586b37624937317@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/11] tez git commit: incorporate new changes in CHANGES file archived-at: Fri, 14 Jul 2017 18:05:31 -0000 incorporate new changes in CHANGES file Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/d1fc0d76 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/d1fc0d76 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/d1fc0d76 Branch: refs/heads/branch-0.9.0 Commit: d1fc0d766992b844c322a1d95b291d960502deb5 Parents: 8a184d1 Author: Zhiyuan Yang Authored: Fri Jul 14 11:00:35 2017 -0700 Committer: Zhiyuan Yang Committed: Fri Jul 14 11:00:35 2017 -0700 ---------------------------------------------------------------------- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/d1fc0d76/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3c49bdf..7458f11 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,13 @@ Release 0.9.0: 2016-07-13 INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3792. RootInputVertexManager doesn't drain queued source task completed events + TEZ-3795. Vertex state machine can throw InvalidStateTransitonException from TERMINATING state + TEZ-3794. tez-tools: swimlane does not recognize HistoryEventHandler.criticalEvents based logs + TEZ-3791. Failed/Killed task can throw InvalidStateTransitonException when a new attempt is launched + TEZ-3787. Remove Tez UI build and rebuild errors and warning due to yarn install and ember-truth-helpers +TEZ-3786. Fix Tez UI test failures after TEZ-3775 + TEZ-3784. Submitting very large DAG throws com.google.protobuf.CodedInputStream exception TEZ-3274. Vertex with MRInput and broadcast input does not respect slow start TEZ-3775. Tez UI: Show DAG context in document title TEZ-3605. Detect and prune empty partitions for the Ordered case