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)