Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
HIVE-13966 added to support for persisting notification in the same JDO transaction as the metadata event. However, the notification is currently added using a different ObjectStore object from the one used to persist the metadata event.
The notification is added using the ObjectStore constructed in DbNotificationListener, whereas the metadata event is added via the thread local ObjectStore (i.e. threadLocalMS in HiveMetaStore.HMSHandler).
As a result, different PersistenceManagers (different transactions) are used to persist notification and metadata events.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-15766 DBNotificationlistener leaks JDOPersistenceManager
- Resolved