[ 
https://issues.apache.org/jira/browse/SENTRY-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hao Hao updated SENTRY-913:
---------------------------
    Fix Version/s: 1.7.0

> Thread safe improvement for sqoop binding singleton
> ---------------------------------------------------
>
>                 Key: SENTRY-913
>                 URL: https://issues.apache.org/jira/browse/SENTRY-913
>             Project: Sentry
>          Issue Type: Improvement
>            Reporter: Dapeng Sun
>            Assignee: Dapeng Sun
>             Fix For: 1.7.0
>
>         Attachments: SENTRY-913.001.patch
>
>
>  public static SqoopAuthBindingSingleton getInstance() {
>     if (instance != null) {
>       return instance;
>     }
>     instance = new SqoopAuthBindingSingleton();
>     return instance;
>   }
> getInstance() has Thread safe issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to