Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 5FD66EA97 for ; Thu, 27 Dec 2012 04:54:15 +0000 (UTC) Received: (qmail 84507 invoked by uid 500); 27 Dec 2012 04:54:14 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 84128 invoked by uid 500); 27 Dec 2012 04:54:14 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 84096 invoked by uid 500); 27 Dec 2012 04:54:13 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 84091 invoked by uid 99); 27 Dec 2012 04:54:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 04:54:13 +0000 Date: Thu, 27 Dec 2012 04:54:13 +0000 (UTC) From: "Cheolsoo Park (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-3050) Fix FindBugs multithreading warnings 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/PIG-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3050: ------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Thank you for the review in the RB, Santhosh! (https://reviews.apache.org/r/8649/) I committed it to trunk. > Fix FindBugs multithreading warnings > ------------------------------------ > > Key: PIG-3050 > URL: https://issues.apache.org/jira/browse/PIG-3050 > Project: Pig > Issue Type: Bug > Affects Versions: 0.11 > Reporter: Cheolsoo Park > Assignee: Cheolsoo Park > Fix For: 0.12 > > Attachments: PIG-3050.patch > > > There was a race condition reported when running Pig in local mode on the user mailing list. This motivated me to fix potential multithreading bugs that can be identified by FindBugs. > FindBugs identifies the following potential bugs: > # Mutable static field > # Inconsistent synchronization > # Incorrect lazy initialization of static field > # Incorrect lazy initialization and update of static field > # Unsynchronized get method, synchronized set method > There are in total 1153 warnings that FindBugs complains, but they're outside of the scope of this jira. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira