[ 
https://issues.apache.org/jira/browse/PIG-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498303#comment-13498303
 ] 

Jonathan Coveney commented on PIG-3050:
---------------------------------------

For context, when you say multithreading do you mean running two Pig jobs in 
the same VM, or something else?
                
> 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
>
>
> 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

Reply via email to