[ 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
|