[ 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)