[ https://issues.apache.org/jira/browse/HIVE-25048?focusedWorklogId=731459&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-731459 ]
ASF GitHub Bot logged work on HIVE-25048: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Feb/22 09:47 Start Date: 23/Feb/22 09:47 Worklog Time Spent: 10m Work Description: kgyrtkirk commented on pull request #2441: URL: https://github.com/apache/hive/pull/2441#issuecomment-1048605634 I think parts of this is already in via HIVE-25892 -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 731459) Time Spent: 5h 10m (was: 5h) > Refine the start/end functions in HMSHandler > -------------------------------------------- > > Key: HIVE-25048 > URL: https://issues.apache.org/jira/browse/HIVE-25048 > Project: Hive > Issue Type: Improvement > Components: Standalone Metastore > Reporter: Zhihua Deng > Assignee: Zhihua Deng > Priority: Major > Labels: pull-request-available > Time Spent: 5h 10m > Remaining Estimate: 0h > > Some start/end functions are incomplete or wrong in the HMSHandler, these > functions audit actions, monitor the performance, and notify the end function > listeners. We have already measured the performance of the HMSHandler in > PerfLogger, and covered more methods than these functions that have done, so > we can remove the monitoring from the start/end functions, move the end > function listeners to the RetryingHMSHandler to eliminate the try-finally > blocks that spread across many different methods. After these, we can try to > cleanup the functions to make HMSHandler be more simplified. > -- This message was sent by Atlassian Jira (v8.20.1#820001)