Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FC2818D8E for ; Wed, 24 Feb 2016 19:58:28 +0000 (UTC) Received: (qmail 99289 invoked by uid 500); 24 Feb 2016 19:58:18 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 99240 invoked by uid 500); 24 Feb 2016 19:58:18 -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 99216 invoked by uid 99); 24 Feb 2016 19:58:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 19:58:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FCE92C14F0 for ; Wed, 24 Feb 2016 19:58:18 +0000 (UTC) Date: Wed, 24 Feb 2016 19:58:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-3499) Possible ghost references in ZooKeeper completed checkpoint store MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163702#comment-15163702 ] ASF GitHub Bot commented on FLINK-3499: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1707 > Possible ghost references in ZooKeeper completed checkpoint store > ----------------------------------------------------------------- > > Key: FLINK-3499 > URL: https://issues.apache.org/jira/browse/FLINK-3499 > Project: Flink > Issue Type: Bug > Reporter: Ufuk Celebi > Assignee: Ufuk Celebi > Fix For: 1.0.0 > > > The ZooKeeper completed checkpoint store can have references to recovered entries, which have been removed already. A simple fix is to clear these references on recovery. -- This message was sent by Atlassian JIRA (v6.3.4#6332)