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 39701200D06 for ; Mon, 25 Sep 2017 16:39:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 37C2B1609E9; Mon, 25 Sep 2017 14:39:06 +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 8584D1609BB for ; Mon, 25 Sep 2017 16:39:05 +0200 (CEST) Received: (qmail 33115 invoked by uid 500); 25 Sep 2017 14:39:04 -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 33104 invoked by uid 99); 25 Sep 2017 14:39:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2017 14:39:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EE7691A3A5A for ; Mon, 25 Sep 2017 14:39:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Zt39atVxb7Oc for ; Mon, 25 Sep 2017 14:39:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id F23D85FDB8 for ; Mon, 25 Sep 2017 14:39:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DFD35E0EF8 for ; Mon, 25 Sep 2017 14:39:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B724724246 for ; Mon, 25 Sep 2017 14:39:00 +0000 (UTC) Date: Mon, 25 Sep 2017 14:39:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-7683) Add method to iterate over all of the existing keys in a statebackend MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 25 Sep 2017 14:39:06 -0000 [ https://issues.apache.org/jira/browse/FLINK-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179116#comment-16179116 ] ASF GitHub Bot commented on FLINK-7683: --------------------------------------- GitHub user pnowojski opened a pull request: https://github.com/apache/flink/pull/4722 [FLINK-7683] Iterate over keys in KeyedStateBackend ## What is the purpose of the change This is required to make possible preserving backward compatibility while changing state definition of a keyed state operator. ## Verifying this change This change added new unit tests to cover new feature. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no ## Documentation - Does this pull request introduce a new feature? yes - If yes, how is the feature documented? JavaDocs You can merge this pull request into a Git repository by running: $ git pull https://github.com/pnowojski/flink keys Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4722.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4722 ---- commit ac41b26cdb5c2341bb25e520c4d449ec4e956a8f Author: Piotr Nowojski Date: 2017-09-14T10:39:30Z [FLINK-7683] Iterate over keys in KeyedStateBackend ---- > Add method to iterate over all of the existing keys in a statebackend > --------------------------------------------------------------------- > > Key: FLINK-7683 > URL: https://issues.apache.org/jira/browse/FLINK-7683 > Project: Flink > Issue Type: New Feature > Components: State Backends, Checkpointing > Reporter: Piotr Nowojski > Assignee: Piotr Nowojski > > This is required to make possible preserving backward compatibility while changing state definition of a keyed state operator. -- This message was sent by Atlassian JIRA (v6.4.14#64029)