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 375F9200BF3 for ; Wed, 21 Dec 2016 12:10:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 350CC160B0C; Wed, 21 Dec 2016 11:10:00 +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 77B3D160B26 for ; Wed, 21 Dec 2016 12:09:59 +0100 (CET) Received: (qmail 9213 invoked by uid 500); 21 Dec 2016 11:09:58 -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 9199 invoked by uid 99); 21 Dec 2016 11:09:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2016 11:09:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 541AD2C03DE for ; Wed, 21 Dec 2016 11:09:58 +0000 (UTC) Date: Wed, 21 Dec 2016 11:09:58 +0000 (UTC) From: "Ufuk Celebi (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-5377) Improve savepoint docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 21 Dec 2016 11:10:00 -0000 Ufuk Celebi created FLINK-5377: ---------------------------------- Summary: Improve savepoint docs Key: FLINK-5377 URL: https://issues.apache.org/jira/browse/FLINK-5377 Project: Flink Issue Type: Improvement Components: Documentation Affects Versions: 1.1.3, 1.2.0 Reporter: Ufuk Celebi Assignee: Ufuk Celebi The savepoint docs are very detailed and focus on the internals. They should better convey what users have to take care of. The following questions should be answered: What happens if I add a new operator that requires state to my flow? What happens if I delete an operator that has state to my flow? What happens if I reorder stateful operators in my flow? What happens if I add or delete or reorder operators that have no state in my flow? Should I apply .uid to all operators in my flow? Should I apply .uid to only the operators that have state? -- This message was sent by Atlassian JIRA (v6.3.4#6332)