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

Cheolsoo Park commented on PIG-3050:
------------------------------------

Hi Jonathan,

There are two things:
# Single Pig job in local mode (LocalJobRunner).
# Multiple Pig jobs in the same VM as you mentioned.

The direct motivation for this ticket is (1), but I am doing some experiments 
with (2) where I execute multiple jobs in a single VM.

Thanks!
                
> 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