[ https://issues.apache.org/jira/browse/HIVE-15766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888562#comment-15888562 ]
Thejas M Nair edited comment on HIVE-15766 at 3/1/17 1:58 AM: -------------------------------------------------------------- [~akolb] This is related to leak described in HIVE-7353 . ThreadWithGarbageCleanup was added in that to explicitly call ObjectStore.shutdown to cleanup the leak. However, the cleanup added in ThreadWithGarbageCleanup doesn't work if you create a non-thread local RawStore/ObjecStore. This change to use the thread local one address the leak. was (Author: thejas): [~availlancourt] This is related to leak described in HIVE-7353 . ThreadWithGarbageCleanup was added in that to explicitly call ObjectStore.shutdown to cleanup the leak. However, the cleanup added in ThreadWithGarbageCleanup doesn't work if you create a non-thread local RawStore/ObjecStore. This change to use the thread local one address the leak. > DBNotificationlistener leaks JDOPersistenceManager > -------------------------------------------------- > > Key: HIVE-15766 > URL: https://issues.apache.org/jira/browse/HIVE-15766 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Vaibhav Gumashta > Assignee: Vaibhav Gumashta > Attachments: HIVE-15766.1.patch, HIVE-15766.2.patch > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)