Wei Zheng created HIVE-13458: -------------------------------- Summary: Heartbeater doesn't fail query when heartbeat fails Key: HIVE-13458 URL: https://issues.apache.org/jira/browse/HIVE-13458 Project: Hive Issue Type: Bug Components: Transactions Affects Versions: 2.1.0 Reporter: Wei Zheng Assignee: Wei Zheng
When a heartbeat fails to locate a lock, it should fail the current query. That doesn't happen, which is a bug. Another thing is, we need to make sure stopHeartbeat really stops the heartbeat, i.e. no additional heartbeat will be sent, since that will break the assumption and cause the query to fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)