From issues-return-229305-apmail-flink-issues-archive=flink.apache.org@flink.apache.org Tue Apr 30 13:05:03 2019 Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id C5B3118C49 for ; Tue, 30 Apr 2019 13:05:02 +0000 (UTC) Received: (qmail 10020 invoked by uid 500); 30 Apr 2019 13:05:02 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 9992 invoked by uid 500); 30 Apr 2019 13:05:02 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 9983 invoked by uid 99); 30 Apr 2019 13:05:02 -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; Tue, 30 Apr 2019 13:05:02 +0000 From: GitBox To: issues@flink.apache.org Subject: [GitHub] [flink] yanghua opened a new pull request #8322: [FLINK-12364] Introduce a CheckpointFailureManager to centralized manage checkpoint failure Message-ID: <155662949703.30768.11142693710699390217.gitbox@gitbox.apache.org> Date: Tue, 30 Apr 2019 13:04:57 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit yanghua opened a new pull request #8322: [FLINK-12364] Introduce a CheckpointFailureManager to centralized manage checkpoint failure URL: https://github.com/apache/flink/pull/8322 ## What is the purpose of the change *This pull request introduces a CheckpointFailureManager to centralized manage checkpoint failure* ## Brief change log - *Introduce a CheckpointFailureManager to centralized manage checkpoint failure* - *Add a test case for CheckpointFailureManager* ## Verifying this change This change is already covered by existing tests, such as *CheckpointFailureManagerTest*. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (yes / **no**) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**) - The serializers: (yes / **no** / don't know) - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know) - The S3 file system connector: (yes / **no** / don't know) ## Documentation - Does this pull request introduce a new feature? (yes / **no**) - If yes, how is the feature documented? (not applicable / docs / JavaDocs / **not documented**) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services