You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/02/09 00:10:34 UTC

[jira] [Resolved] (HIVE-8493) Access to HiveClientCache$CacheableHiveMetaStoreClient#isClosed should be synchronized

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

Ted Yu resolved HIVE-8493.
--------------------------
    Resolution: Later

> Access to HiveClientCache$CacheableHiveMetaStoreClient#isClosed should be synchronized
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-8493
>                 URL: https://issues.apache.org/jira/browse/HIVE-8493
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> Update to isClosed is protected by synchronizing on CacheableHiveMetaStoreClient.this
> {code}
>     public boolean isClosed() {
>       return isClosed;
> {code}
> The above access should be synchronized as well.



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