Description
In ObjectStore.addNotificationEvent():
Query objectQuery = pm.newQuery(MNotificationNextId.class); Collection<MNotificationNextId> ids = (Collection) objectQuery.execute();
The query is never closed.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-17730 Queries can be closed automatically
- Patch Available
- relates to
-
HIVE-16886 HMS log notifications may have duplicated event IDs if multiple HMS are running concurrently
- Closed