Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 30C1B11ABE for ; Mon, 21 Jul 2014 23:24:41 +0000 (UTC) Received: (qmail 88192 invoked by uid 500); 21 Jul 2014 23:24:39 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 88035 invoked by uid 500); 21 Jul 2014 23:24:39 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 87812 invoked by uid 99); 21 Jul 2014 23:24:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 23:24:39 +0000 Date: Mon, 21 Jul 2014 23:24:39 +0000 (UTC) From: "Alejandro Abdelnur (JIRA)" To: common-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HADOOP-10869) JavaKeyStoreProvider backing jceks file may get corrupted MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alejandro Abdelnur created HADOOP-10869: ------------------------------------------- Summary: JavaKeyStoreProvider backing jceks file may get corrupted Key: HADOOP-10869 URL: https://issues.apache.org/jira/browse/HADOOP-10869 Project: Hadoop Common Issue Type: Bug Components: security Affects Versions: 3.0.0 Reporter: Alejandro Abdelnur Assignee: Arun Suresh Currently, flush writes to the same file jceks file, if there is a failure during a write, the jceks file will be rendered unusable losing access to all keys stored in it. -- This message was sent by Atlassian JIRA (v6.2#6252)