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 2014/10/17 03:41:34 UTC

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

Ted Yu created HIVE-8493:
----------------------------

             Summary: 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)