Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76E1E18090 for ; Tue, 15 Sep 2015 12:30:46 +0000 (UTC) Received: (qmail 73482 invoked by uid 500); 15 Sep 2015 12:30:46 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 73424 invoked by uid 500); 15 Sep 2015 12:30:46 -0000 Mailing-List: contact dev-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 dev@flink.apache.org Received: (qmail 73404 invoked by uid 99); 15 Sep 2015 12:30:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 12:30:46 +0000 Date: Tue, 15 Sep 2015 12:30:45 +0000 (UTC) From: "Stephan Ewen (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-2683) Add utilities for heap-backed keyed state in time panes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Stephan Ewen created FLINK-2683: ----------------------------------- Summary: Add utilities for heap-backed keyed state in time panes Key: FLINK-2683 URL: https://issues.apache.org/jira/browse/FLINK-2683 Project: Flink Issue Type: Sub-task Components: Streaming Affects Versions: 0.10 Reporter: Stephan Ewen Assignee: Stephan Ewen Fix For: 0.10 Time panes are commonly used for aligned time windows (tumbling and sliding). These utilities would represent the panes with per-pane keyed state. The implementation must support: - Evicting panes efficiently - iterating over the union of all panes' state per key for all keys (computing the window function for all keys) - efficient append the state for a key in a random pane -- This message was sent by Atlassian JIRA (v6.3.4#6332)