Wei Zheng created HIVE-12366: -------------------------------- Summary: Refactor Heartbeater logic for transaction Key: HIVE-12366 URL: https://issues.apache.org/jira/browse/HIVE-12366 Project: Hive Issue Type: Bug Components: Hive Reporter: Wei Zheng Assignee: Wei Zheng
Currently there is a gap between the time locks acquisition and the first heartbeat being sent out. Normally the gap is negligible, but when it's big it will cause query fail since the locks are timed out by the time the heartbeat is sent. Need to remove this gap. -- This message was sent by Atlassian JIRA (v6.3.4#6332)