Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 E31A61862E for ; Thu, 20 Aug 2015 23:45:51 +0000 (UTC) Received: (qmail 9253 invoked by uid 500); 20 Aug 2015 23:45:46 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 9117 invoked by uid 500); 20 Aug 2015 23:45:45 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 8860 invoked by uid 99); 20 Aug 2015 23:45:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2015 23:45:45 +0000 Date: Thu, 20 Aug 2015 23:45:45 +0000 (UTC) From: "Kai Sasaki (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-8931) Notify exception to client side from ParityGenerator. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kai Sasaki created HDFS-8931: -------------------------------- Summary: Notify exception to client side from ParityGenerator. Key: HDFS-8931 URL: https://issues.apache.org/jira/browse/HDFS-8931 Project: Hadoop HDFS Issue Type: Sub-task Components: HDFS Affects Versions: HDFS-7285 Reporter: Kai Sasaki Assignee: Kai Sasaki Fix For: HDFS-7285 Following HDFS-8287. Current client thread catch up the exception from {{ParityGenerator}}. In order to handle properly, 1. Put together handling logic into UncaughtExceptionHandler. 2. Notify exception to client side from UncaughtExceptionHandler. -- This message was sent by Atlassian JIRA (v6.3.4#6332)