[
https://issues.apache.org/jira/browse/HIVE-20258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16591983#comment-16591983
]
Thejas M Nair commented on HIVE-20258:
--------------------------------------
+1
> Should Syncronize getInstance in ReplChangeManager
> --------------------------------------------------
>
> Key: HIVE-20258
> URL: https://issues.apache.org/jira/browse/HIVE-20258
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 3.0.0, 4.0.0
> Reporter: BELUGA BEHR
> Assignee: BELUGA BEHR
> Priority: Minor
> Attachments: HIVE-20258.1.patch
>
>
> {code:java}
> public static ReplChangeManager getInstance(Configuration conf) throws
> MetaException {
> if (instance == null) {
> instance = new ReplChangeManager(conf);
> }
> return instance;
> }
> {code}
> This method needs to be synchronized or two different threads may see a
> 'null' value and each create their own manager.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)