[jira] [Updated] (PIG-1973) UDFContext.getUDFContext has a thread race condition around it's ThreadLocal

2011-07-18 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1973: --- Attachment: PIG-1973.1.patch Patch looks good. I have re-generated the patch (PIG-1973.1.patch) with

[jira] [Updated] (PIG-1973) UDFContext.getUDFContext has a thread race condition around it's ThreadLocal

2011-07-15 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1973: Status: Patch Available (was: Open) Marking as submitpatch so we can get this reviewed and committed.

[jira] [Updated] (PIG-1973) UDFContext.getUDFContext has a thread race condition around it's ThreadLocal

2011-05-03 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1973: Fix Version/s: (was: 0.9.0) UDFContext.getUDFContext has a thread race condition around it's

[jira] [Updated] (PIG-1973) UDFContext.getUDFContext has a thread race condition around it's ThreadLocal

2011-04-06 Thread Woody Anderson (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woody Anderson updated PIG-1973: Attachment: 1973.patch use the initialValue method of ThreadLocal, which is how to correctly handle