[ https://issues.apache.org/jira/browse/HIVE-24853?focusedWorklogId=563825&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-563825 ]
ASF GitHub Bot logged work on HIVE-24853: ----------------------------------------- Author: ASF GitHub Bot Created on: 10/Mar/21 15:29 Start Date: 10/Mar/21 15:29 Worklog Time Spent: 10m Work Description: kgyrtkirk commented on a change in pull request #2044: URL: https://github.com/apache/hive/pull/2044#discussion_r591620666 ########## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java ########## @@ -390,13 +394,16 @@ public void alterTable(RawStore msdb, Warehouse wh, String catName, String dbnam part.getValues(), oldCols, oldt, part, null, null); assert (colStats.isEmpty()); if (cascade) { Review comment: move the deadline check above the if - so that it covers both paths ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 563825) Time Spent: 1h 10m (was: 1h) > HMS leaks queries in case of timeout > ------------------------------------ > > Key: HIVE-24853 > URL: https://issues.apache.org/jira/browse/HIVE-24853 > Project: Hive > Issue Type: Bug > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 1h 10m > Remaining Estimate: 0h > > The queries aren't closed in case of timeout. -- This message was sent by Atlassian Jira (v8.3.4#803005)