Dong Chen created HIVE-9906: ------------------------------- Summary: Add timeout mechanism in RawStoreProxy Key: HIVE-9906 URL: https://issues.apache.org/jira/browse/HIVE-9906 Project: Hive Issue Type: Sub-task Reporter: Dong Chen Assignee: Dong Chen
In HIVE-9253, we add a timeout mechanism in HMS. We start the timer in RetryingHMSHandler.invoke, and then -> RawStoreProxy.invoke -> ObjectStore.xxxMethod. The timer is stopped after methods complete. It was found that, the methods of ObjectStore might be invoked directly in o.a.h.h.ql.txn.compactor.CompactorThread, but not throught HMSHandler. This will cause timeout checking to throw exception. We need fix this bug here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)