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 29210200BAE for ; Thu, 13 Oct 2016 12:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 27E4A160AE3; Thu, 13 Oct 2016 10:21:22 +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 943C4160AE4 for ; Thu, 13 Oct 2016 12:21:21 +0200 (CEST) Received: (qmail 46855 invoked by uid 500); 13 Oct 2016 10:21:20 -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 46836 invoked by uid 99); 13 Oct 2016 10:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 10:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 949DF2C4C72 for ; Thu, 13 Oct 2016 10:21:20 +0000 (UTC) Date: Thu, 13 Oct 2016 10:21:20 +0000 (UTC) From: "Aljoscha Krettek (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-4725) BucketingSink throws NPE while restoring state if basePath does not exist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 13 Oct 2016 10:21:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-4725: ------------------------------------ Priority: Blocker (was: Major) > BucketingSink throws NPE while restoring state if basePath does not exist > ------------------------------------------------------------------------- > > Key: FLINK-4725 > URL: https://issues.apache.org/jira/browse/FLINK-4725 > Project: Flink > Issue Type: Bug > Components: filesystem-connector > Affects Versions: 1.2.0, 1.1.2 > Reporter: Jordan Ganoff > Priority: Blocker > > BucketingSink throws a NullPointerException when attempting to clean up pending files if the basePath does not exist. > The culprit is a [call to org.apache.hadoop.fs.FileSystem.listFiles() on line 784|https://github.com/apache/flink/blob/master/flink-streaming-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java#L784]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)