Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently the metastore client we create is not thread safe, which causes issues if the HiveCatalog instance is used concurrently. We should use synchronized client with a remote HMS. This is also inline with how Hive creates metastore client.