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 51B8E200BA6 for ; Tue, 18 Oct 2016 10:48:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5094E160ADC; Tue, 18 Oct 2016 08:48: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 98F8D160ACC for ; Tue, 18 Oct 2016 10:47:59 +0200 (CEST) Received: (qmail 77071 invoked by uid 500); 18 Oct 2016 08:47: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 77060 invoked by uid 99); 18 Oct 2016 08:47:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2016 08:47:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B50F72C0073 for ; Tue, 18 Oct 2016 08:47:58 +0000 (UTC) Date: Tue, 18 Oct 2016 08:47:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4844) Partitionable Raw Keyed/Operator State MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 18 Oct 2016 08:48:00 -0000 [ https://issues.apache.org/jira/browse/FLINK-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15584899#comment-15584899 ] ASF GitHub Bot commented on FLINK-4844: --------------------------------------- Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/2648#discussion_r83807634 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/OperatorStateHandle.java --- @@ -38,8 +38,8 @@ private final StreamStateHandle delegateStateHandle; public OperatorStateHandle( - StreamStateHandle delegateStateHandle, - Map stateNameToPartitionOffsets) { + Map stateNameToPartitionOffsets, --- End diff -- Changing the order here had the purpose of having the same order in `OperatorStateHandle` as in `KeyGroupStateHandle`, which was exactly the other way around :) > Partitionable Raw Keyed/Operator State > -------------------------------------- > > Key: FLINK-4844 > URL: https://issues.apache.org/jira/browse/FLINK-4844 > Project: Flink > Issue Type: New Feature > Reporter: Stefan Richter > Assignee: Stefan Richter > > Partitionable operator and keyed state are currently only available by using backends. However, the serialization code for many operators is build around reading/writing their state to a stream for checkpointing. We want to provide partitionable states also through streams, so that migrating existing operators becomes more easy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)