From issues-return-152787-archive-asf-public=cust-asf.ponee.io@flink.apache.org Wed Feb 14 15:05:49 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1CC6D180621 for ; Wed, 14 Feb 2018 15:05:48 +0100 (CET) Received: (qmail 73020 invoked by uid 500); 14 Feb 2018 14:05:48 -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 73010 invoked by uid 99); 14 Feb 2018 14:05:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2018 14:05:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14FD4DFE46; Wed, 14 Feb 2018 14:05:48 +0000 (UTC) From: je-ik To: issues@flink.apache.org Reply-To: issues@flink.apache.org References: In-Reply-To: Subject: [GitHub] flink issue #5185: [FLINK-8297] [flink-rocksdb] Optionally store elements of... Content-Type: text/plain Message-Id: <20180214140548.14FD4DFE46@git1-us-west.apache.org> Date: Wed, 14 Feb 2018 14:05:48 +0000 (UTC) Github user je-ik commented on the issue: https://github.com/apache/flink/pull/5185 @aljoscha I updated the title. I'm a little concerned about the serialization in savepoint. If the serialization is *exactly* the same, doesn't that actually mean that again, the whole List will be stored in single byte[], which will OOME for cases which the user wanted to solve by activating the "large list" implementation? Or am I missing something? ---