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 1BCE8200BB7 for ; Wed, 9 Nov 2016 21:05:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1A77A160B0D; Wed, 9 Nov 2016 20:05: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 57729160AEB for ; Wed, 9 Nov 2016 21:04:59 +0100 (CET) Received: (qmail 93293 invoked by uid 500); 9 Nov 2016 20:04: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 93260 invoked by uid 99); 9 Nov 2016 20:04:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2016 20:04:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E09E2C0D55 for ; Wed, 9 Nov 2016 20:04:58 +0000 (UTC) Date: Wed, 9 Nov 2016 20:04:58 +0000 (UTC) From: "Stefan Richter (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-5043) Converting keyed state from Flink 1.1 backend implementations to their new counterparts in 1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 09 Nov 2016 20:05:00 -0000 Stefan Richter created FLINK-5043: ------------------------------------- Summary: Converting keyed state from Flink 1.1 backend implementations to their new counterparts in 1.2 Key: FLINK-5043 URL: https://issues.apache.org/jira/browse/FLINK-5043 Project: Flink Issue Type: Sub-task Components: State Backends, Checkpointing Affects Versions: 1.2.0 Reporter: Stefan Richter Assignee: Stefan Richter Keyed state backends became keygroup aware in Flink 1.2 and their hierarchy as a whole changed significantly. We need to implement a conversion so that old snapshots can be restored into new backends. -- This message was sent by Atlassian JIRA (v6.3.4#6332)