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 864A6200BAE for ; Thu, 13 Oct 2016 15:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84E95160AF6; Thu, 13 Oct 2016 13:35:22 +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 01123160AF8 for ; Thu, 13 Oct 2016 15:35:21 +0200 (CEST) Received: (qmail 52907 invoked by uid 500); 13 Oct 2016 13:35:21 -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 52694 invoked by uid 99); 13 Oct 2016 13:35:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 13:35:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C795F2C4C84 for ; Thu, 13 Oct 2016 13:35:20 +0000 (UTC) Date: Thu, 13 Oct 2016 13:35:20 +0000 (UTC) From: "Robert Metzger (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLINK-4410) Report more information about operator checkpoints MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 13 Oct 2016 13:35:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned FLINK-4410: ------------------------------------- Assignee: Robert Metzger > Report more information about operator checkpoints > -------------------------------------------------- > > Key: FLINK-4410 > URL: https://issues.apache.org/jira/browse/FLINK-4410 > Project: Flink > Issue Type: Improvement > Components: State Backends, Checkpointing, Webfrontend > Affects Versions: 1.1.2 > Reporter: Ufuk Celebi > Assignee: Robert Metzger > Fix For: 1.2.0 > > > Checkpoint statistics contain the duration of a checkpoint, measured as from the CheckpointCoordinator's start to the point when the acknowledge message came. > We should additionally expose > - duration of the synchronous part of a checkpoint > - duration of the asynchronous part of a checkpoint > - number of bytes buffered during the stream alignment phase > - duration of the stream alignment phase > Note: In the case of using *at-least once* semantics, the latter two will always be zero. -- This message was sent by Atlassian JIRA (v6.3.4#6332)