You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexander Kolbasov (JIRA)" <ji...@apache.org> on 2017/10/07 00:11:00 UTC

[jira] [Created] (HIVE-17735) ObjectStore.addNotificationEvent is leaking queries

Alexander Kolbasov created HIVE-17735:
-----------------------------------------

             Summary: ObjectStore.addNotificationEvent is leaking queries
                 Key: HIVE-17735
                 URL: https://issues.apache.org/jira/browse/HIVE-17735
             Project: Hive
          Issue Type: Bug
          Components: Hive
    Affects Versions: 3.0.0
            Reporter: Alexander Kolbasov
            Assignee: Alexander Kolbasov


In ObjectStore.addNotificationEvent():

{code}
      Query objectQuery = pm.newQuery(MNotificationNextId.class);
      Collection<MNotificationNextId> ids = (Collection) objectQuery.execute();
{code}

The query is never closed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)