[
https://issues.apache.org/jira/browse/SENTRY-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dapeng Sun updated SENTRY-913:
------------------------------
Attachment: SENTRY-913.001.patch
A simple to fix it
> 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
> 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)