From commits-return-25256-archive-asf-public=cust-asf.ponee.io@flink.apache.org Fri Aug 9 12:49:57 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B11E418063F for ; Fri, 9 Aug 2019 14:49:56 +0200 (CEST) Received: (qmail 39508 invoked by uid 500); 9 Aug 2019 12:49:56 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 39499 invoked by uid 99); 9 Aug 2019 12:49:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2019 12:49:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D5CA185F0A; Fri, 9 Aug 2019 12:49:55 +0000 (UTC) Date: Fri, 09 Aug 2019 12:49:47 +0000 To: "commits@flink.apache.org" Subject: [flink] branch release-1.9 updated (240637f -> d4c07d2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156535498488.22462.518534613724470619@gitbox.apache.org> From: trohrmann@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: flink X-Git-Refname: refs/heads/release-1.9 X-Git-Reftype: branch X-Git-Oldrev: 240637ff362d402ef537808a4bce286fa338dcc8 X-Git-Newrev: d4c07d2449bc1bcf21757a19519b3e2951818547 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a change to branch release-1.9 in repository https://gitbox.apache.org/repos/asf/flink.git. from 240637f [hotfix] Fix the style check failure of flink-sql-parser when enabling docs-and-source profile new 1e22e64 [FLINK-13593][checkpointing] Prevent failing the wrong job in CheckpointFailureManager new d4c07d2 [hotfix][tests] Add NoOpJobFailCall singleton The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../runtime/checkpoint/CheckpointCoordinator.java | 52 ++++++++++++++++----- .../checkpoint/CheckpointFailureManager.java | 54 +++++++++++++++++++--- .../runtime/executiongraph/ExecutionGraph.java | 24 +++++++++- .../CheckpointCoordinatorFailureTest.java | 4 +- .../CheckpointCoordinatorMasterHooksTest.java | 4 +- .../checkpoint/CheckpointCoordinatorTest.java | 38 +++++++++++---- .../checkpoint/CheckpointFailureManagerTest.java | 34 ++++++++------ .../checkpoint/CheckpointStateRestoreTest.java | 4 +- .../NoOpFailJobCall.java} | 16 +++---- .../executiongraph/ExecutionGraphRestartTest.java | 41 ++++++++++++++++ 10 files changed, 217 insertions(+), 54 deletions(-) copy flink-runtime/src/test/java/org/apache/flink/runtime/{taskmanager/NoOpTaskManagerActions.java => checkpoint/NoOpFailJobCall.java} (65%)