[ https://issues.apache.org/jira/browse/HIVE-12585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eugene Koifman updated HIVE-12585: ---------------------------------- Attachment: HIVE-12585.2.patch [~sershe] I modified 1 line in the patch. I don't think this need a bot run... {noformat} if (!sawAtLeastOne) { throw new MetaException("This should never happen! We already " + - "checked the lock existed but now we can't find it!"); + "checked the lock(" + JavaUtils.lockIdToString(extLockId) + ") existed but now we can't find it!"); } {noformat} > fix TxnHandler connection leak > ------------------------------ > > Key: HIVE-12585 > URL: https://issues.apache.org/jira/browse/HIVE-12585 > Project: Hive > Issue Type: Bug > Components: Transactions > Affects Versions: 1.3.0 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Priority: Blocker > Attachments: HIVE-12585.2.patch, HIVE-12585.patch > > > checkLock(CheckLockRequest rqst) is leaking connection -- This message was sent by Atlassian JIRA (v6.3.4#6332)