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

Rohini Palaniswamy commented on PIG-3988:
-----------------------------------------

> Reason behind change is that OptionBuilder is not thread safe
  Thanks for the clarification. My mistake as I din't pay attention to the jira 
description. Will commit the change. 

> PigStorage: CommandLineParser is not thread safe
> ------------------------------------------------
>
>                 Key: PIG-3988
>                 URL: https://issues.apache.org/jira/browse/PIG-3988
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>            Reporter: Travis Woodruff
>            Assignee: Travis Woodruff
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: PIG-3988-1.patch, PIG-3988-2.patch
>
>
> PigStorage uses commons-cli to parse options. The CommandLineParser is stored 
> as a static member. This can cause issues when two threads instantiate 
> PigStorage at the same time, since CommandLineParser stores state in a 
> non-thread-safe way.
> OptionBuilder, used in populateValidOptions(), is also not thread safe, as it 
> stores its state in static members.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to